aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-navigation-action.c
Commit message (Expand)AuthorAgeFilesLines
* Do not create statusbar messages for navigation actionsXan Lopez2010-05-191-12/+1
* Split EphyNavigationAction in one abstract class and two subclassesMario Sanchez Prada2010-04-201-365/+64
* Duplicate strings to be used as url in the Up dropdown menuMario Sanchez Prada2010-04-071-1/+1
* Clean uneeded EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBEDDiego Escalante Urrelo2010-02-021-2/+5
* Avoid blank items in back/forward menusDiego Escalante Urrelo2010-01-121-3/+10
* Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindowGustavo Noronha Silva2009-12-171-2/+2
* ephy-navigation-action: reverse forward history listCarl van Toder2009-12-091-2/+2
* GTK+ 2.17.11 is now the required versionJavier Jardón2009-09-221-1/+1
* Add back support for the "direction up" navigation (GNOME bug 595653)Frédéric Péters2009-09-221-0/+2
* ephy-navigation-action.c: do not jump to new tab when middle-clicking on back...Xan Lopez2009-07-221-2/+2
* ephy-navigation-action.c: add copyrightXan Lopez2009-07-211-0/+1
* ephy-navigation-action.c: sort includesXan Lopez2009-07-211-7/+7
* ephy-navigation-action.c: fixup for bug #583440Xan Lopez2009-07-211-10/+26
* ephy-navigation-action.c: fix middle-click on back/forwardXan Lopez2009-07-211-0/+2
* Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ...Xan Lopez2009-06-051-2/+2
* Preserve back/forward history when opening links in new tabs/windows.Xan Lopez2009-05-281-5/+4
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* embed: remove history item abstraction from embed.Xan Lopez2008-06-301-1/+0
* embed: remove ephy_embed_go_to_history_item.Xan Lopez2008-06-301-3/+3
* embed: remove ephy_embed_get_{backward,forward}_history.Xan Lopez2008-06-301-19/+46
* embed: remove ephy_embed_go_forward.Xan Lopez2008-06-301-1/+1
* embed: remove ephy_embed_go_back.Xan Lopez2008-06-301-1/+5
* Do not do single includes for GTK+, bug #536090Diego Escalante Urrelo2008-06-041-9/+1
* Use G_DEFINE_TYPE* when possible in src/ (#515601)Xan Lopez2008-02-111-33/+3
* Do not use history API if we only want to go back or forward, only use itXan Lopez2008-02-101-14/+2
* Fix back button looping through history.Cosimo Cecchi2008-02-051-15/+19
* Make middle clicking on Back/Forward toolbar buttons open again inCosimo Cecchi2008-02-011-3/+29
* Fix typo when building the back/forward history menuJan Michael C. Alonzo2007-12-311-1/+1
* Make MozillaHistoryItem create url and title on demand.Xan Lopez2007-12-301-4/+7
* Use the new interfaces for backward/forward menus.Xan Lopez2007-12-301-54/+37
* Use go_back and go_forward methods for navigation.Xan Lopez2007-11-181-5/+2
* And port all the callers in src/Xan Lopez2007-11-161-5/+7
* Remove EPhyTab.Christian Persch2007-10-281-16/+8
* Make "Up" button dropdown menu show titles instead of URLs for already visite...Cosimo Cecchi2007-10-021-1/+14
* Port to new tooltips API.Christian Persch2007-07-101-31/+12
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Remove a double call to history copy when middle-clicking on back/forwardJean-François Rameau2006-11-131-1/+0
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* Mark strings in param specs as static.Christian Persch2005-11-081-3/+3
* Exten the EphyLinkAction to attach a mouse-release-event handler whichPhilip Langdale2005-10-171-7/+45
* . Forgot to remove the unused url variable.Philip Langdale2005-10-131-3/+0
* embed/ephy-embed.c . Add a method to copy the back/forward history fromPhilip Langdale2005-10-131-0/+19
* Show URI in status bar when selecting Back/Forward/Up menu items. FixesJean-François Rameau2005-07-011-2/+57
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-2/+2
* Use glib-mkenums to generate the enum and flags get_type functions.Christian Persch2005-01-071-0/+1
* A src/ephy-home-action.c: (ephy_home_action_activate),Christian Persch2004-12-241-9/+13
* Make distcheck fix.Christian Persch2004-12-141-8/+9
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+1
* Add tooltips on the arrows, and fix the tooltip on the "Up" button to beChristian Persch2004-10-221-7/+50
* Fix a warning, noticed by Crispin.Christian Persch2004-10-061-5/+5
* R lib/egg/eggdropdowntoolbutton.c: R lib/egg/eggdropdowntoolbutton.h:Christian Persch2004-10-051-6/+12
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-131-123/+136
* *** empty log message ***Marco Pesenti Gritti2004-03-171-0/+4
* Use favicons in the back/forward menus.Christian Persch2003-12-201-5/+31
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-051-4/+4
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-17/+8
* Complete gtk 2.3 port. It doesnt run here but it could be my env.Marco Pesenti Gritti2003-08-301-0/+3
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-301-5/+5
* Cleanup.Christian Persch2003-07-131-15/+8
* Shorten strings.Christian Persch2003-07-131-3/+12
* Fix mem leaks.Christian Persch2003-06-281-0/+13
* Use window_load_url when useful. Right now just a cleanup but will beMarco Pesenti Gritti2003-06-261-1/+1
* Fix 64 bit problems. Patch from katzj@redhat.com.Christopher Blizzard2003-05-101-2/+2
* Changed GtkType to GType.Christian Meyer2003-02-091-1/+1
* Merge eog-menu-api branchMarco Pesenti Gritti2003-01-211-0/+336