rules: reduce variable scopes
[platform/upstream/libxkbcommon.git] / src /
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
2013-03-18 Ran Benitakeycodes: unwrap KeyNameInfo
2013-03-18 Ran Benitakeycodes: remove file_id
2013-03-18 Ran Benitakeymap: don't use darray for key aliases
2013-03-18 Ran Benitakeycodes: don't do unnecessary copies while merging
2013-03-18 Ran Benitastate: small style fix
2013-03-18 Ran BenitaMove a couple of general keymap functions from keycodes.c
2013-03-18 Ran Benitakeycodes: remove unneeded alias conflict check
2013-03-18 Ran Benitaxkbcomp: handle XKB file include's better
2013-03-18 Ran BenitaBuild cleanly with clang
2013-03-18 Ran Benitakeymap: abstract a bit over the keymap format
2013-03-18 Ran Benitatext: some style changes
2013-03-18 Ran Benitatext: clean up and fix the *MaskText functions
2013-03-18 Ran BenitaMore spelling errors
2013-03-18 Ran Benitaparser: also skip 'section' ELEMENT
2013-03-18 Ran Benitaast-build: remove malloc_or_die
2013-03-18 Ran Benitakeycodes: fix spelling in error message
2013-03-18 Ran BenitaRemove list.h
2013-03-18 Ran Benitakeymap-dump: move writing 'key {}' in symbols to its...
2013-03-18 Ran Benitakeymap-dump: remove some ugly empty lines
2013-03-18 Ran Benitakeymap-dump: don't indent after xkb_keymap {
2013-03-18 Ran Benitakeymap-dump: style cleanups
2013-03-18 Ran Benitaast: add error handling to XkbFileFromComponents
2013-03-18 Ran BenitaFix dead assignments
2013-03-18 Ran Benitakeysym: print unicode keysyms uppercase and 0-padded
2013-03-18 Ran BenitaChange some log functions to take ctx instead of keymap
2013-03-18 Ran Benitakeycodes: some minor style
2013-03-18 Ran Benitaaction: s/hndlrType/handler_type
2013-03-18 Ran Benitacompat: make it clear which 'dflt' is meant
2013-03-18 Ran Benitasymbols: make it clear which 'dflt' is meant
2013-03-18 Ran Benitaast: constify argument
2013-03-18 Ran Benitasymbols: fix bad 'merge' assignment
2013-03-18 Ran BenitaChange 'indicator' to 'led' everywhere possible
2013-03-18 Ran Benitastate: fix unbound virtual modifier bug
2012-12-06 Daniel StoneParser: Initialise geometry elements for VarDecl
2012-11-11 Ran Benitastate: rename state->cur to state->components
2012-11-11 Ran Benitastate: don't keep the previous state components in...
2012-11-10 Ran Benitakeymap: wrap the layout parameter if it is out of range...
2012-11-05 Ran Benitakeysym-utf: mark keysymtab array as static
2012-11-05 Ran Benitakeysym-utf: also translate special keysyms like Tab...
2012-10-30 Ran Benitaaction: don't allow private actions with a known type
2012-10-28 Ran Benitastate, context: allow passing NULL to *_unref()
2012-10-26 Ran Benitastate: don't use xkb_keymap_num_layouts internally
2012-10-26 Ran Benitastate: don't use xkb_state_serialize_* internally
2012-10-24 Ran Benitastate: fix possible index-out-of-bounds in action dispa...
2012-10-23 Ran Benitakeymap: use plain array for keymap->group_names
2012-10-23 Ran Benitastate: fix typo in state component copying
2012-10-22 Ran BenitaReport which components of the state have changed
2012-10-22 Ran Benitastate: add struct state_components
2012-10-22 Ran BenitaSplit the mods, layout, leds parts of xkb_state_components
2012-10-21 Ran BenitaSilence a couple of warnings
next