profile/ivi/libxkbcommon.git
2012-05-09 Daniel StoneChange xkb_key_get_syms to just return a bare int
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 StoneInclude xkbcommon-names.h from xkbcommon.h
2012-05-09 Daniel StoneRemove keycode_range_is_legal
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 Ran BenitaRemove support for xkb_layout and xkb_semantics file...
2012-05-09 Ran BenitaShorten context to ctx
2012-05-09 Ran BenitaContextualize the atom table
2012-05-09 Ran BenitaMake the context available for XkbcAtomText
2012-05-09 Ran BenitaMake the context available for XkbcAtomGetString
2012-05-09 Ran BenitaMake the context available to xkb_intern_atom
2012-05-09 Ran BenitaContextualize XkbFile IDs
2012-05-09 Ran BenitaMake the context available to the parser
2012-05-09 Pekka Paalanenmakekeys: fix cross-compilation
2012-05-09 Daniel StoneMake build directory includes more explicit
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 context flag to inhibit default include paths
2012-05-08 Daniel StoneAdd flags to context creation
2012-05-08 Daniel StoneAdd flags to keymap compilation entrypoints
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-08 Ran BenitaRefactor Compile<component> functions
2012-05-08 Ran BenitaDon't use typeof
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-08 Ran BenitaRevert "Unconstify xkb_rules_names"
2012-05-07 Daniel StoneUse AC_ARG_VAR for X11 header and XKB paths
2012-05-07 Daniel StoneRename YYLTYPE to struct YYLTYPE
2012-05-01 Ran BenitaMerge src/alloc.c and src/malloc.c
2012-05-01 Ran BenitaRemove unused stuff from xkbrules.h
2012-05-01 Ran BenitaRemove unused stuff from XKBcommonint.h
2012-05-01 Ran BenitaRemove unused 'which' and 'merge' arguments
2012-04-30 Ran BenitaRemove unused 'compiled' field in XkbFile
2012-04-30 Ran BenitaRemove unused debugging function
2012-04-30 Ran BenitaRemove unused function XkbcNameMatchesPattern
2012-04-30 Ran BenitaUse LT_INIT instead of deprecated AC_PROG_LIBTOOL
2012-04-30 Ran BenitaUse stdbool.h
2012-04-30 Ran BenitaFix formatting in xkbcomp headers
2012-04-26 Daniel StoneDump include paths when we can't find rules
2012-04-26 Alan CoopersmithInclude strings.h in XKBcommonint.h for strcasecmp etc
2012-04-09 Ran BenitaOverhaul test suite
2012-04-09 Ran BenitaReformat actionHandler dispatch table
2012-04-09 Ran BenitaAdd xkb_state_get_map()
2012-04-09 Ran BenitaImplicitly include config.h in all files
2012-04-09 Ran BenitaRemove xproto and kbproto from pkg-config file
2012-04-09 Ran BenitaRemove Xfuncproto.h and XKB.h from xkbcommon/xkbcommon.h
2012-04-09 Ran BenitaConstify the syms_out argument to xkb_key_get_syms()
2012-04-09 Ran BenitaImplement missing xkb_state_ref and add return value
2012-04-09 Ran BenitaDo not enable yacc trace facility unconditionally
2012-04-09 Ran BenitaConstify a global table and function arguments
2012-04-09 Ran BenitaRemove unused struct definition
2012-04-09 Ran BenitaReplace remaining use of Atom instead of xkb_atom_t
2012-04-09 Ran BenitaFix possible overflow in scanner
2012-04-09 Ran BenitaFix KeyInfo's syms array size calculation
2012-04-09 Ran BenitaSet xorg-macros CFLAGS correctly
2012-04-09 Ran BenitaFix compiler warnings
2012-04-09 Daniel StoneUnconstify xkb_rules_names
2012-04-09 Daniel StoneRename xkb_desc to xkb_keymap
2012-04-09 Daniel StoneUse xorg CFLAGS and fix AC_USE_SYSTEM_EXTENSIONS
2012-04-09 Daniel StoneEliminate remaining gcc warnings
2012-04-03 Daniel StoneDon't parse nonsense Unicode/hex keycodes
2012-04-03 Daniel StoneRemove unused device_spec
2012-04-03 Daniel Stoneinclude resets group compatibility modifiers #43091
2012-04-03 Daniel StoneAdd cscope output to .gitignore
2012-04-03 Daniel StoneProperly document xkb_key_get_syms
2012-04-02 Ran BenitaConstify a global table
2012-04-02 Ran BenitaMake temporary fix for stale xkb_atoms
2012-04-02 Ran BenitaFix bugs to allow multiple keymaps in one process
2012-04-02 Ran BenitaRemove useless check from xkb_intern_atom
2012-04-02 Ran BenitaAvoid leak in CompileKeymap error path
2012-04-02 Ran Benitamakekeys: use correct format strings
2012-04-02 Ran BenitaAdd a NULL check before before strcmp'ing
2012-04-02 Ran Benitamakekeys: free strings before exiting
2012-04-02 Ran BenitaUse straight strtok_r instead of wrapper
2012-04-02 Ran BenitaAvoid use of partly initialized VModInfo in error path
2012-03-29 Daniel StoneFail gracefully on failure to find component include
2012-03-29 Daniel StoneTests: Release context on failure to build keymap
2012-03-29 Daniel StoneFull support for multiple keysyms per level
2012-03-29 Daniel StoneParsing support for multiple keysyms per entry
2012-03-29 Daniel StoneDon't leak strings in merge declarations
2012-03-29 Daniel StoneDon't leak include_paths in context
2012-03-28 Daniel StoneRemove unused rtrnValue declaration
2012-03-27 Ran BenitaMake parser and scanner reentrant
2012-03-27 Daniel StoneUse xkb_contexts in keymap compilation
2012-03-27 Daniel StoneAdd new context API
2012-03-27 Daniel StoneUpdate xkb_filter_group_lock_func for xkb_key_direction
2012-03-27 Daniel StoneFix distcheck with non-recursive Makefiles
2012-03-27 Daniel StoneFix build for X11 modifier masks
2012-03-27 Ran BenitaHandle group lock actions
2012-03-27 Ran BenitaMake build non-recursive
2012-03-27 Ran BenitaDefine our own NoSymbol value and use it
next