| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement ephy_file_delete_directory in lib/ephy-file-helpers.c so private | Diego Escalante Urrelo | 2007-09-29 | 1 | -1/+1 |
* | Use g_option_group_set_translation_domain to translate commandline | Gabor Kelemen | 2007-06-23 | 1 | -0/+3 |
* | Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINT | Christian Persch | 2007-03-12 | 1 | -1/+1 |
* | Don't use C++-style comments in C files. No code changes, only comments | Christian Persch | 2007-03-06 | 1 | -2/+2 |
* | Changes "..." for the ellipsis character "…". Bug #324380. Patch by | Diego Escalante Urrelo | 2007-01-09 | 1 | -1/+1 |
* | Make sure to init gthread as first call to glib. | Christian Persch | 2007-01-01 | 1 | -0/+4 |
* | Use a define for the default window icon. Bug #385872. | Christian Persch | 2006-12-15 | 1 | -1/+1 |
* | Move code around. | Christian Persch | 2006-12-09 | 1 | -6/+0 |
* | Remove old stock icons | Luca Ferretti | 2006-12-09 | 1 | -0/+6 |
* | Use UTF-8 copyright symbol | Christian Persch | 2006-09-13 | 1 | -2/+2 |
* | No need to double-init gnome-vfs. | Christian Persch | 2006-07-24 | 1 | -1/+0 |
* | Add -p as short option format for --private-instance. | Christian Persch | 2006-04-14 | 1 | -1/+1 |
* | A data/epiphany-pango.schemas: | Christian Persch | 2006-04-10 | 1 | -6/+17 |
* | Drop compat code for libgnome < 2.14. Fix refcount leak. | Christian Persch | 2006-03-24 | 1 | -86/+12 |
* | If we can't detect the mime type, fall back to checking the file | Christian Persch | 2006-03-03 | 1 | -3/+67 |
* | Move --private-instance out of debug #ifdef. | Christian Persch | 2006-02-14 | 1 | -8/+23 |
* | Fix handling of non-ascii extra arguments. | Christian Persch | 2006-02-07 | 1 | -8/+33 |
* | Fix opening of local files. Bug #330104. | Christian Persch | 2006-02-06 | 1 | -29/+35 |
* | Free the option context on error too, and don't duplicate the | Christian Persch | 2006-02-04 | 1 | -3/+3 |
* | Fix non-debug builds. | Christian Persch | 2006-02-03 | 1 | -4/+5 |
* | Only claim the DBUS name when not running as private instance. | Christian Persch | 2006-02-03 | 1 | -3/+7 |
* | Queue commands received from the main and remote instances, and process | Christian Persch | 2006-02-02 | 1 | -150/+114 |
* | Change the DBUS interface to sending all the uris at one as string array. | Christian Persch | 2006-02-01 | 1 | -35/+20 |
* | Idle unref the dbus proxy in case we didn't call any remote methods; and | Christian Persch | 2006-01-31 | 1 | -5/+10 |
* | Fix strings again. Bug #328747. | Christian Persch | 2006-01-29 | 1 | -38/+38 |
* | Jan 29 2006 Reinout van Schouwen <reinout@cs.vu.nl> | Reinout van Schouwen | 2006-01-29 | 1 | -39/+39 |
* | Disable pango rendering by default, unless MOZ_ENABLE_PANGO env var is | Christian Persch | 2006-01-28 | 1 | -36/+35 |
* | Don't leak the option context. | Christian Persch | 2006-01-26 | 1 | -0/+21 |
* | Run the main loop until the reply is received when activating a running | Christian Persch | 2006-01-25 | 1 | -6/+15 |
* | Fix compilation with libgnome 2.13. Bug #328351. | Christian Persch | 2006-01-24 | 1 | -4/+0 |
* | Removed add-bookmark and import-bookmarks functions, and changed load-url | Christian Persch | 2006-01-24 | 1 | -22/+30 |
* | Add a GError** to ephy_file_helpers_init and ephy_ensure_dir_exists, so we | Christian Persch | 2006-01-24 | 1 | -131/+497 |
* | Fix compile with libgnome HEAD. | Christian Persch | 2006-01-17 | 1 | -0/+2 |
* | R src/ephy-automation.h: | Crispin Flowerday | 2006-01-04 | 1 | -1/+0 |
* | R data/GNOME_Epiphany_Automation.server.in: A data/epiphany-service.xml: A | Christian Persch | 2006-01-03 | 1 | -2/+0 |
* | Update about dialogue. | Christian Persch | 2005-08-01 | 1 | -4/+9 |
* | EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning). | Jean-François Rameau | 2005-07-04 | 1 | -1/+1 |
* | Common helper function to unref a GObject from idle. | Christian Persch | 2005-06-11 | 1 | -8/+2 |
* | Change string passed to gnome_program_init() as human readable program | Christian Persch | 2005-05-11 | 1 | -1/+1 |
* | More constification. | Christian Persch | 2005-04-19 | 1 | -3/+3 |
* | NULL check. Fixes bug #165999. | Christian Persch | 2005-03-01 | 1 | -0/+57 |
* | Define variants with startup ID. | Christian Persch | 2005-02-02 | 1 | -0/+39 |
* | Don't assign to ephy_shell global variable, that's already done in its | Christian Persch | 2005-02-02 | 1 | -1/+2 |
* | Don't weak ref the shell when it's finalised already. Fixes bug #165542. | Christian Persch | 2005-02-02 | 1 | -1/+1 |
* | Fix email links by prepending mailto: before calling gnome_vfs_url_show(). | Christian Persch | 2004-12-18 | 1 | -1/+5 |
* | Use gtk_show_about_dialog(), and handle urls and mailto. | Adam Hooper | 2004-12-18 | 1 | -0/+23 |
* | A data/epiphany-bookmarks-html.xsl: | Christian Persch | 2004-12-07 | 1 | -0/+1 |
* | Add deprecated defines to AM_CPPFLAGS in maintainer-mode. | Christian Persch | 2004-12-01 | 1 | -2/+0 |
* | Don't unref, then weak ref, then enter main loop; this won't work when | Christian Persch | 2004-11-11 | 1 | -2/+8 |
* | We always have config.h, no need to guard its inclusion. | Christian Persch | 2004-11-03 | 1 | -2/+0 |
* | Use gtk_window_set_default_icon_name(). | Christian Persch | 2004-10-02 | 1 | -1/+4 |
* | Merging pre-gnome-2-10 branch to HEAD. | Christian Persch | 2004-09-13 | 1 | -8/+0 |
* | Move g_set_application_name() call after gnome_program_init(), | Christian Persch | 2004-08-02 | 1 | -1/+2 |
* | Persist changed accels with gnome_accelerator_sync(). | Christian Persch | 2004-03-06 | 1 | -0/+2 |
* | Depend on libxml2 >= 2.6.6 because of bug #133298 and bug # 131548. | Christian Persch | 2004-02-13 | 1 | -1/+9 |
* | Implement print and print setup disabling for lockdown mode. | Christopher James Lahey | 2004-01-11 | 1 | -0/+3 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-12-17 | 1 | -2/+0 |
* | Marco Pesenti Gritti <marco@gnome.org> | Chris Lahey | 2003-11-30 | 1 | -0/+2 |
* | Use an unique factory for both interfaces. | Marco Pesenti Gritti | 2003-11-15 | 1 | -9/+9 |
* | Rework shell services initialization so that it happen either on every | Marco Pesenti Gritti | 2003-11-14 | 1 | -0/+20 |
* | ChangeLog | Marco Pesenti Gritti | 2003-11-13 | 1 | -199/+62 |
* | Cleanup session. Persist also history and bookmarks. | Marco Pesenti Gritti | 2003-11-10 | 1 | -9/+0 |
* | More headers fixup. | Marco Pesenti Gritti | 2003-11-07 | 1 | -3/+3 |
* | Change the behaviour of --nautilus-view such that the process doesn't exit | Mark McLoughlin | 2003-10-17 | 1 | -20/+20 |
* | Remove --server mode. It was a dirty hack anyway, and had a crasher when | Christian Persch | 2003-09-25 | 1 | -17/+2 |
* | Refactor initialization/automation code. Now all the code used by the | Marco Pesenti Gritti | 2003-09-24 | 1 | -53/+12 |
* | Add an --import-bookmarks command line option, and really implement the | Christian Persch | 2003-09-19 | 1 | -0/+10 |
* | Fix mem leak. | Christian Persch | 2003-08-02 | 1 | -0/+2 |
* | Use the browser icon from gnome icon theme. Get rid of cache comparing | Marco Pesenti Gritti | 2003-07-02 | 1 | -5/+17 |
* | Remove unused variables. | Piers Cornwell | 2003-06-19 | 1 | -11/+10 |
* | Remove --geometry option, we weren't respecting it anyway (this patch | Xan Lopez | 2003-04-24 | 1 | -9/+0 |
* | Allow to launch the BME alone, rework some CORBA code, add a .desktop file | Xan Lopez | 2003-04-09 | 1 | -0/+10 |
* | Add Application Name | Xan Lopez | 2003-03-15 | 1 | -0/+1 |
* | Make the bookmarks editor remember the last selected keyword, and make | James Willcox | 2003-02-07 | 1 | -0/+2 |
* | Rehash link context menu order to be hig compliant. Set a desktop icon. | Marco Pesenti Gritti | 2003-01-10 | 1 | -2/+6 |
* | Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when using | Marco Pesenti Gritti | 2003-01-05 | 1 | -3/+5 |
* | Initial revision | Marco Pesenti Gritti | 2002-12-31 | 1 | -0/+340 |