summaryrefslogtreecommitdiff
path: root/hw/xnest
AgeCommit message (Expand)AuthorFilesLines
2014-03-27Build fbcmap_mi.c once, rather than once for each DDXJon TURNEY1-5/+0
2014-03-27Build Xi/stubs.c once as a convenience library, rather than once for each DDX...Jon TURNEY1-2/+2
2014-03-27Build dpmsstubs.c once as a convenience library, rather than once for each DD...Jon TURNEY1-2/+2
2014-01-22hw/xnest: Eliminate shadowed namesKeith Packard4-17/+17
2014-01-12Replace 'pointer' type with 'void *'Keith Packard13-35/+35
2013-11-23xnest: Ignore GetImage() error in xnestGetImage() (v3)Keith Packard1-1/+0
2013-09-10xnest: Ignore GetImage() error in xnestGetImage()Radek Doulik1-0/+14
2013-09-10Xnest: Implement xnestModifyPixmapHeaderMichal Srb3-0/+18
2013-07-17Fix typo in header guard.Thomas Klausner1-1/+1
2012-09-23dix: Remove #includes of mibstore.hDaniel Martin2-2/+0
2012-07-10Replace NO_HW_ONLY_EXTS with Xorg DDX testDaniel Stone1-1/+0
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie2-6/+4
2012-03-24os: Pass the FatalError message to OsVendorFatalErrorJeremy Huddleston1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard35-2436/+2429
2011-12-05Fix builds of Xnest & Xephyr with Solaris Studio compilersAlan Coopersmith1-0/+5
2011-10-21Xnest: Match the host's keymapJeremy Huddleston1-4/+21
2011-10-21Xnest: Fix DestroyNotify handlerJeremy Huddleston1-2/+0
2011-10-10Xnest: Remove socket and its lock file on exitJeremy Huddleston2-1/+16
2011-09-19Eliminate MAXSCREENS-sized CursorScreenKey array.Jamey Sharp1-2/+2
2011-09-18xnest: Delete unused nClipRects GC-private field.Jamey Sharp2-4/+0
2011-07-27Terminate the log with one last message.Peter Hutterer1-3/+3
2011-07-01input: free the EQ allocated memory on shutdown (#38634)Peter Hutterer1-0/+1
2011-05-11input: remove DDX event list handlingPeter Hutterer2-13/+5
2011-05-11input: replace EventListPtr with InternalEvent arrayPeter Hutterer2-2/+2
2011-05-11input: Provide Queue{Button|Keyboard|Proximity}Event helpersPeter Hutterer1-22/+10
2011-04-24hw/xnest: remove duplicated includeNicolas Kaiser1-1/+0
2011-04-18input: remove GetKeyboardValuatorEvents, this is now unnecessary.Peter Hutterer1-1/+1
2011-03-17Revert "dix: Remove usage_hint from pixmaps, store it in ->drawable.class"Keith Packard2-3/+4
2011-03-08dix: Remove usage_hint from pixmaps, store it in ->drawable.classAdam Jackson2-4/+3
2011-01-18man: refactor common code in the man pages makefilesGaetan Nadon1-9/+1
2011-01-18Xnest: build Xnest man pages using XORG_MANPAGE_SECTIONSGaetan Nadon4-25/+13
2010-11-30dix: Remove the backing store leftoversAdam Jackson1-2/+0
2010-10-22Abstract valuator masks through a set of APIs.Peter Hutterer1-4/+10
2010-09-13xnest: Replace use of Colormap->devPriv with standard devPrivates.Jamey Sharp3-4/+6
2010-09-13Delete redundant GC initializations.Jamey Sharp1-3/+0
2010-09-13Delete unused lastWinOrg field from GCs.Jamey Sharp1-2/+0
2010-07-07dix: purge leftover manual key down bit setting.Peter Hutterer1-7/+1
2010-06-10Fix a couple more possible errors with input-only windowsKeith Packard1-1/+1
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov3-4/+4
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-5/+3
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp1-12/+6
2010-06-05Register Xnest colormap screen private keyKeith Packard1-0/+3
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard9-23/+24
2010-06-05Rename region macros to eliminate screen argumentKeith Packard5-38/+38
2010-06-02Only deal with input code when changing the input shape.Pierre-Loup A. Griffais2-3/+3
2010-05-25xnest: Don't ignore errors from DeviceCursorInitialize.Jamey Sharp1-2/+1
2010-05-20Replace screen->rgf scratch GC flags with a bit in each GC.Jamey Sharp1-1/+0
2010-05-14mi: removed unused PointerNonInterestBox functions.Oliver McFadden1-1/+0
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov8-40/+40
2010-04-23fb: track screens' installed colormaps as screen privates.Jamey Sharp1-13/+9