summaryrefslogtreecommitdiff
path: root/libxklavier
AgeCommit message (Expand)AuthorFilesLines
2013-06-22xkl_engine_VOID__FLAGS_INT_BOOLEANSergey V. Udaltsov1-1/+0
2013-04-23XklConfigItem: Add accessors for name, short_description, descriptionColin Walters3-0/+48
2013-04-19Also export _ENUM marshallerColin Walters1-0/+1
2013-02-20Some gtkdoc restructured, for new gtkdoc standardSergey V. Udaltsov6-55/+55
2013-02-14Add Vala bindingsEvan Nemerson1-0/+21
2012-09-22Catch more X errorsSergey V. Udaltsov1-0/+1
2012-09-22Specify flags for the introspectionSergey V. Udaltsov1-1/+1
2012-08-24Fixed parallel build processSergey V. Udaltsov1-0/+2
2012-08-23xkl_engine_marshal.c|h should be distcleanedSergey V. Udaltsov1-1/+5
2012-08-23Using marshal.list from $srcdirSergey V. Udaltsov1-2/+2
2012-08-22xkl_config_rec_set_model should be publicSergey V. Udaltsov1-0/+1
2012-08-20Added new API function for the XklConfigRec - set_modelSergey V. Udaltsov2-0/+21
2012-05-07Consistency, field name criticalSection --> critical_sectionSergey V. Udaltsov3-4/+4
2012-05-01build: Fix srcdir != builddir when introspection is enabledColin Walters1-1/+1
2012-03-09Skip the XEvent parameter while introspectingSergey V. Udaltsov1-1/+1
2012-03-06xkl_engine_marshal.* files should be ignoredSergey V. Udaltsov1-0/+1
2012-03-06Removed generated source filesSergey V. Udaltsov2-164/+0
2012-03-06Make XklEngine::X-state-changed signal introspectable.Daiki Ueno3-16/+5
2012-02-21Explicitly exporting only the symbols that are really requiredSergey V. Udaltsov2-2/+93
2012-02-21Eliminating some minor annoying build warningsSergey V. Udaltsov3-11/+6
2012-01-17Use local include files for building GIRMartin Pitt1-1/+1
2012-01-14Git ignore files updatedSergey V. Udaltsov1-1/+1
2012-01-11Make xkl_engine_get_current_state() introspectableMartin Pitt2-1/+19
2012-01-11Mark unintrospectable methods as (skip)Martin Pitt1-2/+2
2012-01-10Add setters for XklConfigRec string arraysMartin Pitt2-0/+66
2012-01-10Add Xkl prefix to callback typesMartin Pitt4-41/+45
2012-01-10Add XklConfigItem settersMartin Pitt2-0/+67
2012-01-10Add GI annotationsMartin Pitt3-16/+22
2012-01-10Build introspection typelibMartin Pitt1-2/+28
2011-10-26Fixing handling default group when l-p-w is turned offSergey V. Udaltsov1-0/+9
2011-05-31Trying to keep the layout across config changesSergey V. Udaltsov1-5/+60
2011-03-25.cvsignore files are not neededSergey V. Udaltsov1-8/+0
2011-03-25Copied .cvsignore files as .gitignoreSergey V. Udaltsov1-0/+9
2011-03-14xml:lang is not supported any moreSergey V. Udaltsov1-60/+0
2011-02-12some more gtk-doc commentsSergey Udaltsov2-3/+19
2011-02-08Handle empty patterns as "search for all"Sergey Udaltsov1-12/+15
2011-02-08Publish ISO->name functionsSergey Udaltsov4-12/+12
2011-02-04multi-word searches work now (all words should be present in result)Sergey Udaltsov1-22/+40
2011-01-30Actually device presence is available from XI 1.4 (according to Peter)Sergey Udaltsov1-7/+11
2011-01-30Added variants to the search functionSergey Udaltsov1-56/+124
2011-01-29Checking that XI ext has version >=2Sergey Udaltsov1-6/+12
2011-01-29Check not only iso codes, but also descriptionsSergey Udaltsov1-119/+111
2011-01-29New function: search layout/variants by pattern. Basic implementationSergey Udaltsov4-4/+124
2011-01-17updated marshaling sourcesSergey Udaltsov2-17/+23
2011-01-03fixed race condition, https://bugzilla.gnome.org/show_bug.cgi?id=638332Sergey Udaltsov2-0/+9
2010-04-20updated (inactive) debug blockSergey Udaltsov1-10/+10
2010-01-11pause only when no flags remainsv.5.0Sergey Udaltsov1-3/+7
2010-01-11removing listeners masks field - counters have that info anywaySergey Udaltsov7-87/+80
2010-01-11Counting start/stop masks, changed APISergey Udaltsov3-9/+46
2009-10-20fixing small issue with XI error code handlingSergey Udaltsov1-5/+10