summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-19drop ancient compat hacksEnrico Weigelt, metux IT consult
2024-05-14Raise minimum supported Xserver version to 1.18 (ABI_XINPUT_VERSION 22.1)Alan Coopersmith
2024-05-08use XNFcallocarray() instead of xnfcalloc macroEnrico Weigelt, metux IT consult
2024-01-08Quiet 3 -Wdeclaration-after-statement warningsAlan Coopersmith
2024-01-08Add X.Org's standard C warning flags to AM_CFLAGSAlan Coopersmith
2024-01-08configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith
2023-10-05gitlab CI: ensure libtool is installed in build containerAlan Coopersmith
2023-02-09gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith
2022-01-22gitlab CI: add a basic build testAlan Coopersmith
2022-01-22Build xz tarballs instead of bzip2Alan Coopersmith
2018-12-14Update for removal of virtualFrom from ScrnInfoRecJon Turney
2018-11-25Update configure.ac bug URL for gitlab migrationAlan Coopersmith
2017-01-26autogen: add default patch prefixMihail Konev
2017-01-26autogen.sh: use quoted string variablesEmil Velikov
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer
2017-01-26autogen.sh: Implement GNOME Build APIColin Walters
2017-01-26configure: Drop AM_MAINTAINER_MODEPeter Hutterer
2016-07-19Handle ABI version 23Keith Packard
2016-07-19Fix const and deprecated func warningsKeith Packard
2013-12-17xlibclient.c: Fix build failure due to including server headers without first...Jeremy Huddleston Sequoia
2013-10-19Replace sprintf call with snprintfAlan Coopersmith
2012-12-21Remove miInitializeBackingStore()Jon TURNEY
2012-06-15Fix return check of XShmQueryExtensionDaniel Martin
2012-06-05nested: port to new compat API.Dave Airlie
2012-04-05Add XORG_LIBS to LIBADDYaakov Selkowitz
2012-03-08Fix make distcheckJeremy Huddleston
2012-03-08Silence a -Wincompatible-pointer-types because we know better.Jeremy Huddleston
2012-03-08configure.ac: Replace with one based on the dummy driver for more consistencyJeremy Huddleston
2011-11-20Update for input API change: InputOption is an opaque type now.Jamey Sharp
2011-10-16Set the keyboard mapping based on the remote server's mapJeremy Huddleston
2011-10-16Properly include config.h in each of our source filesJeremy Huddleston
2011-09-19Fix copy/paste error in log messages emitted during early (racey) input.Jamey Sharp
2011-09-19Drop input events until our device is initializedJeremy Huddleston
2011-09-19Cleanup NestedClientCheckEvents to use switch rather than if-else-fooJeremy Huddleston
2011-09-19If we fail to NewInputDeviceRequest, FatalError rather than crash later.Jeremy Huddleston
2011-09-19Don't ignore errors in NestedInputControlJeremy Huddleston
2011-09-19Finish stubbing out various functions that need a returned valueJeremy Huddleston
2011-09-19Dead code removal: NestedShadowWindowJeremy Huddleston
2011-09-19NestedCreateScreenResources needs to return a valueJeremy Huddleston
2011-09-15Avoid an erroneous free on shutdownJeremy Huddleston
2011-09-15Improve support for servers that do not support MIT-SHMJeremy Huddleston
2011-09-15Quit waking up every 20ms to get events from the backend server.Jamey Sharp
2011-09-14Dead code removalJeremy Huddleston
2011-09-14Remove some unused variablesJeremy Huddleston
2011-09-14Change the window title to be the Screen indexJeremy Huddleston
2011-09-14Nested X screens don't have a RAMDAC.Jamey Sharp
2011-09-14Don't scale the absolute axis valuators.Jamey Sharp
2011-09-14Fix #includes when xserver is in a non-standard prefix.Jamey Sharp
2011-09-14Update for input ABI 12.2.Jamey Sharp
2011-09-12Remove and ignore build products.Jamey Sharp