summaryrefslogtreecommitdiff
path: root/src/ephy-shell.c
Commit message (Expand)AuthorAgeFilesLines
* Use G_DEFINE_TYPE* when possible in src/ (#515601)Xan Lopez2008-02-101-34/+4
* Open externally opened link in current tab if it is blank.Cosimo Cecchi2008-01-101-12/+27
* And port all the callers in src/Xan Lopez2007-11-161-1/+2
* Remove EphyTab use.Christian Persch2007-10-281-27/+20
* Move address and typed-address from EphyTab to EphyEmbedXan Lopez2007-10-251-2/+2
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-111-1/+1
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-151-1/+2
* Remove a double call to history copy when middle-clicking on back/forwardJean-François Rameau2006-11-121-9/+9
* Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko.Jean-François Rameau2006-10-221-1/+17
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-061-1/+1
* A embed/mozilla/GeckoPrintService.cpp: AChristian Persch2006-06-181-33/+6
* copy history over when opening link in new tab/win using context menu.Wouter Bolsterlee2006-06-081-0/+9
* Fix gcc 4.1 warnings (dereferencing type-punned pointer will breakJean-François Rameau2006-03-021-3/+15
* data/ui/epiphany-fs-toolbar.xml lib/egg/egg-toolbars-model.cPeter Harvey2006-02-211-0/+7
* lib/ephy-state.h lib/ephy-state.c src/ephy-shell.cPeter Harvey2006-02-041-1/+1
* Fix initial network status sync.Christian Persch2006-01-251-2/+2
* libnm-glib be-gone! Use NetworkManager directly via DBUS, by importing theChristian Persch2006-01-251-6/+71
* Add a GError** to ephy_file_helpers_init and ephy_ensure_dir_exists, so weChristian Persch2006-01-231-250/+6
* R data/GNOME_Epiphany_Automation.server.in: A data/epiphany-service.xml: AChristian Persch2006-01-021-126/+69
* Add some code so ad blocking should be more easy. Based on the fact thatJean-François Rameau2005-12-191-1/+1
* H18 patch, by Peter Harvey <pah06@uow.edu.au>.Peter Harvey2005-10-161-12/+4
* Remove DBUS define, it's always compiled now.Christian Persch2005-10-091-8/+1
* Make sure we don't unref NULL objects.Christian Persch2005-10-021-27/+41
* Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction toChristian Persch2005-10-021-33/+40
* Open new tabs with blank url bar if we're loading the homepage. Fixes bugChristian Persch2005-08-101-0/+2
* Replace ephy_embed_activate with gtk_widget_grab_focusCrispin Flowerday2005-07-291-1/+1
* Realise the embed first before grabbing focus on it.Christian Persch2005-07-291-1/+2
* Work around gtkmozembed focus bug. Fixes bug #105153.Christian Persch2005-07-281-2/+43
* Set title of loading page to the address, iff the page was blank before.Christian Persch2005-07-241-1/+0
* Better fix for bug #151037 to make session shutdown work again. Also fixChristian Persch2005-07-041-10/+9
* Common helper function to unref a GObject from idle.Christian Persch2005-06-101-1/+3
* Windows opened from links are not always popups. Windows with menu barJean-François Rameau2005-05-231-1/+7
* A src/ephy-action-helper.c: A src/ephy-action-helper.h: AChristian Persch2005-04-191-0/+39
* Rework popup windows. Introduce "is-popup" property on EphyWindow toChristian Persch2005-04-171-3/+6
* Load the page after showing the window. That way, if mozilla throws up anChristian Persch2005-02-211-10/+10
* Move style notifier to ephy-toolbars-model, and also apply the flags toChristian Persch2005-02-091-53/+0
* Add chrome param to ephy_shell_new_tab_full, and use it inChristian Persch2005-02-021-14/+27
* Define variants with startup ID.Christian Persch2005-02-011-17/+50
* Plug a mem leak.Christian Persch2005-02-011-0/+2
* Don't weak ref the shell when it's finalised already. Fixes bug #165542.Christian Persch2005-02-011-0/+1
* Move new-window signal to the embed single, and new window creation fromChristian Persch2005-01-301-4/+38
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-281-16/+16
* Add a alert when the user clicks on a sidebar link, telling that theCrispin Flowerday2005-01-241-0/+65
* Add a function to get the default ephy_shell, this makes it easier forCrispin Flowerday2005-01-151-0/+14
* Add Toolbar toggle to document context menu in fullscreen mode.Christian Persch2005-01-121-3/+3
* A src/ephy-toolbar-editor.c: A src/ephy-toolbar-editor.h:Christian Persch2005-01-101-0/+50
* A lib/ephy-dbus.c: A lib/ephy-dbus.h:Christian Persch2005-01-091-0/+29
* Remove unused include from public header ephy-window.h.Christian Persch2005-01-081-0/+1
* Use glib-mkenums to generate the enum and flags get_type functions.Christian Persch2005-01-061-91/+2