Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-13 | Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and remove | Benjamin Herrenschmidt | 1 | -3/+0 | |
stubs in other DDX. | |||||
2006-02-11 | Add stub xf86WrapperInits so that the servers will build even if os/ was | Eric Anholt | 1 | -0/+2 | |
built with XFree86LOADER set. | |||||
2005-12-26 | Bug #4190: Add a rule for 'make relink' since automake sucks. | Adam Jackson | 1 | -0/+3 | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings. | Kevin E Martin | 1 | -4/+4 | |
2005-12-02 | Define XFree86Server only where it is required. | Kevin E Martin | 1 | -1/+1 | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | 1 | -1/+1 | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||||
2005-11-13 | Bug #5019 <https://bugs.freedesktop.org/show_bug.cgi?id=5019> xserver | Alan Coopersmith | 1 | -3/+18 | |
installs manpages into 'man1' instead of 'man1x' | |||||
2005-09-30 | Man page processing/installation and other doc file updates | Alan Coopersmith | 1 | -1/+8 | |
2005-07-28 | Fix distcheck for server | Kevin E Martin | 1 | -1/+4 | |
2005-07-16 | Add record module building support Change module building to not use | Kevin E Martin | 1 | -0/+1 | |
-include Fix xnest, dmx and vfb builds to -DXFree86Server for fbcmap compilation | |||||
2005-07-14 | Add #include <xnest-config.h> to the Xnest source files for modularization. | Kevin E Martin | 18 | -1/+75 | |
2005-07-14 | Add support for Xnest | Kevin E Martin | 2 | -0/+99 | |
2005-07-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone | 11 | -11/+11 | |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 4 | -5/+5 | |
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>. | |||||
2005-07-02 | Bug #3546: Use MAP_LENGTH instead of a magic number. (Mark McLoughlin) Bug | Adam Jackson | 2 | -2/+6 | |
#3664: Further fixes to Xnest modifier state handling. (Mark McLoughlin) | |||||
2005-07-01 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | 11 | -12/+12 | |
2005-06-25 | Bug #3030: Fix Xnest keyboard state handling. (Mark McLoughlin) | Adam Jackson | 7 | -15/+77 | |
2005-06-13 | Bug #3513: Silence unhandled event messages from Xnest when running with | Adam Jackson | 1 | -0/+8 | |
-parent. (Mark McLoughlin) | |||||
2005-06-09 | Bug #1880: Remove unused xnestConfineWindow. (Mark McLoughlin) | Adam Jackson | 2 | -9/+0 | |
2005-04-20 | Fix includes right throughout the Xserver tree: | Daniel Stone | 18 | -35/+35 | |
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files. | |||||
2005-03-05 | xc/programs/Xserver/Imakefile | Roland Mainz | 1 | -25/+0 | |
xc/programs/Xserver/hw/xnest/Imakefile //bugs.freedesktop.org/show_bug.cgi?id=2653) attachment #2020 (https://bugs.freedesktop.org/attachment.cgi?id=2020): Cleanup Xnest usage of the DPMS dummy stub functions from dpmsstubs.c instead of using it's own copy of these functions. | |||||
2005-03-02 | xc/programs/Xserver/hw/xnest/Screen.c | Roland Mainz | 3 | -0/+13 | |
xc/programs/Xserver/hw/xnest/Window.c //bugs.freedesktop.org/show_bug.cgi?id=2546) attachment #2005 (https://bugs.freedesktop.org/attachment.cgi?id=2005): Fix Xnest to update the shape regions in the backend server whenever a client changes them in Xnest (the fix is to add a new wrapper which calls |xnestShapeWindow()| before calling |miSetShape()|). Patch by Mark McLoughlin <mark@skynet.ie> | |||||
2005-02-23 | Bugzilla #2599 (https://bugs.freedesktop.org/show_bug.cgi?id=2599) | Alexander Gottwald | 1 | -9/+10 | |
attachment #1964 (https://bugs.freedesktop.org/attachment.cgi?id=1964): move miScreenInit in front of pScreen->function initializations to prevent it from resetting ClipNotify. | |||||
2004-08-11 | Add COMPOSITE change to fbCopyWindow (not needed yet) | Keith Packard | 5 | -102/+68 | |
Xnest was half-using midispcur and doing a bad job of it. Replace all of that code with mipointer which does a lot of the work. Support DDXen which don't provide GetWindowPixmap, or which return NULL for the root pixmap. | |||||
2004-06-21 | Bug 778: add ddxBeforeReset | Alexander Gottwald | 1 | -0/+5 | |
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | 37 | -38/+44 | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | 37 | -37/+37 | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0 | Egbert Eich | 37 | -37/+37 | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | 37 | -37/+37 | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | 37 | -37/+37 | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16 | Kaleb Keithley | 35 | -567/+505 | |
2003-11-14 | XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1 | Kaleb Keithley | 18 | -40/+285 | |
2003-11-14 | Initial revision | Kaleb Keithley | 3 | -0/+469 | |
2003-11-14 | R6.6 is the Xorg base-lineXORG-MAIN | Kaleb Keithley | 37 | -0/+5377 | |