summaryrefslogtreecommitdiff
path: root/libxklavier/xklavier_config.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminating some minor annoying build warningsSergey V. Udaltsov2012-02-211-4/+1
* Add Xkl prefix to callback typesMartin Pitt2012-01-101-12/+12
* xml:lang is not supported any moreSergey V. Udaltsov2011-03-141-60/+0
* Handle empty patterns as "search for all"Sergey Udaltsov2011-02-081-12/+15
* Publish ISO->name functionsSergey Udaltsov2011-02-081-4/+4
* multi-word searches work now (all words should be present in result)Sergey Udaltsov2011-02-041-22/+40
* Added variants to the search functionSergey Udaltsov2011-01-301-56/+124
* Check not only iso codes, but also descriptionsSergey Udaltsov2011-01-291-119/+111
* New function: search layout/variants by pattern. Basic implementationSergey Udaltsov2011-01-291-0/+96
* Avoiding duplicated config items from main and extrasSergey Udaltsov2009-06-241-43/+77
* exotic config items should have corresponding attribute setSergey Udaltsov2009-06-231-36/+30
* Load exotic config registry materials optionallySergey Udaltsov2009-06-231-11/+19
* retrieve exotic layouts from xk-c xml filesSergey Udaltsov2009-06-191-48/+110
* fixed handling of XML entities, b.fd.o#21924Sergey Udaltsov2009-05-271-7/+87
* fixed memleak in xml, b.fd.o#17651Sergey Udaltsov2008-11-261-19/+16
* enforcing UTF-8 in gettext output, b.g.o#529773Sergey Udaltsov2008-09-031-0/+2
* C99 fixes - s/snprintf/g_snprintf/Sergey Udaltsov2008-04-271-2/+3
* using C commentsSergey Udaltsov2008-04-271-1/+1
* more iso-related stuffSergey Udaltsov2008-04-221-1/+1
* adding country/language functions, new dep on iso-codesSergey Udaltsov2008-04-211-20/+2
* fixed memory allocationSergey Udaltsov2008-04-151-2/+4
* processing language listsSergey Udaltsov2008-04-151-40/+58
* process country listsSergey Udaltsov2008-04-141-13/+54
* Getting rid of fallback xml file, generalizing registry loading codeSergey Udaltsov2008-02-281-0/+25
* proper gettext-based i18nSergey Udaltsov2007-10-051-85/+24
* using dgettextSergey Udaltsov2007-10-021-2/+7
* splitting XklConfigItem data find functionsSergey Udaltsov2007-05-171-58/+75
* cleaning up vendorSergey Udaltsov2007-05-171-6/+10
* processing vendor elementSergey Udaltsov2007-05-131-3/+20
* more accurately checking for empty nodeset, b.g.o#370038Sergey Udaltsov2006-11-031-2/+2
* added copyright statements, as requested by debian folksSergey Udaltsov2006-10-071-0/+19
* Custom DOM builder filters out unneeded languages - saves load of heap memorySergey Udaltsov2006-08-031-89/+59
* A bit of polishSergey Udaltsov2006-08-011-8/+2
* Slightly improved XML parsing options save ~1M in heapSergey Udaltsov2006-08-011-148/+234
* First bits of code for the runtime DOM cleanupSergey Udaltsov2006-07-311-20/+71
* Updated charset handling, custom charset supportSergey Udaltsov2006-07-301-8/+9
* fixing b.g.o#346980Sergey Udaltsov2006-07-291-1/+5
* fixing gcc 2.95 compilationSergey Udaltsov2006-04-211-14/+20
* syncing with 2.x fixesSergey Udaltsov2006-04-161-1/+1
* Config enumeration callback now has explicit access to the registry. Just for...Sergey Udaltsov2006-03-121-2/+2
* Further cleanup of API. Introducing XklConfigItem properties etcSergey Udaltsov2006-03-121-42/+52
* branching 2.x, merging GLIBing to HEADSergey Udaltsov2006-03-121-502/+630
* handling XML commentsSergey Udaltsov2006-01-161-0/+1
* patch for gcc4Sergey Udaltsov2005-05-291-20/+20
* first commit with xmodmap supportSergey Udaltsov2004-11-251-16/+60
* forgotten to devirtualize LoadRegistry thingSergey Udaltsov2004-11-091-0/+6
* virtualizing xkb functions into vtable. preparing 1.11Sergey Udaltsov2004-11-021-0/+1
* Ensuring VTable is initialized - before using it.Sergey Udaltsov2004-11-021-0/+3
* Adding config methods to vtable.Sergey Udaltsov2004-11-021-1/+22
* Introducing the envvar XKL_DEBUG - I am sick of calling XklSetDebug manuallySergey Udaltsov2004-10-111-0/+2