symbols: use darray for KeyInfo symsMapNumEntries
[profile/ivi/libxkbcommon.git] / src / xkbcomp / symbols.c
2012-06-09 Ran Benitasymbols: use darray for KeyInfo symsMapNumEntries
2012-06-09 Ran Benitasymbols: use darray for KeyInfo symsMapIndex
2012-06-09 Ran Benitasymbols: remove sizeSyms array from KeyInfo
2012-06-09 Ran Benitasymbols: use darray for KeyInfo syms array
2012-06-09 Ran Benitadarray: tweak parameters a bit for better memory usage
2012-06-09 Ran BenitaUnconstify a few string struct fields
2012-06-04 Daniel StoneAvoid duplicating keysyms for merge if possible
2012-06-04 Ran BenitaRemove fake support for global group range settings
2012-06-04 Daniel StoneSymbols: Don't include NoSymbols in the map
2012-06-04 Daniel StoneFix multiple errors when merging symbol definitions
2012-05-22 Ran Benitasymbols: use darray for xkb_sym_map
2012-05-22 Ran Benitasymbols: use darray for KeyInfo
2012-05-22 Ran Benitaparser: use darray for keysym list
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 BenitaConstify a static variable
2012-05-18 Ran BenitaRemove FileHandler callback argument
2012-05-18 Ran BenitaRemove unused allowNone from KeyInfo
2012-05-18 Ran BenitaRevert "Fix KeyInfo's syms array size calculation"
2012-05-09 Daniel StoneMerge remote-tracking branch 'krh/keysyms'
2012-05-09 Kristian HøgsbergUse our own 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 Ran BenitaFix KeyInfo's syms array size calculation
2012-04-09 Ran BenitaFix compiler warnings
2012-04-09 Daniel StoneRename xkb_desc to xkb_keymap
2012-04-09 Daniel StoneEliminate remaining gcc warnings
2012-03-29 Daniel StoneFail gracefully on failure to find component include
2012-03-29 Daniel StoneFull support for multiple keysyms per level
2012-03-27 Daniel StoneUse xkb_contexts in keymap compilation
2012-03-27 Ran BenitaDefine our own NoSymbol value and use it
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-27 Ran BenitaRemove useless stuff from utils
2012-03-16 Daniel StoneAlso print group name in keysym error
2012-03-16 Daniel StoneMore useful errors for invalid keysyms
2012-03-10 Daniel StoneRemove overlay support as well
2012-03-10 Daniel StoneRemove half-implemented radio groups
2012-03-09 Daniel StoneIntroduce xkb_atom_t type
2012-03-09 Daniel StoneIntroduce xkb_keysym_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 BenitaFix other misc leaks
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 BenitaConstify global tables
2012-03-02 Ran BenitaRemove useless casts
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 remaining 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 ExprResolveGroup
2012-02-20 Daniel StoneRemove field reference lookup support
2012-02-20 Daniel StoneTurn ExprResolveInteger into a simple wrapper
2012-02-20 Daniel StoneOpen-code a radio group SimpleLookup
2012-02-20 Daniel StoneAdd ExprResolveGroup helper
2012-02-20 Daniel StoneIntroduce ExprResolveRadioGroup helper
2012-02-20 Daniel StoneRemove priv arguments from ExprResolveString
2012-02-20 Daniel StoneRemove priv arguments from ExprResolveKeySym
2012-02-20 Daniel StoneRemove priv arguments from ExprResolveKeyName
2012-02-20 Daniel StoneRemove priv arguments from ExprResolveBoolean
2012-02-20 Daniel StoneIntroduce ExprResolveVModMask
2012-02-16 Daniel StoneStill more memory leak fixes
2012-02-15 Daniel StoneDon't leak SymbolsInfo
2012-02-15 Daniel Stonevmod: Pass xkb_desc explicitly to vmod functions
2012-02-15 Daniel StoneIntroduce xkb_keycode_t for keycodes
2011-01-29 Kristian HøgsbergRename XkbcInternAtom() to xkb_intern_atom() and export
2010-10-21 Kristian HøgsbergUpdate xkb->ctrls->num_groups when copying the keysyms
2010-07-02 Kristian HøgsbergPull in enough structs and defines from XKBstr.h to...
2010-06-30 Kristian HøgsbergRename Xkbc*Action to struct xkb_*_action
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 StoneCopy in XkbCompatMapRec and XkbSymInterpretRec
2010-06-22 Daniel StoneUse CARD32 instead of Atom, drag in XkbClientMapRec
2010-06-22 Daniel Stonexkbcomp: Lazy keysym parsing (avoid XStringToKeysym)
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-08 Dan NicholsonRemove KS macros available in XKBfilecommon.h now
2009-04-06 Dan NicholsonRequire strdup and remove utils wrapper
2009-04-05 Dan NicholsonAdd action datatypes as defined in the server
2009-04-04 Dan NicholsonRemove trailing spaces in source files
next