summaryrefslogtreecommitdiff
path: root/gtk/gtkstatusbar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizableDarin Adler2001-07-181-1/+0
* Handle case where we need to parse the xsetting as if it were an RC fileHavoc Pennington2001-06-041-24/+91
* *** empty log message ***Owen Taylor2001-03-291-8/+266
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-0/+8
* doh, this was broken beyond believe.Tim Janik2000-12-131-1/+0
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-2/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Use anonymous mark instead of making up a bogus name for first_para_markHavoc Pennington2000-06-231-3/+0
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-31/+16
* s/refcount/ref_count/.Tim Janik2000-02-131-3/+3
* Add gdk_threads_mutex.Tor Lillqvist1999-09-171-2/+2
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* Added gdk_text_extents_wc()Owen Taylor1998-12-151-1/+1
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-21/+2
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-2/+3