projects
/
platform
/
upstream
/
libxkbcommon.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Plug leaks in geometry parsing
[platform/upstream/libxkbcommon.git]
/
src
/
2012-03-15
Daniel Stone
Plug leaks in geometry parsing
tree
|
commitdiff
2012-03-15
Daniel Stone
Remove more float support
tree
|
commitdiff
2012-03-15
Daniel Stone
Also update vmod -> indicator maps
tree
|
commitdiff
2012-03-14
Daniel Stone
Update modifiers after building keymap
tree
|
commitdiff
2012-03-14
Daniel Stone
Convert interp action from xkb_any_action to xkb_action
tree
|
commitdiff
2012-03-14
Daniel Stone
Add xkb_get_syms_by_level
tree
|
commitdiff
2012-03-14
Daniel Stone
Fix leak in xkbcomp.c
tree
|
commitdiff
2012-03-14
Daniel Stone
Remove component listing code
tree
|
commitdiff
2012-03-13
Daniel Stone
Add xkb_key_get_syms API
tree
|
commitdiff
2012-03-13
Daniel Stone
Revert "Use XKB_COMMON_* modifier defines in ExprResolv...
tree
|
commitdiff
2012-03-10
Daniel Stone
Use XKB_COMMON_* modifier defines in ExprResolveModMask
tree
|
commitdiff
2012-03-10
Daniel Stone
Remove overlay support as well
tree
|
commitdiff
2012-03-10
Daniel Stone
Remove half-implemented radio groups
tree
|
commitdiff
2012-03-10
Daniel Stone
Handle XkbFiles without a name
tree
|
commitdiff
2012-03-10
Daniel Stone
Move allocation of xkb_desc into CompileKeymap
tree
|
commitdiff
2012-03-09
Daniel Stone
Remove geometry even harder
tree
|
commitdiff
2012-03-09
Daniel Stone
Introduce xkb_atom_t type
tree
|
commitdiff
2012-03-09
Daniel Stone
Introduce xkb_keysym_t type
tree
|
commitdiff
2012-03-09
Daniel Stone
Remove atom functions from public API
tree
|
commitdiff
2012-03-09
Daniel Stone
Stringify public name types
tree
|
commitdiff
2012-03-09
Daniel Stone
Ensure we always have a complete keymap
tree
|
commitdiff
2012-03-09
Daniel Stone
Convert CompileKeymap to early-return style
tree
|
commitdiff
2012-03-09
Daniel Stone
Use compile_keymap in xkb_compile_keymap_from_components
tree
|
commitdiff
2012-03-09
Daniel Stone
Add explicit braces
tree
|
commitdiff
2012-03-09
Daniel Stone
xkbcomp: Turn an array into an anonymous struct
tree
|
commitdiff
2012-03-09
Daniel Stone
Remove geometry support, again
tree
|
commitdiff
2012-03-09
Daniel Stone
Remove KcCGST names from the map
tree
|
commitdiff
2012-03-05
Daniel Stone
Merge remote-tracking branch 'ran/fixes-cont'
tree
|
commitdiff
2012-03-05
Daniel Stone
Merge remote-tracking branch 'ran/fixes'
tree
|
commitdiff
2012-03-03
Ran Benita
Fix "Could not resolve keysym" errors
tree
|
commitdiff
2012-03-03
Ran Benita
Refactor XkbFindFileInPath
tree
|
commitdiff
2012-03-03
Ran Benita
Free all atoms along with keymap
tree
|
commitdiff
2012-03-03
Ran Benita
Free IncludePath when no longer needed
tree
|
commitdiff
2012-03-03
Ran Benita
Free scanFile when no longer needed
tree
|
commitdiff
2012-03-03
Ran Benita
Fix other misc leaks
tree
|
commitdiff
2012-03-03
Ran Benita
Don't leak the scanner's buffer
tree
|
commitdiff
2012-03-03
Ran Benita
Don't leak DoodadInfo's from GeometryInfo
tree
|
commitdiff
2012-03-03
Ran Benita
Don't leak ActionInfo's
tree
|
commitdiff
2012-03-03
Ran Benita
Don't leak KeyNamesInfo
tree
|
commitdiff
2012-03-03
Ran Benita
Don't leak the "minimum"/"maximum" string
tree
|
commitdiff
2012-03-03
Ran Benita
Don't leak the various *Info's names when overriding...
tree
|
commitdiff
2012-03-03
Ran Benita
Free XkbFile's when no longer needed
tree
|
commitdiff
2012-03-03
Ran Benita
Add function to free XkbFile's
tree
|
commitdiff
2012-03-03
Ran Benita
Don't cache loaded rules files
tree
|
commitdiff
2012-03-03
Ran Benita
Don't cache parsed files
tree
|
commitdiff
2012-03-02
Ran Benita
Remove unneeded freeing mechanisms
tree
|
commitdiff
2012-03-02
Ran Benita
Make the sections array local to the keymap compiling...
tree
|
commitdiff
2012-03-02
Ran Benita
Remove unused global type tokens
tree
|
commitdiff
2012-03-02
Ran Benita
Use global tables for action string handling
tree
|
commitdiff
2012-03-02
Ran Benita
Constify some more text functions
tree
|
commitdiff
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
Perform bounds checking in ExprResolveLevel
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
next