Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-04-03 | Coverity #75: Dead variable elimination. | Adam Jackson | 1 | -5/+2 | |
2006-04-03 | Coverity #992: Prevent a NULL chase. | Adam Jackson | 1 | -1/+2 | |
2006-03-31 | Move the screensaver extension from module to builtins. | Fredrik Höglund | 2 | -4/+151 | |
Add the server side implementation of the ScreenSaverSuspend request. Require scrnsaverproto >= 1.1, and change the linking order of the Xorg static libs. | |||||
2006-03-28 | Big old pile of warning fixes. | Adam Jackson | 3 | -40/+18 | |
2006-03-24 | Refactored the screensaver and DPMS timer code to use the screensaver timer | Fredrik Höglund | 1 | -3/+3 | |
for both screensaver and DPMS. Removed the SetDPMSTimers() and FreeDPMSTimers() functions. | |||||
2006-03-21 | Make the server distcheck and tag 1.0.99.1 snapshot. | Kristian Høgsberg | 1 | -1/+1 | |
Bump CVS version to 1.0.99.1. Distcheck fixes. | |||||
2006-02-16 | Fix build of Xorg by putting xf86bigfont back into builtin instead of | Eric Anholt | 1 | -1/+1 | |
module sources list. | |||||
2006-02-16 | Make more extensions optional in build (for kdrive). Fix kdrive build for | Keith Packard | 1 | -6/+23 | |
actual hardware. Fix kdrive pointer signed/unsigned types. Add kdrive-required YX rotation functions. Replace rgb text file loading with static rgb color table. | |||||
2006-02-16 | Bug #5871: Drop special build infrastructure left over from libcwrapper | Eric Anholt | 1 | -2/+1 | |
times. (George Fufutos) | |||||
2006-02-16 | Fix XSERVER64 should be _XSERVER64 | Dave Airlie | 1 | -2/+2 | |
2006-02-16 | Bug #5869: Remove traces of EXTMODULE define, which doesn't appear to be | Eric Anholt | 1 | -1/+1 | |
useful any more. (George Fufutos) | |||||
2006-02-15 | Mark everything in dixsym.c as _X_EXPORT. | Adam Jackson | 1 | -4/+4 | |
2006-02-15 | Mark everything in {ext,font}sym.c as _X_EXPORT. | Adam Jackson | 3 | -15/+15 | |
2006-02-11 | Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined function | Alan Coopersmith | 1 | -1/+3 | |
warnings after the removal of libcwrapper headers. | |||||
2006-02-10 | Remove libcwrapper usage from xorg server modules. The libcwrapper is only | Eric Anholt | 10 | -38/+15 | |
of (marginal) use in the drivers, and that usage remains. | |||||
2006-01-18 | Wrap sdk_HEADERS in if XORG as otherwise installing non-xorg servers | Dave Airlie | 1 | -0/+2 | |
breaks. | |||||
2005-12-28 | Merge from xserver a header for shm's server internal functions, which are | Eric Anholt | 1 | -0/+44 | |
called by DDXes. Desired by XGL, and should be used in other locations, probably. | |||||
2005-12-13 | Spell it XINERAMA_SRCS, not PANORAMIX_SRCS. | Adam Jackson | 1 | -1/+1 | |
2005-12-12 | Bugzilla #4715 <https://bugs.freedesktop.org/show_bug.cgi?id=4715> Files in | Alan Coopersmith | 1 | -78/+92 | |
xserver/xorg/Xext not included in tarball after make dist | |||||
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 | -3/+42 | |
module builds to reflect this change. | |||||
2005-11-08 | See ChangeLog entry 2005-11-07 for details. | Kean Johnson | 1 | -1/+1 | |
2005-10-21 | Bug #4730: Byte-swap the pixmap ID correctly. (Neil Campbell) | Adam Jackson | 1 | -0/+1 | |
2005-10-17 | include/dix-config.h.in Add support for more extensions | Kevin E Martin | 1 | -8/+31 | |
Add missing files to EXTRA_DIST | |||||
2005-10-09 | Bug #4715 <https://bugs.freedesktop.org/show_bug.cgi?id=4715> Add | Alan Coopersmith | 1 | -1/+2 | |
SecurityPolicy to EXTRA_DIST (Bill Crawford) | |||||
2005-10-06 | Sun bug #6326551: xkbSetDetectableAutoRepeat broken when using XEvIE | Alan Coopersmith | 1 | -0/+4 | |
<http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6326551> (Derek Wang, Sun Microsystems) | |||||
2005-09-30 | Man page processing/installation and other doc file updates | Alan Coopersmith | 1 | -1/+2 | |
2005-09-25 | Add SecurityPolicy file for XCSECURITY extension. | Alan Coopersmith | 1 | -4/+7 | |
Add README to EXTRA_DIST | |||||
2005-08-24 | Remove use of dix-config and xorg-config.h from public headers. | Daniel Stone | 2 | -8/+0 | |
2005-08-17 | Add buildsystem for Xprint, and: | Søren Sandmann Pedersen | 2 | -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 | |||||
2005-07-28 | Fix distcheck for server | Kevin E Martin | 2 | -8/+2 | |
2005-07-27 | Add #include <dmx-config.h> for building dmx/glxProxy in the modular tree. | Kevin E Martin | 1 | -1/+5 | |
2005-07-14 | Add -I$(top_builddir)/hw/xfree86/dixmods/extmod to Xext/Makefile.am Patch | Søren Sandmann Pedersen | 1 | -1/+1 | |
from Stefan Dirsch | |||||
2005-07-13 | Remove references to DDX-specific extensions | Adam Jackson | 1 | -10/+2 | |
2005-07-07 | Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Patch #2325 | Alan Coopersmith | 1 | -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) | |||||
2005-07-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone | 28 | -44/+44 | |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 40 | -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>. | |||||
2005-07-02 | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone | 2 | -1/+5 | |
2005-07-01 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | 30 | -54/+54 | |
2005-07-01 | Adding initial build system. | Daniel Stone | 2 | -0/+73 | |
2005-06-10 | Bug #2799: Input shape. (Keith Packard) | Adam Jackson | 1 | -17/+78 | |
2005-06-09 | Bug #1846: Add intentionally undocumented -disablexineramaextension flag to | Adam Jackson | 1 | -0/+9 | |
the server to work around ignorant clients on large display walls. (Kevin E. Martin) | |||||
2005-05-22 | Bugzilla #2800 <https://bugs.freedesktop.org/show_bug.cgi?id=2800> Xevie | Alan Coopersmith | 1 | -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) | |||||
2005-04-20 | Change "eviestr.h" to <X11/extensions/eviestr.h>. | Daniel Stone | 1 | -1/+1 | |
2005-04-20 | Change "xf86bigfstr.h" to <X11/extensions/xf86bigfstr.h> for includes. | Daniel Stone | 1 | -1/+1 | |
2005-04-20 | Fix includes right throughout the Xserver tree: | Daniel Stone | 34 | -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. | |||||
2005-03-23 | bugzilla #2194: fix an alignement problem on 64 bit architectures. | Matthieu Herrb | 1 | -2/+2 | |
2004-12-15 | Use snprintf. | Matthieu Herrb | 1 | -2/+2 | |
2004-12-13 | //bugs.freedesktop.org/show_bug.cgi?id=1695) attachment #1230 | Roland Mainz | 1 | -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 | |||||
2004-11-24 | Add <sys/types.h> include to unbreak build on FreeBSD. | Eric Anholt | 1 | -0/+1 | |