platform/upstream/libxkbcommon.git
2012-07-13 Ran BenitaMove CompileKeymap into xkbcomp.c
2012-07-13 Ran BenitaRename KSIsLower/Upper and move to keysym.c
2012-07-13 Ran BenitaRemove MERGE_ALT_FORM merge mode
2012-07-13 Ran BenitaMove InitCanonicalKeyTypes to keytypes.c
2012-07-13 Ran BenitaRemove xkb_kt_map_entry::active
2012-07-13 Ran BenitaMove ComputeEffectiveMap code and avoid some duplication
2012-07-13 Ran Benitaremove unused function xkb_canonicalise_components
2012-07-13 Ran Benitacompat: fix XkbSI_AllOf matching condition
2012-07-12 Daniel StoneFindAutomaticType: Add FIXME
2012-07-12 Daniel StoneAdd multiple-keysyms-per-level to test data
2012-07-12 Daniel Stonerulescomp: Fix benchmark runs
2012-07-12 Daniel Stonetests: Update dump.data for recent fixes
2012-07-12 Ran Benitadump: add back kccgst names
2012-07-12 Daniel StoneAdd Cyrillic and Greek to case-checking
2012-07-12 Ran Benitadump: a few more tweaks to match xkbcomp output
2012-07-12 Ran Benitasymbols: fix bug in modifier_map handling
2012-07-12 Ran Benitadump: use KeyNameText instead of copying
2012-07-12 Daniel StoneImport dataset into test/data/
2012-07-12 Daniel StoneAdd a library of common test functions
2012-07-12 Daniel StoneMove test data files to test/data/keymaps
2012-07-12 Daniel StoneMake BindIndicators static
2012-07-12 Daniel StoneChange BindIndicators return to void
2012-07-12 Daniel StoneRemove 'unboundRtrn' argument from BindIndicators
2012-07-12 Daniel StoneRemove 'force' argument from BindIndicators
2012-07-12 Ran BenitaEnlarge keysym name buffers and mention in comment
2012-07-12 Ran Benitatest/dump: output commentary to stderr
2012-07-12 Ran Benitasymbols: fix bug in symbol merging
2012-07-12 Ran Benitakeyseq: add a failing group-switching test
2012-07-12 Ran Benitarules: fix parsing of multiple options
2012-07-01 Ran Benitakeymap: remove redundant check
2012-07-01 Ran Benitastate: fix base mod set/clear behavior
2012-06-30 Ran BenitaTiny reformatting
2012-06-30 Ran Benitarules: remove support for keymap rule
2012-06-30 Ran BenitaRemove _X_EXPORT from xkb_map_new_from_kccgst
2012-06-30 Ran Benitaxkbcomp: remove useless function XkbChooseMap
2012-06-30 Ran Benitacompat: move some unclear code where it belongs
2012-06-30 Ran BenitaUse enum for merge mode
2012-06-30 Ran BenitaUse enum for file types
2012-06-30 Ran Benitakeymap: simplify legal/required logic a bit
2012-06-26 Ran BenitaUse void* instead of old style char* in CommonInfo...
2012-06-22 Daniel StoneDon't set explicit repeat masks when derived
2012-06-22 Daniel StoneDon't ignore inactive type entries
2012-06-22 Daniel Stonestate: Add more comprehensive repeating test
2012-06-22 Daniel StoneAdd xkb_key_repeats
2012-06-22 Daniel StoneWork out a default repeat for all keys
2012-06-18 Ran BenitaAdd a test for the results of key sequences
2012-06-09 Ran Benitautils: remove unused recalloc and related macros
2012-06-09 Ran Benitastate: use darray for filters
2012-06-09 Ran Benitasymbols: use darray in struct xkb_sym_map
2012-06-09 Ran Benitasymbols: use darray for KeyInfo acts
2012-06-09 Ran Benitasymbols: use darray for KeyInfo symsMapNumEntries
2012-06-09 Ran Benitasymbols: use darray for KeyInfo symsMapIndex
2012-06-09 Ran Benitasymbols: remove sizeSyms array from KeyInfo
2012-06-09 Ran Benitasymbols: use darray for KeyInfo syms array
2012-06-09 Ran Benitadarray: some changes for convenience
2012-06-09 Ran Benitadarray: tweak parameters a bit for better memory usage
2012-06-09 Ran BenitaComment out unused fields in xkb_controls
2012-06-09 Ran BenitaUnconstify a few string struct fields
2012-06-09 Ran Benitatest/dump: allow to run manually
2012-06-09 Ran BenitaRemove configure check for X11 keysym files
2012-06-09 Ran BenitaMove XKB_KEY_NoSymbol to xkbcommon-keysyms.h
2012-06-09 Ran BenitaUpdate .gitignore
2012-06-08 Daniel StoneAdd keypad sequences to UTF-8 keysym printing
2012-06-08 Rob BradfordAdd API for getting unicode representation of a keysym
2012-06-04 Daniel StoneFix tiny memory leak in dump test
2012-06-04 Daniel StoneAvoid duplicating keysyms for merge if possible
2012-06-04 Daniel StoneUse $(top_builddir) rather than relative paths
2012-06-04 Daniel StoneWork around stupid automake dependency-tracking bug
2012-06-04 Daniel StoneFix action= NoAction() printing
2012-06-04 Daniel StoneMake xkb_map_get_as_string test more comprehensive
2012-06-04 Daniel StoneRevert "dump"
2012-06-04 Ran BenitaRemove fake support for global group range settings
2012-06-04 Daniel StoneSymbols: Don't include NoSymbols in the map
2012-06-04 Daniel StoneFix multiple errors when merging symbol definitions
2012-06-02 Daniel Stonedump
2012-06-02 Daniel Stonekeymap-dump: Print NoAction actions too
2012-05-29 Daniel Stonestringcomp: NULL-terminate string
2012-05-29 Daniel StonePass merge down through indicator creation
2012-05-29 Daniel StoneAdd test for xkb_map_new_from_string
2012-05-29 Daniel StoneAdd xkb_map_get_as_string
2012-05-25 Daniel StoneFix signed vs. unsigned confusion in actions
2012-05-22 Ran Benitacompat: use darray for acts and key_acts in the server map
2012-05-22 Ran Benitakeycodes: use darray in KeyNamesInfo
2012-05-22 Ran Benitasymbols: use darray for xkb_sym_map
2012-05-22 Ran Benitakeytypes: use darray for level names
2012-05-22 Ran Benitasymbols: use darray for KeyInfo
2012-05-22 Ran Benitaparser: use darray for keysym list
2012-05-22 Ran Benitakeytypes: use darray for xkb_kt_map_entry's
2012-05-22 Ran Benitaalloc: use darray in xkb_key_names
2012-05-22 Ran Benitakeytypes: use darray for key types in the client map
2012-05-22 Ran Benitacompat: use darray for sym_interprets
2012-05-22 Ran Benitacontext: use darray for include paths
2012-05-22 Ran Benitaatom: use darray for the node_table
2012-05-22 Ran Benitarules: use darray for input line
2012-05-22 Ran Benitarules: use darray for rules and groups
2012-05-22 Ran BenitaImport darray.h for common dynamic array code
2012-05-22 Ran BenitaConstify a static variable
2012-05-22 Ran BenitaFix incorrect indexing while freeing
2012-05-20 Ran Benitarules: add test
2012-05-20 Ran Benitarules: allow wildcard match against "" layout/varaint
next