summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-04-19xfree86: shut up compiler warnings - typecast to InternalEventPeter Hutterer2-6/+6
2009-04-19xfree86: fix use of uninitialized variable in DGAProcessPointerEvent.Peter Hutterer1-2/+5
2009-04-06config: Remove useless xf86conf{{m,c,re}alloc},free} macrosAdam Jackson17-135/+130
2009-04-06config: s/xf86configStrdup/strdup/Adam Jackson6-36/+24
2009-04-06kdrive: Fix segfault in tslib supportDavid Jander1-1/+1
2009-04-06Remove some OS/2 leftovers.Adam Jackson1-3/+0
2009-04-05XQuartz: Use updated Xplugin API to send overide-redirect windows to the curr...Jeremy Huddleston1-15/+26
2009-04-05XQuartz: Send a MotionNotify event for the mouse cursor when activating X11.appJeremy Huddleston1-21/+30
2009-04-04xfree86: Remove unused DEFAULT_UNRESOLVED and DEFAULT_BEST_REFRESH macrosJulien Cristau1-3/+0
2009-04-03DPMS: Remove the defaultDPMS* variablesAdam Jackson2-4/+4
2009-04-03DPMS: Simplify command line parsingAdam Jackson1-4/+2
2009-04-03DPMS: Remove unused DPMSGet()Adam Jackson3-29/+0
2009-04-03DPMS: Fix cast abuseAdam Jackson1-8/+5
2009-04-03kdrive: s/KdSaveString/strdup/gAdam Jackson12-36/+23
2009-04-01Don't leak canonical module name and patterns if module is built-inAlan Coopersmith1-1/+2
2009-04-01XQuartz: Still send mouse events while X11 is in the background if we have te...Jeremy Huddleston1-1/+1
2009-04-01XQuartz: Return BadRequest when SendPSN isn't implemented rather than successJeremy Huddleston1-5/+6
2009-04-01XQuartz: Pad xAppleDRINotifyEvent to 32bytes to match sizeof(xEvent)Jeremy Huddleston1-1/+4
2009-04-01xfree86: edid quirk for Philips LCD LP154W01-TLAJTormod Volden1-0/+5
2009-04-01input: Remove xf86ReloadInputDevs hackAdam Jackson3-19/+0
2009-03-31XQuartz: Don't report mouse events while X11 is not the foreground applicationJeremy Huddleston1-7/+4
2009-03-31APM: Don't carp if not available.Adam Jackson1-1/+0
2009-03-30XQuartz: Fix mouse tracking for quake, et. al. in wineJeremy Huddleston1-9/+17
2009-03-30APM: Use general handlers, not input handlers.Adam Jackson4-8/+8
2009-03-27config: Fall back to vesa for Intel Poulsbo.Adam Jackson1-0/+2
2009-03-20dix/xfree86: simplified velocity approximation algorithmSimon Thum1-34/+13
2009-03-16xfree86: remove a superfluous assignment.Peter Hutterer1-2/+0
2009-03-13Unexport xf86SetPriorityAdam Jackson2-25/+24
2009-03-12Honour Option "DPMS" "off" on xorg.confAnder Conselvan de Oliveira1-14/+13
2009-03-12xfree86: remove obsolete codeSimon Thum1-18/+0
2009-03-10randr: Nuke broken set_origin shortcutMatthias Hopf1-13/+0
2009-03-06[hw/xfree86] Fix StaticGray cmap.Winfried Grünewald1-2/+2
2009-03-04XQuartz: Implement SendPSN for AppleWMJeremy Huddleston3-2/+28
2009-03-04Remove dead EXTENSION_PROC_ARGS defineTomas Carnecky4-4/+0
2009-03-04Remove dead XTest code from extmodTomas Carnecky1-9/+0
2009-03-04Make DGA optional.Topi Kanerva2-1/+3
2009-03-03xfree86: Add linebreak to two debug statements.Peter Hutterer1-2/+2
2009-03-02randr: Fix thinko in xf86TargetPreferredAdam Jackson1-2/+2
2009-02-27DDC: Redo extended device probe slightly.Adam Jackson1-1/+6
2009-02-27Revert "Fix up Xephyr build for recent EXA changes."Michel Dänzer1-1/+0
2009-02-27Revert "EXA: Handle separate alpha maps properly in Composite fallback."Michel Dänzer1-2/+1
2009-02-27Remove references to rgb.txt from files section of Xserver and Xorg man pagesJon TURNEY1-3/+0
2009-02-26XQuartz: Don't erase the mode_switch+keysym if it's the same as shift+keysymJeremy Huddleston1-2/+2
2009-02-25Pre-clip panning coordinates to keep crtc within panning regionKeith Packard1-21/+233
2009-02-25Fix up Xephyr build for recent EXA changes.Michel Dänzer1-0/+1
2009-02-24XQuartz: Re-enable support for capslockJeremy Huddleston1-1/+2
2009-02-24XQuartz: Comment out the background pointer interaction that seems to be caus...Jeremy Huddleston1-0/+6
2009-02-24EXA: Handle separate alpha maps properly in Composite fallback.Michel Dänzer1-1/+2
2009-02-23DRI1: Make DRICreateDrawable return TRUE for pixmaps.Michel Dänzer1-1/+1
2009-02-23xfree86: don't try to UnInit virtual devices in DIDR. (#20087)Adam Tkac1-1/+1