Mercurial > geeqie.yaz
graph
-
thumb_std_cache_path(): use g_build_filename() and simplify.2008-05-21, by zas_
-
Use g_build_filename().2008-05-21, by zas_
-
Use g_build_filename() where applicable.2008-05-21, by zas_
-
Use g_build_filename() instead of g_strconcat().2008-05-21, by zas_
-
Use g_build_filename() and get rid of "root dir fix".2008-05-21, by zas_
-
Use g_build_filename().2008-05-21, by zas_
-
Disable unused code:2008-05-21, by zas_
-
Build path using g_build_filename() then calculate its length.2008-05-20, by zas_
-
Use G_DIR_SEPARATOR_S instead of hardcoded "/".2008-05-20, by zas_
-
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_
-
Fix some incomplete initialization warnings.2008-05-19, by zas_
-
depreceated -> deprecated2008-05-19, by zas_
-
Typo fixes.2008-05-19, by zas_
-
Create auxdir if needed.2008-05-19, by zas_
-
Fix spurious end of line introduced in revision 780.2008-05-19, by zas_
-
configure.in was rewritten:2008-05-19, by bruclik
-
Updated CODING (GPL header, macros, svn change-log, ...).2008-05-19, by bruclik
-
Save order of Properties dialog tabs to rc file.2008-05-18, by zas_
-
Cleanup and code redundancy reduction.2008-05-18, by zas_
-
Memorize text to display in the log window when the window is2008-05-18, by zas_
-
Do not create log window more than once.2008-05-18, by zas_
-
Fix formatted.SubjectDistance appearing twice in exif bar configuration.2008-05-17, by zas_
-
Update POTFILES.in.2008-05-17, by zas_
-
fixed exiv2 version test2008-05-16, by nadvornik
-
get processed values from exiv22008-05-16, by nadvornik
-
Fix redundant application name in window titles.2008-05-16, by zas_
-
French translation was updated.2008-05-16, by zas_
-
Do not use printf() directly but use new wrapper function log_printf() instead.2008-05-16, by zas_
-
Drop include "debug.h".2008-05-16, by zas_
-
Include debug.h from main.h since debug macros may be used anywhere in the code.2008-05-16, by zas_
-
Improve editor commands error display:2008-05-16, by zas_
-
Improve editors a bit:2008-05-16, by zas_
-
The Encoding key is now deprecated by the FreeDesktop standard and all2008-05-14, by zas_
-
Patch #1963690 was applied.2008-05-14, by zas_
-
Simplify thumb_std_maint_moved(), since g_list_append knows2008-05-14, by zas_
-
Simplify collect_manager_add_action(), since g_list_append knows2008-05-14, by zas_
-
Merge vflist_row_by_path() into vflist_index_by_path().2008-05-14, by zas_
-
Fix some typos. Thanks to Michal \u010ciha\u0159 and James R. Van Zandt.2008-05-14, by zas_
-
Make vf_pop_menu_*_cb static.2008-05-14, by zas_
-
French translation fixes.2008-05-13, by zas_
-
Resync POTFILES.in and *.po, update french translation and2008-05-13, by zas_
-
Merge vflist_pop_menu() and vficon_pop_menu() into vf_pop_menu().2008-05-13, by zas_
-
Move VFICON_INFO() and VFLIST_INFO() macros to view_file.h2008-05-13, by zas_
-
vficon_pop_menu(): drop "gint active" parameter, use stored click_id instead.2008-05-13, by zas_
-
vflist_pop_menu(): drop FileData * parameter, use stored click_fd instead.2008-05-13, by zas_
-
Fix last patch, only set vf->clicked_mark for a valid mark.2008-05-13, by zas_
-
Get rid of vflist_pop_menu() col_idx parameter, use new Viewfile field2008-05-13, by zas_
-
Expand tilde with file: and view: remote parameters.2008-05-13, by zas_
-
Display a message when invalid remote options are used.2008-05-13, by zas_
-
Comparing tag id is not sufficient, check the tag name too.2008-05-13, by zas_
-
Move all remote stuff from main.c to remote.[ch].2008-05-13, by zas_
-
Move some functions from main.[ch] to new window.[ch].2008-05-13, by zas_
-
Ensure that we end with UTF8 encoded comment and keywords.2008-05-13, by zas_
-
Reading of Iptc.Application2.Keywords should now be fixed.2008-05-12, by zas_
-
bar_exif_validate_text(): use computed length and cleanup.2008-05-12, by zas_
-
Extract and append keywords from Iptc.Application2.Keywords tags.2008-05-12, by zas_
-
When an option was successfully read, just continue to next line.2008-05-12, by zas_
-
Minor formatting fix in rc file header.2008-05-12, by zas_
-
Rework read_*_option():2008-05-12, by zas_
-
Rename option image_overlay.common.enabled to image_overlay.common.state2008-05-12, by zas_
-
Add some wrapper functions for not yet common code.2008-05-12, by zas_
-
Move a part of pop up menu common code to view_file.[ch].2008-05-11, by zas_
-
Introduce vf_pop_menu_file_list() as a wrapper to2008-05-11, by zas_
-
Use vf_* functions where possible.2008-05-11, by zas_
-
Drop unused layout_list_get_path() and vf*_index_get_path().2008-05-11, by zas_
-
French translation was updated.2008-05-11, by zas_
-
An option to save and restore the last path used was added.2008-05-11, by zas_
-
Rename options:2008-05-11, by zas_
-
Fix help window title.2008-05-11, by zas_
-
Use computed string length.2008-05-11, by zas_
-
Slightly increase help window's default width.2008-05-11, by zas_
-
Add an help button to OSD info configuration in Preferences dialog.2008-05-11, by zas_
-
Partially update main README.2008-05-11, by zas_
-
Change translations statistics formatting to match the style2008-05-11, by zas_
-
Fix display of collection in overlay info.2008-05-10, by zas_
-
image_osd_get() now returns OsdShowFlags.2008-05-10, by zas_
-
Display a simple grid with histogram.2008-05-10, by zas_
-
Initialize to correct value (OSD_SHOW_NOTHING instead of FALSE).2008-05-10, by zas_
-
Save full OSD state to rc file and restore it on startup.2008-05-10, by zas_
-
image_osd_info_render(): if there's no fd, just return.2008-05-09, by zas_
-
Move overlay histogram stuff from ImageWindow to OverlayStateData.2008-05-09, by zas_
-
Introduce image_get_osd_data() and image_set_osd_data().2008-05-09, by zas_
-
image_osd_get() and image_osd_set() now uses flags.2008-05-09, by zas_
-
image_osd_histogram_chan_toggle(), image_osd_histogram_log_toggle():2008-05-09, by zas_
-
Preserve last histogram modes.2008-05-09, by zas_
-
Update CODING and HACKING files, and add po/README file for translators.2008-05-09, by zas_
-
Make lirc_cleanup() and lirc_input_callback() static.2008-05-09, by zas_
-
Use function(void) instead of function() for declaring functions which2008-05-09, by zas_
-
In the search results view, hide dimensions column instead of2008-05-08, by zas_
-
Reset thumbnail column to NULL when hidden.2008-05-08, by zas_
-
search_status_update(): slightly reduce code redundancy.2008-05-08, by zas_
-
Use g_ascii_strncasecmp() instead of strncasecmp() where applicable.2008-05-08, by zas_
-
Use g_ascii_strcasecmp() instead of strcasecmp() where ascii-only strings2008-05-08, by zas_
-
Replace deprecated functions by their counterparts:2008-05-07, by zas_
-
Resync po files.2008-05-07, by zas_
-
Add a way to invert the current selection.2008-05-07, by zas_
-
Tidy up.2008-05-06, by zas_
-
French translation was updated.2008-05-06, by zas_
-
Add trash.c.2008-05-06, by zas_
-
moved safe delete functions to separate file2008-05-06, by nadvornik