index
:
~alanh/xserver
master
alanh's xserver tree
alanh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xkb
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-31
Simplify XkbWriteXKBKeymapForNames a bit, and remove debug spew.
Daniel Stone
1
-26
/
+10
2006-03-27
Prune XKB code to only what we need to run the server. Remove dead
Daniel Stone
12
-3177
/
+114
2006-03-27
Fix remnants of previous busted _XkbStrCaseCmp commit.
Daniel Stone
2
-4
/
+26
2006-03-27
Move XFree86 DDX XKB actions into dixmods.
Daniel Stone
3
-52
/
+0
2006-03-25
Bug #3819: Remove open-coding of strcasecmp.
Daniel Stone
2
-32
/
+4
2006-03-25
Remove INITARGS braindamage, change to void; add XkbExtensionInit prototype
Daniel Stone
2
-2
/
+4
2006-03-25
Really remove all DDX pre-config code.
Daniel Stone
1
-25
/
+1
2006-03-25
Remove XkbCF DDX configuration code.
Daniel Stone
4
-1579
/
+1
2006-03-25
Fix two glaring unconditional-NULL-dereferences.
Daniel Stone
1
-0
/
+6
2006-02-28
Bug #5216: Allow options to appear with other components.
Daniel Stone
1
-7
/
+0
2006-02-15
Mark everything in dixsym.c as _X_EXPORT.
Adam Jackson
2
-6
/
+6
2005-12-26
Remove unused -xkbdb and -noloadxkb options. Rename -ar1 and -ar2 to
Daniel Stone
1
-29
/
+8
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
-1
/
+1
2005-11-20
Make sure XKM_OUTPUT_DIR (used in code) ends in / (so paths don't get hosed
Alan Coopersmith
1
-1
/
+1
2005-10-19
Bug #3224: Degrade XKB fallback message to X_WARNING.
Adam Jackson
1
-1
/
+1
2005-10-07
Add README.compiled to dist tarball
Kevin E Martin
1
-1
/
+1
2005-10-06
symlink.sh:
Søren Sandmann Pedersen
1
-1
/
+4
2005-09-11
use RGB_DB not RGB_PATH as that's what it's looking for
Daniel Stone
1
-1
/
+2
2005-09-01
Teach xkb how to optionally run xkbcomp from $bindir instead of
Kristian Høgsberg
3
-3
/
+16
2005-08-31
Include xkb-config.h if we have it so we pick up the paths defined there.
Kristian Høgsberg
2
-0
/
+8
2005-08-22
If MAKE_XKM_OUTPUT_DIR is defined, call trans_mkdir to create directory if
Alan Coopersmith
1
-2
/
+20
2005-08-20
Build libxkbstubs.la to stub XKB DDX functions (e.g. VT switches), and
Daniel Stone
1
-6
/
+4
2005-08-10
Revert previous patch as it causes build failures
Søren Sandmann Pedersen
1
-2
/
+2
2005-08-10
Add XF86DDXACTIONS to AM_CFLAGS
Søren Sandmann Pedersen
1
-1
/
+1
2005-07-16
Fix the *-config.h includes so that it is possible to build modules without
Kevin E Martin
3
-0
/
+12
2005-07-04
Revert last changes. They have to be addressed in a different way
Alexander Gottwald
1
-2
/
+0
2005-07-04
Add XWin DDX, make Xorg DDX conditional Make XF86VidMode and XF86Misc
Alexander Gottwald
1
-0
/
+2
2005-07-03
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
Daniel Stone
9
-9
/
+9
2005-07-03
Fix more include paths; add dix-config.h to XKB code.
Daniel Stone
11
-74
/
+63
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
36
-1
/
+144
2005-07-02
Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.
Daniel Stone
1
-0
/
+2
2005-07-01
Change all misc.h and os.h references to <X11/foo.h>.
Daniel Stone
10
-12
/
+12
2005-07-01
Adding initial build system.
Daniel Stone
1
-0
/
+51
2005-06-13
Add xkbfile to symlink.sh, conditionally include "config.h" in
Søren Sandmann Pedersen
7
-0
/
+21
2005-05-22
Bugzilla #2800 <https://bugs.freedesktop.org/show_bug.cgi?id=2800> Xevie
Alan Coopersmith
1
-3
/
+58
2005-05-13
- For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in
Søren Sandmann Pedersen
4
-0
/
+12
2005-04-20
Fix includes right throughout the Xserver tree:
Alexander Gottwald
1
-3
/
+3
2005-04-20
Fix includes right throughout the Xserver tree:
Daniel Stone
24
-52
/
+52
2005-02-01
xc/programs/Xserver/xkb/ddxLoad.c
Alexander Gottwald
2
-60
/
+33
2005-01-09
xc/programs/Xserver/xkb/ddxList.c
Alexander Gottwald
2
-32
/
+41
2005-01-09
//bugs.freedesktop.org/show_bug.cgi?id=2245) attachment #1645
Alexander Gottwald
1
-80
/
+76
2004-12-24
Print error message if CreateProcess fails Simplify popen simulation code
Alexander Gottwald
1
-11
/
+27
2004-11-22
Use GetTempPath for finding a place where to store temporary files on
Alexander Gottwald
1
-3
/
+14
2004-11-15
Use CreateProcess instead of system() to spawn xkbcomp on windows. system()
Alexander Gottwald
1
-4
/
+36
2004-11-15
Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added
Alexander Gottwald
1
-4
/
+27
2004-11-02
Removing unneeded private FreeType2 symbol.
Egbert Eich
2
-0
/
+12
2004-04-23
Merging XORG-CURRENT into trunk
Egbert Eich
26
-26
/
+31
2004-04-23
Merging XORG-CURRENT into trunk
Egbert Eich
11
-11
/
+11
2004-03-14
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
Egbert Eich
37
-37
/
+37
[next]