index
:
~jcristau/xserver
addresources
for-keith
hurd-fixes
libudev
libudev+inputclass
server-1.12-branch
server-1.7-branch
xephyr-xcb
Unnamed repository; edit this file to name it for gitweb.
jcristau
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xkb
/
ddxLoad.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2006-10-02
xkb: remove the world's most staggeringly broken vendor workaround
Daniel Stone
1
-24
/
+0
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-2
/
+0
[next]