projects
/
profile
/
ivi
/
libxkbcommon.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Constify global tables
[profile/ivi/libxkbcommon.git]
/
src
/
2012-03-02
Ran Benita
Constify global tables
tree
|
commitdiff
2012-03-02
Ran Benita
Use limits.h to find min/max short value
tree
|
commitdiff
2012-03-02
Ran Benita
Remove useless casts
tree
|
commitdiff
2012-03-02
Ran Benita
Use strchr instead of index
tree
|
commitdiff
2012-03-02
Ran Benita
Use memset instead of bzero
tree
|
commitdiff
2012-03-02
Ran Benita
Remove return's at the end of void functions
tree
|
commitdiff
2012-03-02
Ran Benita
Remove all uses of the register keyword
tree
|
commitdiff
2012-03-02
Ran Benita
Use strdup instead of strlen + malloc + strcpy
tree
|
commitdiff
2012-03-02
Ran Benita
Don't check for NULL before free()
tree
|
commitdiff
2012-02-26
Ran Benita
Use yacc-generated header instead of tokens.h
tree
|
commitdiff
2012-02-26
Ran Benita
makekeys: update to match the rest of libX11 makekeys
tree
|
commitdiff
2012-02-26
Ran Benita
makekeys: Receive the keysym files as arguments
tree
|
commitdiff
2012-02-26
Ran Benita
makekeys: Fix build/target word size mismatch when...
tree
|
commitdiff
2012-02-25
Ran Benita
Fix remaining warnings
tree
|
commitdiff
2012-02-25
Ran Benita
Fix warnings in scanner and parser
tree
|
commitdiff
2012-02-25
Ran Benita
Fix an incorrect sizeof
tree
|
commitdiff
2012-02-25
Ran Benita
Fix all constness warnings
tree
|
commitdiff
2012-02-25
Ran Benita
Fix possible null dereferences
tree
|
commitdiff
2012-02-25
Ran Benita
Remove unneeded assignments and variables
tree
|
commitdiff
2012-02-25
Ran Benita
Remove unused includes of "tokens.h"
tree
|
commitdiff
2012-02-25
Ran Benita
Remove unused debug #defines
tree
|
commitdiff
2012-02-20
Daniel Stone
Fix typo in ExprResolveKeyCode
tree
|
commitdiff
2012-02-20
Daniel Stone
Perform bounds checking in ExprResolveGroup
tree
|
commitdiff
2012-02-20
Daniel Stone
Switch expression resolution priv from char to void
tree
|
commitdiff
2012-02-20
Daniel Stone
Remove chaining support from LookupModMask
tree
|
commitdiff
2012-02-20
Daniel Stone
Invert LookupModMask/LookupVModMask order
tree
|
commitdiff
2012-02-20
Daniel Stone
Remove unused LookupPriv::priv
tree
|
commitdiff
2012-02-20
Daniel Stone
Move some definitions from expr.h to expr.c
tree
|
commitdiff
2012-02-20
Daniel Stone
Remove field reference lookup support
tree
|
commitdiff
2012-02-20
Daniel Stone
Move groupNames mask definition to its user
tree
|
commitdiff
2012-02-20
Daniel Stone
Turn ExprResolveInteger into a simple wrapper
tree
|
commitdiff
2012-02-20
Daniel Stone
Open-code a radio group SimpleLookup
tree
|
commitdiff
2012-02-20
Daniel Stone
Add ExprResolveGroup helper
tree
|
commitdiff
2012-02-20
Daniel Stone
Add ExprResolveButton helper
tree
|
commitdiff
2012-02-20
Daniel Stone
Introduce ExprResolveLevel helper
tree
|
commitdiff
2012-02-20
Daniel Stone
Introduce ExprResolveRadioGroup helper
tree
|
commitdiff
2012-02-20
Daniel Stone
Remove priv arguments from ExprResolveString
tree
|
commitdiff
2012-02-20
Daniel Stone
Remove priv arguments from ExprResolveKeySym
tree
|
commitdiff
2012-02-20
Daniel Stone
Remove priv arguments from ExprResolveKeyName
tree
|
commitdiff
2012-02-20
Daniel Stone
Remove priv arguments from ExprResolveBoolean
tree
|
commitdiff
2012-02-20
Daniel Stone
Remove priv arguments from ExprResolveFloat
tree
|
commitdiff
2012-02-20
Daniel Stone
Remove priv arguments from ExprResolveModMask
tree
|
commitdiff
2012-02-20
Daniel Stone
Introduce ExprResolveVModMask
tree
|
commitdiff
2012-02-16
Daniel Stone
Respect explicit minimum/maximum keycodes
tree
|
commitdiff
2012-02-16
Daniel Stone
Still more memory leak fixes
tree
|
commitdiff
2012-02-15
Daniel Stone
Fix xkbparse.y compilation
tree
|
commitdiff
2012-02-15
Daniel Stone
Don't leak SymbolsInfo
tree
|
commitdiff
2012-02-15
Daniel Stone
Enable stderr debugging by default
tree
|
commitdiff
2012-02-15
Daniel Stone
vmod: Pass xkb_desc explicitly to vmod functions
tree
|
commitdiff
2012-02-15
Daniel Stone
Introduce xkb_keycode_t for keycodes
tree
|
commitdiff
2012-02-15
Daniel Stone
xkbscan: Copy, rather than assign, file name
tree
|
commitdiff
2012-02-15
Daniel Stone
Move include path from X11/extensions/ to xkbcommon/
tree
|
commitdiff
2012-01-05
Rob Bradford
xkbcomp: Silence warning of return of uninitialised...
tree
|
commitdiff
2011-12-16
Pekka Paalanen
Add xkbc_free_keymap helper
tree
|
commitdiff
2011-10-27
Rob Bradford
xkbcomp: Copy the string into the buffer rather than...
tree
|
commitdiff
2011-06-03
Cyril Brulebois
Add prototype for CheckDefaultMap().
tree
|
commitdiff
2011-01-29
Cyril Brulebois
Get rid of unneeded <X11/Xlib.h> include.
tree
|
commitdiff
2011-01-29
Kristian Høgsberg
Rename XkbcInternAtom() to xkb_intern_atom() and export
tree
|
commitdiff
2010-12-18
Gaetan Nadon
config: add keysymdef and xf86keysym as dependencies...
tree
|
commitdiff
2010-12-18
Gaetan Nadon
config: makekeys prog should stand alone in the makekey...
tree
|
commitdiff
2010-12-18
Gaetan Nadon
config: use existing variables KEYSYMDEF_H and XF86KEYSYM_H
tree
|
commitdiff
2010-12-08
Gaetan Nadon
config: let Automake handle Lex and Yacc dist and cleaning
tree
|
commitdiff
2010-12-08
Gaetan Nadon
config: replace deprecated INCLUDES with AM_CPPFLAGS
tree
|
commitdiff
2010-12-07
Gaetan Nadon
config: update subdirs .gitignore
tree
|
commitdiff
2010-11-11
Jan Engelhardt
xkbscan: resolve build warning/rpmlint error
tree
|
commitdiff
2010-10-26
Jon TURNEY
Link with -no-undefined
tree
|
commitdiff
2010-10-22
Kristian Høgsberg
Don't check for xlib, we don't need it
tree
|
commitdiff
2010-10-21
Kristian Høgsberg
Update xkb->ctrls->num_groups when copying the keysyms
tree
|
commitdiff
2010-10-20
Kristian Høgsberg
Restore compatible action structs
tree
|
commitdiff
2010-10-20
Kristian Høgsberg
Use flex for generating the scanner, add support for...
tree
|
commitdiff
2010-10-08
Kristian Høgsberg
Don't return a static buffer in public API
tree
|
commitdiff
2010-09-27
Adam Jackson
Dead code removal and static markup
tree
|
commitdiff
2010-09-04
Kristian Høgsberg
Remove libxkbfile dependency for real this time
tree
|
commitdiff
2010-08-30
Kristian Høgsberg
Use const char * in struct xkb_rule_names
tree
|
commitdiff
2010-08-25
Kristian Høgsberg
Pull in a few #defines from libxkbfile and lower kbprot...
tree
|
commitdiff
2010-07-02
Kristian Høgsberg
Get rid of a few unused #defines in public header
tree
|
commitdiff
2010-07-02
Kristian Høgsberg
Rename XkbRMLVOSet to struct xkb_rule_names
tree
|
commitdiff
2010-07-02
Kristian Høgsberg
Move private structs and defines to private headers
tree
|
commitdiff
2010-07-02
Kristian Høgsberg
Rename public entry points to lowercase and underscore
tree
|
commitdiff
2010-07-02
Kristian Høgsberg
Pull in enough structs and defines from XKBstr.h to...
tree
|
commitdiff
2010-06-30
Kristian Høgsberg
Fix warning from CARD32 -> uint32_t conversion
tree
|
commitdiff
2010-06-30
Kristian Høgsberg
Constify XkbcAtomText()
tree
|
commitdiff
2010-06-30
Kristian Høgsberg
Make XkbcInitAtoms() call optional
tree
|
commitdiff
2010-06-30
Kristian Høgsberg
Drop more malloc/free wrappers
tree
|
commitdiff
2010-06-30
Kristian Høgsberg
Use the right action structs
tree
|
commitdiff
2010-06-30
Kristian Høgsberg
Copy over missing action structs from kbproto
tree
|
commitdiff
2010-06-30
Kristian Høgsberg
Rename Xkbc*Action to struct xkb_*_action
tree
|
commitdiff
2010-06-28
Kristian Høgsberg
Drop malloc wrappers
tree
|
commitdiff
2010-06-28
Kristian Høgsberg
Drop CARD32 and Opaque types
tree
|
commitdiff
2010-06-23
Daniel Stone
Copy and duplicate XkbModsRec and XkbKTMapEntryRec
tree
|
commitdiff
2010-06-22
Daniel Stone
Add really rudimentary rules caching support
tree
|
commitdiff
2010-06-22
Daniel Stone
Use CARD32 instead of Atom, move geom headers in
tree
|
commitdiff
2010-06-22
Daniel Stone
Interp: More lazy keysym resolution
tree
|
commitdiff
2010-06-22
Daniel Stone
Allow external atom databases
tree
|
commitdiff
2010-06-22
Daniel Stone
Copy in XkbCompatMapRec and XkbSymInterpretRec
tree
|
commitdiff
2010-06-22
Daniel Stone
Use CARD32 instead of Atom, drag in XkbClientMapRec
tree
|
commitdiff
2010-06-22
Daniel Stone
Regroup actions into current vs. deprecated, resize...
tree
|
commitdiff
2010-06-22
Daniel Stone
xkbcomp: Don't malloc() and free() most scanned tokens
tree
|
commitdiff
2010-06-22
Daniel Stone
Fix compilation with DEBUG
tree
|
commitdiff
2010-06-22
Daniel Stone
xkbcomp: Use fread() instead of getc()
tree
|
commitdiff
next