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
/
atom.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
atom: don't malloc every node separately
Ran Benita
2013-12-02
1
-56
/
+43
*
atom: tiny style fixes
Ran Benita
2013-12-02
1
-6
/
+5
*
atom: allow passing NULLs to find_node_pointer()
Ran Benita
2013-12-02
1
-4
/
+5
*
atom: allow interning empty string
Ran Benita
2013-12-02
1
-1
/
+1
*
atom: drop {xkb_,}atom_strdup
Ran Benita
2013-12-02
1
-6
/
+0
*
atom: really work with non-NUL-terminated strings
Ran Benita
2013-07-22
1
-2
/
+2
*
atom: allow interning non-NUL-terminated strings
Ran Benita
2013-07-21
1
-9
/
+8
*
atom: expand variable names
Ran Benita
2013-07-21
1
-45
/
+42
*
Organize src/ and test/ headers
Ran Benita
2012-09-16
1
-0
/
+1
*
atom: add xkb_atom_lookup
Ran Benita
2012-09-03
1
-0
/
+15
*
atom: separate lookup logic from atom_intern
Ran Benita
2012-09-03
1
-17
/
+37
*
atom: make type and name of the 'a' field clearer
Ran Benita
2012-09-03
1
-4
/
+4
*
utils: add/replace string equality macros
Ran Benita
2012-07-27
1
-2
/
+1
*
Some atom related optimizations
Ran Benita
2012-07-27
1
-10
/
+24
*
Run source tree through uncrustify
Daniel Stone
2012-07-17
1
-69
/
+69
*
darray: tweak parameters a bit for better memory usage
Ran Benita
2012-06-09
1
-0
/
+2
*
atom: use darray for the node_table
Ran Benita
2012-05-22
1
-38
/
+11
*
Contextualize the atom table
Ran Benita
2012-05-09
1
-70
/
+82
*
Make the context available for XkbcAtomText
Ran Benita
2012-05-09
1
-2
/
+2
*
Make the context available for XkbcAtomGetString
Ran Benita
2012-05-09
1
-1
/
+1
*
Make the context available to xkb_intern_atom
Ran Benita
2012-05-09
1
-1
/
+1
*
Rename XKBcommonint.h to xkb-priv.h and use it
Ran Benita
2012-05-08
1
-3
/
+1
*
Implicitly include config.h in all files
Ran Benita
2012-04-09
1
-3
/
+0
*
Fix bugs to allow multiple keymaps in one process
Ran Benita
2012-04-02
1
-0
/
+1
*
Remove useless check from xkb_intern_atom
Ran Benita
2012-04-02
1
-45
/
+39
*
Define our own None atom value
Ran Benita
2012-03-27
1
-6
/
+6
*
Introduce xkb_atom_t type
Daniel Stone
2012-03-09
1
-4
/
+4
*
Remove atom functions from public API
Daniel Stone
2012-03-09
1
-18
/
+0
*
Free all atoms along with keymap
Ran Benita
2012-03-04
1
-0
/
+23
*
Remove useless casts
Ran Benita
2012-03-03
1
-2
/
+2
*
Remove return's at the end of void functions
Ran Benita
2012-03-02
1
-1
/
+0
*
Move include path from X11/extensions/ to xkbcommon/
Daniel Stone
2012-02-15
1
-1
/
+1
*
Rename XkbcInternAtom() to xkb_intern_atom() and export
Kristian Høgsberg
2011-01-29
1
-12
/
+10
*
Dead code removal and static markup
Adam Jackson
2010-09-27
1
-2
/
+2
*
Rename public entry points to lowercase and underscore
Kristian Høgsberg
2010-07-02
1
-1
/
+1
*
Constify XkbcAtomText()
Kristian Høgsberg
2010-06-30
1
-21
/
+3
*
Make XkbcInitAtoms() call optional
Kristian Høgsberg
2010-06-30
1
-10
/
+9
*
Drop more malloc/free wrappers
Kristian Høgsberg
2010-06-30
1
-7
/
+7
*
Drop CARD32 and Opaque types
Kristian Høgsberg
2010-06-28
1
-7
/
+7
*
Allow external atom databases
Daniel Stone
2010-06-22
1
-13
/
+29
*
Atoms: Avoid allocations in XkbAtomText()
Daniel Stone
2010-06-22
1
-3
/
+27
*
Remove all non-public API from XKBcommon.h header
Dan Nicholson
2009-04-08
1
-0
/
+1
*
atom: Coding-style cleanup and refactor
Dan Nicholson
2009-03-25
1
-95
/
+86
*
Borrow atom implementation from libxkbfile
Dan Nicholson
2009-03-25
1
-0
/
+207