Age | Commit message (Expand) | Author | Files | Lines |
2007-06-29 | Death to RCS tags. | Adam Jackson | 115 | -116/+1 |
2007-04-30 | fix __glXErrorCallBack() proto | Colin Guthrie | 1 | -1/+1 |
2007-04-24 | bump release date to reflect input code updates | Brian | 1 | -1/+1 |
2007-04-03 | Implement a minor hack in dmxCheckFunctionKeys() to detect special keys. | Brian | 1 | -3/+22 |
2007-04-03 | Split the xserver/fb/fbcmap.c file into two files. | Brian | 1 | -4/+1 |
2007-04-02 | clean-up, debug code | Brian | 1 | -5/+5 |
2007-04-02 | fix formatting | Brian | 1 | -5/+11 |
2007-04-02 | checkpoint: more clean-up | Brian | 1 | -60/+40 |
2007-04-02 | formatting fixes | Brian | 1 | -24/+50 |
2007-04-02 | clean-up dmxCoreMotion() dmxCoreMotion2() | Brian | 1 | -141/+5 |
2007-04-02 | checkpoint clean-up | Brian | 2 | -41/+11 |
2007-04-02 | remove some debug code | Brian | 1 | -5/+0 |
2007-04-02 | for completeness, init dummy's min/maxval[1] values (vertical axis) | Brian | 1 | -0/+2 |
2007-04-02 | As for normal mouse device, init valuator maxval[] to real values, not zero. | Brian | 1 | -2/+7 |
2007-04-02 | In dmxBackendMouGetInfo() initialize the info->minval[], maxval[] arrays to t... | Brian | 1 | -1/+5 |
2007-04-02 | undo 1280 valuator hack | Brian | 1 | -3/+3 |
2007-04-02 | Pass num_valuators=0 for ButtonPress/Release. This seems to fix the button co... | Brian | 1 | -12/+4 |
2007-04-02 | formatting fixes | Brian | 1 | -3/+6 |
2007-03-30 | formatting fixes | Brian | 1 | -6/+12 |
2007-03-30 | Checkpoint DMX updates: things are working much better now, but still not 100... | Brian | 5 | -14/+157 |
2007-03-30 | Tweak some parameters, etc. Things seem a little better now, but still a way... | Brian | 2 | -7/+9 |
2007-03-30 | num_valuators=1 for GetPointerEvents(), hack ButtonPress/Release position | Brian | 1 | -4/+4 |
2007-03-30 | more debug | Brian | 3 | -13/+15 |
2007-03-30 | Checkpoint fixes to DMX for X input changes. | Brian | 7 | -4/+242 |
2007-03-30 | more formatting fixes | Brian | 1 | -3/+6 |
2007-03-30 | Fix some bad formatting. | Brian | 1 | -35/+75 |
2007-03-30 | ompile fbcmap.c w/ -DXFree86Server instead of linking libfbcmap.a. | Brian | 1 | -5/+5 |
2007-03-20 | Static markup and dead code cull over xkb/. | Adam Jackson | 1 | -2/+2 |
2007-03-06 | remove PIXPRIV checks as this flag is always set. | Eamon Walsh | 2 | -10/+0 |
2007-02-05 | dmx, vfb, xnest: fix fbcmap compilation | Daniel Stone | 1 | -12/+12 |
2007-02-02 | dmx: drop leftover __GLXdrawablePrivateRec struct. | George Sapountzis | 2 | -55/+0 |
2006-12-16 | Fix RENDER issues (bug #7555) and implement RENDER add/remove screen | James Steven Supancic III | 4 | -35/+187 |
2006-12-15 | Convert callers of LookupDrawable() to dixLookupDrawable(). | Eamon Walsh | 1 | -37/+38 |
2006-12-15 | Convert callers of SecurityLookupWindow() to dixLookupWindow(). | Eamon Walsh | 2 | -22/+15 |
2006-12-14 | Naming change: Security*Access -> Dix*Access | Eamon Walsh | 3 | -30/+30 |
2006-11-07 | Add $(DIX_CFLAGS) to remaining Makefile.am files | Keith Packard | 3 | -3/+3 |
2006-09-29 | make core keyboard/pointer map functions act on all core-sending devices | Daniel Stone | 1 | -1/+1 |
2006-09-23 | Check for visual==NULL in dmxBECreateColormap() before calling XCreateColormap() | Brian | 1 | -6/+13 |
2006-09-23 | The fbcmap.c file used by Xdmx _must_ be compiled with XFree86Server defined. | Brian | 1 | -0/+4 |
2006-09-23 | Replace broken DMXDBG3() with DMXDBG2() | Brian | 1 | -2/+2 |
2006-09-06 | Make sure _XSERVER64 is defined when it should be and gets tested. | Michel Dänzer | 2 | -0/+5 |
2006-07-26 | Unlibc-wrap DMX glxscreens.c and fix tag-removal typo. | Kristian Høgsberg | 2 | -2/+1 |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 22 | -22/+0 |
2006-07-20 | Remove the DDXTIME conditional, for being unused. | Adam Jackson | 1 | -11/+0 |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 6 | -11/+5 |
2006-07-15 | Un-glx-libcwrap DMX GLX proxy so it works without GL/include. | Kristian Høgsberg | 6 | -17/+14 |
2006-07-13 | Bug #7482: Fix Xdmx's Render code to match reality; fixes BadLength client | James Steven Supancic III | 1 | -1/+1 |
2006-07-05 | fix wrong function pointer type in hw/dmx/dmxcmap.c | Greg Kroah-Hartman | 1 | -1/+1 |
2006-06-07 | Fix compiler warning about undefined ReinitializeRootWindow function | Greg Kroah-Hartman | 1 | -3/+0 |
2006-06-07 | Fix compiler warnings about SetVendorRelease and SetVendorString | Greg Kroah-Hartman | 1 | -3/+0 |