action: check range of MovePtr X,Y values
[platform/upstream/libxkbcommon.git] / Makefile.am
2014-02-02 Ran Benitax11: add a couple of tests
2014-02-02 Ran Benitax11: add XKB protocol keymap and state creation support
2014-01-13 Ran Benitabuild: error out on undefined symbols
2014-01-13 Ran Benitacontext: split private functions to context-priv.c
2014-01-13 Ran Benitakeymap: split private functions to keymap-priv.c
2014-01-13 Ran Benitatest: rename test/interactive to interactive-evdev
2014-01-01 Jasper St. Pierremakekeys: Move all of the table generation to Python
2013-12-02 Ran Benitatest/atom: add test for atom table
2013-09-28 Ran Benitaparser: drop %name-prefix, use -p yacc argument instead
2013-09-28 Ran BenitaMakefile.am: drop AM_LFLAGS
2013-08-29 Ran Benitabuild: distribute makekeys.py and keywords.gperf
2013-08-15 Ran Benitabuild: build libtest.la only on 'make check'
2013-08-02 Ran Benitabuild: make all symbols in libtest visible
2013-08-02 Ran Benitabuild: use AM_LDFLAGS for general flags
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 David Herrmannkeymap: add xkb_keymap_new_from_buffer()
2013-04-01 Daniel StoneAdd key-sequence checking to rulescomp
2013-03-18 Ran BenitaMove a couple of general keymap functions from keycodes.c
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 BenitaRemove list.h
2013-03-18 Ran BenitaMakefile.am: don't create INSTALL and ChangeLog
2012-10-30 Damien Lespiaubuild: Make autoreconf honour ACLOCAL_FLAGS
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-24 Ran Benitatest: add key processing benchmark
2012-10-17 Ran BenitaCommit and distribute ks_tables.h
2012-10-16 Ran Benitamakekeys: replace helper with python script and binary...
2012-10-12 Ran BenitaChange log env vars to XKB_LOG_LEVEL/VERBOSITY
2012-09-23 Ran BenitaAdd support for building doxygen API documentation
2012-09-23 Ran Benitaconfigure.ac: add XORG_MEMORY_CHECK_FLAGS
2012-09-23 Ran Benitaconfigure.ac: remove XORG_CHECK_MALLOC_ZERO
2012-09-23 Ran BenitaRename map.{c,h} to keymap.{c,h}
2012-09-20 Daniel StoneAdd _xkbcommon_ prefix to parser and lexer symbols
2012-09-20 Daniel StoneAdd xkbcommon-compat.h and compat.c
2012-09-19 Ran Benitatest: add print-compiled-keymap tool
2012-09-16 Ran BenitaOrganize src/ and test/ headers
2012-09-11 David Herrmannxkbcommon-keysyms: Add header protection
2012-09-03 Ran Benitatest/rules-file: add benchmark
2012-09-03 Ran Benitatest: add rmlvo-to-kccgst tool
2012-09-03 Ran BenitaSet log level for tests through env, not directly
2012-09-02 Ran BenitaAdd xkbcomp/keymap.c and move some code there
2012-09-01 Ran BenitaOrganize xkbcomp/ header files
2012-08-10 Ran BenitaRemove xkbcomp/misc.c
2012-08-08 Pekka Paalanenandroid: add build files
2012-08-08 Daniel Stonetest/dump: Remove superfluous test
2012-08-08 Daniel StoneRename xkey test to keysym
2012-08-08 Daniel StoneStaticise xkb_map_new_from_kccgst
2012-07-28 Ran BenitaAdd an interactive evdev test
2012-07-26 Ran BenitaRemove alloc.{c,h}
2012-07-22 Ran BenitaAdd test for logging functionality
2012-07-22 Ran BenitaAdd logging API
2012-07-22 Ran Benitabuild: drop the include/ directory
2012-07-18 Ran BenitaMove indicators.c code into compat.c
2012-07-18 Ran BenitaConvert macros to inline functions
2012-07-18 Ran BenitaMove alias.c functions into keycodes.c
2012-07-18 Ran BenitaAdd common linked list implementation
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 BenitaMove ComputeEffectiveMap code and avoid some duplication
2012-07-13 Ran Benitaremove unused function xkb_canonicalise_components
2012-07-12 Daniel StoneAdd a library of common test functions
2012-06-18 Ran BenitaAdd a test for the results of key sequences
2012-06-09 Ran BenitaRemove configure check for X11 keysym files
2012-06-08 Rob BradfordAdd API for getting unicode representation of a keysym
2012-06-04 Daniel StoneUse $(top_builddir) rather than relative paths
2012-06-04 Daniel StoneWork around stupid automake dependency-tracking bug
2012-05-29 Daniel StoneAdd test for xkb_map_new_from_string
2012-05-29 Daniel StoneAdd xkb_map_get_as_string
2012-05-22 Ran BenitaImport darray.h for common dynamic array code
2012-05-20 Ran Benitarules: add test
2012-05-20 Ran Benitarules: only export a single function
2012-05-18 Ran BenitaCreate path.h for the path.c functions
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 StoneAdd xkbcommon-keysyms.h to Makefile.am
2012-05-09 Daniel StoneMerge remote-tracking branch 'krh/keysyms'
2012-05-09 Kristian HøgsbergUse our own keysyms
2012-05-09 Kristian HøgsbergAdd XKB version of X11 keysyms
2012-05-09 Pekka Paalanenmakekeys: fix cross-compilation
2012-05-09 Daniel StoneMake build directory includes more explicit
2012-05-08 Daniel StoneAdd pre-defined names database
2012-05-08 Daniel StoneReintroduce $(builddir)/src/xkbcomp include
2012-05-08 Ran BenitaRename XKBcommonint.h to xkb-priv.h and use it
2012-05-08 Ran BenitaRename xkbcomp/misc.h to xkbcomp-priv.h and use it
2012-05-01 Ran BenitaMerge src/alloc.c and src/malloc.c
2012-04-09 Ran BenitaOverhaul test suite
2012-04-09 Ran BenitaImplicitly include config.h in all files
2012-04-09 Ran BenitaSet xorg-macros CFLAGS correctly
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
2010-12-18 Gaetan Nadonconfig: makekeys prog should stand alone in the makekey...
2010-12-08 Gaetan Nadonconfig: add the INSTALL target for installation instruc...
2010-12-07 Gaetan Nadonconfig: remove m4/.gitignore now that toplevel one...
2010-11-11 Jan Engelhardtbuild: use AC_CONFIG_MACRO_DIR as per libtoolize warning
2009-04-01 Dan NicholsonAdd xkbcommon pkg-config file
next