Messages: merge macros with and without message code
[platform/upstream/libxkbcommon.git] / src / xkbcomp / vmod.c
2023-09-24 Pierre Le MarreMessages: merge macros with and without message code
2019-12-27 Ran Benitabuild: include config.h manually
2014-04-22 Ran Benitaxkbcomp: use straight assignment instead of CopyModSet
2014-04-22 Ran Benitakeymap: don't use darray in xkb_mod_set
2014-04-22 Ran Benitakeymap: add and use xkb_mods_{foreach,enumerate}()
2014-04-19 Ran Benitacompat: use xkb_mod_set instead of entire keymap
2014-04-19 Ran Benitavmod: take xkb_mod_set instead of the entire keymap
2014-04-19 Ran Benitaexpr: take xkb_mod_set instead of the entire keymap
2014-04-19 Ran Benitatext: take xkb_mod_set instead of the entire keymap
2014-04-19 Ran BenitaAdd struct xkb_mod_set
2014-02-12 Ran Benitavmod: bring back support for direct vmod -> real mod...
2012-10-06 Ran BenitaKeep real and virtual mods in the same table in the...
2012-10-06 Ran BenitaRemove VModInfo for now
2012-10-06 Ran Benitavmod: don't allow to add a vmod with the name of a...
2012-10-06 Ran Benitavmod: remove merge argument from HandleVModDef
2012-10-06 Ran BenitaRemove the XKB_NUM_VIRTUAL_MODIFIERS limit
2012-10-06 Ran BenitaUse our types instead of int/uint32_t in a few places
2012-09-23 Ran BenitaDon't use xkbcommon-compat names in internal code
2012-09-14 Ran BenitaClean up Init/Clear functions
2012-09-10 Daniel Stonekbproto unentanglement: XkbNumVirtualMods
2012-09-03 Ran BenitaUnify some string tables from xkbcomp, text and keymap...
2012-09-03 Ran BenitaConvert rest of names in xkb_keymap back to atoms
2012-09-02 Ran Benitavmod: remove outdated comments
2012-09-02 Ran Benitavmod: ClearVModInfo doesn't need the keymap
2012-09-02 Ran Benitavmod: remove useless keymap initialization
2012-09-02 Ran Benitavmod: remove support for resolving integer to virtual...
2012-09-02 Ran Benitavmod: remove support for direct vmod -> real mod mapping
2012-09-01 Ran BenitaOrganize xkbcomp/ header files
2012-08-10 Ran BenitaModernize struct xkb_mods
2012-08-07 Ran Benitatypes: don't use canonical/required types
2012-08-07 Ran Benitavmod: remove unused fields
2012-07-27 Ran BenitaRemove ExprResult
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveMask
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveInteger
2012-07-26 Ran BenitaConvert defines to enums in xkbcomp.h
2012-07-26 Ran Benitautils: add/replace string equality macros
2012-07-26 Ran BenitaDrop Xkbc prefix of text functions
2012-07-26 Ran BenitaUse xkb_mod_mask_t and xkb_mask_index_t throughout
2012-07-26 Ran BenitaSome atom related optimizations
2012-07-22 Ran Benitavmod: use new log functions
2012-07-18 Ran BenitaGet rid of xkb_key_names
2012-07-18 Ran BenitaGet rid of xkb_server_map
2012-07-17 Daniel StoneRun source tree through uncrustify
2012-06-30 Ran BenitaUse enum for merge mode
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 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-01 Ran BenitaRemove unused stuff from XKBcommonint.h
2012-04-30 Ran BenitaUse stdbool.h
2012-04-09 Daniel StoneRename xkb_desc to xkb_keymap
2012-04-02 Ran BenitaAdd a NULL check before before strcmp'ing
2012-04-02 Ran BenitaAvoid use of partly initialized VModInfo in error path
2012-03-27 Ran BenitaRemove useless stuff from utils
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-02 Ran BenitaConstify global tables
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-02-25 Ran BenitaRemove unused includes of "tokens.h"
2012-02-20 Daniel StoneSwitch expression resolution priv from char to void
2012-02-20 Daniel StoneInvert LookupModMask/LookupVModMask order
2012-02-20 Daniel StoneRemove field reference lookup support
2012-02-20 Daniel StoneTurn ExprResolveInteger into a simple wrapper
2012-02-20 Daniel StoneRemove priv arguments from ExprResolveModMask
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 CARD32 and Opaque types
2010-06-22 Daniel StoneUse CARD32 instead of Atom, move geom headers in
2010-06-22 Daniel Stonexkbcomp: vmod: Don't get and immediately intern atoms
2009-04-08 Dan NicholsonRemove all non-public API from XKBcommon.h header
2009-04-05 Dan NicholsonAdd action datatypes as defined in the server
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-28 Dan Nicholsonxkbcomp: Use xkbcommon allocation functions
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: Remove usage of client-side headers
2009-03-27 Dan NicholsonImport xkbcomp sources for CompileKeymap