aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
Commit message (Expand)AuthorAgeFilesLines
* Clean uneeded EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBEDDiego Escalante Urrelo2010-02-021-1/+1
* Miscellaneous nitpick fixesDiego Escalante Urrelo2010-01-121-20/+20
* Reimplement window.closeXan Lopez2009-12-261-1/+0
* Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindowGustavo Noronha Silva2009-12-171-6/+6
* Add GObject introspection annotations to more functionsIain Nicol2009-11-231-2/+2
* Add GObject introspection annotations to many *_get_* functionsIain Nicol2009-11-181-2/+42
* Correct "ReturnValue" to "Return value" in gtk-doc commentsIain Nicol2009-10-271-3/+3
* Simplify EXPIRE logic in ephy_web_view_set_typed_addressXan Lopez2009-09-071-2/+1
* Fixs the warning if using NULL urlJulian de Navascues2009-09-011-2/+8
* Rename ephy_web_view_get_load_status to ephy_web_view_is_loadingXan Lopez2009-08-251-1/+1
* Try again to fix bug #588143Xan Lopez2009-07-211-4/+5
* ephy-shell.c: do not set typed address when opening a new tab.Xan Lopez2009-06-121-3/+0
* ephy-shell.c: update for latest changes in WebKitNetworkRequest.Xan Lopez2009-06-121-13/+7
* ephy-shell.c: set typed address when opening a page in a new tab too.Xan Lopez2009-06-111-2/+5
* Get rid of EphyEmbedFactory.Xan Lopez2009-06-061-2/+1
* Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ...Xan Lopez2009-06-051-8/+9
* ephy-shell.c: check that the network request is not NULL before unrefing it.Xan Lopez2009-06-031-1/+2
* Move load_url method to EphyWebView.Xan Lopez2009-06-031-2/+1
* ephy-shell.c: do not crash when loading about:blank ...Xan Lopez2009-05-311-4/+7
* Move method to copy history between embeds/views to EphyWebView from EphyEmbed.Xan Lopez2009-05-311-5/+3
* Remove LoadFlagsGustavo Noronha Silva2009-05-301-11/+0
* Fix missing HTTP information when opening links in new tabsGustavo Noronha Silva2009-05-301-12/+18
* 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
* Use G_DEFINE_TYPE* when possible in src/ (#515601)Xan Lopez2008-02-111-34/+4
* Open externally opened link in current tab if it is blank.Cosimo Cecchi2008-01-111-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-261-2/+2
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-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-131-9/+9
* Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko.Jean-François Rameau2006-10-231-1/+17
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* A embed/mozilla/GeckoPrintService.cpp: AChristian Persch2006-06-191-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-031-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-261-2/+2
* libnm-glib be-gone! Use NetworkManager directly via DBUS, by importing theChristian Persch2006-01-261-6/+71
* Add a GError** to ephy_file_helpers_init and ephy_ensure_dir_exists, so weChristian Persch2006-01-241-250/+6
* R data/GNOME_Epiphany_Automation.server.in: A data/epiphany-service.xml: AChristian Persch2006-01-031-126/+69
* Add some code so ad blocking should be more easy. Based on the fact thatJean-François Rameau2005-12-201-1/+1
* H18 patch, by Peter Harvey <pah06@uow.edu.au>.Peter Harvey2005-10-171-12/+4
* Remove DBUS define, it's always compiled now.Christian Persch2005-10-101-8/+1
* Make sure we don't unref NULL objects.Christian Persch2005-10-031-27/+41
* Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction toChristian Persch2005-10-031-33/+40
* Open new tabs with blank url bar if we're loading the homepage. Fixes bugChristian Persch2005-08-111-0/+2
* Replace ephy_embed_activate with gtk_widget_grab_focusCrispin Flowerday2005-07-301-1/+1
* Realise the embed first before grabbing focus on it.Christian Persch2005-07-301-1/+2
* Work around gtkmozembed focus bug. Fixes bug #105153.Christian Persch2005-07-291-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-111-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-181-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-101-53/+0
* Add chrome param to ephy_shell_new_tab_full, and use it inChristian Persch2005-02-031-14/+27
* Define variants with startup ID.Christian Persch2005-02-021-17/+50
* Plug a mem leak.Christian Persch2005-02-021-0/+2
* Don't weak ref the shell when it's finalised already. Fixes bug #165542.Christian Persch2005-02-021-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-291-16/+16
* Add a alert when the user clicks on a sidebar link, telling that theCrispin Flowerday2005-01-251-0/+65
* Add a function to get the default ephy_shell, this makes it easier forCrispin Flowerday2005-01-161-0/+14
* Add Toolbar toggle to document context menu in fullscreen mode.Christian Persch2005-01-131-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-101-0/+29
* Remove unused include from public header ephy-window.h.Christian Persch2005-01-091-0/+1
* Use glib-mkenums to generate the enum and flags get_type functions.Christian Persch2005-01-071-91/+2
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-061-1/+1
* Add some more types for enums and flagsCrispin Flowerday2005-01-041-0/+90
* A src/ephy-home-action.c: (ephy_home_action_activate),Christian Persch2004-12-241-0/+3
* Use gtk_show_about_dialog(), and handle urls and mailto.Adam Hooper2004-12-181-1/+1
* Don't move the window, just show it. Fixes bug #158923.Christian Persch2004-11-261-1/+1
* Don't hardcode "epiphany" as argv[0], use g_get_prgname() instead. FixesChristian Persch2004-11-121-1/+6
* 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-10/+0
* De-couple instantiation and initialisation of the extensions manager.Christian Persch2004-10-261-0/+2
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+1
* R lib/ephy-module-loader.c: R lib/ephy-module-loader.h: AChristian Persch2004-10-171-20/+18
* Don't reference private objects from public headers. Fixes bug #153766.Christian Persch2004-09-281-2/+2
* Load/unload extensions based on GConf keyAdam Hooper2004-09-141-3/+3
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-131-24/+2
* Add debug outputChristian Persch2004-08-281-0/+2
* Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioningChristian Persch2004-08-061-13/+7
* Add disable_quit, disable_new_window, first_window_fullscreen lockdownMarco Pesenti Gritti2004-07-191-0/+2
* Append tabs at the end instead of grouping them near the current one.Marco Pesenti Gritti2004-06-201-6/+1
* Merging bookmarksbar-separation branch.Christian Persch2004-06-111-8/+21
* Also load extensions from /home/users/rossRoss Burton2004-06-071-0/+7
* Removed the nautilus view.Christian Persch2004-03-301-12/+0
* Make EphyTab inherit from GtkBin, and contain the EphyEmbed as its child.Christian Persch2004-02-251-1/+2
* Decouple extensions manager initialisation and extensions loading. Fixes aChristian Persch2004-02-021-1/+5
* New function to get temp directory and moved ephy_shell_delete_on_exit toChristopher James Lahey2004-01-231-20/+0
* Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed allChristian Persch2003-12-301-2/+2
* Bring ephy_window_get_toolbar signature in line withChristian Persch2003-12-251-1/+1
* Split print dialogue in print setup and actual print, and move printChristian Persch2003-12-071-145/+149
* pass the shell to the callbacks as expected. Fix warnings.Marco Pesenti Gritti2003-12-021-2/+2
* Improved API and implementation of EphyDialog. Add support for new comboChristian Persch2003-11-301-0/+22
* Make PDM dialogue a singleton.Christian Persch2003-11-271-0/+23
* *** empty log message ***Marco Pesenti Gritti2003-11-171-4/+12
* Move gnome session code in the shell.Marco Pesenti Gritti2003-11-171-0/+67
* Use an unique factory for both interfaces.Marco Pesenti Gritti2003-11-151-68/+102
* Looks like we need to unregister factory since we initialized it byMarco Pesenti Gritti2003-11-141-0/+3
* Rework shell services initialization so that it happen either on everyMarco Pesenti Gritti2003-11-141-75/+23
* ChangeLogMarco Pesenti Gritti2003-11-131-46/+163
* Build xul dialogs using GtkWindow+GtkMozEmbed. Make src code simpler andMarco Pesenti Gritti2003-11-111-24/+0
* New extensions API.Christian Persch2003-11-111-95/+34
* Cleanup session. Persist also history and bookmarks.Marco Pesenti Gritti2003-11-101-46/+39
* More headers fixup.Marco Pesenti Gritti2003-11-071-1/+1
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Open source in the default editor and remove the unused copy api. Add aMarco Pesenti Gritti2003-10-281-12/+23
* Change the behaviour of --nautilus-view such that the process doesn't exitMark McLoughlin2003-10-171-1/+23
* Merge completion branchMarco Pesenti Gritti2003-10-121-33/+0
* Simpler implementation.Marco Pesenti Gritti2003-09-271-1/+1
* Use gtkicontheme, and use it also for mime icons.Marco Pesenti Gritti2003-09-271-10/+15
* Don't destroy the session when all windows are closed.Christian Persch2003-09-251-8/+1
* Refactor initialization/automation code. Now all the code used by theMarco Pesenti Gritti2003-09-241-0/+32
* Do not use .in for not to translate files.Marco Pesenti Gritti2003-09-191-9/+34
* Make spinner status per tab. Remove the default to tab pref, use tab byMarco Pesenti Gritti2003-09-101-3/+1
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-15/+11
* Correct insertion order of new tabs.Christian Persch2003-08-061-3/+4
* Fix blank page loading.Christian Persch2003-08-061-5/+10
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-131-7/+11
* Very simple plugin framework, unused for now. We will start makingMarco Pesenti Gritti2003-07-121-0/+42
* Make sure we ever save bookmarks after changes, so they dont get lost onMarco Pesenti Gritti2003-07-061-32/+0
* Remove use of acconfig.h.Marco Pesenti Gritti2003-07-041-6/+24
* Use window_load_url when useful. Right now just a cleanup but will beMarco Pesenti Gritti2003-06-261-1/+1
* Rewrite the url typed by user overwrite logic to fix bugs.Marco Pesenti Gritti2003-06-201-2/+2
* With the gtk fullscreen api things can be cleaner: use the api instead ofMarco Pesenti Gritti2003-06-191-16/+3
* Sigh. Fix some more mem leaks.Christian Persch2003-06-131-0/+1
* Do not emit the TABS_CHANGED signal; the tab's egg action will itself takeChristian Persch2003-06-101-1/+0
* Get rid of starthere: and default to google, as discussed with Seth. Add aMarco Pesenti Gritti2003-06-091-83/+0
* Explicitly create pointer to avoid strict aliasing warnings with gcc 3.3.Jeremy Katz2003-06-091-1/+2
* Make sure to rebuild on add bookmark and on topic removal. Update on idle,Marco Pesenti Gritti2003-06-041-72/+23
* Get rid of the leftovers of the jump-to-tab pref.Christian Persch2003-06-041-2/+0
* s/DESTROYED/DESTROY which is more useulfMarco Pesenti Gritti2003-05-271-1/+7
* Cleanup new tab logic, and ever use window for new instances.Marco Pesenti Gritti2003-05-211-34/+32
* Shortest patch ever!!! Kill the new page pref. Make Seth happy :)David Bordoley2003-05-201-3/+2
* 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-05-201-2/+0
* Rework prefs dialog ui a bit. Remove jumpto and tabbed_popups prefsMarco Pesenti Gritti2003-05-101-14/+2
* Implement the EPHY_NEW_TAB_APPEND_AFTER flag.Christian Persch2003-05-061-2/+15
* Respect all the new_tab used flags, drop unused ones. Patch by ChristianXan Lopez2003-04-301-0/+3
* We dont need a _remove api, unrefing the node will work better. Try toMarco Pesenti Gritti2003-04-301-2/+10
* Actually pass a parent to history/bookmarks window, where to open the url.Marco Pesenti Gritti2003-04-281-2/+16
* updateMarco Pesenti Gritti2003-04-271-1/+21
* Hookup to the response signal instead of using gtk_dialog_run. Prevents usDavid Bordoley2003-04-261-42/+30
* Get back toolbar editing functionalities. More work on the bookmarksMarco Pesenti Gritti2003-04-251-2/+19
* Update from eggMarco Pesenti Gritti2003-04-251-0/+15
* Open view source and copy page next to the current tab, not at the endXan Lopez2003-04-191-3/+9
* New history dialog implementation. More similar to bookmarks. Yeah itMarco Pesenti Gritti2003-04-181-1/+41
* Moved the new_window_orphan signal to EphyEmbedSingle.Dave Camp2003-04-171-1/+1
* Remove some api that was just silly wrappers. Return GtkTreeViewColumn onMarco Pesenti Gritti2003-04-151-1/+2
* Use google feel like for keywordsMarco Pesenti Gritti2003-04-131-1/+1
* Allow to launch the BME alone, rework some CORBA code, add a .desktop fileXan Lopez2003-04-091-0/+40
* Reimplement ephystate using xml and make it easier to use. -> remove someMarco Pesenti Gritti2003-03-191-0/+2
* Translate menusMarco Pesenti Gritti2003-03-051-0/+6
* about:options and about:epiphanyMarco Pesenti Gritti2003-03-041-0/+1
* Remove an hack used to work around a fixed combo problemMarco Pesenti Gritti2003-02-261-1/+1
* Update location entry with the urls selected on the drop down. ImplementMarco Pesenti Gritti2003-02-231-4/+9
* Make nautilus view actually workMarco Pesenti Gritti2003-02-101-1/+5
* Error handling in moz bookmarks import.Xan Lopez2003-02-091-8/+18
* Added the ability to import galeon and konqueror bookmarks.James Willcox2003-02-061-1/+49
* *** empty log message ***Marco Pesenti Gritti2003-02-061-4/+9
* hmmmMarco Pesenti Gritti2003-01-211-1/+0
* Api changes.Marco Pesenti Gritti2003-01-211-7/+3
* Merge eog-menu-api branchMarco Pesenti Gritti2003-01-211-1/+2
* Port several leaks fixes from galeon.Marco Pesenti Gritti2003-01-201-1/+1
* Use the title also for hosts in history. Cleanup hosts matching code aMarco Pesenti Gritti2003-01-141-0/+1
* 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-01-121-6/+2
* Move root nodes ids to ephy-types. Simple logging facility:Marco Pesenti Gritti2003-01-121-0/+2
* More start here page work, importing bookmarks from mozilla now shouldMarco Pesenti Gritti2003-01-091-0/+39
* Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when usingMarco Pesenti Gritti2003-01-051-33/+9
* *** empty log message ***Marco Pesenti Gritti2003-01-021-1/+1
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+525