summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.h
Commit message (Expand)AuthorAgeFilesLines
* Remove introspection scanner guards around autocleanupsEmmanuele Bassi2015-11-111-2/+0
* Recursively move autocleanups to their header filesEmmanuele Bassi2015-11-101-2/+4
* gtk_label_set_yalign(): Fix xalign/yalign typo in parameter name.Murray Cumming2015-03-021-1/+1
* GtkLabel: add x/yalign propertiesMatthias Clasen2014-09-291-0/+13
* Deprecate GtkMiscMatthias Clasen2014-05-131-1/+1
* Add a gtklabelprivate.h headerMatthias Clasen2014-01-041-7/+0
* Add api to ellipsize labels to multiple linesMatthias Clasen2013-08-221-0/+5
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+45
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-4/+4
* Change FSF AddressJavier Jardón2012-02-271-2/+1
* GtkLabel: factor out two gettersMatthias Clasen2011-07-051-0/+2
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-3/+3
* Add padding to class structsMatthias Clasen2010-10-191-0/+5
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-4/+4
* GtkLabel: move public members to private structureJavier Jardón2010-07-131-25/+2
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* Remove deprecated code: GtkLabelJavier Jardón2010-05-031-14/+0
* Only show the mnemonic underline when pressing AltMatthias Clasen2009-12-201-0/+5
* Make link coloring in labels optionalMatthias Clasen2009-07-091-0/+4
* Add a separate keybinding signal for activating linksMatthias Clasen2009-05-111-1/+2
* Add link support to GtkLabelMatthias Clasen2009-05-111-1/+4
* no need to include <gdk/gdk.h> in any widget header, it's included viaMichael Natterer2008-10-301-1/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Switch to "guint GSEAL (foo) : width;" when packing fields in guints.Tim Janik2008-06-201-10/+10
* gtklabel.h: include bit-size of fields inside GSEAL parens.Tim Janik2008-06-201-10/+10
* Seal GtkLabelTim Janik2008-06-201-24/+24
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-7/+7
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* Use a bit of the GtkLabel structure to remember that a pattern has beenMatthias Clasen2007-07-091-0/+1
* Add gtk_label_set_line_wrap_mode, gtk_label_get_line_wrap_mode, and aAlexander Larsson2006-06-191-0/+4
* Shrink the private structs of these a bit.Matthias Clasen2006-01-081-5/+8
* Consistently use gchar. (#303455, Benoit Carpentier)Matthias Clasen2005-06-211-4/+4
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-8/+2
* Add a max-width-chars property, which can be used to specify the width ofMatthias Clasen2004-12-131-0/+3
* Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables.Owen Taylor2004-11-211-0/+3
* Avoid resizing GtkStatusbar if the text of the label changes (#90955, HeMatthias Clasen2004-11-091-0/+3
* Rework of GtkFileChooserButton, some cleanups. Fixes #154388, #154390,James M. Cape2004-10-261-0/+3
* Require Pango 1.5.1 (for ellipsisation).Matthias Clasen2004-07-221-0/+4
* deprecation cleanupManish Singh2002-10-051-6/+6
* Massive padding addition to class structures.Owen Taylor2002-02-231-0/+6
* Rename ACTIVATE_MNEMONIC enum to MNEMONIC_ACTIVATE; signal was changed aOwen Taylor2001-10-161-1/+0
* Don't draw with GTK_STATE_ACTIVE.Alex Larsson2001-09-191-1/+12
* [ Patch from Sebastian Wilhelmi, 52790 ]Owen Taylor2001-08-231-5/+2
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-10/+24
* add read-only "scroll_offset" property for notification when the layoutHavoc Pennington2001-06-091-3/+7
* implement overwrite modeHavoc Pennington2001-06-011-0/+3
* fix up some docsHavoc Pennington2001-03-231-1/+1
* some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET.Tim Janik2001-03-221-40/+32
* handle mnemonics in the stock item labelHavoc Pennington2001-03-221-6/+9