summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-8/+11
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-2/+2
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-4/+4
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-7/+7
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-3/+5
* [annotations] Add allow-noneJohan Dahlin2010-02-191-2/+2
* Reset effective_attrs when necessaryMatthias Clasen2010-01-171-13/+11
* Deprecate widget flag: GTK_WIDGET_CAN_FOCUSJavier Jardón2010-01-071-1/+1
* Fix compilation warning: use const *gchar variableJavier Jardón2010-01-041-2/+2
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-1/+1
* Make mnemonic hiding work in all casesMatthias Clasen2010-01-031-60/+108
* Fix a memory leak in gtk_label_compose_effective_attrs()Jonh Wendell2009-12-221-11/+14
* More auto-mnemonics tweaksMatthias Clasen2009-12-201-4/+6
* Only show the mnemonic underline when pressing AltMatthias Clasen2009-12-201-3/+105
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-3/+3
* Trivial doc typo fixMatthias Clasen2009-11-291-1/+1
* Avoid a harmless warningMatthias Clasen2009-11-291-1/+1
* Make selecting the last character work againMatthias Clasen2009-10-091-15/+13
* Make link coloring in labels optionalMatthias Clasen2009-07-091-6/+78
* Merge fix for bgo#315462 - Make GtkLabel deal with too-small height allocatio...Federico Mena Quintero2009-05-121-3/+20
|\
| * bgo#315462 - Make GtkLabel deal with too-small height allocations gracefullyFederico Mena Quintero2009-05-121-3/+20
* | Add a separate keybinding signal for activating linksMatthias Clasen2009-05-111-48/+72
* | Add link support to GtkLabelMatthias Clasen2009-05-111-220/+1279
|/
* Accept a NULL string.Matthew Barnes2009-02-061-2/+1
* Implement select-by-words for selectable labelsMatthias Clasen2009-01-221-4/+46
* Correct some copy-and-paste mistakes in keybinding signal docs. PointedMatthias Clasen2009-01-191-1/+1
* Doc additionsMatthias Clasen2008-12-291-1/+50
* gtk_label_set_attributes() now applies attributes on top of any markup orTristan Van Berkom2008-11-061-16/+50
* gtk/gtkcellrenderertext.h gtk/gtkentry.[ch] gtk/gtkimcontext.hMichael Natterer2008-10-301-2/+3
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-3/+3
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-10/+10
* gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.c use canonical signal names.Sven Neumann2008-08-111-13/+13
* Trivial doc fixMatthias Clasen2008-07-151-1/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Bug 530255 – GtkAboutDialog cuts off comments label Followup patch fromBehdad Esfahbod2008-06-291-1/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Remove an unused variable.Johan Dahlin2008-06-191-2/+0
* 2.13.1GTK_2_13_1Matthias Clasen2008-05-301-1/+1
* Bug 56355 – GtkLabel - Not all changes propagate correctlyJan Arne Petersen2008-05-291-24/+12
* Subtract logical.x from x to fix the wrong position for right and centerJan Arne Petersen2008-05-251-2/+4
* Added <attributes> / <attribute> custom tags to parse pango attributesTristan Van Berkom2008-04-111-1/+346
* Use gtk_drag_*_add_{text,uri}_targets instead of hardcoded target tables.Matthias Clasen2008-02-161-9/+12
* gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.cMichael Natterer2008-02-071-17/+5
* gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.cMichael Natterer2008-02-061-4/+4
* More default property value correctionsMatthias Clasen2007-12-281-1/+1