Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-30 | Move the headers under include/X11/... | Adam Jackson | |
I kinda hate to do this, it was nice to have everything in one place. However, the meson build wants to be able to wrap this module as a dependency, and code that depends on these headers includes them in the form: #include <X11/Xfuncproto.h> As a result, any include path meson can construct needs to point to the root of a hierarchy that has the same path layout as an installed copy, hence this change. Signed-off-by: Adam Jackson <ajax@redhat.com> | |||
2010-10-06 | Purge cvs tags. | Jesse Adkins | |
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2007-08-31 | Bug #7364: Fix the typedefs of GlyphSet, Picture, and PictFormat to be XIDs. | Eric Anholt | |
Without this, they would be 64-bit types on 64-bit X Servers, which occasionally resulted in incorrect unpacking. | |||
2005-07-01 | Add support for gradients and solid fills to Render. | Lars Knoll | |
2004-12-04 | Encoding of numerous files changed to UTF-8 | Markus Kuhn | |
2004-08-06 | Add RenderAddTraps. Rewrite trapezoid rendering code. | Keith Packard | |
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 | Egbert Eich | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 | Egbert Eich | |
2004-02-26 | readding XFree86's cvs IDs | Egbert Eich | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | |
2003-11-14 | Initial revision | Kaleb Keithley | |