darray: some changes for convenience
[profile/ivi/libxkbcommon.git] / src / alloc.c
2012-06-09 Ran Benitadarray: some changes for convenience
2012-06-09 Ran BenitaUnconstify a few string struct fields
2012-05-22 Ran Benitacompat: use darray for acts and key_acts in the server map
2012-05-22 Ran Benitasymbols: use darray for xkb_sym_map
2012-05-22 Ran Benitakeytypes: use darray for xkb_kt_map_entry's
2012-05-22 Ran Benitaalloc: use darray in xkb_key_names
2012-05-22 Ran Benitakeytypes: use darray for key types in the client map
2012-05-22 Ran Benitacompat: use darray for sym_interprets
2012-05-22 Ran BenitaFix incorrect indexing while freeing
2012-05-18 Ran BenitaFix a memleak
2012-05-11 Daniel StoneRename 'ctx' back to 'context' in external API
2012-05-09 Daniel StoneRemove keycode_range_is_legal
2012-05-09 Daniel StoneMerge remote-tracking branch 'krh/keysyms'
2012-05-09 Ran BenitaShorten context to ctx
2012-05-09 Daniel StoneChange all 'xkb' xkb_keymap names to 'keymap'
2012-05-08 Ran BenitaRename XKBcommonint.h to xkb-priv.h and use it
2012-05-01 Ran BenitaMerge src/alloc.c and src/malloc.c
2012-05-01 Ran BenitaRemove unused 'which' and 'merge' arguments
2012-04-09 Ran BenitaImplicitly include config.h in all files
2012-04-09 Ran BenitaImplement missing xkb_state_ref and add return value
2012-04-09 Daniel StoneRename xkb_desc to xkb_keymap
2012-04-03 Daniel StoneRemove unused device_spec
2012-03-27 Daniel StoneUse xkb_contexts in keymap compilation
2012-03-27 Ran BenitaFix all -Wsign-compare warnings
2012-03-27 Ran BenitaSilence -Wcast-qual warnings
2012-03-27 Ran BenitaMove utility macro from XKBcommonint.h to utils.h
2012-03-22 Daniel StoneRename keymap allocation API
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-02 Ran BenitaRemove unneeded freeing mechanisms
2012-03-02 Ran BenitaUse memset instead of bzero
2012-03-02 Ran BenitaDon't check for NULL before free()
2012-02-16 Daniel StoneStill more memory leak fixes
2012-02-15 Daniel StoneIntroduce xkb_keycode_t for keycodes
2012-02-15 Daniel StoneMove include path from X11/extensions/ to xkbcommon/
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øgsbergDrop more malloc/free 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 StoneCopy in XkbCompatMapRec and XkbSymInterpretRec
2010-06-22 Daniel StoneUse CARD32 instead of Atom, drag in XkbClientMapRec
2009-04-08 Dan NicholsonRemove all non-public API from XKBcommon.h header
2009-04-04 Dan NicholsonFix cleanup error in names allocation
2009-03-29 Dan NicholsonAdd XKBlib API to support keytypes
2009-03-26 Dan Nicholsonalloc/galloc: Coding style cleanup
2009-03-26 Dan NicholsonRename headers to XKBcommon* and install in extensions...
2009-03-26 Dan NicholsonAdd XkbDescRec initializers and destructors