summaryrefslogtreecommitdiff
path: root/xkb/xkbInit.c
Commit message (Expand)AuthorAgeFilesLines
* xkb: rename xkb.h to xkb-procs.hPeter Hutterer2022-07-081-1/+0
* xkb: Write the _XKB_RULES_NAMES window property synchronouslyAdam Jackson2018-11-131-2/+2
* xkb: Correct type of XkbDfltAccessXOptions.Matt Turner2017-03-271-2/+2
* xkb: Match key releases with an overlaid pressMihail Konev2017-01-041-0/+9
* Replace 'sun' with '__sun'Richard PALO2015-11-301-1/+1
* Drop trailing whitespacesPeter Hutterer2014-11-121-11/+11
* xkb: add XkbLoadKeymapFromStringKristian Høgsberg2014-03-191-8/+34
* xkb: add a call to init an XkbRMLVOSet from const charsPeter Hutterer2014-02-041-5/+20
* Replace 'pointer' type with 'void *'Keith Packard2014-01-121-1/+1
* xkb: Clean up warningsKeith Packard2014-01-121-5/+5
* xkb: don't call atoi(NULL) when parsing argvJulien Cristau2013-07-021-2/+4
* input: print warnings if drivers don't initialize properlyPeter Hutterer2013-05-101-2/+3
* dix: don't overwrite proximity/focus classesPeter Hutterer2013-05-101-1/+2
* xkb: free XkbRulesUsed and XkbRulesDflt on extension cleanupPeter Hutterer2013-05-071-0/+15
* Introduce a consistent coding styleKeith Packard2012-03-211-290/+298
* Fix gcc -Wwrite-strings warnings in XkbGetRulesDfltsAlan Coopersmith2011-11-231-16/+5
* Mark XKB char * as const to clean up gcc -Wwrite-strings warningsAlan Coopersmith2011-11-231-2/+2
* Replace _XkbDupString with XstrdupAlan Coopersmith2011-02-151-10/+10
* Remove more superfluous if(p) checks around free(p)Matt Turner2010-06-111-4/+2
* Remove more superfluous if(p) checks around free(p)Mikhail Gusarov2010-06-061-20/+10
* Move each screen's root-window pointer into ScreenRec.Jamey Sharp2010-06-031-1/+2
* Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2010-05-131-31/+31
* xkb: sed True -> TRUE and False -> FALSEPeter Hutterer2010-02-021-15/+15
* xkb: don't conditionally include xkb-config.h.Peter Hutterer2009-10-201-2/+0
* xkb: cosmetic fix, use TRUE instead of True.Peter Hutterer2009-07-161-1/+1
* Xi: Add support for sourceid in the device classes.Peter Hutterer2009-06-171-0/+1
* xkb: if kbd init failed, NULL out the pointers after freeing them (#21278)Peter Hutterer2009-05-111-0/+3
* xkb: remove _XkbAlloc, _XkbCalloc, _XkbRealloc and _XkbFreePeter Hutterer2009-05-081-17/+17
* xkb: set bell_func in InitKeyboardDeviceStruct.Colin Harrison2009-04-201-0/+1
* xkb: Add XkbFreeRMLVOSet helper function.Peter Hutterer2009-04-191-11/+19
* xkb: strdup the values returned by XkbGetRulesDfltsPeter Hutterer2009-04-171-0/+21
* input: allow NULL as XkbRMVLOSet in InitKeyboardDeviceStruct.Peter Hutterer2009-04-171-1/+9
* xkb: Use cached XKB keymap when rules haven't changedDan Nicholson2009-02-201-2/+46
* XKB: Remove -kb and +kb from -help text and man page.Adam Jackson2009-02-041-2/+0
* XKB: Remove unused DDX functionsDaniel Stone2009-01-221-2/+0
* Input: Remove core keysyms from KeyClassRecDaniel Stone2009-01-221-4/+0
* Input: Remove modifierMap from coreDaniel Stone2009-01-221-3/+0
* Input: Overhaul keyboard initialisation processDaniel Stone2009-01-221-335/+141
* XKB: Make XKB mandatoryDaniel Stone2009-01-221-13/+1
* XKB: Allow build-time configuration of XKB defaultsDaniel Stone2009-01-201-31/+10
* xkb: ANSI cleanupJulien Cristau2009-01-111-1/+1
* Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer2008-12-121-1/+0
* Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade2008-12-031-11/+11
* xkb: Allow NULL as rulesFile in XkbSetRulesDflts.Peter Hutterer2008-12-031-5/+24
* Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade2008-11-291-8/+8
* Unifdef __osf__Adam Jackson2008-07-231-1/+1
* Unifdef sgi.Adam Jackson2008-07-231-8/+0
* Dead code removalDaniel Stone2008-07-171-1/+1
* xkb: reset xkb_cached_map on CloseDownDevices.Peter Hutterer2008-06-051-0/+3
* xkb: delete default rules when devices are closed.Peter Hutterer2008-06-021-0/+15