summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wip: context: add /etc/X11/xkb to default include pathbug-74422Ran Benita2014-02-101-0/+2
* rules: add include statementRan Benita2014-02-1012-11/+160
* include: let FindFileInXkbPath take a name+len instead of c-stringRan Benita2014-02-103-6/+7
* Move src/xkbcomp/scanner-utils.h to src/Ran Benita2014-02-102-1/+1
* build: fix configure test for yaccRan Benita2014-02-101-1/+2
* scanner: sort out scanner logging functionsRan Benita2014-02-105-120/+68
* rules: always %-expand kccgst valuesRan Benita2014-02-101-26/+35
* test/rmlvo-to-kccgst: use default RMLVO values in translationRan Benita2014-02-101-0/+2
* context: add xkb_context_sanitize_rule_names()Ran Benita2014-02-103-37/+32
* rules: print full path in error messagesRan Benita2014-02-101-3/+3
* rules: include the path in failed-to-map error messageRan Benita2014-02-101-1/+2
* context: fix wrong VARIANT instead of LAYOUT getenvRan Benita2014-02-101-1/+1
* ast: remove unneeded 'ctx' param to XkbFileCreateRan Benita2014-02-093-8/+8
* x11: don't trust keycode before testing its rangeRan Benita2014-02-091-3/+7
* keymap: reduce padding in struct xkb_sym_interpretRan Benita2014-02-091-1/+1
* symbols: steal keys and modmaps when merging if possibleRan Benita2014-02-091-8/+20
* compat: steal interps and leds when merging if possibleRan Benita2014-02-091-8/+20
* types: steal types when merging if possibleRan Benita2014-02-091-4/+10
* doc: move some file comments into txt files in doc/Ran Benita2014-02-096-429/+445
* state: check wrap_group_into_range() return valueRan Benita2014-02-091-8/+12
* x11: add 0 < ctrls->numGroups <= 4 assertionRan Benita2014-02-091-0/+1
* Remove m4/.gitkeepRan Benita2014-02-081-0/+0
* keysym: use safe keysym comparison functionRan Benita2014-02-081-1/+5
* scanner: make line and column unsignedRan Benita2014-02-083-5/+5
* rules: get rid of struct locationRan Benita2014-02-081-24/+15
* api: deprecate XKB_MAP_COMPILE_PLACEHOLDER, and use KEYMAP instead of MAPRan Benita2014-02-085-8/+10
* x11: make sure not to use compat headerRan Benita2014-02-081-1/+1
* x11: make some #defines unsignedRan Benita2014-02-081-9/+9
* x11: fix truncation of xkb controls mask off the wireRan Benita2014-02-081-1/+1
* x11: make msb_pos return unsignedRan Benita2014-02-082-4/+4
* keysym: fix types in bin_searchRan Benita2014-02-081-3/+3
* state: optimize xkb_state_led_update_all()Ran Benita2014-02-081-21/+33
* Use (1u << idx) instead of (1 << idx) where appropriateRan Benita2014-02-088-34/+34
* Use unsigned int for saving darray_size return valueRan Benita2014-02-082-5/+5
* action: fix misleading castRan Benita2014-02-081-1/+1
* action: fix printing of underflowed value in error messageRan Benita2014-02-081-2/+2
* scanner-utils: add some likely/unlikely annotationsRan Benita2014-02-081-4/+6
* Define likely()/unlikely() macrosRan Benita2014-02-083-0/+178
* Partially revert "ast: pack the ParseCommon struct"Ran Benita2014-02-081-3/+1
* build: add -Wextra warningsRan Benita2014-02-081-0/+1
* ast: use more suitable types in a few ast nodesRan Benita2014-02-083-8/+8
* darray: use unsigned int instead of size_t for array sizeRan Benita2014-02-081-10/+17
* test/state: fix tautological testRan Benita2014-02-081-1/+1
* Fix sign-compare warningsRan Benita2014-02-088-28/+27
* symbols: reduce some loop iterators scopeRan Benita2014-02-081-14/+7
* parser: fix unrecognized keysym handlingRan Benita2014-02-081-3/+9
* action: change xkb_pointer_button_action::button to uint8_tRan Benita2014-02-081-1/+1
* darray: cleanupRan Benita2014-02-083-225/+28
* ast: make symsMapIndex unsignedRan Benita2014-02-081-1/+1
* action: Use ResolveInteger for PtrBtn.count, not ResolveButtonRan Benita2014-02-071-6/+5