summaryrefslogtreecommitdiff
path: root/gtk/gtkstatusbar.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix issues with resize handlesMatthias Clasen2009-07-241-14/+21
* Bug 555387 – Changing the sensitivity of a statusbarChristian Dywan2008-10-081-1/+1
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-9/+9
* gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtksocket.c gtk/gtkspinbutton.cSven Neumann2008-08-081-2/+2
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gtk/gtkcellrenderer.c gtk/gtkcellrendererpixbuf.cMichael Natterer2008-05-191-3/+3
* gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.cMichael Natterer2008-02-071-5/+1
* Take into account modifications of the inner frame for has_extra_children.Xan Lopez2007-12-261-0/+4
* We always chain to the parent size_allocate, no need to do this.Xan Lopez2007-12-261-1/+0
* missing #include <ctype.h>.Yevgen Muntyan2007-05-231-1/+1
* No need to allocate a guint; just stuff the ID into the pointer directly.Christian Persch2007-05-011-7/+6
* Move docs inline and expand them a bit.Matthias Clasen2007-01-071-0/+86
* Don't install cursors on insensitive widgets. (#358864, Jan Schampera)Matthias Clasen2006-12-311-10/+24
* Don't assume statusbar->label is the statusbar's frame's child whenChristian Persch2006-12-251-4/+12
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-11/+0
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-39/+9
* ported memchunk uses to g_slice, so the code compiles again.Tim Janik2005-12-061-9/+4
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-2/+0
* Intern some more strings.Matthias Clasen2005-09-011-3/+3
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Be a bit more careful to not shrink the label to a negative width.Matthias Clasen2005-07-211-6/+6
* Only shrink the label if we need to. (#169390, Felix Riemann)Matthias Clasen2005-05-161-6/+9
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-3/+3
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-2/+3
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-2/+2
* 2.5.5GTK_2_5_5Matthias Clasen2004-11-121-2/+2
* Also reserve space for the resize grip if the grip_window is not realizedMatthias Clasen2004-11-121-7/+11
* Only shorten the label if it actually overlaps the resize grip.Matthias Clasen2004-11-101-18/+76
* Only shorten the label if it actually overlaps the resize grip.Matthias Clasen2004-11-101-6/+9
* Raise the grip window when appropriate. (gtk_statusbar_init): Instead ofMatthias Clasen2004-11-091-5/+11
* Raise the grip window when appropriate.Matthias Clasen2004-11-091-5/+23
* Show the grip_window if necessary.Matthias Clasen2004-11-091-1/+4
* Apply a patch by Owen Taylor to get reasonable allocations for theMatthias Clasen2004-11-091-32/+8
* Avoid resizing GtkStatusbar if the text of the label changes (#90955, HeMatthias Clasen2004-11-091-0/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* New function. Use resize cursors for resize grips. (Bug #129621)Soeren Sandmann2004-02-261-32/+69
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-4/+4
* Add a new keybinding signal, move_viewport. (gtk_text_view_move_viewport):Matthias Clasen2003-07-181-0/+73
* Add gtkcolorbutton.c and gtkfontbutton.c.Matthias Clasen2003-07-111-1/+1
* RTL flipping for statusbars.Matthias Clasen2002-12-031-4/+26
* Don't start a drag on double click. (#98189) Also test moving.Matthias Clasen2002-11-101-1/+2
* It is called GtkStatusbar, not GtkStatusBar. This was changed accidentallyMatthias Clasen2002-10-221-2/+2
* Deprecation cleanupManish Singh2002-10-091-41/+46
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-2/+3
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-6/+0