summaryrefslogtreecommitdiff
path: root/libgnomekbd/gkbd-keyboard-drawing.c
Commit message (Expand)AuthorAgeFilesLines
* Invert alignment for RTL symbols to place them correctlyDaniel Kahn Gillmor2022-06-221-1/+8
* GkbdKeyboardDrawing: set_key_label_in_layout returns Bidi informationDaniel Kahn Gillmor2022-06-221-1/+4
* Make all symbol drawings full-width, using alignment to place themDaniel Kahn Gillmor2022-06-221-30/+15
* gkbd-keyboard-display: Don't crash on unknown layoutRobert Ancell2022-06-221-0/+4
* Merge branch 'modernize' into 'master'Corentin Noël2022-06-141-20/+7
|\
| * Avoid use of GdkScreenDaniel Kahn Gillmor2022-04-081-15/+2
| * Use plain "const" instead of deprecated "G_CONST_RETURN"Daniel Kahn Gillmor2022-04-081-5/+5
* | Use Unicode in translatable stringswip/piotrdrag/unicode-typographyPiotr Drąg2020-07-251-1/+1
|/
* gkbd-keyboard-drawing: Don't use deprecated GDK APIRui Matos2016-09-141-13/+4
* gkbd-keyboard-drawing: Don't unset double bufferingRui Matos2016-09-141-1/+0
* gkbd-keyboard-drawing: Don't set allocation from ::size-allocateRui Matos2016-09-141-6/+3
* gkbd-keyboard-drawing: Use non-deprecated API to get the font descRui Matos2016-09-141-6/+4
* gkbd-keyboard-drawing: Handle XkbGetKeyboard() failingRui Matos2016-09-141-12/+15
* gkbd-keyboard-drawing: Prevent gtk+ keynav from taking focus awayRui Matos2016-09-141-1/+1
* libgnomekbd/gkbd-keyboard-drawing.c: fix a segfaultAntonio Ospite2016-01-221-1/+1
* Fix criticalsMichael Catanzaro2016-01-211-1/+3
* libgnomekbd/gkbd-keyboard-drawing.c: fix modifier key pressed stateAntonio Ospite2016-01-211-20/+4
* libgnomekbd/gkbd-keyboard-drawing.c: draw keys with invalid keycodesAntonio Ospite2016-01-211-3/+1
* Fix gobject-introspection commentsStef Walter2012-05-121-3/+6
* IndentingSergey V. Udaltsov2012-02-221-12/+27
* Changing API from GdkColor to GdkRGBA, GtkStyle to GtkStyleContextSergey V. Udaltsov2012-02-221-53/+65
* Small warnings eliminatedSergey V. Udaltsov2011-08-241-22/+1
* Trying to be smart chosing the current monitorSergey V. Udaltsov2011-06-111-2/+15
* Using primary monitor screen size, not the screen sizeSergey V. Udaltsov2011-05-031-1/+4
* Slightly increase the font size for the key labelsSergey V. Udaltsov2011-03-141-1/+3
* explicit declaration of internal libxklavier functionsSergey V. Udaltsov2011-03-031-0/+7
* Removed "Keyboard Layout" prefix from the preview dialogSergey V. Udaltsov2011-02-251-4/+1
* 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
* For pressed keys, used the font color from gtk themeSergey V. Udaltsov2011-02-221-19/+29
* Removed useless Help buttonSergey V. Udaltsov2011-02-211-5/+0
* Make Caps Lock consistent with indicatorSergey V. Udaltsov2011-02-211-0/+4
* 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-101-90/+109
* Improved keyboard drawing dialogSergey V. Udaltsov2011-02-041-14/+39
* Now, gkbd-keyboard-display is able to show layoutsSergey V. Udaltsov2011-02-031-46/+139
* Added gkbd-keyboard-display utilitySergey V. Udaltsov2011-02-031-1/+1
* call gtk_widget_set_allocation from size_allocateSergey V. Udaltsov2011-01-281-1/+1
* Proper default dialog sizeSergey V. Udaltsov2011-01-281-30/+68
* 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-251-110/+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
* Fix clipping problems in the drawing widgetMatthias Clasen2011-01-211-0/+1
* Include gi18n-lib.h in library sources instead of gi18n.h. Fixes bug #639569Gabor Kelemen2011-01-161-1/+1
* Cleaning code a bitSergey V. Udaltsov2010-12-241-8/+8
* Improving rendering of long strings in the kbd previewSergey V. Udaltsov2010-12-221-41/+56