platform/upstream/libxkbcommon.git
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-09-28 Ran BenitaMakefile.am: drop AM_LFLAGS
2013-09-26 Wander Lairson... Make C++ happy.
2013-09-25 Ran Benitatest/state: fix missing xkb_state_unref
2013-08-29 Ran Benitadoc: use 'indices' instead of 'indexes' consistently
2013-08-29 Ran Benitadoc: try to explain leds and shift levels
2013-08-29 Ran Benitabuild: distribute makekeys.py and keywords.gperf
2013-08-15 Ran Benitastate: apply capitalization transformation on keysyms
2013-08-15 Ran Benitatest/interactive: use xkb_state_key_get_one_sym() when...
2013-08-15 Ran Benitakeysym: add xkb_keysym_to_{lower,upper}
2013-08-15 Ran Benitabuild: use build-aux as autom4te cache directory
2013-08-15 Ran Benitabuild: use AC_CONFIG_AUX_DIR([build-aux])
2013-08-15 Ran Benitabuild: build libtest.la only on 'make check'
2013-08-14 Ran Benitadoc: tweak the wording on xkb_state/xkb_keymap relationship
2013-08-14 Ran Benitatest: make sure keycode 0 works fine
2013-08-13 Ran Benitadoc: un-clarify one subtle point
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 Benitabuild: make all symbols in libtest visible
2013-08-02 Ran Benitabuild: use AM_LDFLAGS for general flags
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-31 Ran Benitadoc: try to clarify some subtle points
2013-07-25 Ran Benitatest/keyseq: add de(neo) Level{6,7,8} tests
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 Benitatest: sync test/data from xkeyboard-config 2.9
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-06-19 Ran Benitadoc: Update Doxyfile
2013-06-03 Daniel StoneBump version to 0.3.1 xkbcommon-0.3.1
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 Daniel StoneBump version to 0.3.0 xkbcommon-0.3.0
2013-04-01 David Herrmannkeymap: add xkb_keymap_new_from_buffer()
2013-04-01 Ran Benitaxkbcomp/keymap: silence a gcc warning
2013-04-01 Daniel StoneAdd key-sequence checking to rulescomp
2013-03-19 Daniel Stonetest: Add va_list variant of test_key_seq
2013-03-19 Daniel StoneAllow NULL rmlvo for xkb_keymap_new_from_names
2013-03-19 Daniel Stonetest: Add environment checking to rulescomp
2013-03-19 Daniel Stonetest: Suppress RMLVO environment inheritance by default
2013-03-19 Daniel StoneAdd environment overrides for default RMLVO
2013-03-19 Daniel Stonetest: Use test_get_context() in log.c
2013-03-19 Daniel Stonetest: Add flags argument to test_get_context()
2013-03-19 Daniel Stonetest: Move test_key_seq to common.c
2013-03-18 Ran Benitarules: be more paranoid in scanner
2013-03-18 Ran Benitarules: quiet a gcc warning
2013-03-18 Ran Benitakeyseq: add a couple of tests
2013-03-18 Ran Benitastate: use stdbool in filters
2013-03-18 Ran Benitadoc: use README as doxygen main page overview
2013-03-18 Ran Benitadoc: update Doxyfile template to one from newer version
2013-03-18 Ran Benitadoc: some improvements
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 BenitaDon't try to build linux-specific tests on non-linux
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 Benitatest/rmlvo-to-kccgst: free memory before exit
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 BenitaMakefile.am: don't create INSTALL and ChangeLog
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
next