aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.h
Commit message (Expand)AuthorAgeFilesLines
* Append new tab on the window with most tabs in the current workspaceGustavo Noronha Silva2012-12-111-0/+2
* Make sure windows are properly closed when quitting from the shell menuCarlos Garcia Campos2012-09-271-0/+2
* ephy-window: remove unneeded includeXan Lopez2012-01-241-1/+0
* ephy-window: make ephy_window_get_find_toolbar privateXan Lopez2012-01-211-2/+0
* Make ephy_window_get_ui_manager return a GtkUIManager, not a GObjectXan Lopez2012-01-211-1/+1
* ephy-window: make ephy_window_set_location privateXan Lopez2012-01-211-2/+0
* Be a bit more strict about header includesXan Lopez2012-01-201-1/+1
* More private method cleanupsXan Lopez2012-01-201-5/+0
* Add a ephy-private.h headerXan Lopez2012-01-201-4/+0
* ephy-window: remove redundant includesXan Lopez2012-01-201-2/+0
* ephy-window: missing annotationXan Lopez2012-01-201-0/+1
* Rename EphyLocationAction -> EphyLocationControllerCosimo Cecchi2012-01-201-2/+2
* location-action: don't make this a GtkAction anymoreCosimo Cecchi2012-01-201-0/+2
* Stop using GtkUIManager to create the toolbarXan Lopez2012-01-171-0/+2
* Use the new Shell global menu for global actionsXan Lopez2012-01-141-2/+2
* Remove ephy_window_get_toolbarXan Lopez2011-12-141-2/+0
* Remove custom EphyToolbar in favor of a vanilla GtkToolbarXan Lopez2011-12-141-1/+3
* ephy-window: add new downloads UIDiego Escalante Urrelo2011-03-081-0/+3
* Use a chromium-like status bar by defaultXan Lopez2010-05-191-2/+0
* Implemented print previewJose Millan Soto2010-02-091-4/+0
* docs: ephy-windowDiego Escalante Urrelo2009-12-031-5/+0
* 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-1/+1
* Add epiphany.h. Only allow including epiphany/epiphany.h; all otherChristian Persch2008-04-121-0/+4
* Move print-preview property to EphyEmbedContainer interface.Xan Lopez2007-11-171-1/+1
* Port EphyWindow to the new interface.Xan Lopez2007-11-161-17/+0
* Renamed ephy_tab_get_active_embed to _tab.Christian Persch2007-10-281-1/+1
* Remove EphyTab.Christian Persch2007-10-281-6/+3
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-1/+1
* H18 patch, by Peter Harvey <pah06@uow.edu.au>.Peter Harvey2005-10-171-5/+3
* Make the methods to unset/release the context event semi-public.Christian Persch2005-09-191-0/+5
* Add public function ephy_window_get_context_event() to get theChristian Persch2005-08-041-0/+2
* Handle Ctrl-F like / to open the find bar without focusing it. Fixes linkChristian Persch2005-06-091-2/+0
* Deactivate typeaheadfind in print preview mode.Christian Persch2005-05-301-0/+2
* Check for toolkit nsITypeAheadFind.Christian Persch2005-05-291-0/+2
* Rework popup windows. Introduce "is-popup" property on EphyWindow toChristian Persch2005-04-181-1/+4
* Remove unused include from public header ephy-window.h.Christian Persch2005-01-091-2/+0
* Remove ephy_window_print().Christian Persch2005-01-031-2/+0
* Remove obsolete ephy_window_load_in_tabs() and use generic link openingChristian Persch2004-12-241-4/+0
* Remove ephy_string_parse_uri_list, and use new glib functionChristian Persch2004-10-231-1/+1
* No circular dependencies anymore.Christian Persch2004-10-091-7/+5
* Add ephy_window_get_ui_manager(), and remove the manager from the publicChristian Persch2004-09-141-3/+3
* Add EphyWindow API to open multiple uris in tabs, use it for dnd on theMarco Pesenti Gritti2004-06-241-0/+4
* Merging bookmarksbar-separation branch.Christian Persch2004-06-111-0/+2
* Get rid of ephy_tab_[get|set]_window().Christian Persch2004-03-241-1/+1
* API documentationAdam Hooper2004-03-241-3/+2
* Cleanups chromes code and register a type for the enum.Marco Pesenti Gritti2004-03-191-8/+1
* Make EphyTab inherit from GtkBin, and contain the EphyEmbed as its child.Christian Persch2004-02-251-1/+1
* Move Toolbar struct decl to toolbar.h.Christian Persch2003-12-251-1/+0
* Bring ephy_window_get_toolbar signature in line withChristian Persch2003-12-251-2/+2
* Move events code inside EphyBrowser.cpp and add an event for blockedAdam Hooper2003-12-101-0/+2
* Split print dialogue in print setup and actual print, and move printChristian Persch2003-12-071-3/+3
* Marco Pesenti Gritti <marco@gnome.org>Chris Lahey2003-11-301-2/+3
* Complete docs base implementation. Should work more or less.Marco Pesenti Gritti2003-11-201-0/+2
* Get rid of the last vestige of ephy_window_update_control(), and make theChristian Persch2003-10-181-8/+0
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-7/+7
* Rework find implementation to integrate better with type ahead and toMarco Pesenti Gritti2003-07-201-1/+1
* Remove some unused headers.Marco Pesenti Gritti2003-06-231-2/+2
* Move the context popup menu to ephy-window.c. If there's no backgroundChristian Persch2003-06-201-0/+1
* Make prev/next navigation capability an object property, and sync on embedChristian Persch2003-06-151-1/+0
* Make visibility a tab GObject property.Christian Persch2003-06-141-1/+0
* The Friday the 13th Mega Patch. Beware!Christian Persch2003-06-131-12/+0
* continuing checkin of previous patch (cvs aborted "broken pipe")Christian Persch2003-05-281-1/+1
* Simplified and reorganised zoom. Implement a zoom control for the toolbar.Christian Persch2003-05-201-1/+1
* Marco Pesenti Gritti <marco@it.gnome.org>David Bordoley2003-05-171-1/+0
* Implement the EPHY_NEW_TAB_APPEND_AFTER flag.Christian Persch2003-05-061-1/+1
* New history dialog implementation. More similar to bookmarks. Yeah itMarco Pesenti Gritti2003-04-181-2/+0
* Remove some api that was just silly wrappers. Return GtkTreeViewColumn onMarco Pesenti Gritti2003-04-151-0/+1
* Merge eog-menu-api branchMarco Pesenti Gritti2003-01-211-8/+4
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+140