Mercurial > geeqie
graph
-
Use g_build_filename().2008-05-20, by zas_
-
Use size_t instead of gint, it silents a signed vs unsigned warning.2008-05-20, by zas_
-
Use g_build_filename() instead of g_strconcat().2008-05-20, by zas_
-
Drop concat_dir_and_file() and use g_build_filename() instead.2008-05-20, by zas_
-
Use G_DIR_SEPARATOR instead of '/' where applicable.2008-05-20, by zas_
-
Use g_build_filename() to build paths.2008-05-20, by zas_
-
Do not use glib posix wrappers since they were introduced in 2.62008-05-20, by zas_
-
Use access() instead of g_access() which is only available in 2.8.2008-05-20, by zas_
-
Use utf-8 charset instead of iso-8859-1.2008-05-20, by zas_
-
updated ru.po by Alexandre Prokoudine2008-05-20, by nadvornik
-
French translation was updated.2008-05-20, by zas_
-
Sort out log_printf() vs printf_term() mix up.2008-05-20, by zas_
-
Use print_term() instead of printf(), since it handles charset conversion2008-05-20, by zas_
-
Remove C-specific gcc options from CXXFLAGS.2008-05-19, by zas_