platform/upstream/libxkbcommon.git
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
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 Benitatest/interactive: change variable name for 'xkb' to...
2013-03-18 Ran Benitastate: fix unbound virtual modifier bug
2013-03-18 Ran Benitatest/interactive: also print the level
2013-03-18 Ran Benitatest/keyseq: re-add de(neo) level5 test
2013-03-18 Ran BenitaSync test data from xkeyboard-config
2012-12-13 Ran Benitaconfigure.ac: add xkbcommon.com url to AC_INIT
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-09 Daniel StoneOnly distribute .tar.xz archives
2012-11-07 Ran BenitaDon't use trailing enum comma in public headers
2012-11-07 Ran Benitatest/keysym: '\e' is non-standard
2012-11-06 Ran Benitadoc: clarify that keysym_to_utf8 returns size including...
2012-11-05 Ran Benitakeysym-utf: mark keysymtab array as static
2012-11-05 Ran Benitakeysym-utf: also translate special keysyms like Tab...
2012-11-04 Ran BenitaAdd some explanations on consumed modifiers
2012-10-30 Ran Benitaaction: don't allow private actions with a known type
2012-10-30 Damien Lespiaubuild: Require xorg macros 1.16
2012-10-30 Damien Lespiaubuild: Make autoreconf honour ACLOCAL_FLAGS
2012-10-29 Ran Benitatest/keyseq: add test for setting depressed group
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 Benitadoc: fix wrong comment
2012-10-26 Ran Benitastate: don't use xkb_state_serialize_* internally
2012-10-26 Ran BenitaMakefile.am: move test.h to libtest_la_SOURCES
2012-10-26 Ran BenitaMakefile.am: split sed script into multiple lines
2012-10-26 Ran Benitaconfigure.ac: don't tramp on user's CFLAGS
2012-10-26 Ran Benitaconfigure.ac: add explicit PKG_PROG_PKG_CONFIG
2012-10-24 Ran Benitatest: add key processing benchmark
2012-10-24 Ran Benitastate: fix possible index-out-of-bounds in action dispa...
2012-10-24 Daniel StoneMore README
2012-10-24 Daniel StoneREADME updates
2012-10-23 Daniel StoneBump to 0.2.0 xkbcommon-0.2.0
2012-10-23 Ran Benitadoc: various fixes
2012-10-23 Ran Benitadoc: move include_path functions to a separate group
2012-10-23 Ran Benitatest/interactive: use num_layouts_for_key()
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-23 Daniel Stoneautogen: use --force instead of --symlink
2012-10-22 Ran BenitaChange update_mask arguments to read 'depressed' instea...
2012-10-22 Ran Benitatest/interactive: add option to show state changes
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-22 Ran Benitadoc: add note about X11 vs. extended keycodes
2012-10-21 Ran BenitaSilence a couple of warnings
2012-10-18 Ran BenitaMove _text() functions from keymap-dump to text.c
2012-10-18 Ran BenitaRemove a couple more uses of static char buffers
2012-10-18 Ran BenitaContextualize GetBuffer()
2012-10-18 Ran BenitaClean up xkb_sym_interpret a bit
2012-10-17 Ran BenitaCommit and distribute ks_tables.h
2012-10-16 Ran Benitautils: add and use ARRAY_SIZE macro
2012-10-16 David HerrmannAdd xkb_keysym_from_name() flags argument for case...
2012-10-16 Ran Benitamakekeys: replace helper with python script and binary...
next