aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-tabs-menu.c
Commit message (Expand)AuthorAgeFilesLines
* ephy-tabs-menu: show favicons instead of radiobuttons in the tabs menu.Olivier Tilloy2010-02-191-46/+29
* Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindowGustavo Noronha Silva2009-12-171-3/+3
* GTK+ 2.17.11 is now the required versionJavier Jardón2009-09-221-1/+1
* Move the get_title_composite function to EphyWebView.Xan Lopez2009-06-161-1/+1
* ephy-tabs-menu.c: pass correct parameter to sync_tab_title function.Xan Lopez2009-06-091-1/+1
* ephy-tabs-menu.c: tab titles are not updated.Xan Lopez2009-06-081-4/+4
* Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ...Xan Lopez2009-06-051-1/+1
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Do not do single includes for GTK+, bug #536090Diego Escalante Urrelo2008-06-041-7/+1
* Plug a mem leak.Christian Persch2008-05-261-0/+1
* Don't store the tabs menu accels in the accel map file.Christian Persch2007-12-161-1/+3
* Move active-tab property to the embed-container interface.Xan Lopez2007-11-171-3/+3
* Rename ephy_embed_container_jump_to_child to ephy_embed_container_set_active_...Xan Lopez2007-11-161-1/+1
* And port all the callers in src/Xan Lopez2007-11-161-5/+7
* Remove EphyTab.Christian Persch2007-10-281-26/+26
* Move tab ID from EphyTab to EphyTabsMenu which is the only user of it.Christian Persch2007-10-281-7/+89
* Use G_DEFINE_TYPE.Christian Persch2007-10-281-28/+3
* Port src/ to the new properties in EphyEmbed.Xan Lopez2007-10-261-1/+2
* Change ephy_embed_get_title to return const char*.Xan Lopez2007-10-261-1/+1
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Make this a regular check, not g_return_if_fail.Christian Persch2007-01-291-3/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* Make sure each tab has its own unique ID, so accel paths don't conflictChristian Persch2006-04-251-2/+3
* Port notebook DND to gtk+ 2.9.Christian Persch2006-03-241-14/+18
* Use sizeof() here.Christian Persch2005-12-061-1/+1
* Mark strings in param specs as static.Christian Persch2005-11-081-1/+1
* Add a function to get the tab's real title, and use it where appropriate.Christian Persch2005-09-281-1/+1
* Use connect_object, to guard against "title" signal emitted when theChristian Persch2005-03-151-2/+3
* Fix signal handler disconnection; bug #170353.Christian Persch2005-03-151-1/+1
* Fix initial active tab.Christian Persch2005-02-131-7/+13
* Remove ephy_tab_get_action(). Adapts the tabs menu accordingly.Christian Persch2005-02-111-93/+193
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-1/+1
* Remove unused include from public header ephy-window.h.Christian Persch2005-01-091-0/+1
* Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessaryChristian Persch2004-12-141-4/+8
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-281-3/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-6/+6
* Add ephy_window_get_ui_manager(), and remove the manager from the publicChristian Persch2004-09-141-14/+10
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-131-4/+23
* 2004-04-09 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-04-141-0/+6
* Make EphyTab inherit from GtkBin, and contain the EphyEmbed as its child.Christian Persch2004-02-251-23/+13
* Fix mem leak.Christian Persch2004-01-251-1/+3
* New API to get the EphyTab from an EphyEmbed. Port all users.Christian Persch2004-01-021-7/+7
* Make print dialogue spacing HIG-compliant.Christian Persch2003-12-111-3/+5
* Simplify and solve bugs by using a checkbox with radio appeareance. ThatMarco Pesenti Gritti2003-09-241-6/+0
* Remove also from the groupMarco Pesenti Gritti2003-09-241-3/+5
* Dave Bordoley <bordoley@msu.edu>Marco Pesenti Gritti2003-09-241-33/+57
* Remove not needed removal of groups of actions from ui merge (gtk fix).Marco Pesenti Gritti2003-09-121-3/+0
* Adapt to new gtk_ui_manager_add_ui functionality.Christian Persch2003-09-051-1/+2
* Use the api for dynamic menus creation. Far cleaner.Marco Pesenti Gritti2003-09-031-21/+8
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-8/+9
* Some more missing ensure update.Marco Pesenti Gritti2003-09-021-0/+1
* Fix problems with EphyNodeView, bookmarks and history dialogs and updateMarco Pesenti Gritti2003-09-011-4/+3
* Complete gtk 2.3 port. It doesnt run here but it could be my env.Marco Pesenti Gritti2003-08-301-18/+17
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-301-20/+20
* 2003-08-02 Christian PerschChristian Persch2003-08-021-0/+2
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-131-1/+2
* Remove some unused headers.Marco Pesenti Gritti2003-06-231-1/+0
* s/snprintf/g_snprintf to not break gcc 2.95Marco Pesenti Gritti2003-06-171-1/+1
* The Friday the 13th Mega Patch. Beware!Christian Persch2003-06-131-0/+4
* Do not emit the TABS_CHANGED signal; the tab's egg action will itself takeChristian Persch2003-06-101-147/+102
* Fix signed/unsigned mistake.Christian Persch2003-06-071-2/+3
* Get rid of MAKE_GET_TYPE; make building the tabs menu a little faster.Christian Persch2003-05-291-47/+63
* Marco Pesenti Gritti <marco@it.gnome.org>David Bordoley2003-05-171-0/+340