summaryrefslogtreecommitdiff
path: root/Xext
Commit message (Collapse)AuthorAgeFilesLines
* Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin2005-11-291-3/+42
| | | | module builds to reflect this change.
* See ChangeLog entry 2005-11-07 for details.Kean Johnson2005-11-081-1/+1
|
* Bug #4730: Byte-swap the pixmap ID correctly. (Neil Campbell)Adam Jackson2005-10-211-0/+1
|
* include/dix-config.h.in Add support for more extensionsKevin E Martin2005-10-171-8/+31
| | | | Add missing files to EXTRA_DIST
* Bug #4715 <https://bugs.freedesktop.org/show_bug.cgi?id=4715> AddAlan Coopersmith2005-10-091-1/+2
| | | | SecurityPolicy to EXTRA_DIST (Bill Crawford)
* Sun bug #6326551: xkbSetDetectableAutoRepeat broken when using XEvIEAlan Coopersmith2005-10-061-0/+4
| | | | | <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6326551> (Derek Wang, Sun Microsystems)
* Man page processing/installation and other doc file updatesAlan Coopersmith2005-09-301-1/+2
|
* Add SecurityPolicy file for XCSECURITY extension.Alan Coopersmith2005-09-251-4/+7
| | | | Add README to EXTRA_DIST
* Remove use of dix-config and xorg-config.h from public headers.Daniel Stone2005-08-242-8/+0
|
* Add buildsystem for Xprint, and:Søren Sandmann Pedersen2005-08-172-3/+9
| | | | | | | | | Wed Aug 17 14:50:58 2005 Soren Sandmann <sandmann@redhat.com> Include <X11/extensions/Print{,str}.h> instead of "Print{,str}.h" Include <X11/fonts/fontstruct.h> isntead of "fonts/fontstruct.h" Wed Aug 17 14:54:49 2005 Søren Sandmann <sandmann@redhat.com> Conditionally compile in xprint.c Add Xprint
* Fix distcheck for serverKevin E Martin2005-07-282-8/+2
|
* Add #include <dmx-config.h> for building dmx/glxProxy in the modular tree.Kevin E Martin2005-07-271-1/+5
|
* Add -I$(top_builddir)/hw/xfree86/dixmods/extmod to Xext/Makefile.am PatchSøren Sandmann Pedersen2005-07-141-1/+1
| | | | from Stefan Dirsch
* Remove references to DDX-specific extensionsAdam Jackson2005-07-131-10/+2
|
* Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Patch #2325Alan Coopersmith2005-07-071-2/+2
| | | | | | | | | | | | | <https://bugs.freedesktop.org/attachment.cgi?id=2325> Avoid 38 gcc-3.4.2 warnings: suggest parentheses around assignment used as truth value suggest explicit braces to avoid ambiguous `else' suggest parentheses around && within || suggest parentheses around arithmetic in operand of ^ "/*" within comment (Peter Breitenlohner) Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Patch #2326 <https://bugs.freedesktop.org/attachment.cgi?id=2326> This patch removes these 2 gcc-3.4.3 warnings: missing braces around initializer implicit declaration of function `XpOidTrayMediumListHasTray' (Peter Breitenlohner)
* Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone2005-07-0328-44/+44
|
* Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone2005-07-0340-0/+160
| | | | | | | | 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>.
* Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone2005-07-022-1/+5
|
* Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone2005-07-0130-54/+54
|
* Adding initial build system.Daniel Stone2005-07-012-0/+73
|
* Bug #2799: Input shape. (Keith Packard)XORG-6_8_99_11Adam Jackson2005-06-101-17/+78
|
* Bug #1846: Add intentionally undocumented -disablexineramaextension flag toAdam Jackson2005-06-091-0/+9
| | | | | the server to work around ignorant clients on large display walls. (Kevin E. Martin)
* Bugzilla #2800 <https://bugs.freedesktop.org/show_bug.cgi?id=2800> XevieXORG-6_8_99_8Alan Coopersmith2005-05-221-8/+348
| | | | | | | | extension crash with signal 11 on keyboard Bugzilla #1205 <https://bugs.freedesktop.org/show_bug.cgi?id=1205> Xevie client receives two KeyPress events on consumed keys when XKB is enabled Patch #2223 <https://bugs.freedesktop.org/attachment.cgi?id=2223> Fixes for both of these and some other Xevie bugs (Derek Wang - Sun Microsystems)
* Change "eviestr.h" to <X11/extensions/eviestr.h>.Daniel Stone2005-04-201-1/+1
|
* Change "xf86bigfstr.h" to <X11/extensions/xf86bigfstr.h> for includes.Daniel Stone2005-04-201-1/+1
|
* Fix includes right throughout the Xserver tree:Daniel Stone2005-04-2034-125/+125
| | | | | | | change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
* bugzilla #2194: fix an alignement problem on 64 bit architectures.Matthieu Herrb2005-03-231-2/+2
|
* Use snprintf.Matthieu Herrb2004-12-151-2/+2
|
* //bugs.freedesktop.org/show_bug.cgi?id=1695) attachment #1230Roland Mainz2004-12-131-2/+2
| | | | | | | (https://bugs.freedesktop.org/attachment.cgi?id=1230): Fix crash in Xscreensaver code which allowed any authentificated X client to crash the Xserver using |XScreenSaverUnsetAttributes()|. Patch by ajax@nwnk.net
* Add <sys/types.h> include to unbreak build on FreeBSD.Eric Anholt2004-11-241-0/+1
|
* Bugzilla #1883 (https://freedesktop.org/bugzilla/show_bug.cgi?id=1883): FixThomas Hellstrom2004-11-231-9/+25
| | | | | | insufficient SHM detection in XvMC local test. Removed reference to getpagesize() which caused linking problems on s390. Reported by Stefan Dirsch <sndirsh@suse.de>
* lib/XvMC/ImakeThomas Hellstrom2004-11-132-1/+107
| | | | | | Added support for automatic loading of the correct hardware XvMC driver. This involves a protocol extension of the XvMC protocol. The XvMC revision number was bumped.
* Fixed sig11 which occured when calling a CloseDisplay() afterEgbert Eich2004-11-011-1/+2
| | | | | | | | XScreenSaverSetAttributes() followed by XScreenSaverUnsetAttributes(). Caused by missing FreeResource() in XScreenSaverUnsetAttributes(). Removing unused DDC sections that caused misinterpretation of DDC data due to a missing break statement in a switch. Fixed typo: #if <-> #ifdef.
* programs/Xserver/Xext/saver.c Fix for XFree86 bugzilla #1224.Matthieu Herrb2004-10-101-2/+2
|
* Bugzilla #1402: The last patch was broken on linux. Take definition ofAlexander Gottwald2004-09-201-2/+2
| | | | badSysCall out of the OS specific block.
* Bugzilla #1402: fix BigFont extension if SHM is compiled in but notAlexander Gottwald2004-09-191-3/+6
| | | | | working. Does not access SHM and privates if the SHM syscall failed during extension initialization.
* Integration of XEVIE branch to trunk, latest updatesStuart Kreitman2004-07-311-340/+83
| | | | | https://freedesktop.org/bugzilla/show_bug.cgi?id=947 Modified Files: Imakefile xevie.c
* Integration of XEVIE branch to trunkStuart Kreitman2004-07-301-0/+628
| | | | | https://freedesktop.org/bugzilla/show_bug.cgi?id=947 Modified Files: Imakefile Added Files: xevie.c
* Use LibraryTargetName when not building a loadable serverKevin E Martin2004-07-291-11/+4
| | | | | | | | | | Move extern function declarations to window.h Cleaned up code since client's saveSet is no longer defined as a pointer* Added externs back in Change #if to #ifdef to fix compiler warning Add function declarations that were inadvertently removed by previous check in Disable extensions that are not (yet) supported by DMX
* Integration of DAMAGE-XFIXES branch to trunkStuart Kreitman2004-07-291-7/+7
| | | | | https://freedesktop.org/bugzilla/show_bug.cgi?id=859 DAMAGE calls some shape functions. Modified Files: Imakefile shape.c
* Add Distributed Multihead X (DMX) supportKevin E Martin2004-06-302-37/+72
|
* Merging XORG-CURRENT into trunkEgbert Eich2004-04-2341-64/+80
|
* Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich2004-03-1441-53/+56
|
* Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich2004-03-0341-42/+43
|
* readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich2004-02-2641-41/+41
|
* Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich2004-02-2641-41/+41
|
* XFree86 4.3.99.902 (RC 2)xf86-4_3_99_902Kaleb Keithley2003-12-192-2/+3
|
* XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley2003-11-2536-797/+780
|
* Initial revisionXORG-STABLEKaleb Keithley2003-11-253-0/+91
|
* XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1Kaleb Keithley2003-11-1423-4133/+4332
|