Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-02-05 | XFixes: squash a pointer/integer size mismatch warning. | Eamon Walsh | 1 | -2/+3 | |
2007-12-18 | XACE: Too many arguments to selection access hook. | Eamon Walsh | 1 | -2/+1 | |
2007-11-20 | Revert "registry: Register XFixes extension protocol names." | Eamon Walsh | 1 | -77/+1 | |
This reverts commit 106758893b68033f14f69c4ee6591fb6a149ba37. Moving all the names into dix/registry.c | |||||
2007-10-15 | registry: Register XFixes extension protocol names. | Eamon Walsh | 1 | -1/+77 | |
2007-09-05 | xace: add new fields to resource access hook to allow parent resource objects | Eamon Walsh | 1 | -2/+2 | |
to be passed in at create time. Also added a missing devPrivates initializer. | |||||
2007-08-30 | xace: Correct some access modes. | Eamon Walsh | 2 | -2/+2 | |
2007-08-30 | xace: add hooks + new access codes: XFixes extension. | Eamon Walsh | 4 | -33/+67 | |
Required a new name argument to the selection access hook to handle XFixesSelectSelectionInput. | |||||
2007-08-28 | devPrivates rework: since API is already broken, switch everything | Eamon Walsh | 3 | -19/+7 | |
over to new system. Need to update documentation and address some remaining vestiges of old system such as CursorRec structure, fb "offman" structure, and FontRec privates. | |||||
2007-08-15 | xace: add hooks + new access codes: core protocol cursor requests | Eamon Walsh | 1 | -3/+5 | |
2007-06-29 | Death to RCS tags. | Adam Jackson | 6 | -12/+0 | |
2007-03-25 | Static cleanups, dead code deletion. | Adam Jackson | 2 | -8/+3 | |
2007-02-19 | Check for clientGone before sending events from XFixes (bug #1753). | Keith Packard | 2 | -2/+5 | |
Freeing resources during client closedown can cause cursor changes which attempt to send cursor events through the XFixes extension; a client in the process of closing down has no file to send events to, causing a crash when this path is hit. | |||||
2006-12-15 | Convert callers of SecurityLookupWindow() to dixLookupWindow(). | Eamon Walsh | 3 | -12/+11 | |
2006-12-14 | Remove instances of macros SECURITY_VERIFY_GEOMETRABLE and SECURITY_VERIFY_GC. | Eamon Walsh | 1 | -3/+10 | |
2006-12-14 | Naming change: Security*Access -> Dix*Access | Eamon Walsh | 4 | -31/+31 | |
2006-11-08 | Bug #6786: Use separate defines for server's Fixes support level. | Adam Jackson | 1 | -5/+12 | |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 1 | -1/+1 | |
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-03-15 | Coverity #807: Fix a memory leak in XFixesExpandRegion. | Adam Jackson | 1 | -0/+1 | |
2006-03-15 | Coverity #487: Check version number correctly. | Adam Jackson | 1 | -1/+1 | |
2006-03-13 | Part 3 of 3 (Other parts are in proto and lib) Composite Version 0.3: | Deron Johnson | 3 | -2/+356 | |
CompositeGetOverlayWindow, CompositeReleaseOverlayWindow Xfixes Version 4.0: XFixesHideCursor, XFixesShowCursor | |||||
2005-12-02 | Define XFree86Server only where it is required. | Kevin E Martin | 1 | -1/+1 | |
2005-11-29 | Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable | Kevin E Martin | 1 | -1/+1 | |
module builds to reflect this change. | |||||
2005-07-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone | 1 | -2/+2 | |
2005-07-03 | Fix more include paths; add dix-config.h to XKB code. | Daniel Stone | 5 | -15/+0 | |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 7 | -0/+28 | |
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 | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone | 1 | -0/+2 | |
2005-07-01 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | 1 | -2/+2 | |
2005-07-01 | Adding initial build system. | Daniel Stone | 1 | -0/+10 | |
2005-06-10 | Bug #2799: Input shape. (Keith Packard) | Adam Jackson | 1 | -9/+22 | |
2004-12-04 | Encoding of numerous files changed to UTF-8 | Markus Kuhn | 6 | -6/+6 | |
2004-07-31 | Update xfixes server code to major version 3 from xserver CVS, and perform | Eric Anholt | 4 | -7/+72 | |
minor diff-reduction versus xserver CVS. | |||||
2004-07-29 | bugzilla 859 -merging DAMAGE-XFIXES into trunk | Stuart Kreitman | 7 | -0/+2412 | |