index
:
delta/xorg-lib-libxkbcommon.git
azure-pipelines
baserock/genivi/baseline
baserock/morph
bug-74422
ci-simplify
compose
for-weston-0.85
master
meson-deprecations
travis-valgrind
update-latched-locked
github.com: xkbcommon/libxkbcommon.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
API to query modifier set required to type a keysym
Jaroslaw Kubik
2020-03-20
1
-11
/
+0
*
build: include config.h manually
Ran Benita
2019-12-27
1
-0
/
+2
*
Use bitwise test instead of popcount to check if one bit is set
Michael Forney
2019-06-10
1
-1
/
+1
*
Convert http:// -> https:// where possible
Ran Benita
2017-12-21
1
-2
/
+2
*
state: cure boolean blindness in the filter functions' result
Ran Benita
2017-04-27
1
-24
/
+41
*
state: remove unneeded NULL check
Ran Benita
2017-04-27
1
-3
/
+0
*
state: reorder new() functions before the set() functions in the code
Ran Benita
2017-04-27
1
-28
/
+28
*
utils: rename popcount to avoid conflict in NetBSD
Ran Benita
2016-11-14
1
-1
/
+1
*
state: add GTK consumed modifiers mode
Ran Benita
2016-10-31
1
-0
/
+25
*
state: allow different modes for calculating consumed modifiers
Ran Benita
2016-10-31
1
-36
/
+53
*
src/state: match_mod_masks can return bool instead of int
Ran Benita
2016-06-09
1
-6
/
+4
*
state: factor out get_entry_for_mods()
Ran Benita
2016-02-28
1
-7
/
+11
*
state: factor out entry_is_active() check
Ran Benita
2016-02-28
1
-11
/
+14
*
state: reduce scope of fake action
Ran Benita
2015-09-07
1
-4
/
+4
*
Reduce variable scopes
Ran Benita
2014-10-23
1
-3
/
+2
*
state: correctly infer inactive type entries
Ran Benita
2014-10-17
1
-1
/
+1
*
state: make sure the mods are fully resolved after xkb_state_update_mask()
Ran Benita
2014-08-18
1
-0
/
+21
*
Make the effective mod mask calculation available to other files
Ran Benita
2014-08-18
1
-0
/
+22
*
state: no need for loop in xkb_state_update_mask()
Ran Benita
2014-08-18
1
-16
/
+7
*
keymap, keycodes, compat: don't use darray for LEDs
Ran Benita
2014-04-22
1
-3
/
+3
*
keymap: rename wrap_group_into_range -> XkbWrapGroupIntoRange
Ran Benita
2014-04-19
1
-4
/
+4
*
state: fix consumed modifier calculation
Ran Benita
2014-03-27
1
-3
/
+9
*
state: apply control transformation on utf8/utf32 keysym strings
Ran Benita
2014-03-22
1
-11
/
+110
*
state: add xkb_state_key_get_{utf8,utf32}() API functions
Ran Benita
2014-03-22
1
-0
/
+65
*
state: Add xkb_state_key_get_consumed_mods
Jasper St. Pierre
2014-02-22
1
-0
/
+11
*
state: check wrap_group_into_range() return value
Ran Benita
2014-02-09
1
-8
/
+12
*
state: optimize xkb_state_led_update_all()
Ran Benita
2014-02-08
1
-21
/
+33
*
Use (1u << idx) instead of (1 << idx) where appropriate
Ran Benita
2014-02-08
1
-13
/
+13
*
Fix sign-compare warnings
Ran Benita
2014-02-08
1
-6
/
+5
*
state: use the XKB_MOD_MASK constant
Ran Benita
2014-02-07
1
-1
/
+1
*
Fix some cppcheck warnings
Ran Benita
2014-01-11
1
-2
/
+1
*
state: apply capitalization transformation on keysyms
Ran Benita
2013-08-15
1
-1
/
+15
*
keymap: remove struct xkb_key_redirect_action
Ran Benita
2013-07-31
1
-1
/
+0
*
state: use stdbool in filters
Ran Benita
2013-03-18
1
-32
/
+32
*
keymap: rename xkb_kt_map_entry to xkb_key_type_entry
Ran Benita
2013-03-18
1
-6
/
+6
*
state: small style fix
Ran Benita
2013-03-18
1
-11
/
+13
*
Change 'indicator' to 'led' everywhere possible
Ran Benita
2013-03-18
1
-19
/
+19
*
state: fix unbound virtual modifier bug
Ran Benita
2013-03-18
1
-1
/
+10
*
state: rename state->cur to state->components
Ran Benita
2012-11-11
1
-68
/
+70
*
state: don't keep the previous state components in xkb_state
Ran Benita
2012-11-11
1
-7
/
+9
*
keymap: wrap the layout parameter if it is out of range for the key
Ran Benita
2012-11-11
1
-1
/
+1
*
state, context: allow passing NULL to *_unref()
Ran Benita
2012-10-29
1
-1
/
+1
*
state: don't use xkb_keymap_num_layouts internally
Ran Benita
2012-10-26
1
-5
/
+3
*
state: don't use xkb_state_serialize_* internally
Ran Benita
2012-10-26
1
-9
/
+3
*
state: fix possible index-out-of-bounds in action dispatch table
Ran Benita
2012-10-24
1
-0
/
+11
*
state: fix typo in state component copying
Ran Benita
2012-10-23
1
-1
/
+1
*
Report which components of the state have changed
Ran Benita
2012-10-22
1
-4
/
+45
*
state: add struct state_components
Ran Benita
2012-10-22
1
-68
/
+72
*
Split the mods, layout, leds parts of xkb_state_components
Ran Benita
2012-10-22
1
-23
/
+25
*
state: make mod_index_is_consumed() return -1 on invalid input
Ran Benita
2012-10-13
1
-2
/
+2
[next]