summaryrefslogtreecommitdiff
path: root/plugins/keyboard
Commit message (Expand)AuthorAgeFilesLines
* preload GConf keyboard directory recursively to avoid roundtrips (bugJens Granseuer2009-04-111-1/+1
* use info level instead of warning for the "NumLock remembering disabled"Jens Granseuer2009-04-021-1/+1
* revert build patch from r763Jens Granseuer2009-03-181-1/+0
* Based on patch by: Christopher Taylor <christophth@tiscali.it>Jens Granseuer2009-03-071-0/+1
* reviewed by: Jens GranseuerLuca Ferretti2009-02-151-1/+1
* fix check for xklavier device discoveryJens Granseuer2008-11-291-1/+1
* fix checks for various X11 libraries (bug #562661)Jens Granseuer2008-11-291-2/+0
* use indentSergey V. Udaltsov2008-11-272-304/+308
* Use new-device notification (in libxklavier 3.8) to reload XKB configSergey V. Udaltsov2008-11-271-0/+14
* Start manager in idle callback (bug #559482)Behdad Esfahbod2008-11-061-3/+15
* Add some performance logging annotations around libxklavier calls.Behdad Esfahbod2008-11-061-0/+11
* XkbQueryExtension and friends shouldn't cause errors, so no need to tryJens Granseuer2008-11-051-4/+0
* add missing includeJens Granseuer2008-11-031-3/+4
* Preload gconf dirs when feasible (bug #559167)Behdad Esfahbod2008-11-032-24/+15
* Improve performance logging annotations (bug #559162)Behdad Esfahbod2008-11-031-0/+2
* Bug 555873 – fix gdm keyboard layout handling even moreMatthias Clasen2008-10-121-22/+39
* Bug 554525 – fix the picking up of the gdm layoutMatthias Clasen2008-10-061-1/+4
* Remove an accidentally added debug printfMatthias Clasen2008-09-161-1/+0
* Bug 551062 – try harder to use the keyboard layout passed by gdmMatthias Clasen2008-09-061-1/+4
* fix a constness warningJens Granseuer2008-08-211-2/+2
* Based on a patch by: Matthias Clasen <mclasen@redhat.com>Jens Granseuer2008-05-051-2/+30
* dropped gconf backup in keyboard pluginSergey V. Udaltsov2008-04-131-1/+0
* clear the user callback data even if initialiation failed properlyJens Granseuer2008-04-112-3/+4
* fix memory leaksJens Granseuer2008-04-101-63/+56
* Make keyboard plugin deactivation workJens Granseuer2008-04-104-29/+90
* split XKB initialization and calbback installation which allows us to getJens Granseuer2008-04-091-47/+52
* continued attempt at making XKB setup and error handling a bit less arcaneJens Granseuer2008-04-063-53/+29
* initialize inited_ok or behaviour is undefined when xkb setup fails; don'tJens Granseuer2008-04-062-4/+2
* apply keyboard settings on startup, too (bug #525440)Jens Granseuer2008-04-011-1/+2
* Add profiling points to plugins.William Jon McCann2008-03-241-0/+5
* escape the hostname before using it in a gconf path since it might containVincent Untz2008-02-191-6/+11
* Load the XKB settings initially. Fixes bug #511771.Matthias Clasen2008-02-081-0/+1
* Based on a patch by: Damien Carberry <damien carberry@sun.com>Jens Granseuer2008-02-051-1/+1
* Bug #513246.Christian Persch2008-02-011-18/+13
* No need to use weird naming of .gnome-settings-daemon.in files. BugChristian Persch2008-01-302-4/+3
* Add other schemas. Fix some zero length private data. Fix some installWilliam Jon McCann2007-12-172-1/+4
* Add missing glade file.William Jon McCann2007-12-172-0/+418
* Add keybindings plugin.William Jon McCann2007-12-171-5/+5
* Add the keyboard plugin.William Jon McCann2007-12-1712-0/+1797