aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-statusbar.c
Commit message (Expand)AuthorAgeFilesLines
* ephy-statusbar: fix GTK+ version check, it was reversedXan Lopez2009-12-161-2/+2
* ephy-statusbar: avoid widget surgery hacks with newer GTK+sXan Lopez2009-12-081-1/+8
* docs: ephy-statusbarDiego Escalante Urrelo2009-12-031-1/+15
* Add GObject introspection annotations to many *_get_* functionsIain Nicol2009-11-181-1/+1
* GTK+ 2.17.11 is now the required versionJavier Jardón2009-09-221-1/+1
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Remove progress from statusbar now that we show it in the location entry.Xan Lopez2008-12-311-50/+0
* Do not do single includes for GTK+, bug #536090Diego Escalante Urrelo2008-06-041-7/+1
* Use G_DEFINE_TYPE* when possible in src/ (#515601)Xan Lopez2008-02-111-30/+1
* Update gtk+ req to 2.11.6.Christian Persch2007-07-101-81/+12
* Make this comment accurate.Christian Persch2007-05-201-1/+1
* Make progressbar taller. Bug #421060.Christian Persch2007-03-251-8/+14
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Remove x bit from source filesChristian Persch2006-12-311-0/+0
* Removed uneeded #include <gtk/gtkframe.h>.Diego Escalante Urrelo2006-12-311-1/+0
* Only use the statusbar size-allocate hack on gtk <= 2.10 now that gtk bugChristian Persch2006-12-251-1/+7
* Version 2.17.3.Christian Persch2006-12-051-0/+1
* Make progressbar smaller. Bug #368759.Christian Persch2006-12-041-111/+139
* Use UTF-8 copyright symbolChristian Persch2006-09-131-3/+3
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* Add page security info dialogue from Certificates extension.Christian Persch2006-07-251-2/+41
* Use g_object_ref_sink().Christian Persch2006-03-291-2/+1
* Add caret mode indicator UI. Bug #145581.Christian Persch2006-01-181-0/+54
* Add accessor functions for those instead of relying on using the structChristian Persch2005-07-301-0/+29
* Some sparse fixes.Christian Persch2005-01-311-1/+1
* Added ephy_statusbar_remove_widget().Adam Hooper2005-01-211-2/+21
* Prefix structs with _.Christian Persch2005-01-091-1/+1
* Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessaryChristian Persch2004-12-141-1/+0
* Add resize grip. Fixes bug #137845.Christian Persch2004-11-111-2/+1
* Removed a FIXME comment where the problem it pointed to has already been fixed.Christian Persch2004-11-091-1/+0
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Correctly change the statusbar children's frams's shadow type when theChristian Persch2004-10-281-3/+2
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+1
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-131-8/+4
* Popup blocking support. View -> Popup Windows.Adam Hooper2004-07-011-1/+61
* Elimiate indeterminate progress, fixes bugs #142303 and #142305.Christian Persch2004-05-211-11/+3
* Statusbar re-design: Move lock icon to left; hide progress bar when noChristian Persch2004-05-111-10/+64
* Make the statusbar's GtkTooltips publicly accessibly.Christian Persch2004-05-021-7/+5
* Add API docs.Christian Persch2004-03-021-6/+38
* Export ephy_statusbar_add_widget() for use by extensions.Christian Persch2004-03-011-3/+13
* Install the statusbar .h file.Christian Persch2004-02-131-0/+192