summaryrefslogtreecommitdiff
path: root/src/eog-uri-converter.c
Commit message (Expand)AuthorAgeFilesLines
* EogUriConverter: GList leak fixEmmanuel Pacaud2015-08-311-0/+9
* Fix a few memory leaksBoris Egorov2014-11-191-2/+4
* EogURIConverter: Convert to G_DEFINE_TYPE_WITH_PRIVATEFelix Riemann2013-10-041-8/+3
* Remove gi18n.h include from header fileFelix Riemann2013-07-281-0/+1
* Fix some more deprecation warningsFelix Riemann2012-02-291-2/+2
* Add missing break statementsFelix Riemann2009-04-181-0/+1
* Use proper printf-format strings to enable type checking for the counterFelix Riemann2008-12-231-33/+3
* remove trailing whitespaces.Claudio Saavedra2008-10-271-56/+56
* Use GSlice to allocate the token structures.Felix Riemann2008-10-141-4/+4
* Stop using GnomeVFS. Use GIO instead from now on. Fixes bugs #509239 andFelix Riemann2008-03-141-65/+63
* Add a missing g_type_class_add_private call which I accidentially undoedFelix Riemann2007-12-291-0/+1
* Convert classes to have their private data structures handled by theFelix Riemann2007-12-281-15/+4
* Forgot these in the last commit.Felix Riemann2007-05-101-1/+1
* Remove some unneeded guards around g_free calls as it checks for NULLFelix Riemann2007-05-101-6/+3
* Chain up dispose/finalize handlers. Fixes bug 433127.Felix Riemann2007-04-251-2/+5
* Fix several leaks.Felix Riemann2007-04-051-0/+2
* Moving new code base do trunk.Lucas Almeida Rocha2007-03-171-0/+1027