Fix multiple errors when merging symbol definitions
[profile/ivi/libxkbcommon.git] / test /
2012-06-02 Daniel Stonedump
2012-05-29 Daniel Stonestringcomp: NULL-terminate string
2012-05-29 Daniel StoneAdd test for xkb_map_new_from_string
2012-05-29 Daniel StoneAdd xkb_map_get_as_string
2012-05-20 Ran Benitarules: add test
2012-05-20 Ran BenitaDon't run the benchmark by default
2012-05-18 Ran BenitaChange xkb_map_new_from_fd to use FILE*
2012-05-18 Daniel StoneAdd benchmarking test to rulescomp
2012-05-11 Daniel StoneRename 'ctx' back to 'context' in external API
2012-05-09 Daniel StoneMove KcCGST API to internal-only
2012-05-09 Daniel StoneRename serialise to serialize
2012-05-09 Daniel StoneAdd common LED names to xkbcommon-names.h
2012-05-09 Daniel StoneMerge remote-tracking branch 'krh/keysyms'
2012-05-09 Kristian HøgsbergUse our own keysyms
2012-05-09 Ran BenitaShorten context to ctx
2012-05-09 Daniel StoneChange all 'xkb' xkb_keymap names to 'keymap'
2012-05-09 Daniel StoneRename keysym <-> string API
2012-05-09 Daniel StoneAdd multiple modifier state matching API
2012-05-08 Daniel StoneAdd pre-defined names database
2012-05-08 Daniel StoneAdd flags to context creation
2012-05-08 Daniel StoneAdd flags to keymap compilation entrypoints
2012-05-08 Ran BenitaRename XKBcommonint.h to xkb-priv.h and use it
2012-05-08 Ran BenitaRemove left over filecomp.sh file
2012-05-08 Ran BenitaUpdate .gitignore for automake 1.12
2012-05-08 Ran BenitaUncomment sections of test/rulescomp.c
2012-05-01 Ran BenitaRemove unused 'which' and 'merge' arguments
2012-04-09 Ran BenitaOverhaul test suite
2012-04-09 Daniel StoneRename xkb_desc to xkb_keymap
2012-03-29 Daniel StoneTests: Release context on failure to build keymap
2012-03-27 Daniel StoneUse xkb_contexts in keymap compilation
2012-03-27 Daniel StoneAdd new context API
2012-03-27 Daniel StoneFix distcheck with non-recursive Makefiles
2012-03-27 Ran BenitaMake build non-recursive
2012-03-27 Ran BenitaDefine our own NoSymbol value and use it
2012-03-27 Ran BenitaDefine our own None atom value
2012-03-27 Ran BenitaRemove useless stuff from utils
2012-03-27 Ran BenitaMove utils.{c,h} to be used by the entire project
2012-03-27 Ran BenitaRemove a few remaining uses of the KeySym type
2012-03-27 Ran BenitaAdd xkb test file to EXTRA_DIST
2012-03-27 Ran BenitaUpdate gitignore for 'state' test
2012-03-27 Daniel StoneAdd enum xkb_key_direction instead of bool
2012-03-27 Daniel StoneAdd state serialisation API
2012-03-22 Daniel StoneRename keymap allocation API
2012-03-22 Daniel StoneAdd LED state API
2012-03-21 Daniel StoneRound out new state API
2012-03-21 Daniel StoneAdd new state API
2012-03-15 Daniel StoneAdd geometry test
2012-03-09 Daniel Stonefilecomp: Fix xkbcomp warning
2012-03-09 Daniel StoneRemove geometry support, again
2012-03-05 Daniel StoneMerge remote-tracking branch 'ran/fixes'
2012-02-26 Ran Benitamakekeys: update to match the rest of libX11 makekeys
2012-02-15 Daniel Stonetests: Free returned XKB map
2012-02-15 Daniel StoneIntroduce xkb_keycode_t for keycodes
2012-02-15 Daniel StoneMove include path from X11/extensions/ to xkbcommon/
2010-12-18 Gaetan Nadonconfig: distribute the .sh test programs and test data
2010-12-18 Gaetan Nadonconfig: make it easier to add TEST programs
2010-12-08 Gaetan Nadonconfig: replace deprecated INCLUDES with AM_CPPFLAGS
2010-12-07 Gaetan Nadonconfig: update subdirs .gitignore
2010-10-20 Kristian HøgsbergUse flex for generating the scanner, add support for...
2010-10-08 Kristian HøgsbergDon't return a static buffer in public API
2010-07-02 Kristian HøgsbergRename XkbRMLVOSet to struct xkb_rule_names
2010-07-02 Kristian HøgsbergRename public entry points to lowercase and underscore
2010-07-02 Kristian HøgsbergCompile with -fvisibility=hidden when possible
2010-07-02 Kristian HøgsbergPull in enough structs and defines from XKBstr.h to...
2010-06-30 Kristian HøgsbergMake XkbcInitAtoms() call optional
2010-06-22 Daniel StoneAllow external atom databases
2010-06-22 Daniel StoneAdd testcase for XkbcCanonicaliseComponents
2010-06-22 Daniel StoneTest: Keysym: Add tests for new keysym <-> string conve...
2009-04-25 Daniel StoneKeySym: Actually handle NoSymbol
2009-04-25 Daniel Stonetest: Fix srcdir != objdir build and test failures
2009-04-10 Dan NicholsonProgram and files for testing CompileKeymapFromFile
2009-04-10 Dan Nicholsontest: Remove extraneous includes
2009-04-09 Dan NicholsonChange CompileKeymapFromRules to take XkbRMLVOSet
2009-04-08 Dan NicholsonRemove all non-public API from XKBcommon.h header
2009-04-04 Dan Nicholsontest: Exercise compiling from components
2009-04-04 Dan Nicholsontest: Minor refactor to allow $EXEEXT in program names
2009-04-04 Dan Nicholsontest: Add logging and some intentionally failing cases
2009-04-04 Dan Nicholsonrulescomp: Remove unneeded API
2009-04-04 Dan NicholsonTest compiler to simulate xkbcomp usage
2009-03-26 Dan NicholsonRename headers to XKBcommon* and install in extensions...
2009-03-19 Dan NicholsonUse XORG_CWARNFLAGS for more warnings
2009-03-19 Dan Nicholsontest: Add tests for XFree86 special keys
2009-03-19 Dan Nicholsontest: Consistently use upper case hex
2009-03-19 Dan Nicholsontest: Add convenience functions for xkey.sh
2009-03-19 Dan NicholsonTesting harness for keysym functions