summaryrefslogtreecommitdiff
path: root/libxklavier/xklavier_props.c
Commit message (Collapse)AuthorAgeFilesLines
* XklConfigItem: Add accessors for name, short_description, descriptionColin Walters2013-04-231-0/+18
| | | | | | | | | The interpretation of fixed-size arrays of gchar changed in pygobject; these accessors should provide a predictable way to get these values as strings. See: https://bugzilla.gnome.org/show_bug.cgi?id=698416 See: https://bugzilla.redhat.com/show_bug.cgi?id=920595
* Added new API function for the XklConfigRec - set_modelSergey V. Udaltsov2012-08-201-0/+8
| | | | | Useful for bindings. https://bugs.freedesktop.org/show_bug.cgi?id=53547
* Eliminating some minor annoying build warningsSergey V. Udaltsov2012-02-211-4/+4
|
* Add setters for XklConfigRec string arraysMartin Pitt2012-01-101-0/+24
| | | | | Add xkl_config_rec_set_{layouts,variants,options}() setters, as language bindings cannot directly manipulate the string arrays.
* Add XklConfigItem settersMartin Pitt2012-01-101-0/+30
| | | | | | Add xkl_config_item_set_{name,short_description,description}() setters, to allow setting those fields through GI bindings. E. g. Python has a hard time assigning to a fixed-length static gchar array.
* fixed potential crashSergey Udaltsov2009-06-021-4/+3
|
* fixing processing of format lll(vvv)Sergey Udaltsov2006-10-151-1/+1
|
* added copyright statements, as requested by debian folksSergey Udaltsov2006-10-071-0/+19
|
* fixed default options setupSergey Udaltsov2006-06-041-1/+1
|
* fixing gcc 2.95 compilationSergey Udaltsov2006-04-211-1/+2
|
* small API polishSergey Udaltsov2006-04-171-1/+1
|
* syncing with 2.x fixesSergey Udaltsov2006-04-161-1/+8
|
* Further cleanup of API. Introducing XklConfigItem properties etcSergey Udaltsov2006-03-121-14/+12
|
* branching 2.x, merging GLIBing to HEADSergey Udaltsov2006-03-121-363/+411
|
* patch for gcc4Sergey Udaltsov2005-05-291-2/+2
|
* small warningSergey Udaltsov2005-02-241-2/+2
|
* first commit with xmodmap supportSergey Udaltsov2004-11-251-33/+33
|
* virtualizing xkb functions into vtable. preparing 1.11Sergey Udaltsov2004-11-021-14/+2
|
* Thanks to kmaraas for pointing me to the leak. I hope this will fix itSergey Udaltsov2004-09-221-4/+9
|
* The default value for the root window property is introduced. I help it will ↵Sergey Udaltsov2004-09-171-19/+34
| | | | help to the poor people with broken XKB - just a little...
* syncing with b_1_00 - do not want to get jhbuild problems any moreSergey Udaltsov2004-04-191-4/+15
|
* Trying to make libxklavier buildable without xkb headers, first roundSergey Udaltsov2004-01-201-4/+14
|
* Some a=a checking stuff makes life a bit faster. But it happens rarelySergey Udaltsov2004-01-121-1/+5
|
* One extra function to compare configurationsSergey Udaltsov2004-01-111-0/+36
|
* some staff taken from xkb-dependent C fileSergey Udaltsov2003-12-311-0/+199
|
* first step in separating all xkb-related thingsSergey Udaltsov2003-12-301-202/+0
|
* Initial revisionSergey Udaltsov2003-09-191-0/+359