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
/
hw
/
xfree86
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2006-04-07
Coverity #1216: Fix double-close of file on error.
Daniel Stone
1
-1
/
+0
2006-03-25
Mark everything in xf86sym.c as _X_EXPORT.
Adam Jackson
1
-16
/
+16
2006-03-11
Fix buffer size checks to prevent 2-byte buffer overflows. (Coverity #480,
Alan Coopersmith
1
-7
/
+7
2006-03-11
Pass sizeof the correct buffer to XmuSnprintf. (Coverity #489)
Alan Coopersmith
1
-1
/
+1
2006-03-05
define SYS_LIBS to hold system dependant libraries that may needed. and add
Matthieu Herrb
4
-4
/
+9
2006-02-10
Remove libcwrapper usage from xorg server modules. The libcwrapper is only
Eric Anholt
1
-1
/
+0
2006-01-31
Bring the cvt utility up to date with bug #5386 changes. Fix 2 issues with
Luc Verhaegen
1
-86
/
+53
2005-12-30
Add an empty all-local target for FreeBSD make's sake, which doesn't deal
Eric Anholt
1
-0
/
+2
2005-12-28
Bug #5153: standalone CVT modeline generator.
Luc Verhaegen
4
-0
/
+618
2005-12-08
Add configure options to allow hard-coded paths to be changed.
Kevin E Martin
2
-3
/
+6
2005-12-08
Allow hard-coded paths to be configurable.
Kevin E Martin
2
-2
/
+8
2005-12-07
Change to use the app-defaults default dir configured in libXt.
Kevin E Martin
1
-1
/
+1
2005-12-06
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
Kevin E Martin
6
-24
/
+24
2005-12-02
Define XFree86Server only where it is required.
Kevin E Martin
2
-2
/
+3
2005-11-29
Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable
Kevin E Martin
1
-1
/
+6
2005-11-28
Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
Alan Coopersmith
6
-6
/
+6
2005-11-23
Add configure option to install libxf86config.a (disabled by default).
Kevin E Martin
1
-1
/
+1
2005-11-22
Bug #5118: Use "rm -f" instead of "$(RM)", which isn't always defined.
Eric Anholt
1
-2
/
+2
2005-11-19
Update pkgconfig files to separate library build-time dependencies from
Kevin E Martin
1
-2
/
+2
2005-11-13
Bug #5019 <https://bugs.freedesktop.org/show_bug.cgi?id=5019> xserver
Alan Coopersmith
6
-15
/
+71
2005-11-08
See ChangeLog entry 2005-11-07 for details.
Kean Johnson
6
-15
/
+61
2005-11-03
Fix vendor string and release version reported by the servers. Enable
Kevin E Martin
1
-2
/
+2
2005-11-01
Add xorg-server.m4 for driver dependency checking.
Kevin E Martin
1
-1
/
+1
2005-10-18
Don't use $< in explicit rules since neither BSD nor Solaris make allow
Alan Coopersmith
1
-1
/
+1
2005-10-18
Change default install dir for app-default files from
Alan Coopersmith
1
-1
/
+1
2005-10-17
Work around automake-1.7 braindamage by providing an explicit rule for
Adam Jackson
1
-0
/
+5
2005-10-14
Remove reference to XF86config-4. Add xorgcfg(1) to See Also list.
Alan Coopersmith
1
-3
/
+3
2005-10-14
Set substitutions needed in xorgconfig man page.
Alan Coopersmith
1
-0
/
+4
2005-10-06
App-defaults file not supposed to have .ad suffix when installed Fix cpp
Alan Coopersmith
1
-7
/
+6
2005-10-05
Preprocess and install XOrgCfg.ad as in the monolith.
Adam Jackson
1
-1
/
+5
2005-10-04
Add #include <xorg-config.h> for modular build
Alan Coopersmith
1
-0
/
+3
2005-10-04
Add gtf to xserver/xorg/hw/xfree86/utils
Alan Coopersmith
2
-0
/
+43
2005-09-30
Man page processing/installation and other doc file updates
Alan Coopersmith
5
-43
/
+34
2005-09-28
Make the server distcheck:
Søren Sandmann Pedersen
1
-0
/
+3
2005-09-28
Add kbd_mode build system
Alan Coopersmith
2
-0
/
+47
2005-09-28
Add __SVR4 #ifdefs to work in non-Imake builds.
Alan Coopersmith
1
-1
/
+2
2005-09-27
Fix distcheck build and install errors.
Kevin E Martin
2
-22
/
+37
2005-09-26
Take care of more files from monolith's Xserver/hw/xfree86/etc dir:
Alan Coopersmith
3
-0
/
+104
2005-09-26
alanc@alf:/export/alanc/X.org/head/cvs-rw/xc [7:40pm - 628] head -14
Alan Coopersmith
3
-11
/
+20
2005-09-24
Add scanpci, xorgcfg, & xorgconfig utilities.
Alan Coopersmith
4
-0
/
+250
2005-09-23
Sun bug #6321613
Alan Coopersmith
1
-5
/
+10
2005-08-25
Use system curses library on Solaris for xorgcfg text mode.
Alan Coopersmith
1
-1
/
+2
2005-08-23
Display more friendly mouse protocol names. Enable mouse wheel mapping by
Alan Coopersmith
1
-9
/
+19
2005-08-23
Rename app-defaults entries from xf86cfg to xorgcfg to match name passed to
Alan Coopersmith
1
-69
/
+70
2005-08-23
User message cleanups/updates for modern configurations.
Alan Coopersmith
1
-14
/
+18
2005-08-18
//bugs.freedesktop.org/show_bug.cgi?id=2901> Patch #2331
Alan Coopersmith
1
-17
/
+17
2005-07-12
Fix scanpci -v core dump when subsys vendor/device id's are NOVENDOR &
Alan Coopersmith
1
-1
/
+3
2005-07-07
Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Fix warnings
Alan Coopersmith
1
-0
/
+4
2005-07-03
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
Daniel Stone
2
-2
/
+2
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
1
-1
/
+1
[next]