aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
Commit message (Expand)AuthorAgeFilesLines
* Add a shell search providerGiovanni Campagna2013-08-291-0/+43
* EphyShell: add support for starting without windowsGiovanni Campagna2013-08-291-3/+22
* Force an update on WNCK's knowledge of windows and workspacesGustavo Noronha Silva2013-08-141-0/+9
* Update links to help, add app menuitemEkaterina Gerasimova2013-08-041-0/+13
* Unify all web context setup in EphyEmbedShell on primary instance startupCarlos Garcia Campos2013-04-051-46/+0
* Get rid of EphyEmbedSingleXan Lopez2013-03-241-1/+0
* ephy-shell: remove non-WebKit2 bits for adblock managerXan Lopez2013-03-221-8/+0
* Move code to initialize preferences from ephy-main to ephy-shellCarlos Garcia Campos2013-03-201-0/+46
* Do not build adblock files in libephyembed for WebKit2Carlos Garcia Campos2013-03-071-1/+5
* ephy-shell: fix opening new pages from the command lineXan Lopez2013-03-071-1/+1
* ephy-shell: remove some leftovers from the new-window removalXan Lopez2013-02-141-63/+0
* Only load pages when their tab is switched to upon session restoreGustavo Noronha Silva2013-02-121-3/+6
* ephy-shell: add g_return_val_if_fails to ephy_shell_new_tab_fullXan Lopez2013-02-101-0/+9
* ephy-shell: avoid useless call to ephy_embed_shell_get_defaultXan Lopez2013-02-101-1/+1
* Use GtkApplication method to get the list of windowsXan Lopez2013-02-091-67/+6
* ephy-shell: add application menu item for reopening closed tabsClaudio Saavedra2013-02-081-0/+24
* ephy-embed-shell: add EPHY_EMBED_SHELL_MODE_INCOGNITOClaudio Saavedra2013-02-081-1/+1
* ephy-shell: Make it possible to prepend a tab in a windowClaudio Saavedra2013-02-081-0/+3
* ephy-shell: return the proper types for EphySession and GNetworkMonitorXan Lopez2013-02-081-7/+7
* Move ephy_session_open_uris to EphyShellXan Lopez2013-02-081-2/+136
* ephy-session: Remove EPHY_SESSION_CMD_OPEN_URISCarlos Garcia Campos2013-01-091-20/+6
* ephy-session: Add ephy_session_resume() and use it instead of queueing a resu...Carlos Garcia Campos2013-01-091-9/+25
* ephy-session: Use ephy_session_load() directly instead of queueing a load ses...Carlos Garcia Campos2013-01-091-4/+2
* ephy-shell: There can be two widgets for the same download in WebKit2Carlos Garcia Campos2013-01-041-3/+11
* downloads: Create the download with the window of the web view that initiated...Carlos Garcia Campos2013-01-041-3/+16
* ephy-download: Make EphyDownload:window a construct only propertyCarlos Garcia Campos2013-01-041-3/+1
* ephy-shell: fix the incognito app menu itemClaudio Saavedra2012-12-121-1/+1
* First iteration for 'Incognito mode'Xan Lopez2012-12-121-0/+9
* e-shell: fix compiler warningDiego Escalante Urrelo2012-12-111-4/+4
* Append new tab on the window with most tabs in the current workspaceGustavo Noronha Silva2012-12-111-0/+38
* e-embed-shell: remove the embed_shell globalDiego Escalante Urrelo2012-12-111-0/+6
* Do not present the window when running in test modeGustavo Noronha Silva2012-12-101-1/+2
* Remove option to launch Web as the bookmarks editorXan Lopez2012-12-101-5/+1
* Initialize the favicon database from WebKit2GTK+ as soon as possible.Mario Sanchez Prada2012-12-041-1/+18
* Fix a couple of compiler warnings spotted by the latest gnome-common flagsXan Lopez2012-12-011-1/+1
* Use gtk_application_get_active_window instead of rolling our ownXan Lopez2012-11-261-19/+2
* ephy-shell: do not configure adblock in test modeXan Lopez2012-10-081-15/+17
* Remove extensions supportXan Lopez2012-10-081-49/+15
* Move windows handling code from EphySession to EphyShellCarlos Garcia Campos2012-10-081-15/+116
* ephy-shell: use g_clear_{object, pointer} in disposeXan Lopez2012-10-081-56/+12
* Merge the app menu into the gear menu when we are not in the ShellXan Lopez2012-10-071-26/+6
* ephy-lockdown: de-extensionifyXan Lopez2012-10-071-9/+1
* adblock: get rid of AdBlock interfaceXan Lopez2012-10-031-8/+0
* Import adblock extension into the source treeXan Lopez2012-10-011-0/+9
* Make sure windows are properly closed when quitting from the shell menuCarlos Garcia Campos2012-09-271-4/+1
* Focus windows when opening new links in tabsXan Lopez2012-09-131-0/+3
* ephy-shell: consider the overview as a blank pageXan Lopez2012-09-031-2/+3
* ephy-session: do not restore tool windowsXan Lopez2012-09-021-26/+0
* Port downloads to WebKit2Carlos Garcia Campos2012-06-271-0/+31
* Initial WebKit2 portCarlos Garcia Campos2012-06-211-0/+12
* ephy-shell: EPHY_EMBED_SHELL_MODE_TEST means no realizeDiego Escalante Urrelo2012-06-181-1/+2
* ephy-shell: move variable to the only scope where it's usedXan Lopez2012-06-151-3/+2
* ephy-shell: initialize jump_to variable to FALSEXan Lopez2012-06-151-1/+1
* ephy-shell: imitate other flag checks for jump_toDiego Escalante Urrelo2012-06-151-2/+1
* ephy-shell: handy gboolean fullscreen_lockdownDiego Escalante Urrelo2012-06-151-4/+4
* ephy-shell: fix bracesDiego Escalante Urrelo2012-06-151-5/+3
* ephy-web-view: remove unused EphyWebViewChrome elementsDiego Escalante Urrelo2012-06-151-3/+2
* Add a new mode for shell testing, EPHY_EMBED_SHELL_MODE_TESTXan Lopez2012-06-141-1/+2
* ephy-shell: fix a comment typoDiego Escalante Urrelo2012-05-271-1/+1
* ephy-profile-utils: split profile migration from EphyShellXan Lopez2012-05-081-20/+0
* ephy-shell: EPHY_NEW_TAB_DONT_SHOW_WINDOW means no realizeDiego Escalante Urrelo2012-04-221-1/+1
* Move a few EphyShell methods to ephy-private.hXan Lopez2012-04-141-0/+1
* Remove Epiphany manualXan Lopez2012-04-131-9/+0
* ephy-shell: respect the lockdown quit settingRudolfs2012-04-111-2/+5
* ephy-shell: fix whitespaceXan Lopez2012-04-021-3/+3
* ephy-shell: whitespace nitpick in castDiego Escalante Urrelo2012-04-011-2/+2
* ephy-shell: save the session state on QuitXan Lopez2012-03-291-0/+1
* Use glib resources to bundle our UI filesXan Lopez2012-03-281-3/+3
* Replace EphyFaviconCache by WebKit's icon database cacheSergio Villar Senin2012-03-201-1/+0
* Don't go to EphyEmbedSingle just to get the network statusXan Lopez2012-03-141-28/+1
* ephy-history-view: use the new hosts and urls viewsXan Lopez2012-03-071-6/+1
* Set the history service during history window instantiationClaudio Saavedra2012-03-071-1/+5
* ephy-shell: use the new g_application_quit to quitXan Lopez2012-02-231-12/+1
* ephy-shell: install global menu for private mode tooXan Lopez2012-02-091-3/+9
* ephy-shell: load home page in new windowsDiego Escalante Urrelo2012-02-091-1/+1
* ephy-shell: pass active window to the about dialogDiego Escalante Urrelo2012-01-201-1/+7
* Use the new Shell global menu for global actionsXan Lopez2012-01-141-13/+135
* ephy-shell: correct bogus logic in warning messageXan Lopez2011-12-151-7/+9
* Remove last traces of the EggToolbar codeXan Lopez2011-12-151-60/+0
* Remove code to support bookmark/topic toolbarXan Lopez2011-12-151-3/+0
* Remove custom EphyToolbar in favor of a vanilla GtkToolbarXan Lopez2011-12-141-7/+2
* ephy-shell: add warning message about incorrect usage of ephy_shell_new_tab_fullXan Lopez2011-12-121-1/+2
* ephy-shell: fix weird spacing in LOG messagesXan Lopez2011-12-121-5/+5
* Remove homepage preference from GSettingsXan Lopez2011-12-041-1/+2
* Use GNetworkMonitor to monitor network statusXan Lopez2011-11-161-23/+14
* Don't crash when network manager is not availableIonut Biru2011-09-271-4/+5
* ephy-shell: chain to parent ::startup methodXan Lopez2011-09-171-0/+2
* ephy-shell: remove unused includesXan Lopez2011-09-111-4/+0
* ephy-shell: do not resume session in web app modeXan Lopez2011-09-111-5/+6
* ephy-shell: sort includes and remove duplicatesXan Lopez2011-09-111-29/+26
* Open a new window in the primary instance when remoting without URIsClaudio Saavedra2011-07-011-3/+13
* Delete trailing whitespaces in ephy-shell.cClaudio Saavedra2011-07-011-63/+63
* ephy-shell: use new HACKING styleXan Lopez2011-06-301-742/+686
* Add an --application-mode flag and global modeXan Lopez2011-06-301-2/+3
* Use an enum for the global mode of the applicationXan Lopez2011-06-301-4/+4
* ephy-shell: set GApplication flags in constructed vmethodXan Lopez2011-06-301-6/+17
* ephy-shell: do not ref the shell more than neededXan Lopez2011-06-301-2/+0
* Merge EphyApplication into Ephy(Embed)ShellXan Lopez2011-06-301-31/+315
* ephy-application: add a private-instance propertyXan Lopez2011-06-291-1/+1
* Require an EphyApplication parameter when creating an EphyShellXan Lopez2011-06-291-3/+6
* Use NM_STATE_CONNECTED_GLOBAL instead of the compat #defineXan Lopez2011-06-241-1/+1
* Copy&paste a few NM defines/enums we need at compile timeXan Lopez2011-06-241-1/+1
* Require NetworkManagerXan Lopez2011-06-241-18/+1
* Implement GtkApplication based activation and uniquenessClaudio Saavedra2011-06-241-0/+26
* Use a gdbus-codegen generated GDBusProxy to monitor NM stateClaudio Saavedra2011-06-241-14/+22
* Remove a few GCC 4.6.0 warningsXan Lopez2011-04-211-6/+0
* ephy-download: add the new EphyDownload objectDiego Escalante Urrelo2011-03-081-1/+0
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-081-4/+7
* ephy-embed-single: remove add_sidebar signalDiego Escalante Urrelo2010-05-141-41/+0
* Move homepage loading code to EphyWebViewXan Lopez2010-05-031-25/+3
* Move helper function into ephy-embed-utils.cXan Lopez2010-05-031-16/+2
* Allow not copying history when creating a new embedMario Sanchez Prada2010-04-221-3/+5
* 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