projects
/
platform
/
upstream
/
libxkbcommon.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
state: reduce scope of fake action
[platform/upstream/libxkbcommon.git]
/
src
/
text.c
2014-04-22
Ran Benita
keymap: don't use darray in xkb_mod_set
blob
|
commitdiff
2014-04-22
Ran Benita
keymap: add and use xkb_mods_{foreach,enumerate}()
blob
|
commitdiff
|
diff to current
2014-04-19
Ran Benita
text: take xkb_mod_set instead of the entire keymap
blob
|
commitdiff
|
diff to current
2014-04-19
Ran Benita
Add struct xkb_mod_set
blob
|
commitdiff
|
diff to current
2014-04-19
Ran Benita
keymap: move ModNameToIndex from text.c and use it...
blob
|
commitdiff
|
diff to current
2014-02-08
Ran Benita
Use (1u << idx) instead of (1 << idx) where appropriate
blob
|
commitdiff
|
diff to current
2013-08-02
Ran Benita
scanner: allow empty key name literals
blob
|
commitdiff
|
diff to current
2013-07-31
Ran Benita
keymap: remove struct xkb_key_redirect_action
blob
|
commitdiff
|
diff to current
2013-03-18
Ran Benita
text: some style changes
blob
|
commitdiff
|
diff to current
2013-03-18
Ran Benita
text: clean up and fix the *MaskText functions
blob
|
commitdiff
|
diff to current
2013-03-18
Ran Benita
Change 'indicator' to 'led' everywhere possible
blob
|
commitdiff
|
diff to current
2012-10-30
Ran Benita
action: don't allow private actions with a known type
blob
|
commitdiff
|
diff to current
2012-10-22
Ran Benita
Split the mods, layout, leds parts of xkb_state_components
blob
|
commitdiff
|
diff to current
2012-10-18
Ran Benita
Move _text() functions from keymap-dump to text.c
blob
|
commitdiff
|
diff to current
2012-10-18
Ran Benita
Remove a couple more uses of static char buffers
blob
|
commitdiff
|
diff to current
2012-10-18
Ran Benita
Contextualize GetBuffer()
blob
|
commitdiff
|
diff to current
2012-10-18
Ran Benita
Clean up xkb_sym_interpret a bit
blob
|
commitdiff
|
diff to current
2012-10-06
Ran Benita
Replace 0xff with MOD_REAL_MASK_ALL
blob
|
commitdiff
|
diff to current
2012-10-06
Ran Benita
Remove now-unneeded mod type annotations
blob
|
commitdiff
|
diff to current
2012-10-06
Ran Benita
text: explicitly take mod_type in mod functions
blob
|
commitdiff
|
diff to current
2012-10-06
Ran Benita
text: share code for modifiers
blob
|
commitdiff
|
diff to current
2012-10-06
Ran Benita
Keep real and virtual mods in the same table in the...
blob
|
commitdiff
|
diff to current
2012-10-06
Ran Benita
Don't use shifted virtual modifier masks
blob
|
commitdiff
|
diff to current
2012-10-06
Ran Benita
Remove the XKB_NUM_VIRTUAL_MODIFIERS limit
blob
|
commitdiff
|
diff to current
2012-09-27
Ran Benita
Don't limit key names to 4 characters
blob
|
commitdiff
|
diff to current
2012-09-23
Ran Benita
Rename map.{c,h} to keymap.{c,h}
blob
|
commitdiff
|
diff to current
2012-09-16
Ran Benita
Organize src/ and test/ headers
blob
|
commitdiff
|
diff to current
2012-09-11
Daniel Stone
kbproto unentanglement: XkbSI match flags
blob
|
commitdiff
|
diff to current
2012-09-11
Daniel Stone
kbproto unentanglement: control actions
blob
|
commitdiff
|
diff to current
2012-09-10
Daniel Stone
kbproto unentanglement: XkbIM_*
blob
|
commitdiff
|
diff to current
2012-09-10
Daniel Stone
kbproto unentanglement: action types
blob
|
commitdiff
|
diff to current
2012-09-10
Daniel Stone
Remove deprecated actions
blob
|
commitdiff
|
diff to current
2012-09-10
Daniel Stone
kbproto unentanglement: XkbNumVirtualMods
blob
|
commitdiff
|
diff to current
2012-09-10
Daniel Stone
kbproto untanglement: XkbKeyNameLength
blob
|
commitdiff
|
diff to current
2012-09-03
Ran Benita
Unify some string tables from xkbcomp, text and keymap...
blob
|
commitdiff
|
diff to current
2012-09-03
Ran Benita
Convert rest of names in xkb_keymap back to atoms
blob
|
commitdiff
|
diff to current
2012-09-03
Ran Benita
Use XKB_MOD_INVALID instead of XkbNoModifier
blob
|
commitdiff
|
diff to current
2012-09-02
Ran Benita
Move enum xkb_file_type to xkbcomp/ast.h
blob
|
commitdiff
|
diff to current
2012-09-02
Ran Benita
xkbcomp: clean up compile_keymap function
blob
|
commitdiff
|
diff to current
2012-08-10
Ran Benita
Modernize struct xkb_mods
blob
|
commitdiff
|
diff to current
2012-08-07
Ran Benita
Remove xproto build dependency
blob
|
commitdiff
|
diff to current
2012-08-07
Ran Benita
Handle key names consistently
blob
|
commitdiff
|
diff to current
2012-08-07
Ran Benita
filecomp: fix path and error message
blob
|
commitdiff
|
diff to current
2012-08-07
Ran Benita
Use only one set of core mod name-to-index functions
blob
|
commitdiff
|
diff to current
2012-08-07
Ran Benita
keymap-dump: use ActionTypeText
blob
|
commitdiff
|
diff to current
2012-07-26
Ran Benita
Drop Xkbc prefix of text functions
blob
|
commitdiff
|
diff to current
2012-07-26
Ran Benita
Use xkb_mod_mask_t and xkb_mask_index_t throughout
blob
|
commitdiff
|
diff to current
2012-07-18
Ran Benita
Get rid of xkb_key_names
blob
|
commitdiff
|
diff to current
2012-07-17
Daniel Stone
Run source tree through uncrustify
blob
|
commitdiff
|
diff to current
2012-07-12
Ran Benita
Enlarge keysym name buffers and mention in comment
blob
|
commitdiff
|
diff to current
2012-06-30
Ran Benita
Use enum for file types
blob
|
commitdiff
|
diff to current
2012-05-09
Daniel Stone
Merge remote-tracking branch 'krh/keysyms'
blob
|
commitdiff
|
diff to current
2012-05-09
Ran Benita
Remove support for xkb_layout and xkb_semantics file...
blob
|
commitdiff
|
diff to current
2012-05-09
Daniel Stone
Change all 'xkb' xkb_keymap names to 'keymap'
blob
|
commitdiff
|
diff to current
2012-05-09
Daniel Stone
Rename keysym <-> string API
blob
|
commitdiff
|
diff to current
2012-05-08
Ran Benita
Rename XKBcommonint.h to xkb-priv.h and use it
blob
|
commitdiff
|
diff to current
2012-05-01
Ran Benita
Remove unused stuff from XKBcommonint.h
blob
|
commitdiff
|
diff to current
2012-04-30
Ran Benita
Use stdbool.h
blob
|
commitdiff
|
diff to current
2012-04-09
Ran Benita
Implicitly include config.h in all files
blob
|
commitdiff
|
diff to current
2012-04-09
Daniel Stone
Rename xkb_desc to xkb_keymap
blob
|
commitdiff
|
diff to current
2012-03-27
Ran Benita
Fix all -Wsign-compare warnings
blob
|
commitdiff
|
diff to current
2012-03-09
Daniel Stone
Introduce xkb_keysym_t type
blob
|
commitdiff
|
diff to current
2012-03-09
Daniel Stone
Stringify public name types
blob
|
commitdiff
|
diff to current
2012-03-09
Daniel Stone
Remove geometry support, again
blob
|
commitdiff
|
diff to current
2012-03-05
Daniel Stone
Merge remote-tracking branch 'ran/fixes'
blob
|
commitdiff
|
diff to current
2012-02-25
Ran Benita
Fix all constness warnings
blob
|
commitdiff
|
diff to current
2012-02-15
Daniel Stone
Move include path from X11/extensions/ to xkbcommon/
blob
|
commitdiff
|
diff to current
2010-10-08
Kristian Høgsberg
Don't return a static buffer in public API
blob
|
commitdiff
|
diff to current
2010-09-27
Adam Jackson
Dead code removal and static markup
blob
|
commitdiff
|
diff to current
2010-08-25
Kristian Høgsberg
Pull in a few #defines from libxkbfile and lower kbprot...
blob
|
commitdiff
|
diff to current
2010-07-02
Kristian Høgsberg
Rename public entry points to lowercase and underscore
blob
|
commitdiff
|
diff to current
2010-07-02
Kristian Høgsberg
Pull in enough structs and defines from XKBstr.h to...
blob
|
commitdiff
|
diff to current
2010-06-30
Kristian Høgsberg
Constify XkbcAtomText()
blob
|
commitdiff
|
diff to current
2010-06-30
Kristian Høgsberg
Drop more malloc/free wrappers
blob
|
commitdiff
|
diff to current
2010-06-28
Kristian Høgsberg
Drop CARD32 and Opaque types
blob
|
commitdiff
|
diff to current
2010-06-22
Daniel Stone
Use CARD32 instead of Atom, drag in XkbClientMapRec
blob
|
commitdiff
|
diff to current
2010-06-22
Daniel Stone
Atoms: Avoid allocations in XkbAtomText()
blob
|
commitdiff
|
diff to current
2010-06-22
Daniel Stone
Expose tbGetBuffer to the rest of libxkbcommon
blob
|
commitdiff
|
diff to current
2010-06-22
Daniel Stone
XKB: Text: Use keysym <-> string conversion from keysym.c
blob
|
commitdiff
|
diff to current
2009-04-08
Dan Nicholson
Remove all non-public API from XKBcommon.h header
blob
|
commitdiff
|
diff to current
2009-03-28
Dan Nicholson
Add XkbModIndexText replacement
blob
|
commitdiff
|
diff to current
2009-03-28
Dan Nicholson
Add VMod Text functions from xkbfile
blob
|
commitdiff
|
diff to current
2009-03-28
Dan Nicholson
Add more *Text functions from xkbfile
blob
|
commitdiff
|
diff to current
2009-03-28
Dan Nicholson
Move *Text APIs into libxkbcommon
blob
|
commitdiff
|
diff to current