summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename 'ctx' back to 'context' in external APIDaniel Stone2012-05-1125-157/+157
* Add xkbcommon-keysyms.h to Makefile.amDaniel Stone2012-05-111-1/+2
* Document that xkb_state_get_map doesn't take a refDaniel Stone2012-05-091-1/+3
* Change xkb_key_get_syms to just return a bare intDaniel Stone2012-05-093-4/+4
* Move KcCGST API to internal-onlyDaniel Stone2012-05-094-46/+46
* Rename serialise to serializeDaniel Stone2012-05-093-20/+20
* Add common LED names to xkbcommon-names.hDaniel Stone2012-05-092-2/+6
* Include xkbcommon-names.h from xkbcommon.hDaniel Stone2012-05-091-0/+1
* Remove keycode_range_is_legalDaniel Stone2012-05-092-21/+1
* Merge remote-tracking branch 'krh/keysyms'Daniel Stone2012-05-0913-105/+3079
|\
| * Use our own keysymsKristian Høgsberg2012-05-0913-104/+76
| * Add XKB version of X11 keysymsKristian Høgsberg2012-05-093-0/+3004
* | Remove support for xkb_layout and xkb_semantics file typesRan Benita2012-05-097-42/+6
* | Shorten context to ctxRan Benita2012-05-0930-446/+444
* | 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
* | makekeys: fix cross-compilationPekka Paalanen2012-05-093-8/+21
* | Make build directory includes more explicitDaniel Stone2012-05-091-1/+1
* | Change all 'xkb' xkb_keymap names to 'keymap'Daniel Stone2012-05-0933-842/+830
* | Rename keysym <-> string APIDaniel Stone2012-05-096-12/+12
* | Add multiple modifier state matching APIDaniel Stone2012-05-093-1/+150
* | Add pre-defined names databaseDaniel Stone2012-05-083-14/+52
* | Add context flag to inhibit default include pathsDaniel Stone2012-05-082-3/+4
* | Add flags to context creationDaniel Stone2012-05-087-8/+13
* | Add flags to keymap compilation entrypointsDaniel Stone2012-05-086-14/+27
* | Reintroduce $(builddir)/src/xkbcomp includeDaniel Stone2012-05-081-0/+1
* | Rename XKBcommonint.h to xkb-priv.h and use itRan Benita2012-05-0823-194/+180
* | Rename xkbcomp/misc.h to xkbcomp-priv.h and use itRan Benita2012-05-0830-178/+71
* | Refactor Compile<component> functionsRan Benita2012-05-084-227/+219
* | Don't use typeofRan Benita2012-05-082-5/+5
* | Remove left over filecomp.sh fileRan Benita2012-05-081-30/+0
* | Update .gitignore for automake 1.12Ran Benita2012-05-082-0/+2
* | Uncomment sections of test/rulescomp.cRan Benita2012-05-081-4/+0
* | Revert "Unconstify xkb_rules_names"Ran Benita2012-05-081-5/+5
* | Use AC_ARG_VAR for X11 header and XKB pathsDaniel Stone2012-05-071-10/+18
* | Rename YYLTYPE to struct YYLTYPEDaniel Stone2012-05-073-3/+3
|/
* Merge src/alloc.c and src/malloc.cRan Benita2012-05-014-375/+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-0113-88/+75
* 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 LT_INIT instead of deprecated AC_PROG_LIBTOOLRan Benita2012-04-302-2/+2
* Use stdbool.hRan Benita2012-04-3033-737/+736
* Fix formatting in xkbcomp headersRan Benita2012-04-3014-348/+237