summaryrefslogtreecommitdiff
path: root/xkb/xkbUtils.c
Commit message (Expand)AuthorAgeFilesLines
* xkbUtils: use existing symbol names instead of deleted deprecated onesBenno Schulenberg2023-03-271-2/+2
* xkb: reset the radio_groups pointer to NULL after freeing itPeter Hutterer2022-12-141-0/+1
* xkb: rename xkb.h to xkb-procs.hPeter Hutterer2022-07-081-1/+0
* xkb: initialize tsymsGiuseppe Bilotta2017-11-061-1/+1
* Convert XKB to new *allocarray functionsAlan Coopersmith2015-04-211-37/+39
* Drop trailing whitespacesPeter Hutterer2014-11-121-8/+8
* xkb: Restore XkbCopyDeviceKeymapAdam Jackson2014-03-251-0/+6
* xkb: Repurpose XkbCopyDeviceKeymap to apply a given keymap to a deviceRui Matos2014-03-121-7/+7
* xkb: Factor out a function to copy a keymap's controls onto anotherRui Matos2014-03-121-0/+23
* xkb: Do not use base group as an array index.Andreas Wettstein2013-01-091-2/+8
* Introduce a consistent coding styleKeith Packard2012-03-211-639/+653
* xkb: Prevent leaking of XKB geometry information on copy.Rami Ylimäki2011-04-041-5/+3
* xkb: Introduce helper function to handle similar reallocations.Rami Ylimäki2011-04-041-86/+35
* xkb: after making changes to the xkb ctrls, copy them back into kbdfeed.Peter Hutterer2011-01-211-3/+6
* xkb: merge lockedPtrButtons state from all attached SDs.Peter Hutterer2010-07-011-0/+26
* Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov2010-06-111-6/+6
* Replace deprecated bzero with memsetMikhail Gusarov2010-06-061-5/+5
* xkb: Remove superfluous if(x) x = realloc(x, sz); else x = malloc(sz); logicMikhail Gusarov2010-06-061-71/+23
* xkb: Remove superfluous if(p) checks around free(p)Mikhail Gusarov2010-06-061-96/+48
* xkb: fix invalid memory writes in _XkbCopyGeom.Peter Hutterer2010-06-041-2/+2
* Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2010-05-131-113/+113
* xkb: Fix omissions in geometry initialization #27679Dirk Wallenstein2010-04-271-2/+39
* XKB: Fix garbage initializationJeremy Huddleston2010-03-241-1/+1
* xkb: sed True -> TRUE and False -> FALSEPeter Hutterer2010-02-021-10/+10
* xkb: Use XkbPerKeyBitArraySize instead of hardcoded value of 32Jeremy Huddleston2009-09-301-2/+2
* xkb: split effectiveGroup calculation into separate utility function.Peter Hutterer2009-09-131-0/+35
* xkb: remove now-unused XkbGetKeysym.Peter Hutterer2009-08-051-29/+0
* include: untangle events.h from the SDK headers.Peter Hutterer2009-07-301-0/+1
* Revert "XKB: Sanitise * actions" commits (#19602)Peter Hutterer2009-07-101-2/+2
* Xi: add GrabButton and GrabKeysym code.Peter Hutterer2009-05-061-0/+30
* xkb: don't overrun the map index when accessing symbols.Peter Hutterer2009-03-201-1/+1
* xkb: Fix wrong colour reference in XKB geometry copying. #20081Peter Hutterer2009-02-171-2/+2
* xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand2009-02-161-0/+1
* Fix "warning: unused variable XXX"Tomas Carnecky2009-02-041-1/+1
* Fix duplicate code, off-by one in space calculation, not initialized membersPierre Willenbrock2009-01-281-30/+9
* Input: Remove core keysyms from KeyClassRecDaniel Stone2009-01-221-105/+95
* Input: Clean up keymap change notificationsDaniel Stone2009-01-221-112/+71
* XKB: Sanitise vmods in actionsDaniel Stone2009-01-221-2/+2
* XKB: Remove unsupported Xi operation flagsDaniel Stone2009-01-221-2/+1
* Input: Remove modifierMap from coreDaniel Stone2009-01-221-7/+1
* Input: Remove modifierKeyMapDaniel Stone2009-01-221-41/+0
* Input: Overhaul keyboard initialisation processDaniel Stone2009-01-221-6/+0
* XKB: Remove lock actions disablingDaniel Stone2009-01-221-2/+0
* XKB: Be more verbose about XkbCopyKeymap failure in debug modeDaniel Stone2009-01-201-8/+24
* XKB: Trying to copy to the same keymap is not fatalDaniel Stone2009-01-201-1/+4
* XkbCopyKeymap: inputInfo.keyboard is not a special caseDaniel Stone2009-01-201-19/+12
* XKB: Also copy keyboard feedback when copying the keymapDaniel Stone2008-12-301-1/+16
* xkb: don't replicate past the number of groups we have.Peter Hutterer2008-12-231-3/+4
* xkb: ensure enough symbols for core Group1 replication.Peter Hutterer2008-12-231-2/+17
* Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer2008-12-121-1/+0