xkbcomp: Lazy keysym parsing (avoid XStringToKeysym)
[profile/ivi/libxkbcommon.git] / src / xkbcomp /
2010-06-22 Daniel Stonexkbcomp: Lazy keysym parsing (avoid XStringToKeysym)
2010-06-22 Daniel Stonexkbcomp: keycodes: Silence gcc warnings
2010-06-22 Daniel Stonexkbcomp: geometry: Plug numerous atom text & expr leaks
2010-06-22 Daniel Stonexkbcomp: Atom text and expr leak fixes part #973
2010-06-22 Daniel Stonexkbcomp: Don't leak atom text and string exprs, again
2010-06-22 Daniel Stonexkbcomp: expr: Use XkbcAtomText instead of GetString
2010-06-22 Daniel Stonexkbcomp: Don't leak atom text and string exprs
2010-06-22 Daniel Stonexkbcomp: vmod: Don't get and immediately intern atoms
2010-06-22 Daniel Stonexkbcomp: Replace open-coded strdup
2009-04-22 Dan Nicholsonlisting: Drop unused deviceSpec argument
2009-04-21 Dan Nicholsonxkbcomp: Another fairly major rewrite of the listing...
2009-04-19 Dan NicholsonRewrite listing code to generate XkbComponentListPtr
2009-04-17 Dan Nicholsonxkbcomp: Kill unused listing code and make functions...
2009-04-17 Dan NicholsonScale back global variables
2009-04-13 Dan NicholsonAdd XkbNameMatchesPattern implementation from xkbfile
2009-04-13 Dan Nicholsonxkbcomp: Fix use of removed macros
2009-04-13 Dan NicholsonRevert "xkbcomp: Remove listing sources"
2009-04-11 Dan NicholsonUse xkbpath API for locating rules
2009-04-10 Dan NicholsonAdd interface to compile keyboard description from...
2009-04-09 Dan NicholsonConstify public API
2009-04-09 Dan NicholsonChange CompileKeymapFromRules to take XkbRMLVOSet
2009-04-08 Dan NicholsonRemove all non-public API from XKBcommon.h header
2009-04-08 Dan NicholsonRemove KS macros available in XKBfilecommon.h now
2009-04-06 Dan NicholsonRequire strdup and remove utils wrapper
2009-04-05 Dan NicholsonAdd action datatypes as defined in the server
2009-04-04 Dan Nicholsonxkbcomp: Don't say we're exiting when we're not
2009-04-04 Dan Nicholsonxkbcomp: Give keymap file empty name if none supplied
2009-04-04 Dan Nicholsonxkbcomp: Ensure at least keycodes supplied in components
2009-04-04 Dan Nicholsonxkbcomp: Don't dereference NULL VarDefsPtr
2009-04-04 Dan Nicholsonxkbcomp: Refactor keymap file generator
2009-04-04 Dan Nicholsonxkbcomp: Generating components requires rules _and_...
2009-04-04 Dan Nicholsonxkbcomp: Fail when converting rules to components retur...
2009-04-04 Dan Nicholsonxkbcomp: Cleanup error messages
2009-04-04 Dan Nicholsonxkbcomp: Ensure user has supplied a rules name
2009-04-04 Dan NicholsonRefactor xkbpath so that it implicitly initializes
2009-04-04 Dan NicholsonRemove trailing spaces in source files
2009-04-04 Dan Nicholsonxkbcomp: Ignore generated parser
2009-04-04 Dan Nicholsonxkbcomp: Don't segfault if the debug files aren't set
2009-04-04 Dan Nicholsonxkbcomp: Declare global debugging vars
2009-04-04 Dan Nicholsonxkbcomp: Back out strdup warning cleanup
2009-04-01 Dan Nicholsonxkbcomp: Clean up utils prototypes
2009-03-31 Dan Nicholsonxkbcomp: Remove duplicated macros
2009-03-31 Dan Nicholsonxkbcomp: Kill warnings about address always evaluating...
2009-03-31 Dan NicholsonMerge commit 'tilt/master'
2009-03-31 Dan NicholsonCompile keyboard description from XKB rules, too
2009-03-29 Dan NicholsonGenerate keyboard description from components
2009-03-29 Dan Nicholsonxkbcomp: Include Xdefs.h for Atom in tokens.h
2009-03-29 Dan Nicholsonxkbcomp: Add missing includes for Bool in xkbpath
2009-03-29 Dan NicholsonAdd XKBlib resizing functions
2009-03-29 Dan NicholsonCopy xkbfile IsUpper/IsLower macros
2009-03-29 Dan NicholsonCopy XkbEnsureSafeMapName from xkbfile
2009-03-29 Dan Nicholsonxkbcomp: Remove listing sources
2009-03-29 Dan NicholsonAdd XKBlib API to support keytypes
2009-03-28 Dan NicholsonAdd geometry Compute API from XKBlib
2009-03-28 Dan NicholsonAdd xkbcommon macro for XkbKSIsKeypad and XkbKSIsDeadKey(k)
2009-03-28 Dan NicholsonAdd XkbModIndexText replacement
2009-03-28 Dan NicholsonDrop another unneeded format argument
2009-03-28 Dan NicholsonAdd VMod Text functions from xkbfile
2009-03-28 Dan NicholsonCopy XkbAddGeom* functions from XKBlib
2009-03-28 Dan Nicholsonxkbcomp: s/XStringToKeysym/XkbcStringToKeysym/
2009-03-28 Dan Nicholsonxkbcomp: Use xkbcommon allocation functions
2009-03-28 Dan NicholsonKill off usage of Display
2009-03-28 Dan NicholsonAdd more *Text functions from xkbfile
2009-03-28 Dan Nicholsonxkbcomp: Drop unused Display argument in Atom functions
2009-03-28 Dan NicholsonMove *Text APIs into libxkbcommon
2009-03-28 Dan Nicholsonlibxkbcomp: Use the internal Atom implementation
2009-03-28 Dan Nicholsonlibxkbcomp: s/Status/int/ since we don't have Xlib.h
2009-03-28 Dan Nicholsonlibxkbcomp: Drop unused format field for *Text functions
2009-03-28 Dan Nicholsonlibxkbcomp: Add non-xkbfile XkbActionTypeText
2009-03-28 Dan Nicholsonlibxkbcomp: s/XPointer/char */
2009-03-28 Dan Nicholsonlibxkbcomp: s/XkbDescPtr/XkbcDescPtr/
2009-03-28 Dan Nicholsonlibxkbcomp: Eradicate XkbFileInfo usage
2009-03-28 Dan Nicholsonlibxkbcomp: Include X.h and Xdefs.h for Atom and Bool
2009-03-28 Dan Nicholsonlibxkbcomp: Remove usage of client-side headers
2009-03-28 Dan Nicholsonxkbcomp: Add non-xkbfile XkbConfigText
2009-03-28 Dan NicholsonIgnore files for xkbcomp
2009-03-27 Dan NicholsonImport xkbcomp sources for CompileKeymap