ast: make symsMapIndex unsigned
[platform/upstream/libxkbcommon.git] / src /
2014-02-07 Ran Benitaast: make symsMapIndex unsigned
2014-02-07 Ran Benitaaction: Use ResolveInteger for PtrBtn.count, not Resolv...
2014-02-07 Ran Benitaaction: check range of MovePtr X,Y values
2014-02-07 Ran Benitascanner: avoid strlen in keyword lookup, we know the len
2014-02-07 Ran Benitastate: use the XKB_MOD_MASK constant
2014-02-07 Ran Benitax11: add #actions == #syms check
2014-02-07 Ran Benitax11: add explicit cast in mods conversion
2014-02-04 Ran BenitaUse secure_getenv when available
2014-02-02 Ran Benitax11: add XKB protocol keymap and state creation support
2014-01-13 Ran Benitacontext: split private functions to context-priv.c
2014-01-13 Ran Benitakeymap: split private functions to keymap-priv.c
2014-01-13 Ran Benitakeymap: move XkbEscapeMapName() to keymap.c.
2014-01-12 Ran Benitacontext: remove mostly useless log wrappers
2014-01-12 Ran Benitaparser: shutup some 'may be used uninitialized' warnings
2014-01-12 Ran Benitaaction, types: remove unused Report functions
2014-01-11 Ran BenitaFix some cppcheck warnings
2014-01-10 Ran Benitamakekeys: mark keysym_names as static
2014-01-01 Ran Benitakeysym: clarify slightly confusing comparison functions
2014-01-01 Jasper St. Pierremakekeys: Add a gcc pragma to ignore -Woverlength-strings
2014-01-01 Jasper St. Pierremakekeys: Put a comment describing the origin of the...
2014-01-01 Jasper St. Pierreks_tables: Put all keysym names in one giant block
2014-01-01 Ran Benitakeysyms: add German T3 layout keysyms from xproto
2014-01-01 Ran Benitakeysym: fix search for lexicographically larger strings
2013-12-14 Ran Benitaast: pack the ParseCommon struct
2013-12-02 Ran Benitaatom: don't malloc every node separately
2013-12-02 Ran Benitaatom: tiny style fixes
2013-12-02 Ran Benitaatom: allow passing NULLs to find_node_pointer()
2013-12-02 Ran Benitaatom: allow interning empty string
2013-12-02 Ran Benitaatom: drop {xkb_,}atom_strdup
2013-12-01 Ran Benitaexpr: make Expr creation naming and file location consi...
2013-12-01 Ran Benitaexpr: add wrapper macro for ExprCreate
2013-12-01 Ran Benitaexpr: split expression types and allocate them separately
2013-12-01 Ran Benitaparser, symbols: drop unnecessary casts
2013-12-01 Ran Benitaexpr: use ExprCreate in more places
2013-12-01 Ran Benitaparser: remove 'uval' yylval type
2013-12-01 Ran Benitaexpr: add constructor for boolean expressions
2013-12-01 Ran Benitaexpr: add constructors for more expression types
2013-11-30 Ran Benitaexpr: add 'ident' value to ExprDef union
2013-11-27 Ran BenitaResolve keysyms early in parser
2013-11-27 Ran Benitascanner: restore lost DIVIDE token
2013-11-27 Ran Benitasymbols: modernize LookupKeysym
2013-11-27 Ran Benitasymbols: rename info.modMaps -> modmaps
2013-11-09 Alan CoopersmithMake XkbFileCreate argument types match between header...
2013-10-27 Ran Benitascanner-utils: remove outdated comment
2013-10-14 Ran Benitarules: fix scanning of line-continuation without leadin...
2013-10-14 Ran BenitaReplace ctype.h functions with ascii ones
2013-10-10 Ran Benitakeymap: call strlen on keymap string instead of SIZE_MAX
2013-10-10 Ran Benitarules: simplify a bit of code
2013-10-10 Ran Benitarules: use strlen_safe
2013-10-10 Ran Benitarules: improve error logging macros
2013-10-10 Ran Benitarules: reduce variable scopes
2013-10-10 Ran Benitascanner: remove unnecessary cast
2013-10-07 Siddharth Heroorkeysym-utf: Fix a warning about shadowing
2013-10-03 Ran Benitasymbols: fix use of uninitialized variable
2013-09-28 Ran Benitaparser: add some notes about byacc working
2013-09-28 Ran Benitaparser: add a workaround for byacc
2013-09-28 Ran Benitaparser: don't use %locations
2013-09-28 Ran Benitaparser: drop %name-prefix, use -p yacc argument instead
2013-09-28 Ran Benitaparser: use %pure-parser instead of %define api.pure
2013-09-28 Ran Benitaparser: don't use enum yytokentype
2013-08-15 Ran Benitastate: apply capitalization transformation on keysyms
2013-08-15 Ran Benitakeysym: add xkb_keysym_to_{lower,upper}
2013-08-13 Ran Benitascanner: don't fail over unknown escape sequence
2013-08-13 Ran Benitaxkbcomp: improve a few log messages
2013-08-02 Ran Benitascanner: fix compiler warning
2013-08-02 Ran Benitascanner: allow empty key name literals
2013-08-02 Ran Benitaxkbcomp: handle empty keymaps
2013-08-01 Ran Benitakeymap-dump: use correct format specifiers
2013-07-31 Ran Benitalog: change the log prefixes to be more library-like
2013-07-31 Ran Benitakeymap: update builtin fields directly in src/keymap.c
2013-07-31 Ran Benitakeymap: be more careful in xkb_keymap_unref
2013-07-31 Ran Benitakeymap: remove struct xkb_key_redirect_action
2013-07-24 Pino ToscanoGet rid of the usage of PATH_MAX
2013-07-23 Ran Benitakeymap: move RANGE_WRAP to be the first in the enum
2013-07-22 Ran Benitaatom: really work with non-NUL-terminated strings
2013-07-21 Ran Benitactx: adapt to the len-aware atom functions
2013-07-21 Ran Benitaatom: allow interning non-NUL-terminated strings
2013-07-21 Ran Benitaatom: expand variable names
2013-07-21 Ran Benitakeymap: don't use darray for sym_interprets
2013-07-18 Ran Benitaxkbcomp: escape the section names before storing them...
2013-07-17 Daniel StoneResync keysym database
2013-05-09 Matthias ClasenAdd keycode min/max and iteration API
2013-05-09 Daniel StoneWiden keycode range to 8/255 if possible (bug #63390)
2013-04-01 Ran BenitaReplace flex scanner with a hand-written one
2013-04-01 Ran Benitautils: add {un,}map_file to read an entire file
2013-04-01 Ran BenitaAdd scanner-utils.h for common scanner functions
2013-04-01 David Herrmannkeymap: add xkb_keymap_new_from_buffer()
2013-04-01 Ran Benitaxkbcomp/keymap: silence a gcc warning
2013-03-19 Daniel StoneAdd environment overrides for default RMLVO
2013-03-18 Ran Benitarules: be more paranoid in scanner
2013-03-18 Ran Benitarules: quiet a gcc warning
2013-03-18 Ran Benitastate: use stdbool in filters
2013-03-18 Ran Benitakeymap: rename xkb_kt_map_entry to xkb_key_type_entry
2013-03-18 Ran BenitaFix pointer style nit
2013-03-18 Ran BenitaRemove file_id entirely
2013-03-18 Ran Benitasymbols: remove file_id
2013-03-18 Ran Benitacompat: remove file_id
2013-03-18 Ran Benitatypes: remove file_id
2013-03-18 Ran Benitatypes: put all copy-to-keymap code in one function
2013-03-18 Ran Benitakeycodes: remove KeyNamesInfo::merge
next