darray: some changes for convenience
[profile/ivi/libxkbcommon.git] / src / xkbcomp / parseutils.c
2012-06-09 Ran Benitadarray: some changes for convenience
2012-05-22 Ran Benitaparser: use darray for keysym list
2012-05-18 Ran BenitaCreate path.h for the path.c functions
2012-05-11 Daniel StoneRename 'ctx' back to 'context' in external API
2012-05-09 Daniel StoneMerge remote-tracking branch 'krh/keysyms'
2012-05-09 Kristian HøgsbergUse our own 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 XkbFile IDs
2012-05-09 Daniel StoneRename keysym <-> string API
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-07 Daniel StoneRename YYLTYPE to struct YYLTYPE
2012-05-01 Ran BenitaRemove unused stuff from XKBcommonint.h
2012-04-30 Ran BenitaRemove unused 'compiled' field in XkbFile
2012-04-30 Ran BenitaRemove unused debugging function
2012-04-30 Ran BenitaUse stdbool.h
2012-04-09 Ran BenitaConstify a global table and function arguments
2012-03-29 Daniel StoneFull support for multiple keysyms per level
2012-03-28 Daniel StoneRemove unused rtrnValue declaration
2012-03-27 Ran BenitaMake parser and scanner reentrant
2012-03-27 Ran BenitaDefine our own NoSymbol value and use it
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-15 Daniel StonePlug leaks in geometry parsing
2012-03-09 Daniel StoneRemove geometry even harder
2012-03-09 Daniel StoneIntroduce xkb_atom_t type
2012-03-09 Daniel StoneIntroduce xkb_keysym_t type
2012-03-09 Daniel StoneRemove geometry support, again
2012-03-05 Daniel StoneMerge remote-tracking branch 'ran/fixes-cont'
2012-03-03 Ran BenitaFree XkbFile's when no longer needed
2012-03-03 Ran BenitaAdd function to free XkbFile's
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 BenitaDon't check for NULL before free()
2012-02-16 Daniel StoneStill more memory leak fixes
2012-02-15 Daniel StoneFix xkbparse.y compilation
2010-10-20 Kristian HøgsbergUse flex for generating the scanner, add support for...
2010-09-27 Adam JacksonDead code removal and static markup
2010-07-02 Kristian HøgsbergRename public entry points to lowercase and underscore
2010-06-28 Kristian HøgsbergDrop malloc wrappers
2010-06-28 Kristian HøgsbergDrop CARD32 and Opaque types
2010-06-22 Daniel StoneUse CARD32 instead of Atom, move geom headers in
2010-06-22 Daniel StoneInterp: More lazy keysym resolution
2010-06-22 Daniel StoneUse CARD32 instead of Atom, drag in XkbClientMapRec
2010-06-22 Daniel Stonexkbcomp: Lazy keysym parsing (avoid XStringToKeysym)
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 NicholsonRemove trailing spaces in source files
2009-03-31 Dan Nicholsonxkbcomp: Remove duplicated macros
2009-03-29 Dan NicholsonCopy XkbEnsureSafeMapName from xkbfile
2009-03-28 Dan Nicholsonxkbcomp: s/XStringToKeysym/XkbcStringToKeysym/
2009-03-28 Dan Nicholsonlibxkbcomp: Remove usage of client-side headers
2009-03-27 Dan NicholsonImport xkbcomp sources for CompileKeymap