index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xkb
/
xkbUtils.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-13
xkb: initialize tsyms
Giuseppe Bilotta
1
-1
/
+1
2015-04-21
Convert XKB to new *allocarray functions
Alan Coopersmith
1
-37
/
+39
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-8
/
+8
2014-03-25
xkb: Restore XkbCopyDeviceKeymap
Adam Jackson
1
-0
/
+6
2014-03-12
xkb: Repurpose XkbCopyDeviceKeymap to apply a given keymap to a device
Rui Matos
1
-7
/
+7
2014-03-12
xkb: Factor out a function to copy a keymap's controls onto another
Rui Matos
1
-0
/
+23
2013-01-09
xkb: Do not use base group as an array index.
Andreas Wettstein
1
-2
/
+8
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-639
/
+653
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
1
-86
/
+35
2011-01-21
xkb: after making changes to the xkb ctrls, copy them back into kbdfeed.
Peter Hutterer
1
-3
/
+6
2010-07-01
xkb: merge lockedPtrButtons state from all attached SDs.
Peter Hutterer
1
-0
/
+26
2010-06-11
Get rid of xstrdup when argument is definitely non-NULL
Mikhail Gusarov
1
-6
/
+6
2010-06-06
Replace deprecated bzero with memset
Mikhail Gusarov
1
-5
/
+5
2010-06-06
xkb: Remove superfluous if(x) x = realloc(x, sz); else x = malloc(sz); logic
Mikhail Gusarov
1
-71
/
+23
2010-06-06
xkb: Remove superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-96
/
+48
2010-06-04
xkb: fix invalid memory writes in _XkbCopyGeom.
Peter Hutterer
1
-2
/
+2
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-113
/
+113
2010-04-27
xkb: Fix omissions in geometry initialization #27679
Dirk Wallenstein
1
-2
/
+39
2010-03-24
XKB: Fix garbage initialization
Jeremy Huddleston
1
-1
/
+1
2010-02-02
xkb: sed True -> TRUE and False -> FALSE
Peter Hutterer
1
-10
/
+10
2009-09-30
xkb: Use XkbPerKeyBitArraySize instead of hardcoded value of 32
Jeremy Huddleston
1
-2
/
+2
2009-09-13
xkb: split effectiveGroup calculation into separate utility function.
Peter Hutterer
1
-0
/
+35
2009-08-05
xkb: remove now-unused XkbGetKeysym.
Peter Hutterer
1
-29
/
+0
2009-07-30
include: untangle events.h from the SDK headers.
Peter Hutterer
1
-0
/
+1
2009-07-10
Revert "XKB: Sanitise * actions" commits (#19602)
Peter Hutterer
1
-2
/
+2
2009-05-06
Xi: add GrabButton and GrabKeysym code.
Peter Hutterer
1
-0
/
+30
2009-03-20
xkb: don't overrun the map index when accessing symbols.
Peter Hutterer
1
-1
/
+1
2009-02-17
xkb: Fix wrong colour reference in XKB geometry copying. #20081
Peter Hutterer
1
-2
/
+2
2009-02-16
xserver: Avoid sending uninitialized padding data over the network
Peter Åstrand
1
-0
/
+1
2009-02-04
Fix "warning: unused variable XXX"
Tomas Carnecky
1
-1
/
+1
2009-01-28
Fix duplicate code, off-by one in space calculation, not initialized members
Pierre Willenbrock
1
-30
/
+9
2009-01-22
Input: Remove core keysyms from KeyClassRec
Daniel Stone
1
-105
/
+95
2009-01-22
Input: Clean up keymap change notifications
Daniel Stone
1
-112
/
+71
2009-01-22
XKB: Sanitise vmods in actions
Daniel Stone
1
-2
/
+2
2009-01-22
XKB: Remove unsupported Xi operation flags
Daniel Stone
1
-2
/
+1
2009-01-22
Input: Remove modifierMap from core
Daniel Stone
1
-7
/
+1
2009-01-22
Input: Remove modifierKeyMap
Daniel Stone
1
-41
/
+0
2009-01-22
Input: Overhaul keyboard initialisation process
Daniel Stone
1
-6
/
+0
2009-01-22
XKB: Remove lock actions disabling
Daniel Stone
1
-2
/
+0
2009-01-20
XKB: Be more verbose about XkbCopyKeymap failure in debug mode
Daniel Stone
1
-8
/
+24
2009-01-20
XKB: Trying to copy to the same keymap is not fatal
Daniel Stone
1
-1
/
+4
2009-01-20
XkbCopyKeymap: inputInfo.keyboard is not a special case
Daniel Stone
1
-19
/
+12
2008-12-30
XKB: Also copy keyboard feedback when copying the keymap
Daniel Stone
1
-1
/
+16
2008-12-23
xkb: don't replicate past the number of groups we have.
Peter Hutterer
1
-3
/
+4
2008-12-23
xkb: ensure enough symbols for core Group1 replication.
Peter Hutterer
1
-2
/
+17
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
-22
/
+22
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-22
/
+22
2008-11-04
XKB: Tiny cleanups to _XkbLookupAnyDevice
Daniel Stone
1
-3
/
+4
[next]