aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-main.c
Commit message (Expand)AuthorAgeFilesLines
* 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