Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-22 | Stick an error into configure.ac to tell people to use master instead.xge | Peter Hutterer | 1 | -0/+1 | |
2008-05-13 | Xge: replace copyright with standard template from xserver, whitespace fixes. | Peter Hutterer | 1 | -52/+55 | |
2008-05-12 | Merge branch 'master' into xge | Peter Hutterer | 3 | -4/+8 | |
2008-02-28 | Version bump: 1.0.4libXext-1.0.4libXext-1.0-branch | Alan Coopersmith | 1 | -1/+1 | |
2007-12-07 | Coverity #467: security_error_list has fewer than XSecurityNumberErrors entries | Alan Coopersmith | 1 | -1/+1 | |
Sometimes it's annoying that C silently merges adjacent strings without warning you that you forgot a comma in your list of strings. | |||||
2007-12-07 | Allow overriding the SOREV in configure.ac | Alan Coopersmith | 1 | -2/+4 | |
2007-12-06 | Add missing PHONY line for automatic ChangeLog generation | James Cloos | 1 | -0/+2 | |
2007-12-06 | Merge branch 'master' into xge | Peter Hutterer | 15 | -65/+264 | |
2007-11-28 | XeviGetVisualInfo: check for null pointer before writing to it, not after | Alan Coopersmith | 1 | -1/+4 | |
2007-11-27 | include of config.h should not be inside #ifdef WIN32 | Alan Coopersmith | 2 | -2/+2 | |
2007-11-27 | Add hooks for checking code with lint/sparse/etc. | Alan Coopersmith | 3 | -0/+30 | |
2007-11-27 | Fix sparse warnings (type mismatches in function pointers, int as pointer) | Alan Coopersmith | 4 | -8/+8 | |
2007-11-27 | Add missing copyright/license notices to COPYING | Alan Coopersmith | 1 | -1/+167 | |
2007-11-27 | Fix incorrect comment delimiters in libXext man pages | Alan Coopersmith | 3 | -49/+49 | |
Similar to X.Org Bug #4312 <http://bugs.freedesktop.org/show_bug.cgi?id=4312> Protect /* sequences from cpp pre-processor removal without transforming to Unicode mathematical asterisk character, and fix incorrectly encoded /* sequences in XShm.man. | |||||
2007-11-27 | Fix typos in source comments | Alan Coopersmith | 2 | -4/+4 | |
2007-06-26 | Don't call _xgeCheckExtInit() from _xgeWireToEvent(). It will cause a SIGABRT | Peter Hutterer | 1 | -2/+6 | |
when trying to get the display lock. | |||||
2007-06-13 | Lock/Unlock in _xgeCheckExtInit(), and not in xgeGetExtensionVersion(). | Peter Hutterer | 1 | -5/+2 | |
Otherwise we get a SIGABRT for displays that don't have XGE when we try to get the disply lock. | |||||
2007-05-30 | Remove useless line in XGE that didn't do anything except segfaulting. | Peter Hutterer | 1 | -1/+0 | |
Thanks to Paulo Zanoni for spotting it. | |||||
2007-05-15 | Add GenericEvent extension (XGE). | Peter Hutterer | 3 | -0/+370 | |
Automatically register any extension at XGE and relay events to the extension's event handlers. | |||||
2007-01-25 | Version bump: 1.0.3libXext-1.0.3 | Alan Coopersmith | 1 | -1/+1 | |
2007-01-25 | Replace static ChangeLog with dist-hook to generate from git log | Alan Coopersmith | 2 | -152/+8 | |
2006-10-24 | Man page spelling/typo fixes | Alan Coopersmith | 3 | -6/+6 | |
2006-10-24 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libXext | Alan Coopersmith | 1 | -1/+1 | |
2006-10-24 | Add XShm.man and aliases to Makefile.am | Alan Coopersmith | 1 | -1/+7 | |
2006-10-24 | Sun bug 4985712: man pages needed for MIT-SHM extension functions | Sam Lau | 1 | -0/+202 | |
<http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4985712> | |||||
2006-10-24 | Add *~ to .gitignore to skip over emacs/patch backup files | Alan Coopersmith | 1 | -0/+1 | |
2006-10-13 | Bump to 1.0.2libXext-1.0.2 | Adam Jackson | 1 | -1/+1 | |
2006-08-26 | Fix various manpages that didn't have their section generated from | David Nusinow | 17 | -16/+37 | |
__libmansuffix__. | |||||
2006-07-13 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | 3 | -0/+0 | |
2006-04-27 | Bump to 1.0.1libXext-1_0_1XORG-7_1 | Adam Jackson | 2 | -1/+6 | |
2006-04-03 | Coverity #929: Additional defensive NULL check.XORG-7_0_99_901 | Adam Jackson | 2 | -1/+4 | |
2006-04-03 | Coverity #575: Plug a leak on the error path. | Adam Jackson | 2 | -0/+6 | |
2006-02-12 | Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages | Alan Coopersmith | 2 | -3/+11 | |
not created correctly when MANDIR & MANSUFFIX don't match. | |||||
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904 | Kevin E Martin | 2 | -1/+6 | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | Kevin E Martin | 2 | -3/+8 | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | 2 | -1/+6 | |
2005-12-03 | Add check and cflags for malloc(0) returning NULL. | Kevin E Martin | 3 | -1/+8 | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | 1 | -1/+1 | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||||
2005-11-19 | Update pkgconfig files to separate library build-time dependencies from | Kevin E Martin | 2 | -2/+10 | |
application build-time dependencies, and update package deps to work with separate build roots. | |||||
2005-11-09 | Update package version number for X11R7 RC2 release.XORG-6_99_99_902 | Kevin E Martin | 2 | -1/+6 | |
2005-11-01 | Update pkgcheck dependencies to work with separate build roots. | Kevin E Martin | 2 | -1/+6 | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_901 | Kevin E Martin | 2 | -1/+6 | |
2005-10-18 | Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to | Alan Coopersmith | 1 | -6/+6 | |
work better with BSD make | |||||
2005-10-17 | Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a | Alan Coopersmith | 1 | -4/+4 | |
suffix rule (reported by Matthieu Herrb) | |||||
2005-10-13 | Add generated man pages to .cvsignores | Alan Coopersmith | 1 | -0/+1 | |
2005-10-12 | Add .shadows.DONE to CLEANFILES to pass distcheck | Kevin E Martin | 2 | -0/+7 | |
2005-10-11 | configure.ac Set up cpp pre-processing of man pages Add shadow man pages | Alan Coopersmith | 3 | -2/+85 | |
for man pages that document multiple functions. | |||||
2005-09-24 | Fix function prototypes to match dpms.hXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901 | Alan Coopersmith | 2 | -4/+4 | |
2005-07-30 | Add prototypes of Xalloc/free functions.XORG-6_99_99_900XORG-6_8_99_900 | Alan Coopersmith | 1 | -0/+2 | |
Export ImUtil.h to match modular tree install. Define SVR4 to 1 to avoid warning about redefining to different values. Include missing headers to clear more compiler warnings. | |||||
2005-07-29 | Various changes preparing packages for RC0: | Kevin E Martin | 1 | -2/+4 | |
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version |