summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2012-10-30build: Make autoreconf honour ACLOCAL_FLAGSDamien Lespiau1-1/+1
2012-10-26Makefile.am: move test.h to libtest_la_SOURCESRan Benita1-3/+3
2012-10-26Makefile.am: split sed script into multiple linesRan Benita1-1/+4
2012-10-24test: add key processing benchmarkRan Benita1-1/+3
2012-10-17Commit and distribute ks_tables.hRan Benita1-5/+4
2012-10-16makekeys: replace helper with python script and binary searchRan Benita1-7/+2
2012-10-12Change log env vars to XKB_LOG_LEVEL/VERBOSITYRan Benita1-2/+2
2012-09-24Add support for building doxygen API documentationRan Benita1-0/+26
2012-09-24configure.ac: add XORG_MEMORY_CHECK_FLAGSRan Benita1-1/+2
2012-09-24configure.ac: remove XORG_CHECK_MALLOC_ZERORan Benita1-3/+1
2012-09-24Rename map.{c,h} to keymap.{c,h}Ran Benita1-2/+2
2012-09-20Add _xkbcommon_ prefix to parser and lexer symbolsDaniel Stone1-0/+1
2012-09-20Add xkbcommon-compat.h and compat.cDaniel Stone1-2/+4
2012-09-19test: add print-compiled-keymap toolRan Benita1-1/+3
2012-09-16Organize src/ and test/ headersRan Benita1-2/+4
2012-09-11xkbcommon-keysyms: Add header protectionDavid Herrmann1-1/+5
2012-09-03test/rules-file: add benchmarkRan Benita1-1/+1
2012-09-03test: add rmlvo-to-kccgst toolRan Benita1-1/+3
2012-09-03Set log level for tests through env, not directlyRan Benita1-1/+3
2012-09-02Add xkbcomp/keymap.c and move some code thereRan Benita1-0/+1
2012-09-01Organize xkbcomp/ header filesRan Benita1-6/+8
2012-08-10Remove xkbcomp/misc.cRan Benita1-1/+0
2012-08-08android: add build filesPekka Paalanen1-0/+16
2012-08-08test/dump: Remove superfluous testDaniel Stone1-2/+0
2012-08-08Rename xkey test to keysymDaniel Stone1-2/+2
2012-08-08Staticise xkb_map_new_from_kccgstDaniel Stone1-2/+0
2012-07-28Add an interactive evdev testRan Benita1-1/+4
2012-07-27Remove alloc.{c,h}Ran Benita1-2/+0
2012-07-23Add test for logging functionalityRan Benita1-1/+3
2012-07-23Add logging APIRan Benita1-1/+0
2012-07-23build: drop the include/ directoryRan Benita1-6/+5
2012-07-18Move indicators.c code into compat.cRan Benita1-2/+0
2012-07-18Convert macros to inline functionsRan Benita1-1/+0
2012-07-18Move alias.c functions into keycodes.cRan Benita1-2/+0
2012-07-18Add common linked list implementationRan Benita1-0/+1
2012-07-14Move CompileKeymap into xkbcomp.cRan Benita1-1/+0
2012-07-13Rename KSIsLower/Upper and move to keysym.cRan Benita1-1/+0
2012-07-13Move ComputeEffectiveMap code and avoid some duplicationRan Benita1-1/+0
2012-07-13remove unused function xkb_canonicalise_componentsRan Benita1-2/+0
2012-07-12Add a library of common test functionsDaniel Stone1-5/+9
2012-06-18Add a test for the results of key sequencesRan Benita1-1/+3
2012-06-09Remove configure check for X11 keysym filesRan Benita1-1/+8
2012-06-08Add API for getting unicode representation of a keysymRob Bradford1-0/+1
2012-06-04Use $(top_builddir) rather than relative pathsDaniel Stone1-3/+3
2012-06-04Work around stupid automake dependency-tracking bugDaniel Stone1-0/+4
2012-05-29Add test for xkb_map_new_from_stringDaniel Stone1-1/+3
2012-05-29Add xkb_map_get_as_stringDaniel Stone1-1/+4
2012-05-22Import darray.h for common dynamic array codeRan Benita1-0/+1
2012-05-20rules: add testRan Benita1-2/+11
2012-05-20rules: only export a single functionRan Benita1-2/+2