summaryrefslogtreecommitdiff
path: root/libgnomekbd/gkbd-indicator-config.c
Commit message (Collapse)AuthorAgeFilesLines
* gtk_icon_info_free is deprecated; use g_object_unref insteadDaniel Kahn Gillmor2022-04-081-2/+2
|
* Fix gobject-introspection commentsStef Walter2012-05-121-2/+2
| | | | | | | * Cleans up a bunch of warnings, and gets g-ir-scanner to actually recognize the annotations. https://bugzilla.gnome.org/show_bug.cgi?id=675729
* Following XDG specs, using user data directorySergey V. Udaltsov2012-04-281-21/+26
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=674873
* Got rid of the obsolete plugins architectureSergey V. Udaltsov2012-02-221-13/+0
| | | | In the GNOME 3 world, there are gnome-shell extensions, there is introspection - so plugins are not necessary any more
* Use the right color for text in GkbdStatusVincent Untz2011-04-041-47/+51
| | | | | | | | | | | | This is really a big hack: instead of getting the information about how to draw the font from a GTK+ style, we get it from the GtkStyleContext from the tray icon widget embedded in the GtkStatusIcon. To make this happen, we have to fake the GtkStatusIconPrivate structure, and we rely on the fact that the tray icon widget is the first element in this structure. https://bugzilla.gnome.org/show_bug.cgi?id=642703
* Using append, not prepend for the icons dirSergey V. Udaltsov2011-01-191-1/+1
| | | | To let other dirs have preferences, the libgnomekbd icons dir is a fallback
* Provide icons for caps/num/scroll locksSergey V. Udaltsov2011-01-181-0/+2
| | | | The icons are installed by libgnomekbd itself, can be used by apps
* Include gi18n-lib.h in library sources instead of gi18n.h. Fixes bug #639569Gabor Kelemen2011-01-161-1/+1
|
* Fix for strange GtkIconInfo behaviourSergey V. Udaltsov2011-01-061-2/+9
| | | | Sometimes you can get an icon without filename. Odd
* A number of annotations for introspection purposesSergey V. Udaltsov2010-12-251-0/+4
| | | | There were some warning, now they're gone
* Moving from gconf to gsettings. API/ABI changesSergey V. Udaltsov2010-10-031-172/+66
|
* handle style = NULL scenarioSergey V. Udaltsov2010-05-151-12/+19
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=618727
* fixing printf specifierSergey V. Udaltsov2010-03-281-1/+1
| | | | %lg is invalid specifier, using %g instead
* Using PanelWidget instead of GtkLabelSergey V. Udaltsov2010-03-121-1/+1
| | | | | That's what other apps are using https://bugzilla.gnome.org/show_bug.cgi?id=612371
* Using the font name from gtk, listening to theme changesSergey V. Udaltsov2010-03-111-38/+48
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=612371
* Unneeded g_object_unref droppedSergey V. Udaltsov2010-03-091-1/+0
| | | | | It caused crash - the resource is not owned. https://bugzilla.gnome.org/show_bug.cgi?id=612341
* Use the font foreground from the gtk styleSergey V. Udaltsov2010-03-061-23/+43
| | | | Closing https://bugzilla.gnome.org/show_bug.cgi?id=611875
* Use default font name/sizeSergey V. Udaltsov2010-03-061-28/+68
| | | | | Part of https://bugzilla.gnome.org/show_bug.cgi?id=611875, the colors should be fixed as well
* Making status icon configurableSergey V. Udaltsov2009-12-211-7/+68
| | | | Use gconf for font and colors
* Introduced GkbdStatus for the notification areaSergey V. Udaltsov2009-12-141-73/+23
| | | | Now it only works with flags
* deprecate gdk_pixbuf_unref, #570951Sergey V. Udaltsov2009-02-091-1/+1
| | | | svn path=/trunk/; revision=362
* ansifying, indentingSergey V. Udaltsov2008-05-101-2/+2
| | | | svn path=/trunk/; revision=276
* getting rid of stupid dbus client-serverSergey V. Udaltsov2007-10-081-2/+0
| | | | svn path=/trunk/; revision=178
* bad free, b.g.o#466301Sergey V. Udaltsov2007-08-131-5/+3
| | | | svn path=/trunk/; revision=148
* drop libgnome dep in libgnomekbdui, b.g.o#463255Sergey V. Udaltsov2007-08-051-4/+1
| | | | svn path=/trunk/; revision=140
* Improving dbus interfaceSergey V. Udaltsov2006-10-151-3/+4
|
* cleaning up licensing issuesSergey V. Udaltsov2006-10-081-11/+14
|
* Initial revisionSergey V. Udaltsov2006-09-271-0/+361