summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Support no-Alt mnemnonics in menu bars (#101309, Owen Taylor)Matthias Clasen2004-12-101-12/+44
* Fix a property nick typo.Matthias Clasen2004-12-101-1/+1
* Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables.Owen Taylor2004-11-211-34/+180
* Include gtkdnd.h (#158243, Kazuki IWAMOTO)Matthias Clasen2004-11-151-0/+1
* Implement DND for selectable labels.Matthias Clasen2004-11-121-31/+98
* Adjust to the current entry popup menu.Matthias Clasen2004-11-121-6/+5
* Clip when drawing the cursor. This prevents bits of a selectable labelMatthias Clasen2004-11-091-3/+4
* Avoid resizing GtkStatusbar if the text of the label changes (#90955, HeMatthias Clasen2004-11-091-3/+101
* Allow unsetting a pattern by passing NULL. (#156720, Tristan Van Berkom)Matthias Clasen2004-11-031-1/+4