summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-05-27xfree86: Remove unused (and useless) xf86{Add,Delete}ModuleInfoAdam Jackson3-29/+0
2009-05-27randr: bug #21554 - re-probe outputs when coming back from laptop unsuspendFederico Mena Quintero1-0/+26
2009-05-27XQuartz: More localization updatesJeremy Huddleston39-2555/+1719
2009-05-27Cygwin/X: Update icons directly, rather than modifying the window's classJoe Krahn3-53/+44
2009-05-27Cygwin/X: Remove unused TimeSinceLastInputEvent()Jon TURNEY3-12/+0
2009-05-27Xming: Fix some log spamColin Harrison1-0/+2
2009-05-27Xming: Various tidy ups in winClipboardFlushXEvents()Colin Harrison1-0/+17
2009-05-27Xming: Avoid log spam if a windows application won't provide CF_UNICODETEXT c...Colin Harrison1-2/+7
2009-05-27Xming: Cache atom lookups in clipboard integration codeColin Harrison2-25/+28
2009-05-27Xming: Prevent the mouse wheel from stalling when another window is minimized.Colin Harrison1-0/+4
2009-05-27Cygwin/X: Correctly allow for the native window frame width in ValidateSizing()Jon TURNEY1-9/+12
2009-05-27Cygwin/X: Consolidate dialog initialization in winInitDialog()Joe Krahn1-66/+50
2009-05-27Xming: Slightly adjust the formatting of the logged command lineColin Harrison1-3/+3
2009-05-24fix typo in cabff9007 which led to an unintialized memory read and a crash.Matthieu Herrb1-1/+1
2009-05-22EDID: Add modes from Established Timings III descriptor to mode poolAdam Jackson3-4/+86
2009-05-22xfree86: treat other drivers as mouse drivers in the config.Peter Hutterer1-9/+16
2009-05-21EDID: Be more cautious about finding vendor blocks.Adam Jackson1-2/+4
2009-05-20randr: Setting gamma: inverse logic looks more saneMatthias Hopf1-1/+1
2009-05-18Cygwin/X: link with libmain.a to provide main()Jon TURNEY1-1/+1
2009-05-16xfree86: Remove superfluous ifdef DEBUG checks.Peter Hutterer22-301/+118
2009-05-16kdrive: set Activate/Deactivate grab for input devices (#21591)Peter Hutterer1-0/+4
2009-05-15Solaris: Make sure non-inline versions of asm routines end with ret statementsDavid Marx3-3/+3
2009-05-15xfree86: add edid quirk for Samsung Syncmaster 2333HDJulien Cristau1-0/+5
2009-05-14Fix mem_barrier() on AlphaMatt Turner1-1/+2
2009-05-14xfree86: Add two __FreeBSD_kernel__ checksJulien Cristau2-2/+4
2009-05-14Update several of my and/or Red Hat's licenses to standard form.Adam Jackson4-34/+38
2009-05-14randr12: Initialize and keep track of updates to VidMode extension gamma value.Michel Dänzer2-5/+7
2009-05-14randr12: Fix calculation of gamma ramp values.Michel Dänzer2-4/+4
2009-05-11DRI2: update DRI2 private drawable width & height according to X drawableJerome Glisse1-0/+2
2009-05-09XQuartz: pbproxy standalone: added missing variable declarations.Jeremy Huddleston1-0/+3
2009-05-08Fix a couple off-by-one array boundary checks.Alan Coopersmith1-1/+1
2009-05-08xfree86: fix xf86PostMotionEventP type checkingPeter Hutterer1-3/+4
2009-05-04Don't prepare outputs & crtcs if set_mode_major is presentJesse Barnes1-3/+8
2009-05-01DRI2: Force allocation of real-front buffer for non-windows as wellIan Romanick1-8/+11
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh8-29/+42
2009-04-28xfree86: restore default off for DontZapPeter Hutterer2-9/+7
2009-04-28dix: remove all but main() from main.cPeter Hutterer4-2/+4
2009-04-27Solaris: use <sys/agpgart.h> instead of stale copy in Xorg sourcesAlan Coopersmith3-120/+6
2009-04-24DRI2: Implement protocol for DRI2GetBuffersWithFormatIan Romanick3-80/+231
2009-04-24DRI2: Add interface for drivers to query DRI2 extension versionIan Romanick2-0/+27
2009-04-24Correct fcntl(F_SETOWN) error check in non-Solaris sigio codeJoel Bosveld1-1/+1
2009-04-24Add SIGIO/SIGPOLL support for SolarisAlan Coopersmith2-7/+38
2009-04-24Add casts to generated entries in sdksyms.c to silence type mismatch warningsAlan Coopersmith1-1/+1
2009-04-24Fix byte swapping of XF86VidMode{Get,Set}GammaRampAlan Coopersmith1-10/+6
2009-04-22XQuartz: Localization updateJeremy Huddleston69-0/+69746
2009-04-22XQuartz: Make sure the bgMouseLocationUpdated state is consistentJeremy Huddleston1-18/+23
2009-04-22Bug#21324: Add quirk for Iiyama Vision Master 450Julien Cristau1-0/+5
2009-04-20DRI2: Send the version the code actually supportsIan Romanick1-2/+2
2009-04-17randr: Accept gamma set requests from XF86VidMode clients tooAdam Jackson3-2/+67
2009-04-17[kdrive] Fix rotation of pointerDavid Jander1-2/+2