Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-file-helpers.c
Commit message (Expand)AuthorAgeFilesLines
* [libdocument] Fix borken ev_tmp_filename_unlink()Carlos Garcia Campos2010-05-041-4/+4
* [libdocument] Add ev_file_is_temp()Carlos Garcia Campos2010-05-041-0/+19
* Remove unneeded GLIB_CHECK_VERSION macrosCarlos Garcia Campos2010-05-031-2/+0
* Update FSF address everywhere.Arun Persaud2010-04-051-1/+1
* [windows] Do not use g_content_type_guess() on WindowsHib Eris2009-12-221-0/+8
* Replace mkdtemp() with _ev_g_mkdtemp().Hib Eris2009-12-191-1/+86
* [libdocument] Remove ev_tmp_dir()Christian Persch2009-10-251-7/+7
* libdocument: Clean up temp file handlingChristian Persch2009-10-251-71/+165
* [comics] Fixes handling of the tmp folderJuanjo MarĂ­n2009-05-171-0/+6
* Fix a freed memory read.Christian Persch2009-02-161-5/+6
* Add more docsChristian Persch2009-02-151-8/+15
* Make sure to fill in @error on failure. Also, since this is exported inChristian Persch2009-02-151-5/+21
* More docsChristian Persch2009-02-151-0/+37
* NULL safety. (get_mime_type_from_data): Return the MIME type, not theChristian Persch2009-02-151-9/+18
* Don't leak the input stream.Christian Persch2009-02-151-0/+3
* Propagate all errors upwards.Christian Persch2009-02-151-4/+8
* Don't use more bytes from buffer than were read from the file.Christian Persch2009-02-151-1/+1
* More docs.Christian Persch2009-02-151-0/+12
* Fixes bug #571787.Nickolay V. Shmyrev2009-02-151-4/+0
* A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug #569117.Christian Persch2009-01-301-2/+2
* Move ev_dot_dir() from libdocument to shell, since it shouldn't be publicChristian Persch2009-01-261-33/+9
* When saving a file, using the default permissions for the user/system,Michael J. Chudobiak2009-01-221-0/+3
* Fix mime type handling.Hib Eris2008-12-311-1/+2
* Show better warning message when temp file cannot be deleted.Carlos Garcia Campos2008-12-301-2/+4
* Move mime-type functions from document-facrory to file-helpers so that itCarlos Garcia Campos2008-11-291-0/+60
* Initialize GError to NULL.Carlos Garcia Campos2008-11-011-1/+1
* EggSMClient copied from libeggCarlos Garcia Campos2008-08-311-7/+2
* Port to gio and drop gnome-vfs dependency. Fixes bug #510401. Based onCarlos Garcia Campos2008-01-251-35/+57
* Add functions to delete temporary files created by evince in a safe way.Carlos Garcia Campos2007-05-251-0/+37
* Using g_mkdir_with_parents() instead of g_mkdir() to really ensure theEduardo Lima2007-05-211-1/+1
* Add --without-libgnome, check for libgnome and libgnomeui separately, andRoss Burton2007-05-041-0/+9
* Save document compressed when saving a copy of a compressed document.Carlos Garcia Campos2007-02-271-22/+38
* Add missing libgnome/gnome-init.h header file. Fixes bug #396677.Carlos Garcia Campos2007-02-031-0/+1
* Support for PDF, PS and EPS compressed files. Fixes bug #307087.Carlos Garcia Campos2007-02-031-0/+97
* Reorganize source tree.Nickolay V. Shmyrev2007-01-081-0/+169