aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-toolbar.c
Commit message (Expand)AuthorAgeFilesLines
* Remove accelerator actions for extra keybindings.Philip Langdale2005-11-131-0/+6
* More static strings.Christian Persch2005-11-081-1/+1
* Point main menu UI at toolbar actions. Don't try and change the state ofPhilip Langdale2005-10-221-8/+11
* Remove fullscreen and leave-fullscreen stock icons; they're available inChristian Persch2005-10-201-1/+1
* Remove lock visibility setter.Christian Persch2005-10-181-17/+1
* H18 patch, by Peter Harvey <pah06@uow.edu.au>.Peter Harvey2005-10-171-49/+0
* Exten the EphyLinkAction to attach a mouse-release-event handler whichPhilip Langdale2005-10-171-6/+0
* embed/ephy-embed.c . Add a method to copy the back/forward history fromPhilip Langdale2005-10-131-0/+4
* Remove unused variable.Christian Persch2005-10-071-1/+0
* Use flags to save memory for the priv struct.Christian Persch2005-10-071-12/+13
* Add style properties for 'secure-[bg|fg]-color', and apply them when theChristian Persch2005-10-071-1/+9
* Open new tabs with blank url bar if we're loading the homepage. Fixes bugChristian Persch2005-08-111-1/+2
* Tiny string fix just before string freeze :)Christian Persch2005-08-091-1/+1
* Add a ::icon property to EphyTab, and use that everywhere instead ofChristian Persch2005-08-011-1/+1
* Fix ESC behaviour to always stop, and to reset the location entry whenChristian Persch2005-07-261-3/+4
* Set title of loading page to the address, iff the page was blank before.Christian Persch2005-07-241-1/+1
* Use gtk_action_set_[sensitive|visible] instead of g_object_set.Christian Persch2005-04-191-4/+2
* A src/ephy-action-helper.c: A src/ephy-action-helper.h: AChristian Persch2005-04-191-52/+12
* Revert patch from bug #169956, it's not correct.Christian Persch2005-03-121-6/+7
* Add FIXME comment about gtkmozembed focusChristian Persch2005-03-121-0/+2
* Don't activate the location entry if it's hidden. Fixes bug #169956.Christian Persch2005-03-121-7/+4
* Don't set the lock icon as drag source. Actually emit the lock-clickedChristian Persch2005-02-061-0/+9
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-1/+1
* Don't show the Leave Fullscreen button in lockdown fullscreen mode. SwitchChristian Persch2005-01-261-7/+9
* Use new leave-fullscreen icon from g-i-t. Fixes bug #164676.Christian Persch2005-01-201-1/+1
* Add favicon and lock icon to the entry. Fixes bug #116482 and bug #149506.Christian Persch2005-01-141-4/+19
* Add Toolbar toggle to document context menu in fullscreen mode.Christian Persch2005-01-131-0/+807