state: fix led_update_all group mask calculation
[platform/upstream/libxkbcommon.git] / src /
2012-09-02 Ran Benitastate: fix led_update_all group mask calculation
2012-09-02 Ran Benitakeycodes: remove outdated comments
2012-09-02 Ran Benitakeycodes: use darray for aliases instead of list
2012-09-02 Ran Benitakeycodes: use array for indicator names instead of...
2012-09-02 Ran Benitakeycodes: ignore "virtual" in indicators
2012-09-02 Ran Benitasymbols: call deinit functions Clear instead of Free
2012-09-02 Ran Benitasymbols: remove comparison of unsigned >= 0
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 Benitaexpr: move op_type/value_type_to_string functions to ast
2012-09-02 Ran Benitavmod: remove support for direct vmod -> real mod mapping
2012-09-02 Ran Benitaxkbcomp: seperate keymap-copying code from Compile...
2012-09-02 Ran Benitacompat: only compute 'bool report' once
2012-09-02 Ran Benitacompat: disallow changing global defaults from within...
2012-09-02 Ran Benitacompat: use darray instead of list for interps
2012-09-02 Ran Benitacompat: remove "flags" field from xkb_indicator_map
2012-09-01 Ran Benitacompat: ignore "allowExplicit" in indicator statements
2012-09-01 Ran Benitacompat: ignore "ledDrivesKbd" in indicator statements
2012-09-01 Ran Benitacompat: ignore "group" (compatibility) statements
2012-09-01 Ran Benitacompat: get rid of BindIndicators
2012-09-01 Ran Benitacompat: ignore "index" field in indicator statements
2012-09-01 Ran Benitacompat: remove dead NoAutomatic code
2012-09-01 Ran Benitacompat: ignore "locking" field in sym interprets
2012-09-01 Ran Benitacompat: small changes
2012-09-01 Ran Benitacompat: add general overview
2012-09-01 Ran Benitaaction: convert action field type to enum
2012-09-01 Ran Benitatypes: add "Effects on keymap" to overview
2012-09-01 Ran BenitaOrganize xkbcomp/ header files
2012-09-01 Ran BenitaAllocate xkb_component_names on stack
2012-09-01 Ran BenitaMove ISEMPTY to utils.h
2012-08-11 Daniel StoneMove 'no symbols defined for ...' message to a warning
2012-08-10 Ran BenitaCombine a couple of macros
2012-08-10 Ran Benitaaction: get rid of xkb_any_action
2012-08-10 Ran BenitaRemove XkbKeyTypeIndex and widen index type
2012-08-10 Ran BenitaStore actions inside struct xkb_key
2012-08-10 Ran Benitakeycodes: save context in Info, not keymap
2012-08-10 Ran BenitaRemove xkbcomp/misc.c
2012-08-10 Ran BenitaRemove left over keycodes.h
2012-08-10 Ran BenitaRemove AutoKeyNames feature
2012-08-10 Ran Benitamap: share some code
2012-08-10 Ran BenitaUse XKB_{GROUP,LEVEL}_INVALID instead of -1 for errors
2012-08-10 Ran Benitastate: use global static const for fake action
2012-08-10 Ran BenitaModernize struct xkb_mods
2012-08-08 Ran BenitaFix xkb_keymap::vmods type
2012-08-08 Ran Benitatypes: don't compute effective masks here as well
2012-08-08 Ran Benitatypes: get rid of PreserveInfo
2012-08-08 Ran Benitakeymap-dump: use VModMaskText
2012-08-08 Ran BenitaFix warning
2012-08-08 Daniel StoneAdd xkb_map_mod_mask_remove_consumed
2012-08-08 Daniel StoneAdd xkb_log_level enum rather than using syslog
2012-08-08 Daniel StoneRules: mmap() rules file instead of using getc()
2012-08-08 Daniel StoneAlways have at least one level in types
2012-08-08 Daniel StoneIncludeStmt: Remove useless 'path' member
2012-08-08 Daniel StoneRemove unused vmodmask calculation
2012-08-08 Daniel StonePrint failed include paths on failure to find rules
2012-08-08 Daniel StoneMove xkb_context struct to xkb-priv.h
2012-08-08 Daniel Stonecontext: Maintain list of failed include paths
2012-08-08 Daniel StoneMore useful error message on failing RMLVO -> KcCGST
2012-08-08 Daniel StoneMove more of xkb_map_new_from_rmlvo into compilation
2012-08-08 Daniel StoneStaticise xkb_map_new_from_kccgst
2012-08-08 Daniel StoneAdd support for default rules/model/layout
2012-08-08 Daniel StoneWarning fixes
2012-08-08 Ran BenitaAdd API to query whether a modifier is consumed
2012-08-08 Ran Benitatypes: remove default type
2012-08-07 Ran Benitatypes: store atoms instead of strings for level and...
2012-08-07 Ran Benitatypes: use regular array for map entries
2012-08-07 Ran Benitatypes: use regular array for types
2012-08-07 Ran Benitatypes: remove DeleteLevel1MapEntries
2012-08-07 Ran Benitatypes: move preserve directly into xkb_kt_map_entry
2012-08-07 Ran BenitaFix virtual modifiers mask extraction
2012-08-07 Ran Benitatypes: small changes
2012-08-07 Ran BenitaRemove xproto build dependency
2012-08-07 Ran Benitatypes: don't use canonical/required types
2012-08-07 Ran Benitatypes: add a general overview
2012-08-07 Ran Benitasymbols: remove support for key behaviors
2012-08-07 Ran Benitakeycodes: small changes
2012-08-07 Ran BenitaHandle key names consistently
2012-08-07 Ran Benitakeycodes: add a general overview
2012-08-07 Ran Benitaexpr: make ResolveLevel return zero-based level
2012-08-07 Ran BenitaAdd and use xkb_level_index_t
2012-08-07 Ran Benitaaction: drop global actionInitialized
2012-08-07 Ran Benitaexpr: constify function arguments
2012-08-07 Ran Benitalog: allow to resore default log function
2012-08-07 Ran Benitadarray: fix formatting
2012-08-07 Ran Benitafilecomp: fix path and error message
2012-08-07 Ran BenitaReplace more defines with enums
2012-08-07 Ran BenitaMake top level Handle*File functions nicer
2012-08-07 Ran BenitaUse xkb_led_index_t throughout
2012-08-07 Ran Benitavmod: remove unused fields
2012-08-07 Ran BenitaUse only one set of core mod name-to-index functions
2012-08-07 Ran Benitamap: fix incorrect return value
2012-08-07 Ran Benitamap: fix virtual mod index calculation
2012-08-07 Ran Benitakeymap-dump: use ActionTypeText
2012-08-07 Ran Benitakeymap-dump: use SITextMatch
2012-08-07 Ran Benitakeymap-dump: clean up write_buf function
2012-07-27 Ran BenitaRemove ExprResult
2012-07-27 Ran Benitaexpr: remove support for evaluating string as integer
2012-07-27 Daniel StoneDon't create contexts with no include paths
next