summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Constify the syms_out argument to xkb_key_get_syms()Ran Benita2012-04-093-4/+4
* Implement missing xkb_state_ref and add return valueRan Benita2012-04-094-6/+13
* Do not enable yacc trace facility unconditionallyRan Benita2012-04-092-3/+2
* Constify a global table and function argumentsRan Benita2012-04-092-9/+9
* Remove unused struct definitionRan Benita2012-04-091-8/+0
* Replace remaining use of Atom instead of xkb_atom_tRan Benita2012-04-091-1/+1
* Fix possible overflow in scannerRan Benita2012-04-092-18/+18
* Fix KeyInfo's syms array size calculationRan Benita2012-04-091-9/+19
* Fix compiler warningsRan Benita2012-04-092-5/+3
* Rename xkb_desc to xkb_keymapDaniel Stone2012-04-0929-178/+178
* Eliminate remaining gcc warningsDaniel Stone2012-04-094-11/+8
* Don't parse nonsense Unicode/hex keycodesDaniel Stone2012-04-031-2/+9
* Remove unused device_specDaniel Stone2012-04-032-2/+0
* include resets group compatibility modifiers #43091Daniel Stone2012-04-031-1/+3
* Constify a global tableRan Benita2012-04-021-1/+1
* Make temporary fix for stale xkb_atomsRan Benita2012-04-021-0/+2
* Fix bugs to allow multiple keymaps in one processRan Benita2012-04-021-0/+1
* Remove useless check from xkb_intern_atomRan Benita2012-04-021-45/+39
* Avoid leak in CompileKeymap error pathRan Benita2012-04-021-2/+1
* Add a NULL check before before strcmp'ingRan Benita2012-04-021-1/+2
* Use straight strtok_r instead of wrapperRan Benita2012-04-021-8/+4
* Avoid use of partly initialized VModInfo in error pathRan Benita2012-04-021-1/+4
* Fail gracefully on failure to find component includeDaniel Stone2012-03-293-10/+22
* Full support for multiple keysyms per levelDaniel Stone2012-03-2910-250/+520
* Parsing support for multiple keysyms per entryDaniel Stone2012-03-291-1/+12
* Don't leak strings in merge declarationsDaniel Stone2012-03-291-0/+1
* Don't leak include_paths in contextDaniel Stone2012-03-291-0/+3
* Remove unused rtrnValue declarationDaniel Stone2012-03-281-2/+0
* Make parser and scanner reentrantRan Benita2012-03-277-133/+162
* Use xkb_contexts in keymap compilationDaniel Stone2012-03-2715-190/+84
* Add new context APIDaniel Stone2012-03-271-0/+198
* Update xkb_filter_group_lock_func for xkb_key_directionDaniel Stone2012-03-271-2/+2
* Fix build for X11 modifier masksDaniel Stone2012-03-273-0/+6
* Handle group lock actionsRan Benita2012-03-271-1/+40
* Make build non-recursiveRan Benita2012-03-272-66/+0
* Define our own NoSymbol value and use itRan Benita2012-03-2711-34/+28
* Define our own None atom valueRan Benita2012-03-2714-46/+39
* Fix all -Wsign-compare warningsRan Benita2012-03-2714-54/+60
* Silence -Wcast-qual warningsRan Benita2012-03-276-10/+17
* Use strcasecmp consistently instead of uStrCaseCmpRan Benita2012-03-279-88/+87
* Move utility macro from XKBcommonint.h to utils.hRan Benita2012-03-2714-100/+87
* Remove some more useless stuffRan Benita2012-03-274-192/+0
* Rewrite recalloc to the correct typeRan Benita2012-03-272-13/+10
* Remove useless stuff from utilsRan Benita2012-03-279-102/+28
* Remove fallback strcasecmp/strncasecmpDaniel Stone2012-03-271-54/+0
* Move utils.{c,h} to be used by the entire projectRan Benita2012-03-274-2/+2
* Fix a scanf type mismatchRan Benita2012-03-271-1/+1
* Fix incorrect usage of && instead of &Ran Benita2012-03-271-1/+1
* Fix latin8 upper/lower case checkRan Benita2012-03-271-8/+15
* Properly free xkb_state'sRan Benita2012-03-271-1/+2