summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2010-05-12doPolyText needs UseAccess to each font, not ReadAccess.Jamey Sharp1-1/+1
2010-05-12Merge remote branch 'dottedmag/for-keithp'Keith Packard1-18/+24
2010-05-13Misc coding style cleanupMikhail Gusarov1-4/+4
2010-05-13Remove useless castsMikhail Gusarov1-12/+13
2010-05-13Fix code style: extra whitespace before ()Mikhail Gusarov1-1/+1
2010-05-13Fix warning: it's safe to pass atom strings > XA_LAST_PREDEFINED to free(3)Mikhail Gusarov1-2/+7
2010-05-12SetFontPath: set client->errorValue on failure.Jamey Sharp2-9/+5
2010-05-13Use lowercase variant of XNFalloc and XstrdupMikhail Gusarov1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov25-447/+447
2010-05-11dix: Update element count in FreeResource*()Kristian Høgsberg1-1/+9
2010-05-10Simplify error-handling in dixChangeGC.Jamey Sharp1-71/+46
2010-05-07Introduce dixLookupFontable for "FONT or GC" parameters.Jamey Sharp2-22/+22
2010-05-03Fix cursor ref counting mistakes with sprites and xf86Cursor.cKeith Packard2-5/+17
2010-05-02dix: wrap variables with #ifdef when panoramix is not usedTiago Vignatti2-3/+2
2010-04-30Replace some input devPrivates with regular struct fieldsKeith Packard3-51/+17
2010-04-30Merge remote branch 'vignatti/for-keith'Keith Packard1-1/+0
2010-04-26Merge remote branch 'jamey/for-keith'Keith Packard1-1/+0
2010-04-26dix: Default DPMS timeout values to match screensaver valuesAdam Jackson1-3/+1
2010-04-26ProcGrabButton: remove redundant error check.Jamey Sharp1-1/+0
2010-04-26dix and others: remove unused arraySize field from ScreenInfoTiago Vignatti1-1/+0
2010-04-15Merge remote branch 'whot/for-keith'Keith Packard1-1/+5
2010-04-16dix: fix cursor screen check for xinerama setups.Tim Yamin1-1/+5
2010-04-15dix: Fix crash in DeliverGrabbedEvents.Peter Hutterer1-1/+1
2010-04-07dix: be more verbose when we run out of opcodesPaulo Ricardo Zanoni1-1/+4
2010-03-22New header for XF86Bigfont server functionsYaakov Selkowitz1-2/+1
2010-03-21Merge commit 'fa5103a02bd509e4a102afdad2ab26cb22210367'Keith Packard1-0/+3
2010-03-21dix: if owner-events is true for passive grabs, add the window mask (#25400)Peter Hutterer1-0/+36
2010-03-16Cygwin/X: Tidy up some cosmetic issues in log stringsJon TURNEY1-1/+1
2010-03-16Add a ConfigNotify hook.Francisco Jerez1-0/+3
2010-03-12Record: Avoid duplicates from replaying frozen eventsDaniel Stone1-27/+1
2010-03-11Revert "dix: Use DeliverGrabbedEvent for implicit passive grabs (#25400)"Peter Hutterer1-1/+62
2010-03-10dix: Clip only into axis ranges if we're in absolute mode. (#26543)Peter Hutterer1-2/+3
2010-03-03dix: Use DeliverGrabbedEvent for implicit passive grabs (#25400)Peter Hutterer1-62/+1
2010-02-24Merge remote branch 'whot/for-keith'Keith Packard2-13/+0
2010-02-23dix: try to ring the bell even if the current device doesn't have one. (#24503)Peter Hutterer1-8/+0
2010-02-23dix: remove now-erroneous comment about frozen slave devices.Peter Hutterer1-5/+0
2010-02-22Don't print a failure message when XACE denies an input event delivery.Eamon Walsh1-25/+25
2010-02-22Revert "Remove some debug messages that trigger on XACE event delivery failure."Eamon Walsh1-3/+9
2010-02-22Re-enable RECORD extension.Chris Dekter1-8/+7
2010-02-15dix: move config_init into the DDX.Peter Hutterer1-2/+1
2010-02-12dix: restore lastDeviceEventTime update in dixSaveScreensJulien Cristau1-2/+7
2010-02-05main: move config_init() after InitInput()Julien Cristau1-1/+1
2010-02-02Allow driver to call DeleteInputDeviceRequest during UnInitOldřich Jedlička1-11/+33
2010-02-01Fix typo in updateSlaveDeviceCoordsOldřich Jedlička1-1/+1
2010-01-27dix/configure: remove null root cursor optionTiago Vignatti1-17/+0
2010-01-27dix: EventToCore needs to copy the root window too.Peter Hutterer1-0/+1
2010-01-27Revert "dix: EventToCore needs to copy the root window too."Keith Packard1-1/+0
2010-01-25dix: move cursor realize code to its own functionTiago Vignatti1-118/+85
2010-01-25dix: EventToCore needs to copy the root window too.Peter Hutterer1-0/+1
2010-01-05dix: don't update the slave coordinates from the VCK.Peter Hutterer1-2/+5