Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-29 | Fix most remaining deprecated resource lookups. | Eamon Walsh | 1 | -5/+4 | |
Callsites updated to use dixLookupResourceBy{Type,Class}. TODO: Audit access modes to make sure they reflect the usage. | |||||
2008-12-12 | Remove #define NEED_EVENTS and NEED_REPLIES | Peter Hutterer | 1 | -1/+0 | |
A grep on xorg/* revealed there's no consumer of this define. Quote Alan Coopersmith: "The consumer was in past versions of the headers now located in proto/x11proto - for instance, in X11R6.0's xc/include/Xproto.h, all the event definitions were only available if NEED_EVENTS were defined, and all the reply definitions required NEED_REPLIES. Looks like Xproto.h dropped them by X11R6.3, which didn't have the #ifdef's anymore, so these are truly ancient now." Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com> Signed-off-by: Adam Jackson <ajax@redhat.com> | |||||
2008-10-02 | Unifdef ISC | Adam Jackson | 1 | -0/+0 | |
2008-08-31 | damage: choose less ambiguous function names | Maarten Maathuis | 1 | -2/+2 | |
2008-08-29 | {damage,exa}: sanitise damage | Maarten Maathuis | 1 | -2/+2 | |
- Redo damage naming for more consistency. - Call post submission functions only where appropriate. - EXA can now live without it's odd damage workarounds. | |||||
2008-08-28 | Prepare for array-index based devPrivates. | Tomas Carnecky | 1 | -1/+3 | |
TODO: static indices can be made just an int; some indices can be combined. | |||||
2008-08-11 | The smart scheduler is not optional. | Mathieu BĂ©rard | 1 | -2/+0 | |
2007-11-20 | Revert "registry: Register DAMAGE extension protocol names." | Eamon Walsh | 1 | -20/+1 | |
This reverts commit 20db50b4c44a14f7eeac2b1de17ada68482521da. Moving all the names into dix/registry.c | |||||
2007-10-15 | registry: Register DAMAGE extension protocol names. | Eamon Walsh | 1 | -1/+20 | |
2007-09-04 | xace: add hooks + new access codes: Damage extension | Eamon Walsh | 1 | -2/+2 | |
2007-08-28 | devPrivates rework: since API is already broken, switch everything | Eamon Walsh | 2 | -5/+3 | |
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-06-29 | Death to RCS tags. | Adam Jackson | 3 | -6/+0 | |
2007-03-25 | Static cleanups, dead code deletion. | Adam Jackson | 2 | -23/+9 | |
2007-02-01 | Set the Damage version supported in the server, instead of using damageproto. | Eric Anholt | 1 | -5/+12 | |
This was caught by distributions upgrading damageproto to 1.1, before the server they had supported it. The server then advertised the new version without supporting the protocol. | |||||
2007-01-09 | Track rename of DamagePost -> DamageAdd. | Eric Anholt | 1 | -8/+8 | |
2007-01-05 | Add support for the DamagePost (XDamage 1.1) request. | Eric Anholt | 1 | -1/+43 | |
This makes damageproto >= 1.1 a requirement to build. | |||||
2006-12-14 | Remove instances of macro SECURITY_VERIFY_DRAWABLE. | Eamon Walsh | 1 | -2/+6 | |
2006-12-14 | Naming change: Security*Access -> Dix*Access | Eamon Walsh | 1 | -5/+5 | |
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 #491: Check version number correctly. | Adam Jackson | 1 | -1/+1 | |
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 | 1 | -3/+0 | |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 3 | -0/+12 | |
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/+6 | |
2004-12-04 | Encoding of numerous files changed to UTF-8 | Markus Kuhn | 3 | -3/+3 | |
2004-07-29 | Integration of DAMAGE-XFIXES branch to trunk | Stuart Kreitman | 3 | -0/+595 | |
https://freedesktop.org/bugzilla/show_bug.cgi?id=859 |