summaryrefslogtreecommitdiff
path: root/libgnomekbd
Commit message (Expand)AuthorAgeFilesLines
...
* Added desktop file for the preview appSergey V. Udaltsov2011-02-243-8/+32
* Improved rendering of keysyms. No ISO_, underscores->spacesSergey V. Udaltsov2011-02-241-19/+26
* Unneeded wrapping for caps lock removedSergey V. Udaltsov2011-02-241-1/+1
* Removed Printing of previewSergey V. Udaltsov2011-02-231-16/+0
* For pressed keys, used the font color from gtk themeSergey V. Udaltsov2011-02-221-19/+29
* Removed useless Help buttonSergey V. Udaltsov2011-02-212-21/+0
* Make Caps Lock consistent with indicatorSergey V. Udaltsov2011-02-211-0/+4
* Added gconf->gsettings convertion fileSergey V. Udaltsov2011-02-182-0/+31
* Do not display VoidSymbol, use "" insteadSergey V. Udaltsov2011-02-171-0/+4
* Do not use group name for the kbd drawing dialog titleSergey V. Udaltsov2011-02-103-95/+116
* libgnomekbd: Work-around automake dependenciesBastien Nocera2011-02-051-2/+2
* Another attempt to fix the dependency issueSergey V. Udaltsov2011-02-041-1/+1
* Improved keyboard drawing dialogSergey V. Udaltsov2011-02-043-18/+51
* Build result - no need to keep in gitSergey V. Udaltsov2011-02-041-30/+0
* Invalid fix for the dependency removedSergey V. Udaltsov2011-02-031-1/+0
* Typo in the app nameSergey V. Udaltsov2011-02-031-1/+1
* Now, gkbd-keyboard-display is able to show layoutsSergey V. Udaltsov2011-02-033-62/+172
* Fix gkbd_keyboard_display buildDiego Escalante Urrelo2011-02-031-0/+1
* Don't use different layouts per windowBastien Nocera2011-02-031-1/+1
* Added gkbd-keyboard-display utilitySergey V. Udaltsov2011-02-035-2/+101
* Improved handling of null/empty string with gsettingsSergey V. Udaltsov2011-01-311-2/+13
* call gtk_widget_set_allocation from size_allocateSergey V. Udaltsov2011-01-281-1/+1
* Proper default dialog sizeSergey V. Udaltsov2011-01-281-30/+68
* removed unneeded 2nd slot in the vboxSergey V. Udaltsov2011-01-281-13/+21
* Invalidate only required regionSergey V. Udaltsov2011-01-261-7/+6
* Specifying explicit line width for outlinesSergey V. Udaltsov2011-01-261-12/+34
* Invalidate entire widgetSergey V. Udaltsov2011-01-251-2/+4
* Implemented immediate rendering (without idle)Sergey V. Udaltsov2011-01-252-112/+38
* Do not highlight when focus is receivedSergey V. Udaltsov2011-01-251-12/+0
* Stricter syntaxSergey V. Udaltsov2011-01-241-1/+1
* Improved cooords for labels - consider complex outlinesSergey V. Udaltsov2011-01-241-60/+89
* A bit of indent loveSergey V. Udaltsov2011-01-241-3/+5
* Fix dialog sizingMatthias Clasen2011-01-211-1/+2
* Fix clipping problems in the drawing widgetMatthias Clasen2011-01-211-0/+1
* Change icon names - otherwise GtkIcon falls back to "keyboard"Sergey V. Udaltsov2011-01-194-3/+3
* Using append, not prepend for the icons dirSergey V. Udaltsov2011-01-191-1/+1
* Added icons to distributionSergey V. Udaltsov2011-01-181-0/+1
* Provide icons for caps/num/scroll locksSergey V. Udaltsov2011-01-185-0/+260
* Use variant-specific short descriptions, if availableSergey V. Udaltsov2011-01-181-2/+5
* Include gi18n-lib.h in library sources instead of gi18n.h. Fixes bug #639569Gabor Kelemen2011-01-168-8/+12
* Added handling of caps/num/scroll locksSergey V. Udaltsov2011-01-072-5/+68
* A bit of debug polishedSergey V. Udaltsov2011-01-063-14/+21
* Expose event is changed to draw, in the latest gtkSergey V. Udaltsov2011-01-061-31/+8
* Fix for strange GtkIconInfo behaviourSergey V. Udaltsov2011-01-061-2/+9
* avoid unnecessary load/free on image filenameSergey V. Udaltsov2011-01-061-10/+1
* Trying two xmodmap files: .xmodmap and .XmodmapSergey V. Udaltsov2011-01-051-20/+34
* added gkbd_configuration_get_group_nameSergey V. Udaltsov2011-01-042-0/+29
* transfer full -> transfer none, for descriptionsSergey V. Udaltsov2011-01-041-2/+2
* added gkbd_configuration start/stop_listen functionsSergey V. Udaltsov2011-01-042-16/+53
* added gkbd_configuration_get_current_groupSergey V. Udaltsov2011-01-042-17/+30