aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-main.c
Commit message (Expand)AuthorAgeFilesLines
* EphyShell: add support for starting without windowsGiovanni Campagna2013-08-291-0/+6
* Move profile directory check to after checking for application modeGustavo Noronha Silva2013-06-101-7/+7
* ephy-main: actually add the FIXME that goes with the previous wayland fixClaudio Saavedra2013-05-201-0/+4
* Make sure we only rely on X11 to obtain timestamps when we are running in a X...Iago Toral Quiroga2013-05-201-3/+15
* Allow running a regular standalone instance with a different profileGustavo Noronha Silva2013-05-041-6/+7
* Move code to initialize preferences from ephy-main to ephy-shellCarlos Garcia Campos2013-03-201-28/+0
* web-extension: Implement pre-filled forms in WebKit2Carlos Garcia Campos2013-03-151-0/+2
* Set the disk cache directory depending on the ephy mode in WebKit2Carlos Garcia Campos2013-03-131-0/+9
* web-extension: Implement adblocker in WebKit2Carlos Garcia Campos2013-03-071-0/+1
* ephy-main: get rid of a compiler warningXan Lopez2013-02-221-0/+2
* web-extension: Use a different service name for every web process extensionCarlos Garcia Campos2013-02-211-0/+5
* embed: Implement unsubmitted modified forms warning in WebKit2Carlos Garcia Campos2013-02-191-0/+6
* ephy-embed-shell: add EPHY_EMBED_SHELL_MODE_INCOGNITOClaudio Saavedra2013-02-081-2/+1
* Don't ask Xlib to skip ARGB visualsGiovanni Campagna2013-02-061-3/+0
* ephy-state: rename to 'ephy-initial-state'Xan Lopez2012-12-161-2/+2
* ephy-main: remove debug leftovers that were broken nowXan Lopez2012-12-121-9/+0
* ephy-main: remove some dead codeXan Lopez2012-12-121-6/+1
* ephy-main: remove unused optionXan Lopez2012-12-121-13/+2
* ephy-main: delete profile on exit in incognito modeXan Lopez2012-12-121-1/+1
* First iteration for 'Incognito mode'Xan Lopez2012-12-121-6/+27
* ephy-shell: remove the ephy_shell globalDiego Escalante Urrelo2012-12-111-0/+2
* Remove option to launch Web as the bookmarks editorXan Lopez2012-12-101-10/+0
* ephy-main: remove ancient commented codeXan Lopez2012-10-091-1/+0
* Remove extensions supportXan Lopez2012-10-081-8/+0
* ephy-main: run the migration for any instance that is not a temporary private...Claudio Saavedra2012-09-041-2/+3
* ephy-profile-utils: add a profile_dir parameter to ephy_profile_utils_do_migr...Claudio Saavedra2012-09-041-1/+1
* ephy-file-helpers: rename KEEP_TEMP_DIR to KEEP_DIRClaudio Saavedra2012-09-031-1/+1
* ephy-main: do not run the browser if the migrator failsXan Lopez2012-09-011-2/+7
* ephy-main: fix typo in messageXan Lopez2012-05-191-1/+1
* tests: test that trying to run an invalid migration step failsXan Lopez2012-05-101-1/+1
* Allow for more fine-grained file helpers initXan Lopez2012-05-081-3/+10
* ephy-profile-utils: split profile migration from EphyShellXan Lopez2012-05-081-0/+4
* Drop the use of GTK accel mapsWilliam Jon McCann2012-05-081-3/+0
* Move a few EphyShell methods to ephy-private.hXan Lopez2012-04-141-0/+1
* ephy-embed-single: do not handle ephy-embed-prefsDiego Escalante Urrelo2012-04-111-0/+3
* Rip out the EggSMClient codeXan Lopez2012-03-281-2/+0
* ephy-main: run app mode only with a existing dirDiego Escalante Urrelo2012-03-111-0/+5
* ephy-main: always set a default icon for windowsDiego Escalante Urrelo2012-02-091-0/+9
* ephy-main: tidy up indentationXan Lopez2012-01-271-1/+2
* Get rid of EPHY_STOCK_EPHYXan Lopez2012-01-271-4/+1
* And remove the last stock icon, bookmarksXan Lopez2012-01-271-1/+0
* Make the user visible name Web in more placesJon McCann2012-01-241-5/+5
* make g_setenv() calls early enough during startupClaudio Saavedra2012-01-021-12/+12
* Remove g_thread_init callsXan Lopez2011-11-061-3/+0
* ephy-main: sort includes (and remove duplicates!)Xan Lopez2011-09-111-14/+9
* ephy-web-app-utils: rename ephy_delete_web_application to ephy_web_applicatio...Xan Lopez2011-09-031-1/+1
* Add --delete--application command line option to delete WebAppsXan Lopez2011-09-021-0/+16
* Show a notification when the newly created web-app is ready to be usedXan Lopez2011-08-291-0/+6
* ephy-main: more parameter sanity checkXan Lopez2011-08-291-0/+5
* Add basic support for Web ApplicationsXan Lopez2011-08-291-11/+22
* Fixed a typoPriit Laes2011-07-181-1/+1
* Add an --application-mode flag and global modeXan Lopez2011-06-301-5/+20
* Use an enum for the global mode of the applicationXan Lopez2011-06-301-1/+2
* Merge EphyApplication into Ephy(Embed)ShellXan Lopez2011-06-301-14/+10
* ephy-application: set G_APPLICATION_NON_UNIQUE inside the objectXan Lopez2011-06-291-8/+0
* ephy-application: add a private-instance propertyXan Lopez2011-06-291-1/+1
* Require an EphyApplication parameter when creating an EphyShellXan Lopez2011-06-291-2/+3
* ephy-main: use new indentation styleXan Lopez2011-06-291-336/+321
* Implement GtkApplication based activation and uniquenessClaudio Saavedra2011-06-241-250/+37
* Move the save/load accelerators methods to the ephy file utilitiesClaudio Saavedra2011-06-091-39/+2
* Add ephy_string_commandline_args_to_uris() to ephy string utilitiesClaudio Saavedra2011-06-091-56/+12
* ephy-profile-migration: separate migration code into another binaryDiego Escalante Urrelo2010-12-071-3/+18
* ephy-main: remove libnotify leftoverXan Lopez2010-11-061-4/+0
* Remove libnotify dependencyXan Lopez2010-10-291-9/+0
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-081-5/+7
* Update for latest GTK+ 3.x release.Xan Lopez2010-09-111-1/+1
* Remove uneeded default handlers for about dialogDiego Escalante Urrelo2010-01-091-39/+0
* Set program name to match the desktop fileGustavo Noronha Silva2009-11-121-0/+3
* Refactor EphyShell lifetime trackingXan Lopez2009-10-241-14/+9
* ephy-main.c: do not import gecko profile when running a private instanceXan Lopez2009-08-241-2/+3
* Add profile migration.Xan Lopez2009-03-131-2/+5
* Simply use g_irepository_get_option_group()Christian Persch2009-02-081-17/+4
* Add gobject introspection support; use --enable-introspection.Christian Persch2009-02-071-0/+21
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Print version to stdout, not stderr.Christian Persch2008-09-271-1/+1
* Readd --version which was lost when removing libgnome usage.Christian Persch2008-09-271-1/+15
* Remove libgnome and libgnomeui dependency, using EggSMClient instead of Gnome...Christian Persch2008-09-251-22/+53
* Move libnotify initialization to ephy-mainDiego Escalante Urrelo2008-08-041-0/+13
* Fix a typo in src/ephy-main.c and remove a FIXME.Diego Escalante Urrelo2008-07-311-2/+2
* Do not do single includes for GTK+, bug #536090Diego Escalante Urrelo2008-06-041-3/+1
* Remove a forgotten env var in ephy-main.c, it was a leftover of r8192 (removalDiego Escalante Urrelo2008-05-171-1/+0
* Remove MOZ_DISABLE_PANGO checks.Christian Persch2008-04-071-17/+0
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-141-9/+22
* Open externally opened link in current tab if it is blank.Cosimo Cecchi2008-01-111-1/+1
* Implement ephy_file_delete_directory in lib/ephy-file-helpers.c so privateDiego Escalante Urrelo2007-09-291-1/+1
* Use g_option_group_set_translation_domain to translate commandlineGabor Kelemen2007-06-231-0/+3
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Don't use C++-style comments in C files. No code changes, only commentsChristian Persch2007-03-061-2/+2
* Changes "..." for the ellipsis character "…". Bug #324380. Patch byDiego Escalante Urrelo2007-01-091-1/+1
* Make sure to init gthread as first call to glib.Christian Persch2007-01-011-0/+4
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-151-1/+1
* Move code around.Christian Persch2006-12-091-6/+0
* Remove old stock iconsLuca Ferretti2006-12-091-0/+6
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* No need to double-init gnome-vfs.Christian Persch2006-07-241-1/+0
* Add -p as short option format for --private-instance.Christian Persch2006-04-141-1/+1
* A data/epiphany-pango.schemas:Christian Persch2006-04-101-6/+17
* Drop compat code for libgnome < 2.14. Fix refcount leak.Christian Persch2006-03-241-86/+12
* If we can't detect the mime type, fall back to checking the fileChristian Persch2006-03-031-3/+67
* Move --private-instance out of debug #ifdef.Christian Persch2006-02-141-8/+23
* Fix handling of non-ascii extra arguments.Christian Persch2006-02-071-8/+33
* Fix opening of local files. Bug #330104.Christian Persch2006-02-061-29/+35
* Free the option context on error too, and don't duplicate theChristian Persch2006-02-041-3/+3
* Fix non-debug builds.Christian Persch2006-02-031-4/+5
* Only claim the DBUS name when not running as private instance.Christian Persch2006-02-031-3/+7
* Queue commands received from the main and remote instances, and processChristian Persch2006-02-021-150/+114
* Change the DBUS interface to sending all the uris at one as string array.Christian Persch2006-02-011-35/+20
* Idle unref the dbus proxy in case we didn't call any remote methods; andChristian Persch2006-01-311-5/+10
* Fix strings again. Bug #328747.Christian Persch2006-01-291-38/+38
* Jan 29 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-291-39/+39
* Disable pango rendering by default, unless MOZ_ENABLE_PANGO env var isChristian Persch2006-01-281-36/+35
* Don't leak the option context.Christian Persch2006-01-261-0/+21
* Run the main loop until the reply is received when activating a runningChristian Persch2006-01-251-6/+15
* Fix compilation with libgnome 2.13. Bug #328351.Christian Persch2006-01-241-4/+0
* Removed add-bookmark and import-bookmarks functions, and changed load-urlChristian Persch2006-01-241-22/+30
* Add a GError** to ephy_file_helpers_init and ephy_ensure_dir_exists, so weChristian Persch2006-01-241-131/+497
* Fix compile with libgnome HEAD.Christian Persch2006-01-171-0/+2
* R src/ephy-automation.h:Crispin Flowerday2006-01-041-1/+0
* R data/GNOME_Epiphany_Automation.server.in: A data/epiphany-service.xml: AChristian Persch2006-01-031-2/+0
* Update about dialogue.Christian Persch2005-08-011-4/+9
* EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning).Jean-François Rameau2005-07-041-1/+1
* Common helper function to unref a GObject from idle.Christian Persch2005-06-111-8/+2
* Change string passed to gnome_program_init() as human readable programChristian Persch2005-05-111-1/+1
* More constification.Christian Persch2005-04-191-3/+3
* NULL check. Fixes bug #165999.Christian Persch2005-03-011-0/+57
* Define variants with startup ID.Christian Persch2005-02-021-0/+39
* Don't assign to ephy_shell global variable, that's already done in itsChristian Persch2005-02-021-1/+2
* Don't weak ref the shell when it's finalised already. Fixes bug #165542.Christian Persch2005-02-021-1/+1
* Fix email links by prepending mailto: before calling gnome_vfs_url_show().Christian Persch2004-12-181-1/+5
* Use gtk_show_about_dialog(), and handle urls and mailto.Adam Hooper2004-12-181-0/+23
* A data/epiphany-bookmarks-html.xsl:Christian Persch2004-12-071-0/+1
* Add deprecated defines to AM_CPPFLAGS in maintainer-mode.Christian Persch2004-12-011-2/+0
* Don't unref, then weak ref, then enter main loop; this won't work whenChristian Persch2004-11-111-2/+8
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Use gtk_window_set_default_icon_name().Christian Persch2004-10-021-1/+4
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-131-8/+0
* Move g_set_application_name() call after gnome_program_init(),Christian Persch2004-08-021-1/+2
* Persist changed accels with gnome_accelerator_sync().Christian Persch2004-03-061-0/+2
* Depend on libxml2 >= 2.6.6 because of bug #133298 and bug # 131548.Christian Persch2004-02-131-1/+9
* Implement print and print setup disabling for lockdown mode.Christopher James Lahey2004-01-111-0/+3
* *** empty log message ***Marco Pesenti Gritti2003-12-171-2/+0
* Marco Pesenti Gritti <marco@gnome.org>Chris Lahey2003-11-301-0/+2
* Use an unique factory for both interfaces.Marco Pesenti Gritti2003-11-151-9/+9
* Rework shell services initialization so that it happen either on everyMarco Pesenti Gritti2003-11-141-0/+20
* ChangeLogMarco Pesenti Gritti2003-11-131-199/+62
* Cleanup session. Persist also history and bookmarks.Marco Pesenti Gritti2003-11-101-9/+0
* More headers fixup.Marco Pesenti Gritti2003-11-071-3/+3
* Change the behaviour of --nautilus-view such that the process doesn't exitMark McLoughlin2003-10-171-20/+20
* Remove --server mode. It was a dirty hack anyway, and had a crasher whenChristian Persch2003-09-251-17/+2
* Refactor initialization/automation code. Now all the code used by theMarco Pesenti Gritti2003-09-241-53/+12
* Add an --import-bookmarks command line option, and really implement theChristian Persch2003-09-191-0/+10
* Fix mem leak.Christian Persch2003-08-021-0/+2
* Use the browser icon from gnome icon theme. Get rid of cache comparingMarco Pesenti Gritti2003-07-021-5/+17
* Remove unused variables.Piers Cornwell2003-06-191-11/+10
* Remove --geometry option, we weren't respecting it anyway (this patchXan Lopez2003-04-241-9/+0
* Allow to launch the BME alone, rework some CORBA code, add a .desktop fileXan Lopez2003-04-091-0/+10
* Add Application NameXan Lopez2003-03-151-0/+1
* Make the bookmarks editor remember the last selected keyword, and makeJames Willcox2003-02-071-0/+2
* Rehash link context menu order to be hig compliant. Set a desktop icon.Marco Pesenti Gritti2003-01-101-2/+6
* Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when usingMarco Pesenti Gritti2003-01-051-3/+5
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+340