Mercurial > geeqie
log
age | author | description |
---|---|---|
2008-05-20 | zas_ | Use G_DIR_SEPARATOR instead of '/' where applicable. |
2008-05-20 | zas_ | Use g_build_filename() to build paths. |
2008-05-20 | zas_ | Do not use glib posix wrappers since they were introduced in 2.6 |
2008-05-20 | zas_ | Use access() instead of g_access() which is only available in 2.8. |
2008-05-20 | zas_ | Use utf-8 charset instead of iso-8859-1. |
2008-05-20 | nadvornik | updated ru.po by Alexandre Prokoudine |
2008-05-20 | zas_ | French translation was updated. |
2008-05-20 | zas_ | Sort out log_printf() vs printf_term() mix up. |
2008-05-20 | zas_ | Use print_term() instead of printf(), since it handles charset conversion |
2008-05-19 | zas_ | Remove C-specific gcc options from CXXFLAGS. |
2008-05-19 | zas_ | Fix some incomplete initialization warnings. |
2008-05-19 | zas_ | depreceated -> deprecated |
2008-05-19 | zas_ | Typo fixes. |
2008-05-19 | zas_ | Create auxdir if needed. |
2008-05-19 | zas_ | Fix spurious end of line introduced in revision 780. |