Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-06-21 | Removed debug code that sneaked into the CVSlg3d-masterlg3d-dev-0-7-0 | Deron Johnson | 1 | -1/+0 | |
2005-06-15 | Delete obsolete code. | Deron Johnson | 1 | -4/+0 | |
2005-06-15 | Fix 360 P2 Releasing a native button grab outside a native window can c | Deron Johnson | 2 | -86/+76 | |
2005-06-10 | Fix 353. | Deron Johnson | 1 | -0/+16 | |
2005-06-09 | CRemoved obsolete comment. | Deron Johnson | 1 | -1/+0 | |
VS: ---------------------------------------------------------------------- | |||||
2005-06-07 | Fix 332 xterm jump strangly during moving. This is dev-0-7-0-9. | Deron Johnson | 1 | -2/+2 | |
2005-06-05 | Fix 293. Button events were not getting delivered to the x window chosen by | Deron Johnson | 1 | -2/+84 | |
the Picker. Instead, they were getting delivered to the current sprite window. This window was often the same as the x window chosen by the picker but sometimes it was out-of-date and was the PRW. Thus, events intended for an X app were being sent to the DS. The DS didn't know what to do with it. Now button events are always sent to the window that the Picker chose. | |||||
2005-05-06 | Fix the gratuitous event byte swapping nonsense that the DS has to do (part | Deron Johnson | 2 | -3/+11 | |
1 of 2). The other part is in the core. This is dev-0-7-0-4. | |||||
2005-04-26 | Bug fix for issue #305. also integrate bug fix for issue #287 send by Deron | Amir Bukhari | 1 | -9/+43 | |
Johnson. | |||||
2005-04-22 | Added multiscreen fix suggested by Amir | Deron Johnson | 1 | -1/+1 | |
2005-04-21 | Integrate Event Rewrite Part 1 of 2 (the other part is in lg3d-core). This | Deron Johnson | 7 | -233/+439 | |
is lg3d-x11-dev-0-7-0-1. | |||||
2005-03-04 | lg3d-dev-6-1-1-2: Fix bug 157: Stability: Escher events sometimes crosslg3d-rel-0-6-2lg3d-dev-0-6-2lg3d-dev-0-6-1-1 | Deron Johnson | 3 | -34/+53 | |
over to the wrong Display | |||||
2005-02-23 | More 682 merge | Deron Johnson | 0 | -0/+0 | |
2005-02-18 | More 682 merge | Deron Johnson | 11 | -608/+597 | |
2005-02-18 | More 682 mere | Deron Johnson | 1 | -4/+4 | |
2005-02-18 | re 682 integration | Deron Johnson | 22 | -89/+716 | |
2005-02-17 | Joined with branch XORG-6_8_2. | Deron Johnson | 57 | -477/+2095 | |
2005-01-20 | Integrate changes for release-0-6-1lg3d-rel-0-7-0lg3d | Deron Johnson | 15 | -286/+1009 | |
2004-09-16 | Initially populate the lg3d branch with lg3d code.lg3d-dev-0-6-latest | Deron Johnson | 396 | -88675/+1781 | |
2004-09-03 | Update formatted docs.lg3d-baseXORG-6_8_0 | Kevin E Martin | 1 | -46/+41 | |
2004-09-03 | First set of documentation updates. | Kevin E Martin | 1 | -8/+4 | |
Include more correct fix for rootless interaction with damage (Bug #1168, Keith Packard). | |||||
2004-09-02 | Workaround for servers using rootless layer with damage (Bug #1168, TorreyXORG-6_7_99_904 | Kevin E Martin | 1 | -0/+8 | |
T. Lyons). | |||||
2004-09-02 | Fix AGL display problems (Bug #1210, Torrey T. Lyons). | Kevin E Martin | 1 | -51/+214 | |
2004-09-01 | see changelog | Matthew Allum | 2 | -6/+13 | |
2004-09-01 | '-dpi' fixes for Xephyr | Matthew Allum | 3 | -37/+22 | |
2004-09-01 | Actuall select events for -parent option | Matthew Allum | 1 | -4/+6 | |
2004-08-31 | Added ephyr server sources | Matthew Allum | 9 | -0/+1898 | |
2004-08-30 | Add a set of three hooks for accelerating trapezoids, and use it for the | Eric Anholt | 4 | -2/+104 | |
RasterizeTrapezoid screen function. These hooks will be called for imprecise, non-sharp trapezoids with A8 destinations. Note that the current main consumer of trapezoids, cairo, is requesting precise, sharp trapezoids by not changing the default Picture attributes, but gets non-sharp effects in software because fb bases its choice of sharp/non-sharp on the mask format being A8 vs A1, and cairo asks for A8. Follow fb's (poor?) example by ignoring the sharp setting and basing the choice off of the mask being A8. | |||||
2004-08-30 | Rather than initially place pixmaps in framebuffer based on a size | Eric Anholt | 1 | -6/+9 | |
heuristic, delay the decision until the first kaaPixmapUse{Screen|Memory}, and put it in framebuffer if UseScreen was called. Provides a significant improvement in cairo speeds (100% speedup in cairogears here) and is likely to improve text performance as well. | |||||
2004-08-29 | Fix make install when BuildServersOnly is YES (Bug #1213). | Kevin E Martin | 1 | -0/+7 | |
Fix build failures when UseDeprecatedKeyboardDriver is YES and DoLoadableServer is NO (Bug #1229, Kristian Høgsberg). Fix failure when using DLL loader and LD_BIND_NOW is set (Bug #1212, Adam Jackson). | |||||
2004-08-29 | Don't define _XOPEN_SOURCE before including math.h on Solaris - it's not | Alan Coopersmith | 1 | -2/+3 | |
needed on older releases, and breaks builds on Solaris 10. (Same as bugzilla #189). | |||||
2004-08-27 | Fix for XV memory allocation: Also use tiled area for allocation even if itXORG-6_7_99_903 | Egbert Eich | 1 | -4/+2 | |
hasn't been used before. | |||||
2004-08-27 | Bug #1101: Fix PaintWindow in the pixmap case when the window's origin is | Eric Anholt | 1 | -25/+23 | |
not at the backing pixmap's origin. Resulted in incorrect rendering in at least aisleriot, fluxbox, and KDE apps, and probably many more. While here, move the ParentRelative loop above the drawable grab -- may improve correctness with ParentRelative background origins as well. Note that the border code doesn't handle ParentRelative yet. | |||||
2004-08-27 | Add missing reply for DMX (Rik Faith). | Kevin E Martin | 1 | -0/+1 | |
2004-08-27 | Fixed typos. | Egbert Eich | 1 | -1/+1 | |
2004-08-27 | - adding missing file | Egbert Eich | 1 | -0/+10 | |
2004-08-27 | Added support for LynxOS 4.0 (Thomas Mueller). | Egbert Eich | 1 | -9/+60 | |
Fix arm netwinder build (Donnie Berkholz). | |||||
2004-08-27 | - Make DDC code more VESA compliant: when MaxClock is set to 0xFF it means | Egbert Eich | 1 | -1/+3 | |
'no value specified'. Therefore setting it to 0. | |||||
2004-08-27 | Fix xtest failures in Xvfb from XMatchVisualInfo test. | Kevin E Martin | 1 | -6/+12 | |
2004-08-26 | Bug #1138: Wrap funcs in CW's GC ops as well. While this is unnecessary | Eric Anholt | 2 | -1/+6 | |
according to the rules as I understand them (bug #1045), not everybody follows the rules. GC funcs were being called on the same GC from within GC ops, and the cwValidateGC caused a loop in the funcs chain that resulted in a crash, notably in cwPolylines. | |||||
2004-08-26 | Fixed support for LynxOS 3.1 (LynxOS 4 will follow) (Thomas Mueller). | Egbert Eich | 1 | -2/+14 | |
2 | |||||
2004-08-21 | Documentation only update: Update XDarwin application version for release. | Torrey Lyons | 1 | -2/+2 | |
2004-08-20 | Fix keyboard driver failing to initialize if DoLoadableServer is NO (Bug | Kevin E Martin | 1 | -2/+2 | |
#1133, Kristian Høgsberg). | |||||
2004-08-19 | Add missing no.*Extension symbols (Bug #1131, Aaron Plattner). | Kevin E Martin | 1 | -1/+11 | |
2004-08-18 | Fix CopyArea for non-redir dst, redir src (Bug #1105, Eric Anholt). | Kevin E Martin | 2 | -173/+26 | |
2004-08-18 | Fix AIX build problems (Bugs #1020, 1102, 1103, Dan McNichol). | Kevin E Martin | 3 | -6/+5 | |
Remove old config files (Bug #1123, Jim Gettys). Remove old log message (Bug #1123, Jim Gettys). | |||||
2004-08-17 | Fix DRI module loading (Bug #1057, Ronny Vindenes).XORG-6_7_99_902 | Kevin E Martin | 1 | -2/+12 | |
Fix Xvfb at 8bpp (Bug #1091). Fix link order when building with Xprint in glxgears (Bug #1060, Alexander Gottwald). | |||||
2004-08-16 | Update release and date for first RC.XORG-6_7_99_901 | Kevin E Martin | 1 | -2/+2 | |
Fix kbd/keyboard driver for DoLoadableServer NO. Revert change since it is better to set date in the config files. | |||||
2004-08-16 | Add kdb <-> keyboard aliasing when UseDeprecatedKeyboardDriver is NO (Bug | Kevin E Martin | 2 | -12/+4 | |
#1072, Kristian Høgsberg). | |||||
2004-08-16 | document broken composite in XWin | Alexander Gottwald | 1 | -2/+9 | |