summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename 'ctx' back to 'context' in external APIDaniel Stone2012-05-1119-105/+105
* Change xkb_key_get_syms to just return a bare intDaniel Stone2012-05-092-3/+3
* Move KcCGST API to internal-onlyDaniel Stone2012-05-091-0/+44
* Rename serialise to serializeDaniel Stone2012-05-091-4/+4
* Remove keycode_range_is_legalDaniel Stone2012-05-091-15/+0
* Merge remote-tracking branch 'krh/keysyms'Daniel Stone2012-05-097-68/+61
|\
| * Use our own keysymsKristian Høgsberg2012-05-098-67/+61
* | Remove support for xkb_layout and xkb_semantics file typesRan Benita2012-05-097-42/+6
* | Shorten context to ctxRan Benita2012-05-0924-395/+394
* | Contextualize the atom tableRan Benita2012-05-096-82/+135
* | Make the context available for XkbcAtomTextRan Benita2012-05-0912-303/+337
* | Make the context available for XkbcAtomGetStringRan Benita2012-05-0912-77/+89
* | Make the context available to xkb_intern_atomRan Benita2012-05-0911-53/+68
* | Contextualize XkbFile IDsRan Benita2012-05-096-14/+35
* | Make the context available to the parserRan Benita2012-05-094-40/+55
* | Change all 'xkb' xkb_keymap names to 'keymap'Daniel Stone2012-05-0928-794/+781
* | Rename keysym <-> string APIDaniel Stone2012-05-094-6/+6
* | Add multiple modifier state matching APIDaniel Stone2012-05-091-0/+90
* | Add context flag to inhibit default include pathsDaniel Stone2012-05-081-1/+2
* | Add flags to context creationDaniel Stone2012-05-081-1/+1
* | Add flags to keymap compilation entrypointsDaniel Stone2012-05-081-5/+9
* | Rename XKBcommonint.h to xkb-priv.h and use itRan Benita2012-05-0821-187/+173
* | Rename xkbcomp/misc.h to xkbcomp-priv.h and use itRan Benita2012-05-0829-170/+64
* | Refactor Compile<component> functionsRan Benita2012-05-084-227/+219
* | Don't use typeofRan Benita2012-05-082-5/+5
* | Rename YYLTYPE to struct YYLTYPEDaniel Stone2012-05-073-3/+3
|/
* Merge src/alloc.c and src/malloc.cRan Benita2012-05-013-374/+341
* Remove unused stuff from xkbrules.hRan Benita2012-05-011-44/+0
* Remove unused stuff from XKBcommonint.hRan Benita2012-05-018-69/+13
* Remove unused 'which' and 'merge' argumentsRan Benita2012-05-0112-87/+70
* Remove unused 'compiled' field in XkbFileRan Benita2012-04-303-3/+0
* Remove unused debugging functionRan Benita2012-04-302-23/+0
* Remove unused function XkbcNameMatchesPatternRan Benita2012-04-302-40/+0
* Use stdbool.hRan Benita2012-04-3033-737/+736
* Fix formatting in xkbcomp headersRan Benita2012-04-3014-348/+237
* Dump include paths when we can't find rulesDaniel Stone2012-04-261-0/+5
* Include strings.h in XKBcommonint.h for strcasecmp etcAlan Coopersmith2012-04-261-0/+1
* Reformat actionHandler dispatch tableRan Benita2012-04-091-22/+22
* Add xkb_state_get_map()Ran Benita2012-04-091-0/+6
* Implicitly include config.h in all filesRan Benita2012-04-0911-40/+0
* Remove Xfuncproto.h and XKB.h from xkbcommon/xkbcommon.hRan Benita2012-04-098-48/+55
* 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