summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-28XQuartz: Localization UpdatesJeremy Huddleston52-5846/+7358
2011-01-27xfree86/dga: Remove DGAIsDgaEvent()Ville Syrjala2-13/+0
2011-01-27xfree86/dga: Only send DGA events for master devicesVille Syrjala1-0/+3
2011-01-27xfree86/dga: Remove useless ifdefsVille Syrjala1-13/+7
2011-01-27xfree86/dga: DGAProcessKeyboardEvent() forgot ET_InternalVille Syrjala1-0/+1
2011-01-27xfree86/dga: Remove DGAMouseX and DGAMouseYVille Syrjala1-13/+0
2011-01-27xfree86/dga: DGA2 events are missing the dx/dy informationVille Syrjala1-4/+4
2011-01-27xfree86/dga: Make mieq_install BoolVille Syrjala1-4/+4
2011-01-27xfree86/dga: Remove the ET_DGAEvent handler only if it was installedVille Syrjala1-2/+3
2011-01-27xfree86/dga: Install the DGA event handler when DGA2 is usedVille Syrjala1-0/+5
2011-01-27xfree86/input: Restore DGAStealKeyEvent()Ville Syrjala1-0/+13
2011-01-27include: Fix a copy/paste error in a commentVille Syrjala1-1/+1
2011-01-27xfree86: bump input minor ABIPeter Hutterer1-1/+1
2011-01-27xkb: Cancel a key's repetition when its autorepeat is disabled.Erkki Seppälä1-1/+6
2011-01-25Fix compilation of xf86bigfont.cJon TURNEY1-45/+44
2011-01-23XQuartz: Use the default signal handlerJeremy Huddleston1-0/+21
2011-01-23XQuartz: Call RRScreenSizeNotify after handling externally-generated XP_EVENT...Jeremy Huddleston2-2/+4
2011-01-23XQuartz: Bump version string to 2.6.1Jeremy Huddleston1-2/+2
2011-01-23XQuartz: Update copyright dates in bundle's plistJeremy Huddleston1-2/+2
2011-01-20Merge remote branch 'ajax/for-keithp'Keith Packard6-79/+42
2011-01-20Merge remote branch 'whot/for-keith'Keith Packard14-147/+170
2011-01-20Merge remote branch 'jturney/jturney-framebuffer-resize-for-master'Keith Packard20-700/+1026
2011-01-20Add xorg.conf.d shadow man page pointing to xorg.conf man pageAlan Coopersmith2-1/+2
2011-01-20resource: Fix indentationAdam Jackson1-14/+14
2011-01-20resource: Remove expectID hackAdam Jackson1-7/+0
2011-01-20resource: s/NullResource/NULL/gAdam Jackson1-4/+3
2011-01-20os: Reduce smart scheduler setup callsAdam Jackson1-3/+9
2011-01-20xdmxconfig: warning fixAdam Jackson1-1/+1
2011-01-20dmx: warning fixesAdam Jackson1-5/+4
2011-01-20dmx: warning fixAdam Jackson1-31/+0
2011-01-20dmx: warning fixAdam Jackson1-6/+1
2011-01-20dmx: warning fixesAdam Jackson1-8/+10
2011-01-21xkb: after making changes to the xkb ctrls, copy them back into kbdfeed.Peter Hutterer1-3/+6
2011-01-20xkb: Replace a few manual bitflips with SetBit & friends.Peter Hutterer1-7/+8
2011-01-20Xi: reset remainders when warping the device.Peter Hutterer1-0/+2
2011-01-19Cygwin/X: DirectDraw engines shouldn't try to blit if the surface wasn't allo...Jon TURNEY3-44/+18
2011-01-19Cygwin/X: Simplify and consolidate reporting of the bpp value we are going to...Jon TURNEY6-107/+31
2011-01-19Cygwin/X: Deal with RANDR depth changes correctly in ShadowGDI drawing engineJon TURNEY4-70/+60
2011-01-19Cygwin/X: Use winUpdateFBPointer() in winshaddd.c rather than duplicating it ...Jon TURNEY1-16/+1
2011-01-19Cygwin/X: Remove WIN_DIB_MAXIMUM_SIZE checkJon TURNEY4-40/+0
2011-01-19Cygwin/X: Fix a typo in command line argument validation codeJon TURNEY1-2/+2
2011-01-19Cygwin/X: Don't turn off -multiplemonitors when all monitors don't have the s...Jon TURNEY1-4/+11
2011-01-19Cygwin/X: Generate RANDR change on WM_DISPLAYCHANGE for rootless modesJon TURNEY4-38/+103
2011-01-19Cygwin/X: Make WM_SIZE use RandR resizing when -resize=randrJon TURNEY1-5/+43
2011-01-19Cygwin/X: Implement framebuffer resizing in RANDR extensionJon TURNEY3-64/+254
2011-01-19Cygwin/X: Add -resize command line optionJon TURNEY7-40/+130
2011-01-19Cygwin/X: Move QueryMonitor() out of windprocarg.cJon TURNEY4-70/+108
2011-01-19Cygwin/X: Remove an attempt at detecting if WM_DISPLAYCHANGE affects the X sc...Jon TURNEY4-69/+31
2011-01-19Cygwin/X: Rather than storing calculated physical display sizes, calculate th...Jon TURNEY4-21/+2
2011-01-19Cygwin/X: Refactor framebuffer allocation/release in drawing enginesJon TURNEY7-143/+229