Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-07 | Purge macros NEED_EVENTS and NEED_REPLIES | Fernando Carrijo | |
Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br> Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-07-07 | Remove unneeded dependencies from configure.ac & xcomposite.pc | Alan Coopersmith | |
We only need Xfixes headers for the XserverRegion definition, don't need to link against it directly or require clients link against it, so only use CFLAGS from it in the Makefile, and only list it in Requires.private in the .pc file. Don't need libXext at all - no headers or functions from it are used. Also clean up some extra appearances of *_CFLAGS & *_LIBS that aren't needed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Acked-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2010-06-08 | Sun's copyrights now belong to Oracle | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-04-09 | Always call SyncHandle after issuing an X request. | Jamey Sharp | |
2010-01-14 | Update Sun license notices to current X.Org standard form | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-10-08 | Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS | Alan Coopersmith | |
Also some changes to man/Makefile.am to make it work better with the AM_SILENT_RULES option that's enabled in XORG_DEFAULT_OPTIONS Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-01-29 | Janitor: Correct make distcheck | Paulo Cesar Pereira de Andrade | |
Remove extra .gitignore in subdirectories Correct a sparse warning | |||
2008-05-19 | Rename parameters to clarify QueryVersion/QueryExtension. | Peter Hutterer | |
These parameters are not treated as input. Rename them to make the inner workings slightly more obvious. X.Org Bug 14511 <http://bugs.freedesktop.org/show_bug.cgi?id=14511> | |||
2008-03-09 | nuke RCS Ids | Matthieu Herrb | |
2006-10-12 | Do not call UnlockDisplay without calling LockDisplay. | Jamey Sharp | |
Thanks to Magnus Kessler <Magnus.Kessler@gmx.net> for reporting this bug and a correct fix. | |||
2006-07-13 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | |
2006-04-03 | Coverity #573: Plug a leak on the error path. | Adam Jackson | |
2006-03-13 | Part 2 of 3 (Other parts are in proto and xserver) Composite Version 0.3: | Deron Johnson | |
CompositeGetOverlayWindow, CompositeReleaseOverlayWindow Xfixes Version 4.0: XFixesHideCursor, XFixesShowCursor | |||
2005-08-03 | Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with | Adam Jackson | |
a global configure cache don't get confused. | |||
2005-07-16 | Change soversion to 1.0.0 with -version-number. | Daniel Stone | |
2005-07-15 | Add $(DEP_LIBS) | Alexander Gottwald | |
2005-07-13 | Add $(DEP_CFLAGS) to $(AM_CFLAGS) so the Composite extension headers can be | Alan Coopersmith | |
found. | |||
2005-07-12 | Add missing files | Keith Packard | |
2005-07-12 | Use full path for Xcomposite.h headerXORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15 | Keith Packard | |
2004-07-31 | Bring in Xfixes, Xdamage, and Xcomposite userland from xserver CVS:xprint_packagertest_20041125_baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1xprint_packagertest_20041125lg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branch | Eric Anholt | |
- Update Xfixes headers to protocol major version 3. - Add composite headers. - Add libXfixes, libXdamage, and libXcomposite. - Add imake glue for new libraries, but leave Composite off by default until issues are resolved. |