summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use GDK_WINDOW_CHILD for the selection window. (#318806, Alex Larsson)Matthias Clasen2005-10-201-1/+1
* No point in using a mem chunk for window groups, buttons, labels.Matthias Clasen2005-09-141-1/+1
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-12/+3
* Stylistic improvements and clarifications for some blurbs. (#315520,Matthias Clasen2005-09-091-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-7/+7
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-3/+3
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* When dragging text, use a drag icon showing the (ellipsized) text that isMatthias Clasen2005-07-111-3/+54
* Modify all of the GtkMisc widgets to round down on centering calculationsMatthias Clasen2005-06-211-4/+3
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-8/+8
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-17/+18
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Fix formatting in example in the docs. (#170611, Jianfei Wang)Matthias Clasen2005-03-171-1/+1
* xMatthias Clasen2005-03-091-8/+8
* Fix a typo. (#168646, Vincent Untz)Matthias Clasen2005-02-281-1/+1
* Revert the last change, since gtk_widget_set_style_internal() alreadyMatthias Clasen2005-02-241-1/+3
* Queue a resize, since fonts may have changed. (#164128, Phil Blundell)Matthias Clasen2005-02-241-0/+1
* Don't pass NULL to pango_context_get_metrics. UseAnders Carlsson2005-01-091-1/+2
* Don't forget to null the mnemonic_menu when unsetting a mnemonic, reportedMatthias Clasen2004-12-221-1/+2
* s/maximal/maximum/g (#161195, David Lodge)Matthias Clasen2004-12-131-7/+7
* Add a max-width-chars property, which can be used to specify the width ofMatthias Clasen2004-12-131-17/+110
* Fix a copy-and-paste error, noticed by Robert Ögren.Matthias Clasen2004-12-121-1/+1