summaryrefslogtreecommitdiff
path: root/libxklavier/xklavier_xkb.c
Commit message (Collapse)AuthorAgeFilesLines
* Actually device presence is available from XI 1.4 (according to Peter)Sergey Udaltsov2011-01-301-7/+11
|
* Checking that XI ext has version >=2Sergey Udaltsov2011-01-291-6/+12
| | | | | Otherwise DevicePresence may be missing/broken Trying to fix https://bugzilla.gnome.org/show_bug.cgi?id=583709
* engine-specific error handlingSergey Udaltsov2009-09-301-0/+1
|
* return 0 even without xinputSergey Udaltsov2009-09-291-1/+1
|
* save xinput error codeSergey Udaltsov2009-09-291-8/+18
|
* fixed XIE-related check, b.g.o#583709Sergey Udaltsov2009-08-171-1/+1
|
* crash BadWindow fixed, thanks to Federico, b.fd.o#21365Sergey Udaltsov2009-04-241-5/+1
|
* indenting + cleaning XInput usageSergey Udaltsov2008-11-171-9/+12
|
* added device discoverySergey Udaltsov2008-11-161-0/+25
|
* introducing device_idSergey Udaltsov2008-10-281-36/+48
|
* added missing indicator names functionSergey Udaltsov2007-05-201-0/+9
|
* added copyright statements, as requested by debian folksSergey Udaltsov2006-10-071-0/+19
|
* xkb_headers -> libxkbfileSergey Udaltsov2006-05-201-3/+3
|
* fixing gcc 2.95 compilationSergey Udaltsov2006-04-211-3/+5
|
* branching 2.x, merging GLIBing to HEADSergey Udaltsov2006-03-121-435/+501
|
* patch for gcc4Sergey Udaltsov2005-05-291-8/+8
|
* small memory leakSergey Udaltsov2005-03-111-2/+3
|
* optimizations/fixesSergey Udaltsov2005-01-081-30/+95
|
* fixing the memory leakSergey Udaltsov2004-12-291-6/+16
|
* backend disabling envvarsSergey Udaltsov2004-12-091-1/+4
|
* another new call in API - apps cannot rely on XkbNumKbdGroupsSergey Udaltsov2004-12-081-0/+7
|
* fix for compilation without XKB headersSergey Udaltsov2004-12-021-0/+2
|
* reverting, irrelevantSergey Udaltsov2004-12-021-1/+0
|
* build patch by AndreiSergey Udaltsov2004-12-021-0/+1
|
* first working version of xmodmapSergey Udaltsov2004-11-271-1/+26
|
* first commit with xmodmap supportSergey Udaltsov2004-11-251-22/+33
|
* function are declared for xmmSergey Udaltsov2004-11-081-0/+1
|
* virtualizing xkb functions into vtable. preparing 1.11Sergey Udaltsov2004-11-021-0/+2
|
* Ensuring VTable is initialized - before using it.Sergey Udaltsov2004-11-021-1/+1
|
* Adding config methods to vtable.Sergey Udaltsov2004-11-021-7/+11
|
* vtable is created. Second step on the lengthy way to xmodmap.Sergey Udaltsov2004-10-301-104/+55
|
* Introducing the envvar XKL_DEBUG - I am sick of calling XklSetDebug manuallySergey Udaltsov2004-10-111-2/+8
|
* The revolution is on. The whole description is not compiled on the client ↵Sergey Udaltsov2004-10-101-0/+2
| | | | side - nothing on the server side
* Cleaner patch for the improper display - along with some debug print, by JodySergey Udaltsov2004-03-161-3/+7
|
* fix for Solaris by Niall - though I still do not understand how dpy can be NULLSergey Udaltsov2004-03-041-1/+6
|
* The public API does not depend on XKB symbols any more. The API/ABI are brokenSergey Udaltsov2004-01-211-1/+2
|
* Trying to make libxklavier buildable without xkb headers, first roundSergey Udaltsov2004-01-201-4/+38
|
* some staff taken from xkb-dependent C fileSergey Udaltsov2003-12-311-260/+3
|
* first step in separating all xkb-related thingsSergey Udaltsov2003-12-301-0/+658