| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | added note about the inablity to do height-for-width text layout and | Michael Natterer | 2006-05-02 | 1 | -0/+6 |
* | Fix padding handling | Matthias Clasen | 2006-02-03 | 1 | -3/+1 |
* | Use logical extents of the layout instead of ink extents. According to | Behdad Esfahbod | 2006-01-25 | 1 | -8/+2 |
* | Fix misalignment of RTL text in ellipsized GtkLabel: use layout width if | Behdad Esfahbod | 2006-01-23 | 1 | -3/+11 |
* | Fix a C99ism | Matthias Clasen | 2006-01-12 | 1 | -1/+2 |
* | Add some notify batching, always emit notify after setting the new value. | Matthias Clasen | 2006-01-11 | 1 | -2/+12 |
* | Shrink the private structs of these a bit. | Matthias Clasen | 2006-01-08 | 1 | -49/+55 |
* | Fix label alignment when width-chars is set. (#326098, Benjamin Otte) | Matthias Clasen | 2006-01-08 | 1 | -3/+5 |
* | Don't return a value from a void function. | Matthias Clasen | 2006-01-05 | 1 | -1/+1 |
* | Add a gtk-label-select-on-focus setting. (gtk_label_grab_focus): And use | Matthias Clasen | 2005-12-26 | 1 | -8/+82 |
* | Use GDK_WINDOW_CHILD for the selection window. (#318806, Alex Larsson) | Matthias Clasen | 2005-10-20 | 1 | -1/+1 |
* | No point in using a mem chunk for window groups, buttons, labels. | Matthias Clasen | 2005-09-14 | 1 | -1/+1 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -12/+3 |
* | Stylistic improvements and clarifications for some blurbs. (#315520, | Matthias Clasen | 2005-09-09 | 1 | -1/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -7/+7 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -3/+3 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | When dragging text, use a drag icon showing the (ellipsized) text that is | Matthias Clasen | 2005-07-11 | 1 | -3/+54 |
* | Modify all of the GtkMisc widgets to round down on centering calculations | Matthias Clasen | 2005-06-21 | 1 | -4/+3 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -8/+8 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -17/+18 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Fix formatting in example in the docs. (#170611, Jianfei Wang) | Matthias Clasen | 2005-03-17 | 1 | -1/+1 |
* | x | Matthias Clasen | 2005-03-09 | 1 | -8/+8 |
* | Fix a typo. (#168646, Vincent Untz) | Matthias Clasen | 2005-02-28 | 1 | -1/+1 |
* | Revert the last change, since gtk_widget_set_style_internal() already | Matthias Clasen | 2005-02-24 | 1 | -1/+3 |
* | Queue a resize, since fonts may have changed. (#164128, Phil Blundell) | Matthias Clasen | 2005-02-24 | 1 | -0/+1 |
* | Don't pass NULL to pango_context_get_metrics. Use | Anders Carlsson | 2005-01-09 | 1 | -1/+2 |
* | Don't forget to null the mnemonic_menu when unsetting a mnemonic, reported | Matthias Clasen | 2004-12-22 | 1 | -1/+2 |
* | s/maximal/maximum/g (#161195, David Lodge) | Matthias Clasen | 2004-12-13 | 1 | -7/+7 |
* | Add a max-width-chars property, which can be used to specify the width of | Matthias Clasen | 2004-12-13 | 1 | -17/+110 |
* | Fix a copy-and-paste error, noticed by Robert Ă–gren. | Matthias Clasen | 2004-12-12 | 1 | -1/+1 |
* | Support no-Alt mnemnonics in menu bars (#101309, Owen Taylor) | Matthias Clasen | 2004-12-10 | 1 | -12/+44 |
* | Fix a property nick typo. | Matthias Clasen | 2004-12-10 | 1 | -1/+1 |
* | Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables. | Owen Taylor | 2004-11-21 | 1 | -34/+180 |
* | Include gtkdnd.h (#158243, Kazuki IWAMOTO) | Matthias Clasen | 2004-11-15 | 1 | -0/+1 |
* | Implement DND for selectable labels. | Matthias Clasen | 2004-11-12 | 1 | -31/+98 |
* | Adjust to the current entry popup menu. | Matthias Clasen | 2004-11-12 | 1 | -6/+5 |
* | Clip when drawing the cursor. This prevents bits of a selectable label | Matthias Clasen | 2004-11-09 | 1 | -3/+4 |
* | Avoid resizing GtkStatusbar if the text of the label changes (#90955, He | Matthias Clasen | 2004-11-09 | 1 | -3/+101 |
* | Allow unsetting a pattern by passing NULL. (#156720, Tristan Van Berkom) | Matthias Clasen | 2004-11-03 | 1 | -1/+4 |