index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
Age
Commit message (
Expand
)
Author
Files
Lines
2006-05-03
Use min() [defined in include/misc.h] instead of MIN() [not defined in any
Alan Coopersmith
1
-3
/
+3
2006-04-05
Put the screensaver extension back in the Xext module.
Fredrik Höglund
1
-10
/
+0
2006-04-03
Coverity #82: Dead variable elimination.
Adam Jackson
1
-6
/
+2
2006-04-03
Coverity #833: Fix a rather nasty memory leak.
Adam Jackson
1
-0
/
+2
2006-03-31
Move the screensaver extension from module to builtins.
Fredrik Höglund
1
-0
/
+14
2006-03-28
Big old pile of warning fixes.
Adam Jackson
2
-6
/
+4
2006-03-25
Mark everything in xf86sym.c as _X_EXPORT.
Adam Jackson
1
-2
/
+2
2006-03-24
Refactored the screensaver and DPMS timer code to use the screensaver timer
Fredrik Höglund
1
-89
/
+98
2006-03-21
Make the server distcheck and tag 1.0.99.1 snapshot.
xorg-server-1_0_99_1
Kristian Høgsberg
1
-0
/
+1
2006-02-16
Add oscolor.h
Keith Packard
1
-0
/
+1508
2006-02-16
Make more extensions optional in build (for kdrive). Fix kdrive build for
Keith Packard
3
-4
/
+109
2006-02-15
Mark everything in dixsym.c as _X_EXPORT.
Adam Jackson
7
-81
/
+81
2006-02-13
Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and remove
Benjamin Herrenschmidt
1
-7
/
+0
2006-01-08
Remove remaining #ifdef DPSEXT stanzas.
Adam Jackson
1
-3
/
+0
2006-01-07
Bug #5218: Don't crash on unconfigured interfaces. (Andrei Barbu)
Adam Jackson
1
-1
/
+3
2005-12-28
Remove a debugging printf
Adam Jackson
1
-10
/
+0
2005-12-26
Nuke unsupported NDBM routines. Shrink the hash table a bit, over
Adam Jackson
1
-105
/
+14
2005-12-06
Bugzilla #5219 <https://bugs.freedesktop.org/show_bug.cgi?id=5219> Make
Alan Coopersmith
1
-18
/
+19
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
/
+15
2005-11-08
See ChangeLog entry 2005-11-07 for details.
Kean Johnson
3
-6
/
+59
2005-10-17
include/dix-config.h.in Add support for more extensions
Kevin E Martin
1
-6
/
+6
2005-10-14
Hook up lbx.
Kristian Høgsberg
1
-2
/
+6
2005-07-07
Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Add prototype
Alan Coopersmith
1
-0
/
+4
2005-07-03
Change HAVE_CONFIG_H to HAVE_DIX_CONFIG_H.
Daniel Stone
1
-1
/
+1
2005-07-03
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
Daniel Stone
16
-20
/
+20
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
21
-0
/
+87
2005-07-02
Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.
Daniel Stone
1
-3
/
+2
2005-07-01
Change all misc.h and os.h references to <X11/foo.h>.
Daniel Stone
16
-23
/
+23
2005-07-01
Adding initial build system.
Daniel Stone
1
-0
/
+8
2005-07-01
Adding initial build system.
Daniel Stone
1
-0
/
+40
2005-06-30
Added another test of checkForInput for WIN32 Windows keyboard and mouse
Alexander Gottwald
1
-0
/
+7
2005-06-09
Bug #1846: Add intentionally undocumented -disablexineramaextension flag to
Adam Jackson
1
-0
/
+4
2005-05-19
Bug #3334: Clean up remnants from the PEX, XIE, and BEZIER extensions.
Adam Jackson
1
-9
/
+0
2005-05-02
Fix comments for pointers in parameter lists to work with fussy compilers
Harold L Hunt II
3
-5
/
+5
2005-05-02
Fix message type (respose->response) and fix */*comment*/ blocks to work
Harold L Hunt II
1
-9
/
+9
2005-04-27
Catch SIGCHLD in OsBlockSignals() too to make sure this signal doesn't
XORG-6_8_99_5
Egbert Eich
1
-0
/
+3
2005-04-24
xc/config/cf/X11.tmpl
XORG-6_8_99_4
Roland Mainz
1
-0
/
+4
2005-04-20
Fix includes right throughout the Xserver tree:
Alexander Gottwald
3
-4
/
+4
2005-04-20
warning fix for Win32
Alexander Gottwald
1
-1
/
+1
2005-04-20
Fix includes right throughout the Xserver tree:
Daniel Stone
17
-52
/
+52
2005-03-23
xc/programs/Xserver/Imakefile
Roland Mainz
1
-2
/
+5
2005-02-03
Bugzilla #1865 (https://bugs.freedesktop.org/show_bug.cgi?id=1865)
Alexander Gottwald
1
-0
/
+8
2005-01-14
Added copyright notice.
Alexander Gottwald
1
-0
/
+28
2004-12-03
Bugzilla #1865, https://bugs.freedesktop.org/show_bug.cgi?id=1865 Added
Alexander Gottwald
1
-0
/
+64
2004-12-02
Remove some of the ifdef WIN32 checks from WaitForSomething
Alexander Gottwald
1
-17
/
+18
2004-11-25
Bugzilla #1914: fix size limit for -fp argument
Alexander Gottwald
1
-4
/
+12
2004-11-22
Use a simple hashtable as ConnectionTranslation instead of a plain array on
Alexander Gottwald
5
-11
/
+111
2004-11-15
Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added
Alexander Gottwald
8
-16
/
+65
2004-10-18
Made handling of DevelDrivers for x86-64 more conformant to other
Egbert Eich
1
-12
/
+6
[next]