projects
/
platform
/
upstream
/
libxkbcommon.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/libxkbcommon.git
2012-03-03
Ran Benita
Don't leak the various *Info's names when overriding...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-03
Ran Benita
Free XkbFile's when no longer needed
commit
|
commitdiff
|
tree
|
snapshot
2012-03-03
Ran Benita
Add function to free XkbFile's
commit
|
commitdiff
|
tree
|
snapshot
2012-03-03
Ran Benita
Don't cache loaded rules files
commit
|
commitdiff
|
tree
|
snapshot
2012-03-03
Ran Benita
Don't cache parsed files
commit
|
commitdiff
|
tree
|
snapshot
2012-03-02
Ran Benita
Remove unneeded freeing mechanisms
commit
|
commitdiff
|
tree
|
snapshot
2012-03-02
Ran Benita
Make the sections array local to the keymap compiling...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-02
Ran Benita
Remove unused global type tokens
commit
|
commitdiff
|
tree
|
snapshot
2012-03-02
Ran Benita
Use global tables for action string handling
commit
|
commitdiff
|
tree
|
snapshot
2012-03-02
Ran Benita
Constify some more text functions
commit
|
commitdiff
|
tree
|
snapshot
2012-03-02
Ran Benita
Constify global tables
commit
|
commitdiff
|
tree
|
snapshot
2012-03-02
Ran Benita
Use limits.h to find min/max short value
commit
|
commitdiff
|
tree
|
snapshot
2012-03-02
Ran Benita
Remove useless casts
commit
|
commitdiff
|
tree
|
snapshot
2012-03-02
Ran Benita
Use strchr instead of index
commit
|
commitdiff
|
tree
|
snapshot
2012-03-02
Ran Benita
Use memset instead of bzero
commit
|
commitdiff
|
tree
|
snapshot
2012-03-02
Ran Benita
Remove return's at the end of void functions
commit
|
commitdiff
|
tree
|
snapshot
2012-03-02
Ran Benita
Remove all uses of the register keyword
commit
|
commitdiff
|
tree
|
snapshot
2012-03-02
Ran Benita
Use strdup instead of strlen + malloc + strcpy
commit
|
commitdiff
|
tree
|
snapshot
2012-03-02
Ran Benita
Don't check for NULL before free()
commit
|
commitdiff
|
tree
|
snapshot
2012-02-26
Ran Benita
Use yacc-generated header instead of tokens.h
commit
|
commitdiff
|
tree
|
snapshot
2012-02-26
Ran Benita
makekeys: update to match the rest of libX11 makekeys
commit
|
commitdiff
|
tree
|
snapshot
2012-02-26
Ran Benita
makekeys: Receive the keysym files as arguments
commit
|
commitdiff
|
tree
|
snapshot
2012-02-26
Ran Benita
When makekeys fails to find a good hash, print error...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-26
Ran Benita
makekeys: Fix build/target word size mismatch when...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-25
Ran Benita
Fix remaining warnings
commit
|
commitdiff
|
tree
|
snapshot
2012-02-25
Ran Benita
Fix warnings in scanner and parser
commit
|
commitdiff
|
tree
|
snapshot
2012-02-25
Ran Benita
Fix an incorrect sizeof
commit
|
commitdiff
|
tree
|
snapshot
2012-02-25
Ran Benita
Fix all constness warnings
commit
|
commitdiff
|
tree
|
snapshot
2012-02-25
Ran Benita
Fix possible null dereferences
commit
|
commitdiff
|
tree
|
snapshot
2012-02-25
Ran Benita
Remove unneeded assignments and variables
commit
|
commitdiff
|
tree
|
snapshot
2012-02-25
Ran Benita
makekeys: clear const and shadow warnings
commit
|
commitdiff
|
tree
|
snapshot
2012-02-25
Ran Benita
makekeys: make buf local to main()
commit
|
commitdiff
|
tree
|
snapshot
2012-02-25
Ran Benita
Remove ancient compatibility check
commit
|
commitdiff
|
tree
|
snapshot
2012-02-25
Ran Benita
Remove unused includes of "tokens.h"
commit
|
commitdiff
|
tree
|
snapshot
2012-02-25
Ran Benita
Remove unused debug #defines
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Fix typo in ExprResolveKeyCode
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Perform bounds checking in ExprResolveGroup
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Switch expression resolution priv from char to void
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Remove chaining support from LookupModMask
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Invert LookupModMask/LookupVModMask order
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Remove unused LookupPriv::priv
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Move some definitions from expr.h to expr.c
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Remove field reference lookup support
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Move groupNames mask definition to its user
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Turn ExprResolveInteger into a simple wrapper
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Open-code a radio group SimpleLookup
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Add ExprResolveGroup helper
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Add ExprResolveButton helper
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Introduce ExprResolveLevel helper
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Introduce ExprResolveRadioGroup helper
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Remove priv arguments from ExprResolveString
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Remove priv arguments from ExprResolveKeySym
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Remove priv arguments from ExprResolveKeyName
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Remove priv arguments from ExprResolveBoolean
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Remove priv arguments from ExprResolveFloat
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Remove priv arguments from ExprResolveModMask
commit
|
commitdiff
|
tree
|
snapshot
2012-02-20
Daniel Stone
Introduce ExprResolveVModMask
commit
|
commitdiff
|
tree
|
snapshot
2012-02-16
Daniel Stone
Respect explicit minimum/maximum keycodes
commit
|
commitdiff
|
tree
|
snapshot
2012-02-16
Daniel Stone
Still more memory leak fixes
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Daniel Stone
Fix xkbparse.y compilation
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Daniel Stone
Don't leak SymbolsInfo
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Daniel Stone
tests: Free returned XKB map
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Daniel Stone
Enable stderr debugging by default
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Daniel Stone
Raise keycode range to 32 bits
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Daniel Stone
vmod: Pass xkb_desc explicitly to vmod functions
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Daniel Stone
Introduce xkb_keycode_t for keycodes
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Daniel Stone
xkbscan: Copy, rather than assign, file name
commit
|
commitdiff
|
tree
|
snapshot
2012-02-15
Daniel Stone
Move include path from X11/extensions/ to xkbcommon/
commit
|
commitdiff
|
tree
|
snapshot
2012-01-05
Rob Bradford
xkbcomp: Silence warning of return of uninitialised...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-16
Pekka Paalanen
Add xkbc_free_keymap helper
commit
|
commitdiff
|
tree
|
snapshot
2011-10-27
Rob Bradford
xkbcomp: Copy the string into the buffer rather than...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-03
Cyril Brulebois
Add prototype for CheckDefaultMap().
commit
|
commitdiff
|
tree
|
snapshot
2011-04-04
Kristian Høgsberg
Also update required kbproto version in .pc.in file
commit
|
commitdiff
|
tree
|
snapshot
2011-03-18
Kristian Høgsberg
configure: Lower kbproto requirement to 1.0.4
commit
|
commitdiff
|
tree
|
snapshot
2011-01-29
Kristian Høgsberg
Revert "config: remove incorrectly implemented visibili...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-29
Cyril Brulebois
Get rid of unneeded <X11/Xlib.h> include.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-29
Kristian Høgsberg
Rename XkbcInternAtom() to xkb_intern_atom() and export
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Gaetan Nadon
config: update COPYING for software licensing
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Gaetan Nadon
config: set the default xkb config root based on xkeybo...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Gaetan Nadon
config: distribute the .sh test programs and test data
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Gaetan Nadon
config: make it easier to add TEST programs
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Gaetan Nadon
config: include: use nobase_include_HEADERS
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Gaetan Nadon
config: add keysymdef and xf86keysym as dependencies...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Gaetan Nadon
config: makekeys prog should stand alone in the makekey...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Gaetan Nadon
config: use existing variables KEYSYMDEF_H and XF86KEYSYM_H
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Gaetan Nadon
config: remove incorrectly implemented visibility compi...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Gaetan Nadon
config: use xproto pkgconfig includex11dir variable
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Gaetan Nadon
config: relocate library functions check and comment
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Gaetan Nadon
config: remove PKG_PROG_PKG_CONFIG test
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Gaetan Nadon
config: let Automake handle Lex and Yacc dist and cleaning
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Gaetan Nadon
config: allow to build tarball when yacc is missing
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Gaetan Nadon
config: add the default README file.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Gaetan Nadon
config: add the INSTALL target for installation instruc...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Gaetan Nadon
config: replace deprecated INCLUDES with AM_CPPFLAGS
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
Gaetan Nadon
config: update subdirs .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
Gaetan Nadon
config: remove m4/.gitignore now that toplevel one...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
Gaetan Nadon
config: .gitignore: template with default values for...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
Gaetan Nadon
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
Gaetan Nadon
config: initialize autoconf, automake and libtool
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
Gaetan Nadon
config: use XORG_DEFAULT_OPTION from util-macros versio...
commit
|
commitdiff
|
tree
|
snapshot
next