profile/ivi/libxkbcommon.git
2012-11-06 Rusty LynchFix the keyboard config to match Tizen 2.0 alpha 2.0alpha-wayland accepted/2.0alpha-wayland/20121109.204519 submit/2.0alpha-wayland/20121109.210645
2012-07-05 Rusty LynchAdd packaging files for Tizen
2012-06-22 Daniel StoneDon't set explicit repeat masks when derived upstream
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
2012-05-20 Ran Benitarules: remove struct var_defs
2012-05-20 Ran Benitarules: reformat components_from_rules
2012-05-20 Ran Benitarules: reformat LoadRules and XkbRF_Free
2012-05-20 Ran Benitarules: remove unused struct describe_vars
2012-05-20 Ran Benitarules: reformat AddRule and AddGroup
2012-05-20 Ran Benitarules: reformat GetComponents
2012-05-20 Ran Benitarules: reformat SubstituteVars
2012-05-20 Ran Benitarules: reformat CheckApplyRules and ApplyPartialMatches
2012-05-20 Ran Benitarules: reformat CheckGroup and CheckApplyRule
2012-05-20 Ran Benitarules: rewrite MatchOneOf
2012-05-20 Ran Benitarules: reformat ApplyRule
2012-05-20 Ran Benitarules: reformat MakeMultiDefs
2012-05-20 Ran Benitarules: use asprintf instead of _Concat function
2012-05-20 Ran Benitarules: reformat CheckLine and break into several functions
2012-05-20 Ran Benitarules: reformat SetUpRemap and struct remap_spec
2012-05-20 Ran Benitarules: rewrite get_index to use sscanf
2012-05-20 Ran Benitarules: don't typedef the structs and rename them
2012-05-20 Ran Benitarules: reformat input line handling
2012-05-20 Ran Benitarules: don't use custom logging functions
2012-05-20 Ran Benitarules: only export a single function
2012-05-20 Ran Benitarules: remove unused struct fields and use size_t
2012-05-20 Ran BenitaDon't run the benchmark by default
2012-05-18 Ran BenitaCreate path.h for the path.c functions
2012-05-18 Ran BenitaChange xkb_map_new_from_fd to use FILE*
2012-05-18 Ran BenitaRemove FileHandler callback argument
2012-05-18 Ran BenitaRemove unused allowNone from KeyInfo
2012-05-18 Ran BenitaRevert "Fix KeyInfo's syms array size calculation"
2012-05-18 Ran BenitaVarious static analyzer fixes
2012-05-18 Ran BenitaFix a memleak
2012-05-18 Ran BenitaFix configure check for xkbparse.c instead of parser.c
2012-05-18 Pekka PaalanenAdd xkbcommon-uninstalled.pc
2012-05-18 Pekka PaalanenUse eaccess() only if available
2012-05-18 Pekka PaalanenFix out-of-tree build for config.h
2012-05-18 Daniel StoneAdd benchmarking test to rulescomp
2012-05-11 Kristian HøgsbergUse $(AM_V_GEN) to prettyfi makekeys step
2012-05-11 Daniel StoneRename 'ctx' back to 'context' in external API
2012-05-11 Daniel StoneAdd xkbcommon-keysyms.h to Makefile.am
2012-05-09 Daniel StoneDocument that xkb_state_get_map doesn't take a ref
next