Copyright updates
[platform/upstream/libxkbcommon.git] / src / xkbcomp / keycodes.c
2012-09-10 Daniel Stonekbproto unentanglement: XkbNumIndicators
2012-09-10 Daniel Stonekbproto untanglement: XkbKeyNameLength
2012-09-04 Ran BenitaFold keymap->indicator_names into keymap->indicators
2012-09-03 Ran BenitaConvert rest of names in xkb_keymap back to atoms
2012-09-03 Ran Benitaexpr: make ResolveString return an atom
2012-09-03 Ran Benitalog: replace "priority" by "level" everywhere
2012-09-02 Ran Benitakeycodes: remove outdated comments
2012-09-02 Ran Benitakeycodes: use darray for aliases instead of list
2012-09-02 Ran Benitakeycodes: use array for indicator names instead of...
2012-09-02 Ran Benitakeycodes: ignore "virtual" in indicators
2012-09-02 Ran Benitaexpr: move op_type/value_type_to_string functions to ast
2012-09-02 Ran Benitaxkbcomp: seperate keymap-copying code from Compile...
2012-09-01 Ran Benitatypes: add "Effects on keymap" to overview
2012-09-01 Ran BenitaOrganize xkbcomp/ header files
2012-08-10 Ran Benitakeycodes: save context in Info, not keymap
2012-08-10 Ran BenitaRemove xkbcomp/misc.c
2012-08-10 Ran BenitaRemove AutoKeyNames feature
2012-08-07 Ran Benitakeycodes: small changes
2012-08-07 Ran BenitaHandle key names consistently
2012-08-07 Ran Benitakeycodes: add a general overview
2012-08-07 Ran BenitaMake top level Handle*File functions nicer
2012-08-07 Ran BenitaUse xkb_led_index_t throughout
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveKeyCode
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveString
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveLhs
2012-07-26 Ran BenitaConvert defines to enums in xkbcomp.h
2012-07-26 Ran Benitautils: add/replace string equality macros
2012-07-26 Ran BenitaDrop Xkbc prefix of text functions
2012-07-26 Ran BenitaSome atom related optimizations
2012-07-26 Ran Benitakeycodes: fix valgrind warnings
2012-07-22 Ran Benitaxkbcomp: use new log functions
2012-07-22 Ran Benitakeycodes: use new log functions
2012-07-22 Ran Benitakeycodes: add keymap to KeyNamesInfo
2012-07-18 Ran BenitaSimplify HandleInclude functions
2012-07-18 Ran BenitaRemove haveSelf include feature
2012-07-18 Ran BenitaConvert macros to inline functions
2012-07-18 Ran Benitakeycodes: use list instead of CommonInfo in IndicatorNa...
2012-07-18 Ran Benitakeycodes: use list instead of CommonInfo in AliasInfo
2012-07-18 Ran BenitaMove alias.c functions into keycodes.c
2012-07-18 Ran BenitaGet rid of struct xkb_key_name
2012-07-18 Ran BenitaAdd common xkb_key struct
2012-07-18 Ran BenitaReplace xkb_keycode_t 'key' variable name by 'kc'
2012-07-18 Ran BenitaGet rid of xkb_key_names
2012-07-18 Ran BenitaGet rid of xkb_indicator
2012-07-17 Daniel StoneRun source tree through uncrustify
2012-07-14 Ran BenitaConvert missed enum merge_mode variables
2012-07-14 Ran BenitaFix fileID mess
2012-07-13 Ran BenitaRemove MERGE_ALT_FORM merge mode
2012-07-12 Ran Benitadump: add back kccgst names
2012-06-30 Ran BenitaUse enum for merge mode
2012-06-30 Ran BenitaUse enum for file types
2012-06-26 Ran BenitaUse void* instead of old style char* in CommonInfo...
2012-06-09 Ran Benitadarray: some changes for convenience
2012-06-09 Ran BenitaUnconstify a few string struct fields
2012-05-29 Daniel StonePass merge down through indicator creation
2012-05-22 Ran Benitakeycodes: use darray in KeyNamesInfo
2012-05-22 Ran Benitaalloc: use darray in xkb_key_names
2012-05-09 Daniel StoneMerge remote-tracking branch 'krh/keysyms'
2012-05-09 Ran BenitaShorten context to ctx
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 Daniel StoneChange all 'xkb' xkb_keymap names to 'keymap'
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-01 Ran BenitaRemove unused stuff from XKBcommonint.h
2012-05-01 Ran BenitaRemove unused 'which' and 'merge' arguments
2012-04-30 Ran BenitaUse stdbool.h
2012-04-09 Daniel StoneRename xkb_desc to xkb_keymap
2012-03-27 Daniel StoneUse xkb_contexts in keymap compilation
2012-03-27 Ran BenitaDefine our own None atom value
2012-03-27 Ran BenitaFix all -Wsign-compare warnings
2012-03-27 Ran BenitaSilence -Wcast-qual warnings
2012-03-27 Ran BenitaUse strcasecmp consistently instead of uStrCaseCmp
2012-03-27 Ran BenitaMove utility macro from XKBcommonint.h to utils.h
2012-03-09 Daniel StoneIntroduce xkb_atom_t type
2012-03-09 Daniel StoneStringify public name types
2012-03-09 Daniel StoneRemove geometry support, again
2012-03-09 Daniel StoneRemove KcCGST names from the map
2012-03-05 Daniel StoneMerge remote-tracking branch 'ran/fixes-cont'
2012-03-05 Daniel StoneMerge remote-tracking branch 'ran/fixes'
2012-03-03 Ran BenitaDon't leak KeyNamesInfo
2012-03-03 Ran BenitaDon't leak the "minimum"/"maximum" string
2012-03-03 Ran BenitaDon't leak the various *Info's names when overriding...
2012-03-03 Ran BenitaFree XkbFile's when no longer needed
2012-03-02 Ran BenitaUse memset instead of bzero
2012-03-02 Ran BenitaRemove return's at the end of void functions
2012-03-02 Ran BenitaRemove all uses of the register keyword
2012-03-02 Ran BenitaDon't check for NULL before free()
2012-02-25 Ran BenitaFix all constness warnings
2012-02-25 Ran BenitaFix possible null dereferences
2012-02-25 Ran BenitaRemove unused includes of "tokens.h"
2012-02-20 Daniel StoneRemove priv arguments from ExprResolveString
2012-02-16 Daniel StoneRespect explicit minimum/maximum keycodes
2012-02-16 Daniel StoneStill more memory leak fixes
2012-02-15 Daniel StoneFix xkbparse.y compilation
2012-02-15 Daniel StoneIntroduce xkb_keycode_t for keycodes
2011-01-29 Kristian HøgsbergRename XkbcInternAtom() to xkb_intern_atom() and export
2010-09-27 Adam JacksonDead code removal and static markup
2010-07-02 Kristian HøgsbergPull in enough structs and defines from XKBstr.h to...
next