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