index
:
~ofourdan/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
for-keith
for-whot
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-backports
server-1.18-branch
server-1.19-backports
server-1.19-branch
server-1.19-fixes
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xvidmode
xwayland
xwayland-1.19-branch
xwayland-glamor-xv
xwayland-test
Xserver stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xkb
/
ddxLoad.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-01
xkb: Print the xkbcomp path being executed when we fail to compile.
Eric Anholt
1
-2
/
+4
2017-04-25
Remove default defines of some directories.
Eric Anholt
1
-12
/
+0
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-8
/
+8
2014-03-19
xkb: add XkbLoadKeymapFromString
Kristian Høgsberg
1
-0
/
+72
2014-03-17
xkb: add KeymapOrDefault
Kristian Høgsberg
1
-16
/
+24
2014-03-17
xkb: factor out xkb loading to LoadXkm
Kristian Høgsberg
1
-23
/
+31
2014-03-17
xkb: add a callback to xkbcomp
Peter Hutterer
1
-20
/
+66
2014-03-17
xkb: constify XkbDDXOpenConfigFile
Peter Hutterer
1
-1
/
+1
2014-01-12
xkb: Clean up warnings
Keith Packard
1
-1
/
+1
2012-07-17
xwin: Clean up os wrappers for System, Popen and Pclose on Windows
Keith Packard
1
-75
/
+0
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-194
/
+190
2011-11-23
Convert strncpy/strncat to strlcpy/strlcat
Alan Coopersmith
1
-4
/
+2
2011-11-02
Xming: Always remove temporary file used when invoking xkbcomp on Win32
Colin Harrison
1
-0
/
+3
2011-03-16
xkb: Release XKB component names when compiling keymap.
Rami Ylimäki
1
-11
/
+11
2011-02-23
Merge branch 'mi-cleanup' into next
Peter Hutterer
1
-16
/
+60
2011-02-15
xkb: Use snprintf to measure string lengths instead of manual strlen math
Alan Coopersmith
1
-10
/
+11
2011-02-14
xkb: if the keymap failed to compile, load the default keymap instead.
Peter Hutterer
1
-1
/
+22
2011-02-14
xkb: split out keymap compilation.
Peter Hutterer
1
-16
/
+39
2011-01-18
xkb/ddxLoad.c doesn't need <paths.h> any more
Alan Coopersmith
1
-4
/
+0
2010-12-07
Convert existing Xprintf style calls to asprintf style
Alan Coopersmith
1
-8
/
+11
2010-11-11
Remove more superfluous if(p!=NULL) checks around free(p).
Cyril Brulebois
1
-4
/
+2
2010-06-11
xkb: replace xstrdup with strdup in Win32System
Mikhail Gusarov
1
-1
/
+6
2010-05-13
Do not jump through the hoops to deallocate xkbbasedirflag variable
Mikhail Gusarov
1
-5
/
+3
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-5
/
+5
2010-02-02
xkb: sed True -> TRUE and False -> FALSE
Peter Hutterer
1
-9
/
+9
2009-10-20
xkb: don't conditionally include xkb-config.h.
Peter Hutterer
1
-2
/
+0
2009-10-01
xkb: check permissions on XKM_OUTPUT_DIR
Nirbheek Chauhan
1
-3
/
+2
2009-01-22
XKB: Remove support for setting combined keymaps
Daniel Stone
1
-2
/
+1
2009-01-22
XKB: Remove 'extra' functionality from rules parsing
Daniel Stone
1
-1
/
+1
2009-01-22
Input: Overhaul keyboard initialisation process
Daniel Stone
1
-0
/
+33
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
1
-1
/
+0
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-2
/
+2
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-2
/
+2
2008-11-25
Remove duplication from code paths in XkbDDXCompileKeymapByNames
Alan Coopersmith
1
-34
/
+42
2008-11-20
Always use server-<display>.xkm to avoid races when multiple servers start
Alan Coopersmith
1
-10
/
+2
2008-07-23
Unifdef __osf__
Adam Jackson
1
-1
/
+1
2008-07-23
Unifdef AIX.
Adam Jackson
1
-1
/
+1
2008-07-23
Unifdef sgi.
Adam Jackson
1
-1
/
+1
2008-06-25
Don't log null device name in XkbDDXLoadKeymapByNames
Alan Coopersmith
1
-1
/
+1
2008-05-20
Merge branch 'master' into mpx
Peter Hutterer
1
-23
/
+33
2008-05-13
When XKB fails to open rules file, log the file name, not the NULL file pointer
Alan Coopersmith
1
-1
/
+1
2008-05-07
XKB: Actually explain keymap failures
Daniel Stone
1
-22
/
+32
2008-03-04
Merge branch 'master' into mpx
Peter Hutterer
1
-153
/
+18
2008-02-17
XKB: Ditch XkbFileInfo
Daniel Stone
1
-7
/
+7
2008-02-17
XKB: Remove support for pre-built keymaps
Daniel Stone
1
-82
/
+1
2008-02-17
XKB: Remove usage of client-side types
Daniel Stone
1
-2
/
+2
2008-02-17
XKB: Remove a bunch of mad ifdefs
Daniel Stone
1
-67
/
+13
2007-09-26
xkb: unify ErrorFs. Prefix all with [xkb].
Peter Hutterer
1
-17
/
+17
2007-06-28
Remove the remnants of OS/2 support.
Adam Jackson
1
-23
/
+1
2007-03-20
Static markup and dead code cull over xkb/.
Adam Jackson
1
-4
/
+4
[next]