| Commit message (Expand) | Author | Age | Files | Lines |
* | Make selecting the last character work again | Matthias Clasen | 2009-10-09 | 1 | -15/+13 |
* | Make link coloring in labels optional | Matthias Clasen | 2009-07-09 | 1 | -6/+78 |
* | Merge fix for bgo#315462 - Make GtkLabel deal with too-small height allocatio... | Federico Mena Quintero | 2009-05-12 | 1 | -3/+20 |
|\ |
|
| * | bgo#315462 - Make GtkLabel deal with too-small height allocations gracefully | Federico Mena Quintero | 2009-05-12 | 1 | -3/+20 |
* | | Add a separate keybinding signal for activating links | Matthias Clasen | 2009-05-11 | 1 | -48/+72 |
* | | Add link support to GtkLabel | Matthias Clasen | 2009-05-11 | 1 | -220/+1279 |
|/ |
|
* | Accept a NULL string. | Matthew Barnes | 2009-02-06 | 1 | -2/+1 |
* | Implement select-by-words for selectable labels | Matthias Clasen | 2009-01-22 | 1 | -4/+46 |
* | Correct some copy-and-paste mistakes in keybinding signal docs. Pointed | Matthias Clasen | 2009-01-19 | 1 | -1/+1 |
* | Doc additions | Matthias Clasen | 2008-12-29 | 1 | -1/+50 |
* | gtk_label_set_attributes() now applies attributes on top of any markup or | Tristan Van Berkom | 2008-11-06 | 1 | -16/+50 |
* | gtk/gtkcellrenderertext.h gtk/gtkentry.[ch] gtk/gtkimcontext.h | Michael Natterer | 2008-10-30 | 1 | -2/+3 |
* | gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c | Sven Neumann | 2008-08-12 | 1 | -3/+3 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 1 | -10/+10 |
* | gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.c use canonical signal names. | Sven Neumann | 2008-08-11 | 1 | -13/+13 |
* | Trivial doc fix | Matthias Clasen | 2008-07-15 | 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 |
* | Bug 530255 – GtkAboutDialog cuts off comments label Followup patch from | Behdad Esfahbod | 2008-06-29 | 1 | -1/+3 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Remove an unused variable. | Johan Dahlin | 2008-06-19 | 1 | -2/+0 |
* | 2.13.1GTK_2_13_1 | Matthias Clasen | 2008-05-30 | 1 | -1/+1 |
* | Bug 56355 – GtkLabel - Not all changes propagate correctly | Jan Arne Petersen | 2008-05-29 | 1 | -24/+12 |
* | Subtract logical.x from x to fix the wrong position for right and center | Jan Arne Petersen | 2008-05-25 | 1 | -2/+4 |
* | Added <attributes> / <attribute> custom tags to parse pango attributes | Tristan Van Berkom | 2008-04-11 | 1 | -1/+346 |
* | Use gtk_drag_*_add_{text,uri}_targets instead of hardcoded target tables. | Matthias Clasen | 2008-02-16 | 1 | -9/+12 |
* | gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.c | Michael Natterer | 2008-02-07 | 1 | -17/+5 |
* | gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.c | Michael Natterer | 2008-02-06 | 1 | -4/+4 |
* | More default property value corrections | Matthias Clasen | 2007-12-28 | 1 | -1/+1 |
* | Require gtk-doc 1.8 | Matthias Clasen | 2007-11-25 | 1 | -3/+3 |
* | gtk/gtkwidget.c gtk/gtkscrolledwindow.c Correct documentation that refers | Cody Russell | 2007-08-14 | 1 | -1/+1 |
* | Use a bit of the GtkLabel structure to remember that a pattern has been | Matthias Clasen | 2007-07-09 | 1 | -1/+13 |
* | added calls to g_object_freeze/thaw_notify() so gtk_label_get_text() | Michael Natterer | 2007-06-13 | 1 | -0/+4 |
* | Require gtk-doc 1.6, for signal and property links. | Matthias Clasen | 2007-05-26 | 1 | -50/+51 |
* | Make GTK_JUSTIFY_FILL work, using pango_layout_set_justify() that works | Behdad Esfahbod | 2007-05-04 | 1 | -1/+0 |
* | add new boolean settings gtk-enable-accels and gtk-enable-mnemonics which | Michael Natterer | 2007-02-05 | 1 | -3/+74 |
* | Use pango_matrix_transform_rectangle(). (#340141) | Behdad Esfahbod | 2007-01-10 | 1 | -51/+6 |
* | Fix the build | Matthias Clasen | 2007-01-07 | 1 | -1/+1 |
* | Make line wrapping work with width-chars and max-width-chars, and simplify | Matthias Clasen | 2007-01-07 | 1 | -68/+68 |
* | Fix broken width computation, again. | Behdad Esfahbod | 2007-01-05 | 1 | -2/+3 |
* | Fix uninitialized width variable. | Behdad Esfahbod | 2007-01-04 | 1 | -3/+3 |
* | Fix #332604, reported by Joe Wreschnig, patch by Jan Arne Petersen and | Matthias Clasen | 2007-01-04 | 1 | -6/+19 |
* | Don't install cursors on insensitive widgets. (#358864, Jan Schampera) | Matthias Clasen | 2006-12-31 | 1 | -5/+26 |
* | Bug 340141 – Update to Pango 1.16 API | Behdad Esfahbod | 2006-12-24 | 1 | -1/+1 |
* | Add new infrastructure for notifications of failed keyboard navigation and | Michael Natterer | 2006-11-16 | 1 | -5/+30 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -3/+3 |
* | Documentation additions and fixes. | Matthias Clasen | 2006-06-29 | 1 | -1/+1 |
* | Add gtk_label_set_line_wrap_mode, gtk_label_get_line_wrap_mode, and a | Alexander Larsson | 2006-06-19 | 1 | -0/+72 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -42/+12 |