aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-file-helpers.c
Commit message (Expand)AuthorAgeFilesLines
* R data/GNOME_Epiphany_Automation.server.in: A data/epiphany-service.xml: AChristian Persch2006-01-031-11/+0
* Put a marker in the environment to detect when we launch ourself as aChristian Persch2005-12-311-30/+40
* Fix quote characterChristian Persch2005-12-121-2/+2
* Fix quote characterChristian Persch2005-12-121-2/+2
* lib/ephy-file-helpers.c lib/widgets/ephy-location-entry.cCrispin Flowerday2005-11-111-1/+2
* Add ephy_file_get_downloads_dir() to get the actual downloads directory,Christian Persch2005-10-301-0/+41
* Change a g_return_if_fail into a regular return.Christian Persch2005-08-211-1/+1
* Don't crash in case the desktop file is not found.Christian Persch2005-07-251-0/+1
* Remove stray g_print.Christian Persch2005-07-171-2/+0
* EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning).Jean-François Rameau2005-07-041-4/+4
* More constification.Christian Persch2005-04-191-4/+4
* Use libstartup-notification, not gnome-desktop to launch apps. Fixes bugChristian Persch2005-03-101-31/+332
* Depend on gnome-desktop for gnome-desktop-item, and up the gnome-vfsChristian Persch2005-02-271-4/+167
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-1/+1
* Show profile name for mozilla bookmarks, so we can distinguish betweenChristian Persch2005-01-201-15/+18
* Move mime permission checks to ephy-file-helpers.Christian Persch2005-01-011-0/+97
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Recognise "Desktop" special downloads directory. Fixes bug #152926.Christian Persch2004-10-021-7/+18
* Handle the case where the downloads dir cannot be created gracefully. FixMarco Pesenti Gritti2004-07-221-3/+11
* Add check for 'mkdtemp', since solaris doesn't have it.Christian Persch2004-05-291-0/+4
* Don't assume Desktop directory location, check the gconf key if it'sChristian Persch2004-03-051-2/+17
* Removed an unused #include.Christian Persch2004-02-221-1/+1
* Fix numerous places where we weren't properly converting between UTF-8 andChristian Persch2004-02-131-2/+8
* Only try to rmdir() the tmp directory if we have one.Christian Persch2004-01-271-3/+6
* Fixed early freeing of tmp_dirAdam Hooper2004-01-251-4/+10
* Fix mem leaks.Christian Persch2004-01-251-4/+3
* Add a way to get the downloads dir with a comment for translators. Use dirMarco Pesenti Gritti2004-01-251-1/+13
* Make ephy_file_tmp_directory() return a const char * instead of a char *Adam Hooper2004-01-251-1/+1
* New function to get temp directory and moved ephy_shell_delete_on_exit toChristopher James Lahey2004-01-231-0/+50
* Port node db saving and RDF export to xml writer api.Christian Persch2003-11-081-20/+12
* Change some more i18n inclusion and remove several unused includes.Marco Pesenti Gritti2003-11-061-1/+0
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Use gnomevfs helper to open applications, drop our own.Marco Pesenti Gritti2003-10-311-176/+0
* Fix check for return value of xmlSaveFileFormat, _maybe_ fixing theChristian Persch2003-09-211-1/+1
* Try to fix node removal problems. I cant repro crashes ... but they areMarco Pesenti Gritti2003-05-261-0/+57
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-171-1/+1
* More work on the start here page.Marco Pesenti Gritti2003-01-081-0/+41
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+326