Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-08-25 | Add four new XACE hooks: auditing, key event notification, window init | Eamon Walsh | 1 | -0/+4 | |
2006-08-21 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Alan Coopersmith | 1 | -75/+14 | |
XACE-modular | |||||
2006-08-17 | events.c: fix tiny XEvIE thinko | Daniel Stone | 1 | -4/+4 | |
Make sure xeviehot gets updated after the ConfineToShape() call. | |||||
2006-08-17 | events.c: make XEvIE a little less verbose | Daniel Stone | 1 | -74/+13 | |
Change a lot of: #ifdef XEVIE xeviehot.x = #endif sprite.hot.x = ... #ifdef XEVIE xeviehot.y = #endif sprite.hot.y = ... to one single #ifdef XEVIE xeviehot.x = sprite.hot.x; xeviehot.y = sprite.hot.y; #endif at the end of the functions. | |||||
2006-08-10 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Alan Coopersmith | 1 | -21/+9 | |
XACE-modular | |||||
2006-08-07 | remove optional R3 backwards compatibility | Daniel Stone | 1 | -12/+9 | |
Remove the permitOldBugs flag, which enabled backwards compatbility with broken R2/R3 era clients. | |||||
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 1 | -3/+0 | |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 1 | -6/+0 | |
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone. | |||||
2006-06-20 | Move Xserver API for security extension to securitysrv.h | Alan Coopersmith | 1 | -2/+1 | |
2006-06-19 | Replace XC-SECURITY code with XACE security hooks | Eamon Walsh | 1 | -13/+12 | |
(cherry picked from 8526cd6395490b03b279f1962df777fb0e4a9878 commit) | |||||
2006-03-28 | Big old pile of warning fixes. | Adam Jackson | 1 | -2/+1 | |
2006-02-15 | Mark everything in dixsym.c as _X_EXPORT. | Adam Jackson | 1 | -19/+19 | |
2005-08-25 | Fix a use-after-free of cursor data by refcounting for the sprite.current | Eric Anholt | 1 | -1/+6 | |
reference. The particular path seen was XFixes' ReplaceCursor() resulting in the sprite.current being freed, but then it getting accessed during the ChangeToCursor() that happens as a result of WindowHasNewCursor(). | |||||
2005-07-15 | Fix keyboard state when XEVIE is not enabled (Keith Packard). | Kevin E Martin | 1 | -1/+1 | |
2005-07-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone | 1 | -1/+1 | |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 1 | -0/+4 | |
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-01 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | 1 | -2/+2 | |
2005-06-15 | Conditionalise another use of XEvIE. | Daniel Stone | 1 | -1/+1 | |
2005-06-15 | Conditionalise building of XEvIE code with #ifdef XEVIE. | Daniel Stone | 1 | -1/+3 | |
2005-06-10 | Bug #2799: Input shape. (Keith Packard)XORG-6_8_99_11 | Adam Jackson | 1 | -13/+24 | |
2005-05-22 | Bugzilla #2800 <https://bugs.freedesktop.org/show_bug.cgi?id=2800> XevieXORG-6_8_99_8 | Alan Coopersmith | 1 | -13/+143 | |
extension crash with signal 11 on keyboard Bugzilla #1205 <https://bugs.freedesktop.org/show_bug.cgi?id=1205> Xevie client receives two KeyPress events on consumed keys when XKB is enabled Patch #2223 <https://bugs.freedesktop.org/attachment.cgi?id=2223> Fixes for both of these and some other Xevie bugs (Derek Wang - Sun Microsystems) | |||||
2005-04-20 | Fix includes right throughout the Xserver tree: | Daniel Stone | 1 | -6/+6 | |
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-07 | xc/programs/Xserver/dix/atom.c | Roland Mainz | 1 | -184/+78 | |
xc/programs/Xserver/dix/colormap.c xc/programs/Xserver/dix/cursor.c xc/programs/Xserver/dix/devices.c xc/programs/Xserver/dix/dispatch.c xc/programs/Xserver/dix/dixfonts.c xc/programs/Xserver/dix/dixutils.c xc/programs/Xserver/dix/events.c xc/programs/Xserver/dix/extension.c xc/programs/Xserver/dix/gc.c xc/programs/Xserver/dix/glyphcurs.c xc/programs/Xserver/dix/grabs.c xc/programs/Xserver/dix/main.c xc/programs/Xserver/dix/pixmap.c xc/programs/Xserver/dix/privates.c xc/programs/Xserver/dix/property.c xc/programs/Xserver/dix/resource.c xc/programs/Xserver/dix/swaprep.c xc/programs/Xserver/dix/swapreq.c //bugs.freedesktop.org/show_bug.cgi?id=2560) attachment #2037 (https://bugs.freedesktop.org/attachment.cgi?id=2037) ANSI-fy Xserver/dix code. The conversion preserves the comments which annotate variables. These have been moved into doxygen(esque?) "stubs" above each function. Patch by Mike Owens <etc@filespanker.com>. | |||||
2004-08-09 | - Fix building without Xfixes extension | Kevin E Martin | 1 | -3/+10 | |
- Fix building without Xevie - Fix building without DPMS - Fix "Extensions" section config file support to accept general boolean options | |||||
2004-07-31 | Integration of XEVIE branch to trunk, Some updates from latest reviews | Stuart Kreitman | 1 | -1/+71 | |
https://freedesktop.org/bugzilla/show_bug.cgi?id=947 Modified Files: events.c | |||||
2004-07-29 | Integration of DAMAGE-XFIXES branch to trunk | Stuart Kreitman | 1 | -6/+1 | |
https://freedesktop.org/bugzilla/show_bug.cgi?id=859 Modified Files: dispatch.c dixutils.c events.c window.c | |||||
2004-06-30 | Add Distributed Multihead X (DMX) support | Kevin E Martin | 1 | -1/+41 | |
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | 1 | -21/+29 | |
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 | 1 | -1/+1 | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0 | Egbert Eich | 1 | -1/+1 | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | 1 | -1/+1 | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | 1 | -1/+1 | |
2004-01-29 | Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-012804-2330 | Egbert Eich | 1 | -12/+16 | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16 | Kaleb Keithley | 1 | -150/+13 | |
2003-11-14 | XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1 | Kaleb Keithley | 1 | -127/+1047 | |
2003-11-14 | R6.6 is the Xorg base-lineXORG-MAIN | Kaleb Keithley | 1 | -0/+3717 | |