summaryrefslogtreecommitdiff
path: root/gtk/gtklinkbutton.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the buildMatthias Clasen2008-12-081-1/+2
* Call gtk_show_uri() if no uri hook has been set. Patch by Emmanuele BassiMatthias Clasen2008-12-081-0/+22
* Bug 557316 – GtkLinkButton should consider user-defined tooltipChristian Dywan2008-10-301-1/+3
* bail out if there is no label to set the color on.Michael Natterer2008-08-121-0/+3
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-1/+1
* Bug 546771 - Add writable property "visited" to GtkLinkButtonSven Neumann2008-08-071-17/+85
* update the link color when the "visited" state is changed.Sven Neumann2008-08-041-1/+5
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* gtk/gtkicontheme.h include <gdk/gdk.h> instead of <gdk/gdkscreen.h>.Michael Natterer2008-04-181-5/+1
* Show the URI in a tooltip. (#505480, Teppo Turtiainen)Matthias Clasen2008-02-161-8/+43
* Revert spurious commit on GtkLinkButtonEmmanuele Bassi2008-02-111-14/+7
* Set no-show-all flag on the placeholder menu item.Emmanuele Bassi2008-02-111-7/+14
* remove unused variable.Michael Natterer2008-01-091-5/+5
* More default property value correctionsMatthias Clasen2007-12-281-2/+2
* Remove trailing commas from enumerations, since some compilers don't likeMatthias Clasen2007-09-091-1/+1
* Fix some compiler warnings. (#433642, Kjartan Maraas)Matthias Clasen2007-04-301-1/+1
* Don't leak PangoAttributes. (#352391, Paolo Borelli)Matthias Clasen2006-08-261-0/+1
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-3/+3
* More of the sameMatthias Clasen2006-05-141-1/+1
* Make the default colors const.Matthias Clasen2006-04-031-2/+2
* Return NULL instead of FALSE in g_return_val_if_fail in aBehdad Esfahbod2006-04-011-1/+1
* Fix a cast.Matthias Clasen2006-02-201-1/+1
* Allow to set a global hook function thats called whenever a link button isMatthias Clasen2006-01-281-0/+40
* Add GtkLinkButton, a port of GnomeHRef. (#314808, Emmanuele Bassi)Matthias Clasen2006-01-241-0/+619