summaryrefslogtreecommitdiff
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove keycode_range_is_legalDaniel Stone2012-05-091-15/+0
* Shorten context to ctxRan Benita2012-05-091-3/+3
* Change all 'xkb' xkb_keymap names to 'keymap'Daniel Stone2012-05-091-122/+129
* Rename XKBcommonint.h to xkb-priv.h and use itRan Benita2012-05-081-4/+2
* Merge src/alloc.c and src/malloc.cRan Benita2012-05-011-1/+341
* Remove unused 'which' and 'merge' argumentsRan Benita2012-05-011-8/+6
* Implicitly include config.h in all filesRan Benita2012-04-091-3/+0
* Implement missing xkb_state_ref and add return valueRan Benita2012-04-091-2/+1
* Rename xkb_desc to xkb_keymapDaniel Stone2012-04-091-12/+12
* Remove unused device_specDaniel Stone2012-04-031-1/+0
* Use xkb_contexts in keymap compilationDaniel Stone2012-03-271-5/+9
* Fix all -Wsign-compare warningsRan Benita2012-03-271-1/+1
* Silence -Wcast-qual warningsRan Benita2012-03-271-4/+4
* Move utility macro from XKBcommonint.h to utils.hRan Benita2012-03-271-24/+20
* Rename keymap allocation APIDaniel Stone2012-03-221-1/+4
* Stringify public name typesDaniel Stone2012-03-091-2/+12
* Remove geometry support, againDaniel Stone2012-03-091-2/+0
* Remove KcCGST names from the mapDaniel Stone2012-03-091-23/+1
* Remove unneeded freeing mechanismsRan Benita2012-03-031-74/+29
* Use memset instead of bzeroRan Benita2012-03-021-2/+3
* Don't check for NULL before free()Ran Benita2012-03-021-10/+7
* Still more memory leak fixesDaniel Stone2012-02-161-0/+1
* Introduce xkb_keycode_t for keycodesDaniel Stone2012-02-151-4/+9
* Move include path from X11/extensions/ to xkbcommon/Daniel Stone2012-02-151-1/+1
* Dead code removal and static markupAdam Jackson2010-09-271-4/+4
* Pull in enough structs and defines from XKBstr.h to only need XKB.hKristian Høgsberg2010-07-021-34/+34
* Drop more malloc/free wrappersKristian Høgsberg2010-06-301-14/+14
* Drop CARD32 and Opaque typesKristian Høgsberg2010-06-281-5/+5
* Copy and duplicate XkbModsRec and XkbKTMapEntryRecDaniel Stone2010-06-231-2/+2
* Use CARD32 instead of Atom, move geom headers inDaniel Stone2010-06-221-5/+5
* Copy in XkbCompatMapRec and XkbSymInterpretRecDaniel Stone2010-06-221-7/+7
* Use CARD32 instead of Atom, drag in XkbClientMapRecDaniel Stone2010-06-221-6/+6
* Remove all non-public API from XKBcommon.h headerDan Nicholson2009-04-081-2/+2
* Fix cleanup error in names allocationDan Nicholson2009-04-041-1/+1
* Add XKBlib API to support keytypesDan Nicholson2009-03-281-310/+0
* alloc/galloc: Coding style cleanupDan Nicholson2009-03-251-450/+513
* Rename headers to XKBcommon* and install in extensions directoryDan Nicholson2009-03-251-2/+2
* Add XkbDescRec initializers and destructorsDan Nicholson2009-03-251-0/+589