summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Require gtk-doc 1.8Matthias Clasen2007-11-251-3/+3
* gtk/gtkwidget.c gtk/gtkscrolledwindow.c Correct documentation that refersCody Russell2007-08-141-1/+1
* Use a bit of the GtkLabel structure to remember that a pattern has beenMatthias Clasen2007-07-091-1/+13
* added calls to g_object_freeze/thaw_notify() so gtk_label_get_text()Michael Natterer2007-06-131-0/+4
* Require gtk-doc 1.6, for signal and property links.Matthias Clasen2007-05-261-50/+51
* Make GTK_JUSTIFY_FILL work, using pango_layout_set_justify() that worksBehdad Esfahbod2007-05-041-1/+0
* add new boolean settings gtk-enable-accels and gtk-enable-mnemonics whichMichael Natterer2007-02-051-3/+74
* Use pango_matrix_transform_rectangle(). (#340141)Behdad Esfahbod2007-01-101-51/+6
* Fix the buildMatthias Clasen2007-01-071-1/+1
* Make line wrapping work with width-chars and max-width-chars, and simplifyMatthias Clasen2007-01-071-68/+68
* Fix broken width computation, again.Behdad Esfahbod2007-01-051-2/+3
* Fix uninitialized width variable.Behdad Esfahbod2007-01-041-3/+3
* Fix #332604, reported by Joe Wreschnig, patch by Jan Arne Petersen andMatthias Clasen2007-01-041-6/+19
* Don't install cursors on insensitive widgets. (#358864, Jan Schampera)Matthias Clasen2006-12-311-5/+26
* Bug 340141 – Update to Pango 1.16 APIBehdad Esfahbod2006-12-241-1/+1
* Add new infrastructure for notifications of failed keyboard navigation andMichael Natterer2006-11-161-5/+30
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-3/+3
* Documentation additions and fixes.Matthias Clasen2006-06-291-1/+1
* Add gtk_label_set_line_wrap_mode, gtk_label_get_line_wrap_mode, and aAlexander Larsson2006-06-191-0/+72
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-42/+12
* added note about the inablity to do height-for-width text layout andMichael Natterer2006-05-021-0/+6
* Fix padding handlingMatthias Clasen2006-02-031-3/+1
* Use logical extents of the layout instead of ink extents. According toBehdad Esfahbod2006-01-251-8/+2
* Fix misalignment of RTL text in ellipsized GtkLabel: use layout width ifBehdad Esfahbod2006-01-231-3/+11
* Fix a C99ismMatthias Clasen2006-01-121-1/+2
* Add some notify batching, always emit notify after setting the new value.Matthias Clasen2006-01-111-2/+12
* Shrink the private structs of these a bit.Matthias Clasen2006-01-081-49/+55
* Fix label alignment when width-chars is set. (#326098, Benjamin Otte)Matthias Clasen2006-01-081-3/+5
* Don't return a value from a void function.Matthias Clasen2006-01-051-1/+1
* Add a gtk-label-select-on-focus setting. (gtk_label_grab_focus): And useMatthias Clasen2005-12-261-8/+82