darray: some changes for convenience
[profile/ivi/libxkbcommon.git] / src / xkbcomp / keytypes.c
2012-06-09 Ran Benitadarray: some changes for convenience
2012-06-09 Ran BenitaUnconstify a few string struct fields
2012-05-22 Ran Benitakeytypes: use darray for level names
2012-05-22 Ran Benitakeytypes: use darray for xkb_kt_map_entry's
2012-05-22 Ran Benitakeytypes: use darray for key types in the client map
2012-05-18 Ran BenitaRemove FileHandler callback argument
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 'which' and 'merge' arguments
2012-04-30 Ran BenitaUse stdbool.h
2012-04-30 Ran BenitaFix formatting in xkbcomp headers
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 BenitaUse strcasecmp consistently instead of uStrCaseCmp
2012-03-27 Ran BenitaMove utility macro from XKBcommonint.h to utils.h
2012-03-27 Ran BenitaFix incorrect usage of && instead of &
2012-03-09 Daniel StoneIntroduce xkb_atom_t type
2012-03-09 Daniel StoneStringify public name types
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 the various *Info's names when overriding...
2012-03-03 Ran BenitaFree XkbFile's when no longer needed
2012-03-02 Ran BenitaRemove unused global type tokens
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 StonePerform bounds checking in ExprResolveLevel
2012-02-20 Daniel StoneIntroduce ExprResolveLevel helper
2012-02-20 Daniel StoneRemove priv arguments from ExprResolveString
2012-02-20 Daniel StoneIntroduce ExprResolveVModMask
2012-02-16 Daniel StoneStill more memory leak fixes
2012-02-15 Daniel Stonevmod: Pass xkb_desc explicitly to vmod functions
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...
2010-06-30 Kristian HøgsbergConstify XkbcAtomText()
2010-06-28 Kristian HøgsbergDrop malloc wrappers
2010-06-28 Kristian HøgsbergDrop CARD32 and Opaque types
2010-06-23 Daniel StoneCopy and duplicate XkbModsRec and XkbKTMapEntryRec
2010-06-22 Daniel StoneUse CARD32 instead of Atom, move geom headers in
2010-06-22 Daniel StoneUse CARD32 instead of Atom, drag in XkbClientMapRec
2010-06-22 Daniel Stonexkbcomp: Atom text and expr leak fixes part #973
2009-04-08 Dan NicholsonRemove all non-public API from XKBcommon.h header
2009-04-06 Dan NicholsonRequire strdup and remove utils wrapper
2009-04-04 Dan Nicholsonxkbcomp: Don't say we're exiting when we're not
2009-04-04 Dan NicholsonRemove trailing spaces in source files
2009-03-31 Dan Nicholsonxkbcomp: Remove duplicated macros
2009-03-29 Dan NicholsonAdd XKBlib API to support keytypes
2009-03-28 Dan NicholsonAdd VMod Text functions from xkbfile
2009-03-28 Dan Nicholsonxkbcomp: Use xkbcommon allocation functions
2009-03-28 Dan NicholsonKill off usage of Display
2009-03-28 Dan NicholsonAdd more *Text functions from xkbfile
2009-03-28 Dan Nicholsonxkbcomp: Drop unused Display argument in Atom functions
2009-03-28 Dan Nicholsonlibxkbcomp: Use the internal Atom implementation
2009-03-28 Dan Nicholsonlibxkbcomp: s/XPointer/char */
2009-03-28 Dan Nicholsonlibxkbcomp: s/XkbDescPtr/XkbcDescPtr/
2009-03-28 Dan Nicholsonlibxkbcomp: Eradicate XkbFileInfo usage
2009-03-27 Dan NicholsonImport xkbcomp sources for CompileKeymap