index
:
~gnadon/xserver
master
server-1.11-branch
Unnamed repository; edit this file 'description' to name the repository.
gnadon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xkb
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-23
Fix gcc -Wwrite-strings warnings in XkbGetRulesDflts
Alan Coopersmith
1
-16
/
+5
2011-11-23
Mark XKB char * as const to clean up gcc -Wwrite-strings warnings
Alan Coopersmith
6
-18
/
+18
2011-11-23
Reduce unnecessary string copying in xkbtext routines
Alan Coopersmith
1
-10
/
+8
2011-11-23
Convert a bunch of sprintf to snprintf calls
Alan Coopersmith
1
-71
/
+71
2011-11-23
Remove unnecessary variable rtrn in XkbKeysymText
Alan Coopersmith
1
-4
/
+4
2011-11-23
Convert strncpy/strncat to strlcpy/strlcat
Alan Coopersmith
3
-8
/
+4
2011-11-09
input: replace remaining GetPairedDevice() with GetMaster()
Peter Hutterer
1
-1
/
+1
2011-11-02
Xming: Always remove temporary file used when invoking xkbcomp on Win32
Colin Harrison
2
-2
/
+9
2011-10-25
xkb: Support noLock and noUnlock flags for LockMods
Andreas Wettstein
1
-2
/
+5
2011-10-03
Add #include "inpututils.h" to xkbAccessX.c for init_device_event
Alan Coopersmith
1
-0
/
+1
2011-09-26
Merge remote-tracking branch 'whot/next'
Keith Packard
1
-6
/
+2
2011-09-21
xkb: add missing swaps for xkbGetDeviceInfoReply
Peter Harris
1
-0
/
+3
2011-09-21
Cast char* buffers to swap functions
Matt Turner
1
-6
/
+6
2011-09-21
Use correct swap{l,s} (or none at all for CARD8)
Matt Turner
1
-1
/
+0
2011-09-21
Use internal temp variable for swap macros
Matt Turner
4
-488
/
+371
2011-08-22
input: provide a single function to init DeviceEvents to 0
Peter Hutterer
1
-6
/
+2
2011-07-15
XKB: Work around broken interps from old xkbcomp
Daniel Stone
2
-4
/
+46
2011-06-06
xkb: Fix case checks for Latin 4.
Cyril Brulebois
1
-1
/
+2
2011-06-06
xkb: Fix case checks for Latin 2.
Cyril Brulebois
1
-1
/
+1
2011-06-06
xkb: Fix case checks for Latin 1.
Cyril Brulebois
1
-1
/
+1
2011-06-03
xkb: Fix case checks for Latin 8.
Cyril Brulebois
1
-15
/
+26
2011-05-11
input: replace EventListPtr with InternalEvent array
Peter Hutterer
1
-2
/
+2
2011-05-06
XKB: Fix sense inversion for core MapNotify events
Daniel Stone
1
-4
/
+8
2011-05-06
XKB: Send XKB events for all devices to all clients
Daniel Stone
1
-23
/
+8
2011-05-06
XKB: Send NewKeyboardNotify for dev before its master/slaves
Daniel Stone
1
-12
/
+12
2011-05-06
XKB: Remove duplicate keymap-copying loop
Daniel Stone
1
-7
/
+7
2011-05-06
XKB: Simplify a loop in ProcXkbGetKbdByName
Daniel Stone
1
-14
/
+15
2011-05-06
XKB: Don't send unnecessary NewKeyboardNotifies
Daniel Stone
1
-3
/
+1
2011-04-25
xkb: remove duplicated include
Nicolas Kaiser
1
-1
/
+0
2011-04-04
Merge remote-tracking branch 'vignatti/for-keith'
Keith Packard
1
-1
/
+3
2011-04-04
xkb: fix fd leak in XkbDDXListComponent
Tiago Vignatti
1
-1
/
+3
2011-04-04
xkb: Prevent leaking of XKB geometry information on copy.
Rami Ylimäki
1
-5
/
+3
2011-04-04
xkb: Introduce helper function to handle similar reallocations.
Rami Ylimäki
3
-94
/
+111
2011-03-17
xkb: Initialize pad bytes sent in replies of geometry requests.
Rami Ylimäki
1
-3
/
+9
2011-03-17
xkb: Document XkbWriteCountedString.
Peter Hutterer
1
-0
/
+11
2011-03-16
xkb: Release XKB component names when compiling keymap.
Rami Ylimäki
3
-21
/
+31
2011-03-09
xkb: Ensure that XKB device private won't leak on device disconnect.
Rami Ylimäki
1
-9
/
+2
2011-02-23
Merge branch 'mi-cleanup' into next
Peter Hutterer
4
-35
/
+77
2011-02-22
Move master/lastSlave out of the union into separate fields.
Peter Hutterer
2
-2
/
+2
2011-02-22
xkb: Fix a check for MASTER_KEYBOARD
Peter Hutterer
1
-6
/
+4
2011-02-22
Switch to use IsFloating()
Peter Hutterer
3
-5
/
+5
2011-02-15
xkb: Replace malloc(strlen) + strcpy with strdup
Alan Coopersmith
1
-9
/
+4
2011-02-15
XkbAddGeomProperty: Fix checks for malloc failure
Alan Coopersmith
1
-2
/
+2
2011-02-15
Replace _XkbDupString with Xstrdup
Alan Coopersmith
5
-51
/
+38
2011-02-15
xkb: Use snprintf to measure string lengths instead of manual strlen math
Alan Coopersmith
2
-12
/
+12
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-02-14
ProcXkbGetXkbByName: fix use of uninitialised bytes valgrind error.
Ander Conselvan de Oliveira
1
-7
/
+7
2011-02-14
XkbSendNames: fix use of uninitialised bytes valgrind error.
Ander Conselvan de Oliveira
1
-1
/
+1
2011-01-27
xkb: Cancel a key's repetition when its autorepeat is disabled.
Erkki Seppälä
1
-1
/
+6
[next]