Age | Commit message (Expand) | Author | Files | Lines |
2006-03-16 | Bug #6191: Sync Render gradient fixes from head. (Lars Knoll) | Adam Jackson | 1 | -1/+2 |
2005-12-09 | Bug #4935: Fix includes. (Eric Anholt) | Adam Jackson | 1 | -0/+1 |
2005-12-02 | Define XFree86Server only where it is required. | Kevin E Martin | 4 | -4/+4 |
2005-11-29 | Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable | Kevin E Martin | 4 | -5/+11 |
2005-10-15 | Fix typo and add new Makefiles to AC_OUTPUT | Kevin E Martin | 2 | -1/+24 |
2005-10-06 | Bug #4699: Correct some memory leaks in EXA and damage related to region | Eric Anholt | 1 | -8/+10 |
2005-10-02 | Bugzilla #4616: | Eric Anholt | 2 | -0/+15 |
2005-09-13 | Tue Sep 13 11:27:05 2005 S%Gï¿¿%@ren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -0/+1 |
2005-08-24 | Remove use of dix-config and xorg-config.h from public headers. | Daniel Stone | 1 | -4/+0 |
2005-08-07 | Bug #3989: Fix Composite builds, enable Composite build by default. (Olli | Adam Jackson | 1 | -0/+2 |
2005-08-03 | dist fixes for cw and GL (Donnie Berkholz, me) | Adam Jackson | 1 | -1/+2 |
2005-07-28 | Fix distcheck for server | Kevin E Martin | 1 | -0/+1 |
2005-07-12 | Add support for building Xdmx and Xvfb | Kevin E Martin | 1 | -1/+1 |
2005-07-03 | Fix more include paths; add dix-config.h to XKB code. | Daniel Stone | 1 | -3/+0 |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 51 | -19/+223 |
2005-07-02 | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone | 4 | -0/+8 |
2005-07-01 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | 3 | -3/+3 |
2005-07-01 | Adding initial build system. | Daniel Stone | 5 | -0/+50 |
2005-06-09 | Bug #2469: More accurate damage reports. (Jonathan Lennox) | Adam Jackson | 1 | -36/+58 |
2005-05-18 | rewrite the rootless compositing code (1) compiles which is already a huge | Zack Rusin | 1 | -191/+238 |
2005-04-20 | Fix includes right throughout the Xserver tree: | Daniel Stone | 9 | -9/+9 |
2005-03-22 | Tue Mar 22 12:47:16 2005 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -1/+5 |
2005-03-16 | Wed Mar 16 16:17:43 2005 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -3/+7 |
2004-12-09 | Fix crash with more than one screen reported by John Davidorff Pell. | Torrey Lyons | 1 | -2/+25 |
2004-12-04 | Encoding of numerous files changed to UTF-8 | Markus Kuhn | 39 | -40/+40 |
2004-12-02 | //freedesktop.org/bugzilla/show_bug.cgi?id=1998): Fix Xserver standalone | Roland Mainz | 1 | -1/+3 |
2004-11-23 | //freedesktop.org/bugzilla/show_bug.cgi?id=1204): Fix X11 test suite | Roland Mainz | 1 | -2/+2 |
2004-11-22 | Windows does not have ffs() implementation. added one | Alexander Gottwald | 1 | -1/+1 |
2004-10-25 | Fix rootless Cygwin crash due to acceleration code illegally modifying a | Torrey Lyons | 1 | -6/+37 |
2004-10-08 | Allow rootless implementations to override frame reordering. This is used | Torrey Lyons | 2 | -2/+26 |
2004-09-18 | Bugzilla #1032: Make rootless acceleration functions compatible with | Torrey Lyons | 4 | -12/+107 |
2004-09-03 | First set of documentation updates. | Kevin E Martin | 1 | -8/+4 |
2004-09-02 | Workaround for servers using rootless layer with damage (Bug #1168, TorreyXORG-6_7_99_904 | Kevin E Martin | 1 | -0/+8 |
2004-08-27 | Bug #1101: Fix PaintWindow in the pixmap case when the window's origin is | Eric Anholt | 1 | -25/+23 |
2004-08-26 | Bug #1138: Wrap funcs in CW's GC ops as well. While this is unnecessary | Eric Anholt | 2 | -1/+6 |
2004-08-18 | Fix CopyArea for non-redir dst, redir src (Bug #1105, Eric Anholt). | Kevin E Martin | 2 | -173/+26 |
2004-08-15 | Clip destination instead of source. Should be the same, but it looks nicer | Keith Packard | 1 | -52/+59 |
2004-08-15 | Remove debugging code which did a full tree walk on every window operation | Keith Packard | 1 | -5/+4 |
2004-08-15 | Copy bits from parent window when allocating pixmaps so that Background == | Keith Packard | 1 | -1/+15 |
2004-08-15 | Redraw window borders when switching window pixmaps around | Keith Packard | 3 | -14/+49 |
2004-08-14 | Fix offsets again. Really, it works this time. Promise. | Keith Packard | 1 | -11/+12 |
2004-08-14 | Fix offsets, do whole region at once by using GC clipping | Keith Packard | 1 | -15/+35 |
2004-08-14 | Fix clip list computation and setting to ignore clip changes to "real" | Keith Packard | 3 | -70/+109 |
2004-08-14 | Wrap CopyWindow in cw, which fixes scrolling in many apps. | Eric Anholt | 2 | -0/+44 |
2004-08-14 | Use XLIB_SKIP_ARGB_VISUALS environment variable to disable all depth 32 | Keith Packard | 3 | -27/+41 |
2004-08-12 | Apply a kludge to initialize the composite wrapper before DamageSetup. If | Eric Anholt | 1 | -0/+13 |
2004-08-12 | Fix various cw issues, including a couple reported by deronj: | Eric Anholt | 4 | -48/+41 |
2004-08-12 | Add call to SourceValidate() when pDst == pSrc, so misprite.c get a chance | Kristian Høgsberg | 1 | -0/+13 |
2004-08-12 | Paint to parent window instead of parent window's pixmap (helps for servers | Keith Packard | 1 | -2/+2 |
2004-08-11 | Add COMPOSITE change to fbCopyWindow (not needed yet) | Keith Packard | 2 | -30/+56 |