index
:
xorg/lib/libxkbcommon
for-weston-0.85
master
Keyboard handling library using XKB data (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxkbcommon)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-08
config: replace deprecated INCLUDES with AM_CPPFLAGS
Gaetan Nadon
3
-3
/
+3
2010-12-07
config: update subdirs .gitignore
Gaetan Nadon
2
-3
/
+1
2010-11-11
xkbscan: resolve build warning/rpmlint error
Jan Engelhardt
2
-3
/
+3
2010-10-26
Link with -no-undefined
Jon TURNEY
1
-0
/
+1
2010-10-21
Don't check for xlib, we don't need it
Kristian Høgsberg
1
-2
/
+2
2010-10-20
Update xkb->ctrls->num_groups when copying the keysyms
Kristian Høgsberg
1
-0
/
+3
2010-10-20
Restore compatible action structs
Kristian Høgsberg
2
-12
/
+12
2010-10-20
Use flex for generating the scanner, add support for parsing from strings
Kristian Høgsberg
7
-800
/
+293
2010-10-08
Don't return a static buffer in public API
Kristian Høgsberg
2
-19
/
+23
2010-09-27
Dead code removal and static markup
Adam Jackson
32
-1904
/
+67
2010-09-03
Remove libxkbfile dependency for real this time
Kristian Høgsberg
2
-1
/
+42
2010-08-29
Use const char * in struct xkb_rule_names
Kristian Høgsberg
1
-4
/
+4
2010-08-25
Pull in a few #defines from libxkbfile and lower kbproto requirement
Kristian Høgsberg
3
-3
/
+1
2010-07-02
Get rid of a few unused #defines in public header
Kristian Høgsberg
2
-4
/
+4
2010-07-02
Rename XkbRMLVOSet to struct xkb_rule_names
Kristian Høgsberg
1
-1
/
+1
2010-07-02
Move private structs and defines to private headers
Kristian Høgsberg
2
-0
/
+123
2010-07-02
Rename public entry points to lowercase and underscore
Kristian Høgsberg
8
-12
/
+12
2010-07-02
Pull in enough structs and defines from XKBstr.h to only need XKB.h
Kristian Høgsberg
32
-537
/
+524
2010-06-30
Fix warning from CARD32 -> uint32_t conversion
Kristian Høgsberg
1
-1
/
+1
2010-06-30
Constify XkbcAtomText()
Kristian Høgsberg
14
-66
/
+46
2010-06-30
Make XkbcInitAtoms() call optional
Kristian Høgsberg
1
-10
/
+9
2010-06-30
Drop more malloc/free wrappers
Kristian Høgsberg
9
-141
/
+127
2010-06-30
Use the right action structs
Kristian Høgsberg
1
-13
/
+13
2010-06-30
Copy over missing action structs from kbproto
Kristian Høgsberg
1
-8
/
+8
2010-06-30
Rename Xkbc*Action to struct xkb_*_action
Kristian Høgsberg
5
-56
/
+56
2010-06-28
Drop malloc wrappers
Kristian Høgsberg
12
-123
/
+72
2010-06-28
Drop CARD32 and Opaque types
Kristian Høgsberg
27
-240
/
+232
2010-06-23
Copy and duplicate XkbModsRec and XkbKTMapEntryRec
Daniel Stone
6
-34
/
+34
2010-06-22
Add really rudimentary rules caching support
Daniel Stone
1
-18
/
+30
2010-06-22
Use CARD32 instead of Atom, move geom headers in
Daniel Stone
28
-388
/
+381
2010-06-22
Interp: More lazy keysym resolution
Daniel Stone
4
-6
/
+12
2010-06-22
Allow external atom databases
Daniel Stone
2
-17
/
+33
2010-06-22
Copy in XkbCompatMapRec and XkbSymInterpretRec
Daniel Stone
7
-40
/
+42
2010-06-22
Use CARD32 instead of Atom, drag in XkbClientMapRec
Daniel Stone
14
-68
/
+68
2010-06-22
Regroup actions into current vs. deprecated, resize vmod
Daniel Stone
3
-17
/
+17
2010-06-22
xkbcomp: Don't malloc() and free() most scanned tokens
Daniel Stone
3
-38
/
+26
2010-06-22
Fix compilation with DEBUG
Daniel Stone
1
-0
/
+2
2010-06-22
xkbcomp: Use fread() instead of getc()
Daniel Stone
1
-44
/
+76
2010-06-22
xkbcomp: Lazy keysym parsing (avoid XStringToKeysym)
Daniel Stone
6
-38
/
+34
2010-06-22
Atoms: Avoid allocations in XkbAtomText()
Daniel Stone
2
-101
/
+27
2010-06-22
Expose tbGetBuffer to the rest of libxkbcommon
Daniel Stone
2
-3
/
+5
2010-06-22
xkbcomp: keycodes: Silence gcc warnings
Daniel Stone
1
-9
/
+7
2010-06-22
xkbcomp: geometry: Plug numerous atom text & expr leaks
Daniel Stone
1
-214
/
+241
2010-06-22
xkbcomp: Atom text and expr leak fixes part #973
Daniel Stone
2
-32
/
+52
2010-06-22
xkbcomp: Don't leak atom text and string exprs, again
Daniel Stone
2
-5
/
+7
2010-06-22
xkbcomp: expr: Use XkbcAtomText instead of GetString
Daniel Stone
1
-12
/
+14
2010-06-22
xkbcomp: Don't leak atom text and string exprs
Daniel Stone
2
-11
/
+26
2010-06-22
xkbcomp: vmod: Don't get and immediately intern atoms
Daniel Stone
1
-20
/
+7
2010-06-22
xkbcomp: Replace open-coded strdup
Daniel Stone
1
-3
/
+2
2010-06-22
Add XkbcCanonicaliseComponents
Daniel Stone
1
-0
/
+66
[next]