| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk: Fix warnings for some uses of GtkLinkButton | Bastien Nocera | 2012-05-10 | 1 | -1/+4 |
* | Fix malformed doc comments | Matthias Clasen | 2012-04-12 | 1 | -5/+5 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -2/+1 |
* | Use the workarea when placing popups | Matthias Clasen | 2011-12-18 | 1 | -1/+1 |
* | Remove various internal uses of deprecated api | Matthias Clasen | 2011-11-02 | 1 | -4/+9 |
* | gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.h | Michael Natterer | 2011-10-23 | 1 | -1/+1 |
* | Bug 659406 - Abstract what triggers a context menu | Michael Natterer | 2011-09-27 | 1 | -2/+2 |
* | Bug 659406 - Abstract what triggers a context menu | Michael Natterer | 2011-09-26 | 1 | -1/+2 |
* | link-button: Reset the mouse cursor when destroyed | Bastien Nocera | 2011-09-16 | 1 | -0/+10 |
* | Convert GailLinkButton to GtkLinkButtonAccessible | Matthias Clasen | 2011-07-05 | 1 | -1/+3 |
* | gtk: Use const instead G_CONST_RETURN | Javier Jardón | 2011-06-10 | 1 | -1/+1 |
* | Always chain up in ::style-updated | Matthias Clasen | 2011-02-07 | 1 | -2/+2 |
* | Move docs for gtkmain inline | Matthias Clasen | 2011-01-04 | 1 | -4/+4 |
* | Make GtkLinkButton use ::style-updated | Carlos Garnacho | 2011-01-04 | 1 | -5/+3 |
* | gtk: Use g_object_unref instead of gdk_cursor_unref | Benjamin Otte | 2010-12-21 | 1 | -1/+1 |
* | gtk/gtklinkbutton.c: Use accessor functions to access GtkSelectionData | Javier Jardón | 2010-12-15 | 1 | -1/+1 |
* | link-button: Add ::activate-link signal | Emmanuele Bassi | 2010-10-15 | 1 | -7/+53 |
* | Move GtkSizeRequest into GtkWidget | Benjamin Otte | 2010-09-26 | 1 | -2/+1 |
* | Update docs of GtkAboutDialog and GtkLinkButton | Matthias Clasen | 2010-09-24 | 1 | -0/+22 |
* | Remove url hooks from GtkAboutDialog and GtkLinkButton | Matthias Clasen | 2010-09-22 | 1 | -58/+13 |
* | Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request() | Javier Jardón | 2010-09-15 | 1 | -3/+5 |
* | gtk/gtklinkbutton.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -4/+6 |
* | GtkLinkButton: unseal private pointer | Javier Jardón | 2010-07-13 | 1 | -3/+4 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -5/+0 |
* | Deprecate widget flag: GTK_WIDGET_REALIZED | Javier Jardón | 2010-03-03 | 1 | -2/+2 |
* | Deprecate widget flag: GTK_WIDGET_HAS_FOCUS | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -3/+3 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -2/+2 |
* | Fix the build | Matthias Clasen | 2008-12-08 | 1 | -1/+2 |
* | Call gtk_show_uri() if no uri hook has been set. Patch by Emmanuele Bassi | Matthias Clasen | 2008-12-08 | 1 | -0/+22 |
* | Bug 557316 – GtkLinkButton should consider user-defined tooltip | Christian Dywan | 2008-10-30 | 1 | -1/+3 |
* | bail out if there is no label to set the color on. | Michael Natterer | 2008-08-12 | 1 | -0/+3 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 1 | -1/+1 |
* | Bug 546771 - Add writable property "visited" to GtkLinkButton | Sven Neumann | 2008-08-07 | 1 | -17/+85 |
* | update the link color when the "visited" state is changed. | Sven Neumann | 2008-08-04 | 1 | -1/+5 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | gtk/gtkicontheme.h include <gdk/gdk.h> instead of <gdk/gdkscreen.h>. | Michael Natterer | 2008-04-18 | 1 | -5/+1 |
* | Show the URI in a tooltip. (#505480, Teppo Turtiainen) | Matthias Clasen | 2008-02-16 | 1 | -8/+43 |
* | Revert spurious commit on GtkLinkButton | Emmanuele Bassi | 2008-02-11 | 1 | -14/+7 |
* | Set no-show-all flag on the placeholder menu item. | Emmanuele Bassi | 2008-02-11 | 1 | -7/+14 |
* | remove unused variable. | Michael Natterer | 2008-01-09 | 1 | -5/+5 |
* | More default property value corrections | Matthias Clasen | 2007-12-28 | 1 | -2/+2 |
* | Remove trailing commas from enumerations, since some compilers don't like | Matthias Clasen | 2007-09-09 | 1 | -1/+1 |
* | Fix some compiler warnings. (#433642, Kjartan Maraas) | Matthias Clasen | 2007-04-30 | 1 | -1/+1 |
* | Don't leak PangoAttributes. (#352391, Paolo Borelli) | Matthias Clasen | 2006-08-26 | 1 | -0/+1 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -3/+3 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Make the default colors const. | Matthias Clasen | 2006-04-03 | 1 | -2/+2 |
* | Return NULL instead of FALSE in g_return_val_if_fail in a | Behdad Esfahbod | 2006-04-01 | 1 | -1/+1 |