index
:
xorg/driver/xf86-video-nested
master
driver to run Xorg on top of Xorg or something else (mirrored from https://gitlab.freedesktop.org/xorg/driver/xf86-video-nested)
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-26
NestedClientCreateScreen: avoid leaks on failure paths
HEAD
master
Alan Coopersmith
1
-6
/
+14
2024-05-19
drop some dead code
Enrico Weigelt, metux IT consult
2
-29
/
+17
2024-05-19
drop ancient compat hacks
Enrico Weigelt, metux IT consult
1
-42
/
+0
2024-05-14
Raise minimum supported Xserver version to 1.18 (ABI_XINPUT_VERSION 22.1)
Alan Coopersmith
2
-33
/
+1
2024-05-08
use XNFcallocarray() instead of xnfcalloc macro
Enrico Weigelt, metux IT consult
1
-2
/
+2
2024-01-08
Quiet 3 -Wdeclaration-after-statement warnings
Alan Coopersmith
2
-5
/
+4
2024-01-08
Add X.Org's standard C warning flags to AM_CFLAGS
Alan Coopersmith
1
-1
/
+2
2024-01-08
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
Alan Coopersmith
1
-3
/
+2
2023-10-05
gitlab CI: ensure libtool is installed in build container
Alan Coopersmith
1
-3
/
+3
2023-02-09
gitlab CI: stop requiring Signed-off-by in commits
Alan Coopersmith
1
-2
/
+2
2022-01-22
gitlab CI: add a basic build test
Alan Coopersmith
1
-0
/
+98
2022-01-22
Build xz tarballs instead of bzip2
Alan Coopersmith
1
-1
/
+1
2018-12-14
Update for removal of virtualFrom from ScrnInfoRec
Jon Turney
1
-2
/
+1
2018-11-25
Update configure.ac bug URL for gitlab migration
Alan Coopersmith
1
-1
/
+1
2017-01-26
autogen: add default patch prefix
Mihail Konev
1
-0
/
+3
2017-01-26
autogen.sh: use quoted string variables
Emil Velikov
1
-4
/
+4
2017-01-26
autogen.sh: use exec instead of waiting for configure to finish
Peter Hutterer
1
-1
/
+1
2017-01-26
autogen.sh: Implement GNOME Build API
Colin Walters
1
-1
/
+3
2017-01-26
configure: Drop AM_MAINTAINER_MODE
Peter Hutterer
2
-2
/
+1
2016-07-19
Handle ABI version 23
Keith Packard
1
-5
/
+12
2016-07-19
Fix const and deprecated func warnings
Keith Packard
3
-9
/
+11
2013-12-17
xlibclient.c: Fix build failure due to including server headers without first...
Jeremy Huddleston Sequoia
1
-0
/
+1
2013-10-19
Replace sprintf call with snprintf
Alan Coopersmith
1
-1
/
+1
2012-12-21
Remove miInitializeBackingStore()
Jon TURNEY
1
-1
/
+0
2012-06-15
Fix return check of XShmQueryExtension
Daniel Martin
1
-1
/
+1
2012-06-05
nested: port to new compat API.
Dave Airlie
3
-43
/
+150
2012-04-05
Add XORG_LIBS to LIBADD
Yaakov Selkowitz
1
-1
/
+2
2012-03-08
Fix make distcheck
Jeremy Huddleston
5
-4
/
+4
2012-03-08
Silence a -Wincompatible-pointer-types because we know better.
Jeremy Huddleston
1
-1
/
+1
2012-03-08
configure.ac: Replace with one based on the dummy driver for more consistency
Jeremy Huddleston
1
-34
/
+49
2011-11-20
Update for input API change: InputOption is an opaque type now.
Jamey Sharp
1
-11
/
+39
2011-10-16
Set the keyboard mapping based on the remote server's map
Jeremy Huddleston
3
-8
/
+125
2011-10-16
Properly include config.h in each of our source files
Jeremy Huddleston
3
-0
/
+8
2011-09-19
Fix copy/paste error in log messages emitted during early (racey) input.
Jamey Sharp
1
-3
/
+3
2011-09-19
Drop input events until our device is initialized
Jeremy Huddleston
1
-0
/
+15
2011-09-19
Cleanup NestedClientCheckEvents to use switch rather than if-else-foo
Jeremy Huddleston
1
-26
/
+16
2011-09-19
If we fail to NewInputDeviceRequest, FatalError rather than crash later.
Jeremy Huddleston
1
-1
/
+1
2011-09-19
Don't ignore errors in NestedInputControl
Jeremy Huddleston
1
-3
/
+13
2011-09-19
Finish stubbing out various functions that need a returned value
Jeremy Huddleston
1
-0
/
+3
2011-09-19
Dead code removal: NestedShadowWindow
Jeremy Huddleston
1
-9
/
+0
2011-09-19
NestedCreateScreenResources needs to return a value
Jeremy Huddleston
1
-2
/
+7
2011-09-15
Avoid an erroneous free on shutdown
Jeremy Huddleston
1
-2
/
+0
2011-09-15
Improve support for servers that do not support MIT-SHM
Jeremy Huddleston
1
-48
/
+62
2011-09-15
Quit waking up every 20ms to get events from the backend server.
Jamey Sharp
4
-41
/
+56
2011-09-14
Dead code removal
Jeremy Huddleston
1
-57
/
+0
2011-09-14
Remove some unused variables
Jeremy Huddleston
3
-6
/
+0
2011-09-14
Change the window title to be the Screen index
Jeremy Huddleston
1
-2
/
+1
2011-09-14
Nested X screens don't have a RAMDAC.
Jamey Sharp
1
-2
/
+0
2011-09-14
Don't scale the absolute axis valuators.
Jamey Sharp
1
-1
/
+1
2011-09-14
Fix #includes when xserver is in a non-standard prefix.
Jamey Sharp
5
-21
/
+21
[next]