summaryrefslogtreecommitdiff
path: root/hw/dmx
AgeCommit message (Expand)AuthorFilesLines
2011-12-19dmx: force -fno-strict-aliasing for xinput examplePeter Hutterer1-28/+28
2011-12-15dmx: fix distcheck failure, missing compsize.h in Makefile.amGaetan Nadon1-0/+2
2011-12-05Move to autoconf standard function name checks & definesAlan Coopersmith1-3/+0
2011-11-24dmx: Build fix for -Werror=implicit-function-declaration on linuxJeremy Huddleston1-0/+1
2011-11-23dmx: Build fix for -Werror=implicit-function-declarationJeremy Huddleston6-0/+95
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith2-4/+5
2011-11-23Convert dmxSetDefaultFontPath to use strdup instead of malloc+strncpyAlan Coopersmith1-7/+4
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith3-4/+3
2011-11-23Fix Xdmx build on Linux to work with strlcpy changesAlan Coopersmith2-0/+5
2011-11-21docs: spell "X Server Version" consistently in titles. Add where missing.Gaetan Nadon2-0/+4
2011-11-02mi: remove deprecated miPointerAbsoluteCursor from design docGaetan Nadon1-8/+1
2011-09-21Merge remote-tracking branch 'mattst88/for-keith'Keith Packard2-141/+106
2011-09-21Use correct swap{l,s} (or none at all for CARD8)Matt Turner1-5/+5
2011-09-21Use internal temp variable for swap macrosMatt Turner1-135/+106
2011-09-21Remove unnecessary #undefs of [f]abs and old commentsMatt Turner1-6/+0
2011-09-19Eliminate MAXSCREENS-sized CursorScreenKey array.Jamey Sharp1-2/+2
2011-09-19Replace XmuSnprintf with snprintf.Jamey Sharp9-32/+31
2011-09-18XineramaInitData ignores its argument. Quit passing one.Jamey Sharp1-1/+1
2011-09-18dmx: Fix some "no previous prototype" warnings by making functions static.Jamey Sharp3-43/+39
2011-09-18dmx: Fix a non-constant printf format string warning.Jamey Sharp1-2/+2
2011-07-27Terminate the log with one last message.Peter Hutterer1-3/+3
2011-07-07glx: Remove a few lingering traces of __GLXscreen.GLXVersionJon TURNEY1-1/+0
2011-07-01Merge remote-tracking branch 'whot/for-keith'Keith Packard2-3/+1
2011-07-01input: free the EQ allocated memory on shutdown (#38634)Peter Hutterer1-0/+1
2011-07-01DMX: Remove useless miPointerUpdateSprite callDaniel Stone1-3/+0
2011-06-29Merge remote-tracking branch 'kibi/master'Keith Packard2-6/+5
2011-06-21Add xkeyboard-config to See Also of man pages referencing xkbAlan Coopersmith1-1/+1
2011-06-21Xdmx.man: convert section references to substituted formsAlan Coopersmith1-3/+5
2011-06-21Xdmx.man: additional updates to modernize XKB informationAlan Coopersmith1-3/+5
2011-06-21Xdmx.man: Show actual configured XKB defaults instead of old hardcoded valuesAlan Coopersmith1-8/+8
2011-06-16dmx/examples: Fix missing key_click_percent assignment.Cyril Brulebois1-2/+1
2011-06-16hw/dmx: Stop using variables for text widgets.Cyril Brulebois1-4/+4
2011-05-13dmx: fix warning for doxygen explicit linksGaetan Nadon1-2/+2
2011-05-13dmx: modernize doxygen generation.Gaetan Nadon6-745/+954
2011-05-13dmx: split DocBook/XML and Doxygen makefile targetsGaetan Nadon9-261/+278
2011-05-13dmx/doc: use common makefile for developers documentationGaetan Nadon1-4/+9
2011-05-11input: remove DDX event list handlingPeter Hutterer1-20/+8
2011-05-11input: replace EventListPtr with InternalEvent arrayPeter Hutterer1-4/+4
2011-05-11input: Provide Queue{Button|Keyboard|Proximity}Event helpersPeter Hutterer1-38/+16
2011-04-18input: remove GetKeyboardValuatorEvents, this is now unnecessary.Peter Hutterer1-3/+3
2011-03-28glx: Remove some obfuscatory macrosAdam Jackson1-8/+0
2011-03-23Merge remote-tracking branch 'airlied/xinerama-cleanup'Keith Packard3-6/+7
2011-03-17Revert "dix: Remove usage_hint from pixmaps, store it in ->drawable.class"Keith Packard2-3/+4
2011-03-14dmx/doc: remove dead code in the makefileGaetan Nadon1-5/+2
2011-03-14Remove TriStrip and TriFan from the picture screenSøren Sandmann Pedersen3-99/+0
2011-03-10panoramiX: convert 1->panoramiXNumScreens loops to use macro (v2)Dave Airlie1-1/+1
2011-03-10panoramiX: convert 0->panoramiXNumScreens loops to macro (v3)Dave Airlie2-5/+6
2011-03-08dix: Remove usage_hint from pixmaps, store it in ->drawable.classAdam Jackson2-4/+3
2011-02-25hw/dmx/doc: Add explicit dependency for all doxygen output filesKeith Packard1-24/+39
2011-02-25dmx: Construct paths in doxygen.conf to fix VPATH buildsDan Nicholson3-10/+11