| Commit message (Expand) | Author | Age | Files | Lines |
* | label: Remove priv pointer | Timm Bäder | 2020-04-17 | 1 | -49/+48 |
* | label: Remove GtkLabel:track-visited-links | Timm Bäder | 2020-04-17 | 1 | -5/+0 |
* | label: Remove public pattern API | Timm Bäder | 2020-04-17 | 1 | -3/+0 |
* | gtk: Remove menu code | Matthias Clasen | 2019-12-29 | 1 | -1/+0 |
* | label: Remove "line" from wrap properties | Timm Bäder | 2019-09-09 | 1 | -6/+6 |
* | label: Redo context menus | Matthias Clasen | 2019-06-13 | 1 | -0/+7 |
* | label: Make final | Matthias Clasen | 2019-05-28 | 1 | -43/+2 |
* | The big versioning cleanup | Matthias Clasen | 2018-02-06 | 1 | -6/+6 |
* | label: Remove priv pointer | Timm Bäder | 2017-10-01 | 1 | -3/+0 |
* | label: Remove angle property | Timm Bäder | 2017-04-25 | 1 | -5/+0 |
* | label,image: Remove GtkMisc usage | Timm Bäder | 2016-10-16 | 1 | -3/+3 |
* | Remove introspection scanner guards around autocleanups | Emmanuele Bassi | 2015-11-11 | 1 | -2/+0 |
* | Recursively move autocleanups to their header files | Emmanuele Bassi | 2015-11-10 | 1 | -2/+4 |
* | gtk_label_set_yalign(): Fix xalign/yalign typo in parameter name. | Murray Cumming | 2015-03-02 | 1 | -1/+1 |
* | GtkLabel: add x/yalign properties | Matthias Clasen | 2014-09-29 | 1 | -0/+13 |
* | Deprecate GtkMisc | Matthias Clasen | 2014-05-13 | 1 | -1/+1 |
* | Add a gtklabelprivate.h header | Matthias Clasen | 2014-01-04 | 1 | -7/+0 |
* | Add api to ellipsize labels to multiple lines | Matthias Clasen | 2013-08-22 | 1 | -0/+5 |
* | Add annotations to gtk headers | Matthias Clasen | 2013-05-05 | 1 | -0/+45 |
* | Move single-include guards inside include guards | Matthias Clasen | 2012-12-28 | 1 | -4/+4 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -2/+1 |
* | GtkLabel: factor out two getters | Matthias Clasen | 2011-07-05 | 1 | -0/+2 |
* | gtk: Use const instead G_CONST_RETURN | Javier Jardón | 2011-06-10 | 1 | -3/+3 |
* | Add padding to class structs | Matthias Clasen | 2010-10-19 | 1 | -0/+5 |
* | Use GtkFooPrivate instead GtkFooPriv | Javier Jardón | 2010-08-27 | 1 | -4/+4 |
* | GtkLabel: move public members to private structure | Javier Jardón | 2010-07-13 | 1 | -25/+2 |
* | Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES | Michael Natterer | 2010-05-03 | 1 | -1/+1 |
* | Remove deprecated code: GtkLabel | Javier Jardón | 2010-05-03 | 1 | -14/+0 |
* | Only show the mnemonic underline when pressing Alt | Matthias Clasen | 2009-12-20 | 1 | -0/+5 |
* | Make link coloring in labels optional | Matthias Clasen | 2009-07-09 | 1 | -0/+4 |
* | Add a separate keybinding signal for activating links | Matthias Clasen | 2009-05-11 | 1 | -1/+2 |
* | Add link support to GtkLabel | Matthias Clasen | 2009-05-11 | 1 | -1/+4 |
* | no need to include <gdk/gdk.h> in any widget header, it's included via | Michael Natterer | 2008-10-30 | 1 | -1/+1 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Switch to "guint GSEAL (foo) : width;" when packing fields in guints. | Tim Janik | 2008-06-20 | 1 | -10/+10 |
* | gtklabel.h: include bit-size of fields inside GSEAL parens. | Tim Janik | 2008-06-20 | 1 | -10/+10 |
* | Seal GtkLabel | Tim Janik | 2008-06-20 | 1 | -24/+24 |
* | whitespace cleanup: remove trailing whitespace and excess newlines and | Michael Natterer | 2008-05-28 | 1 | -7/+7 |
* | define __GTK_H_INSIDE__ around including all other headers. | Michael Natterer | 2008-05-28 | 1 | -0/+4 |
* | Use a bit of the GtkLabel structure to remember that a pattern has been | Matthias Clasen | 2007-07-09 | 1 | -0/+1 |
* | Add gtk_label_set_line_wrap_mode, gtk_label_get_line_wrap_mode, and a | Alexander Larsson | 2006-06-19 | 1 | -0/+4 |
* | Shrink the private structs of these a bit. | Matthias Clasen | 2006-01-08 | 1 | -5/+8 |
* | Consistently use gchar. (#303455, Benoit Carpentier) | Matthias Clasen | 2005-06-21 | 1 | -4/+4 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -8/+2 |
* | Add a max-width-chars property, which can be used to specify the width of | Matthias Clasen | 2004-12-13 | 1 | -0/+3 |
* | Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables. | Owen Taylor | 2004-11-21 | 1 | -0/+3 |
* | Avoid resizing GtkStatusbar if the text of the label changes (#90955, He | Matthias Clasen | 2004-11-09 | 1 | -0/+3 |
* | Rework of GtkFileChooserButton, some cleanups. Fixes #154388, #154390, | James M. Cape | 2004-10-26 | 1 | -0/+3 |
* | Require Pango 1.5.1 (for ellipsisation). | Matthias Clasen | 2004-07-22 | 1 | -0/+4 |