| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a segfault in gtk_statusbar_remove_all | Matthias Clasen | 2011-01-31 | 1 | -1/+4 |
* | Backport a lot of GI transfer annotations | Martin Pitt | 2011-01-10 | 1 | -1/+1 |
* | Bug 611709 - Add gtk_statusbar_remove_all | Garrett Regier | 2010-06-02 | 1 | -0/+66 |
* | Don't use GTK_WIDGET_STATE in internal code anymore | Javier Jardón | 2010-03-09 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_REALIZED | Javier Jardón | 2010-03-03 | 1 | -4/+4 |
* | Deprecate widget flag: GTK_WIDGET_MAPPED | Javier Jardón | 2010-03-03 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_IS_SENSITIVE | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Implement gtk_statusbar_get_message_area and "message_area" child | Christian Dywan | 2009-11-12 | 1 | -2/+54 |
* | Fix issues with resize handles | Matthias Clasen | 2009-07-24 | 1 | -14/+21 |
* | Bug 555387 – Changing the sensitivity of a statusbar | Christian Dywan | 2008-10-08 | 1 | -1/+1 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 1 | -9/+9 |
* | gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtksocket.c gtk/gtkspinbutton.c | Sven Neumann | 2008-08-08 | 1 | -2/+2 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | gtk/gtkcellrenderer.c gtk/gtkcellrendererpixbuf.c | Michael Natterer | 2008-05-19 | 1 | -3/+3 |
* | gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.c | Michael Natterer | 2008-02-07 | 1 | -5/+1 |
* | Take into account modifications of the inner frame for has_extra_children. | Xan Lopez | 2007-12-26 | 1 | -0/+4 |
* | We always chain to the parent size_allocate, no need to do this. | Xan Lopez | 2007-12-26 | 1 | -1/+0 |
* | missing #include <ctype.h>. | Yevgen Muntyan | 2007-05-23 | 1 | -1/+1 |
* | No need to allocate a guint; just stuff the ID into the pointer directly. | Christian Persch | 2007-05-01 | 1 | -7/+6 |
* | Move docs inline and expand them a bit. | Matthias Clasen | 2007-01-07 | 1 | -0/+86 |
* | Don't install cursors on insensitive widgets. (#358864, Jan Schampera) | Matthias Clasen | 2006-12-31 | 1 | -10/+24 |
* | Don't assume statusbar->label is the statusbar's frame's child when | Christian Persch | 2006-12-25 | 1 | -4/+12 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -11/+0 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -39/+9 |
* | ported memchunk uses to g_slice, so the code compiles again. | Tim Janik | 2005-12-06 | 1 | -9/+4 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -2/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -3/+3 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Be a bit more careful to not shrink the label to a negative width. | Matthias Clasen | 2005-07-21 | 1 | -6/+6 |
* | Only shrink the label if we need to. (#169390, Felix Riemann) | Matthias Clasen | 2005-05-16 | 1 | -6/+9 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -3/+3 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -2/+3 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -2/+2 |
* | 2.5.5GTK_2_5_5 | Matthias Clasen | 2004-11-12 | 1 | -2/+2 |
* | Also reserve space for the resize grip if the grip_window is not realized | Matthias Clasen | 2004-11-12 | 1 | -7/+11 |
* | Only shorten the label if it actually overlaps the resize grip. | Matthias Clasen | 2004-11-10 | 1 | -18/+76 |
* | Only shorten the label if it actually overlaps the resize grip. | Matthias Clasen | 2004-11-10 | 1 | -6/+9 |
* | Raise the grip window when appropriate. (gtk_statusbar_init): Instead of | Matthias Clasen | 2004-11-09 | 1 | -5/+11 |
* | Raise the grip window when appropriate. | Matthias Clasen | 2004-11-09 | 1 | -5/+23 |
* | Show the grip_window if necessary. | Matthias Clasen | 2004-11-09 | 1 | -1/+4 |
* | Apply a patch by Owen Taylor to get reasonable allocations for the | Matthias Clasen | 2004-11-09 | 1 | -32/+8 |
* | Avoid resizing GtkStatusbar if the text of the label changes (#90955, He | Matthias Clasen | 2004-11-09 | 1 | -0/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | New function. Use resize cursors for resize grips. (Bug #129621) | Soeren Sandmann | 2004-02-26 | 1 | -32/+69 |