log

age author description
2009-03-01 zas_ Introduce is_readable_file() which test if file exists, is regular and readable.
2009-03-01 zas_ image_select(), image_set_selectable(): tidy up.
2009-03-01 zas_ Indentation fixes.
2009-03-01 zas_ image_post_process_color(): remove exif parameter, just extract it when needed.
2009-03-01 zas_ Slightly modify access_file() and use it to test profile files existence and read access.
2009-03-01 zas_ Add an ellipse when the file name is truncated.
2009-03-01 zas_ In the side bar, display the filename without the 'Filename:' prefix and makes it centered. Allow to select it for copy'n'paste.
2009-03-01 nadvornik dropped ExifUIList
2009-03-01 nadvornik do not use separate list of entries, rely on vbox
2009-03-01 nadvornik fixed possible crash
2009-02-28 nadvornik rewritten exif pane to support arbitrary number of entries
2009-02-28 zas_ max value -> value. Shorter.
2009-02-28 zas_ Add missing space between while and first parenthesis.
2009-02-28 zas_ Add missing space between switch and first parenthesis.
2009-02-28 zas_ No space between function name and first parenthesis, it eases greping (see CODING).
2009-02-28 zas_ Prevent Gtk assertion failures when no icon is set.
2009-02-28 nadvornik show histogram label in the title
2009-02-28 nadvornik give the panes more control over expander title
2009-02-28 zas_ Color profiles menu: test for file access before allowing to select it as input profile.
2009-02-28 nadvornik load icons for external editors
2009-02-28 zas_ Use g_utf8_casefold() to compare keywords, uppercased/lowercased keywords are now matched against predefined list.
2009-02-28 nadvornik fixed bar_histogram headers
2009-02-28 zas_ Minor simplification and cleanup.
2009-02-28 zas_ image_change_complete(): reduce code redundancy and implify.
2009-02-28 nadvornik fixed overlay configuration
2009-02-28 nadvornik save and restore toolbar configuration
2009-02-28 nadvornik create toolbar from ui_manager
2009-02-27 zas_ Really fix up color profiles options tests. Add an indicator of the embedded color profile when recognized (a * just after sRGB or AdobeRGB compatible).
2009-02-27 zas_ Fix up color profiles menu: mark empty entries (but not NULL) as inactive.
2009-02-27 nadvornik compute histmap in idle callback and only if the histogram is expanded
2009-02-26 zas_ Add a tooltip showing current histogram state on bar histogram.
2009-02-26 zas_ Clean up histogram stuff: options saving/restoring, osd histogram separation, tidy up.
2009-02-26 zas_ Add .bak and .mo extensions to svn:ignore.
2009-02-26 nadvornik quoted_value is no longer needed
2009-02-25 zas_ Silent a minor warning.
2009-02-25 nadvornik correctly save and restore overlay string
2009-02-25 zas_ Save bar pane histogram state to rc file.
2009-02-25 zas_ Fix up bar pane histogram contextual menu: show current state for channel and log mode.
2009-02-25 nadvornik reuse original utility_box (image + sidebars) on layout change (switch
2009-02-25 nadvornik fixed filter initialization
2009-02-24 nadvornik improved bar_sort configuration
2009-02-24 zas_ Add a contextual menu on bar pane histogram allowing to change channels and mode. More work needed.
2009-02-24 nadvornik fixed --fullscreen option together with enabled bar
2009-02-24 nadvornik simplified and improved bar configuration
2009-02-24 zas_ Enclose macro parameters names with _ to differentiate them from variable names.
2009-02-24 zas_ Since READ_*() macros are now exported, do not hide
2009-02-23 nadvornik simplified config writing
2009-02-23 nadvornik enabled commandline again
2009-02-23 zas_ Introduce helpers histogram_toggle_channel() and histogram_toggle_mode().
2009-02-22 zas_ Set svn:ignore on Makefile and Makefile.in.
2009-02-22 zas_ Fix and simplify histogram code, drop histogram based on mean value.
2009-02-22 nadvornik config file format changed to XML
2009-02-22 zas_ Attempt to simplify and fix histrogram code.
2009-02-21 zas_ Glibification again.
2009-02-21 zas_ French translation was updated.
2009-02-21 zas_ Glibification.
2009-02-21 zas_ Move grid color setting to histogram_new().
2009-02-21 zas_ Remove histogram_ prefix from struct _Histogram fields names and rename them more properly.
2009-02-21 zas_ Add grid to bar histogram, simplify the code and draw horizontal lines too.
2009-02-19 zas_ Fix bug 2599857: file list sort order was wrong in many cases.