summaryrefslogtreecommitdiff
path: root/src/xkbcomp/xkbcomp-priv.h
Commit message (Expand)AuthorAgeFilesLines
* keymap: move XkbEscapeMapName() to keymap.c.Ran Benita2014-01-131-3/+0
* Resolve keysyms early in parserRan Benita2013-11-271-3/+0
* xkbcomp: escape the section names before storing them in the keymapRan Benita2013-07-181-0/+3
* Replace flex scanner with a hand-written oneRan Benita2013-04-011-6/+3
* keymap: add xkb_keymap_new_from_buffer()David Herrmann2013-04-011-0/+4
* keymap: abstract a bit over the keymap formatRan Benita2013-03-181-0/+3
* Change some log functions to take ctx instead of keymapRan Benita2013-03-181-6/+6
* ast: constify argumentRan Benita2013-03-181-1/+1
* Don't scan and parse useless mapsRan Benita2012-09-301-1/+2
* scanner: share code in XkbParse{File,String}Ran Benita2012-09-301-6/+5
* Rename map.{c,h} to keymap.{c,h}Ran Benita2012-09-241-1/+1
* Organize src/ and test/ headersRan Benita2012-09-161-1/+8
* Add xkbcomp/keymap.c and move some code thereRan Benita2012-09-021-1/+2
* expr: move op_type/value_type_to_string functions to astRan Benita2012-09-021-3/+0
* Organize xkbcomp/ header filesRan Benita2012-09-011-40/+36
* keycodes: save context in Info, not keymapRan Benita2012-08-101-3/+2
* Remove AutoKeyNames featureRan Benita2012-08-101-1/+1
* Modernize struct xkb_modsRan Benita2012-08-101-3/+0
* Handle key names consistentlyRan Benita2012-08-071-2/+10
* Make top level Handle*File functions nicerRan Benita2012-08-071-0/+3
* Use xkb_mod_mask_t and xkb_mask_index_t throughoutRan Benita2012-07-271-3/+2
* Remove alloc.{c,h}Ran Benita2012-07-271-1/+0
* xkbcomp: use new log functionsRan Benita2012-07-231-12/+23
* compat: use new log functionsRan Benita2012-07-231-5/+0
* Remove CommonInfoRan Benita2012-07-181-20/+3
* compat: use list instead of CommonInfo in SymInterpInfoRan Benita2012-07-181-0/+5
* Convert macros to inline functionsRan Benita2012-07-181-13/+52
* Pass around xkb_key's instead of keycodesRan Benita2012-07-181-3/+2
* Run source tree through uncrustifyDaniel Stone2012-07-171-29/+28
* Convert missed enum merge_mode variablesRan Benita2012-07-141-2/+2
* Fix fileID messRan Benita2012-07-141-1/+1
* Move ComputeEffectiveMap code and avoid some duplicationRan Benita2012-07-131-0/+3
* Use enum for file typesRan Benita2012-07-011-2/+2
* Use void* instead of old style char* in CommonInfo functionsRan Benita2012-06-271-2/+2
* Create path.h for the path.c functionsRan Benita2012-05-191-11/+0
* Rename 'ctx' back to 'context' in external APIDaniel Stone2012-05-111-2/+2
* Shorten context to ctxRan Benita2012-05-091-2/+2
* Change all 'xkb' xkb_keymap names to 'keymap'Daniel Stone2012-05-091-4/+5
* Rename XKBcommonint.h to xkb-priv.h and use itRan Benita2012-05-081-1/+2
* Rename xkbcomp/misc.h to xkbcomp-priv.h and use itRan Benita2012-05-081-0/+92