log

age author description
2009-03-08 zas_ Display icons in edit contextual menu.
2009-03-08 zas_ In various Edit context menus, only display editors that match the file types in the selection.
2009-03-08 nadvornik dnd fixes
2009-03-08 nadvornik dnd fixes
2009-03-08 nadvornik allow dropping of multiple keywords
2009-03-08 nadvornik show a label instead of the default drag icon
2009-03-08 nadvornik dnd in keywords tree
2009-03-07 nadvornik implemented keywords editor as described at
2009-03-07 zas_ French translation was updated.
2009-03-07 zas_ Use a common function bar_pane_expander_title() to set expanders title widget.
2009-03-06 zas_ Try to improve tab completion: when a key is pressed while tab completion menu is shown, the number of entries is reduced, dhowing all matching entries but the menu is no more closed after each key pressure. Number of possible entries in this menu was increased from 500 to 1000. Pressing TAB when path entry is empty now adds / (root directory).
2009-03-06 nadvornik simplified bar interface
2009-03-06 zas_ Add debug versions of path_to_utf8() and path_from_utf8() which allows to report the caller file and line, this is enabled with --enable-debug-flags (and developer mode too).
2009-03-06 zas_ Fix utf8/locale conversion warning: the path passed to isdir() is not in UTF8 (if local fs is not in UFT8) so do not use it (isdir() uses stat_utf8() which calls path_from_utf8()).
2009-03-06 nadvornik enable wrap mode in comment pane
2009-03-06 nadvornik use standard GtkHPaned for sidebar width
2009-03-06 zas_ Fix tab completion when entering "/et[TAB]" it was changed to "et", this is fixed.
2009-03-05 nadvornik do not crash if an exif entry is deleted during editing
2009-03-05 nadvornik added popup menu to the exif pane
2009-03-04 nadvornik indicate that the exif pane is empty
2009-03-04 nadvornik prepared exif pane for popup menu
2009-03-04 zas_ layout_status_update_pixel_cb(): cleanup and optimization, drop pango markup in i18n string, use a small function to calculate numbers length, only allocate text when needed.
2009-03-04 nadvornik dnd from advanced exif window to exif pane
2009-03-04 nadvornik Display pixel coordinates and rgb - patch by Ruben Stein
2009-03-03 nadvornik reorder exif pane entries with drag and drop
2009-03-02 nadvornik overlay now survives image split
2009-03-02 zas_ Random tidy up.
2009-03-02 zas_ Fix memleak in previous patch.
2009-03-02 zas_ Add a directory separator at the end of names in tab completion list to indicate directories.
2009-03-01 zas_ Align exif labels vertically (visually better since name is now smaller than value).
2009-03-01 zas_ Update POTFILES.in and french translation.
2009-03-01 zas_ When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
2009-03-01 nadvornik make the exif pane grow-only - this reduces sidebar jumping
2009-03-01 zas_ When g_new0() is used, drop redundant initializations to NULL, FALSE or 0.
2009-03-01 zas_ Clarify colorspace determination (exif 2.2/2.21).
2009-03-01 zas_ Enable 'Use profile from image' item of color management menu only if such profile information is available from image.
2009-03-01 zas_ Improve file checks using is_readable_file().
2009-03-01 zas_ Only attempt to read exif if the file is readable.
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.
2009-02-16 nadvornik fixed compiler warning
2009-02-16 nadvornik hopefully fixed a freeze on solaris
2009-02-15 nadvornik added histogram pane
2009-02-15 nadvornik fixed histogram drawing
2009-02-15 zas_ Remove redundant line of code.
2009-02-15 zas_ Fix up few compilation warnings.
2009-02-15 nadvornik histogram caching
2009-02-15 nadvornik separated "normal" and advanced exif, "Normal" exif is now in the
2009-02-14 nadvornik droped Preferences dialog, sidebar should replace it completely
2009-02-14 nadvornik replaced bar_info with an universal bar, restored the original
2009-02-09 zas_ Update ChangeLog using C locale date format, add a script to ease future updates.
2009-02-07 nadvornik force at least one idle call before writting metadata
2009-02-07 nadvornik use metadata_read_* functions where possible
2009-02-06 nadvornik Start with "Fit to window" in "Leave Zoom at previous setting" mode
2009-02-06 nadvornik do not switch to the next image on mouse click in split mode
2009-02-06 nadvornik improved labels of some menu items
2009-02-04 zas_ Add year 2009 to copyright info everywhere.
2009-02-04 zas_ Fix up the copyright years info.
2009-02-04 zas_ Update README header.
2009-02-04 zas_ Speed up random slideshow, startup time decreases from minutes to seconds when amount of images is big. Patch by Kjell Morgenstern.
2009-02-04 zas_ Do not show geeqie itself in editors menus.
2009-02-03 nadvornik do not translate already translated texts from desktop files
2009-02-03 zas_ Add support for NoDisplay (entry is then hidden) and Type (only Application type is valid here) keys.
2009-02-03 zas_ Reorder fields a bit and make flags field unsigned.
2009-02-03 zas_ editor_list_get() now returns a sorted list, this way items appear in the same order in all menus.
2009-02-02 nadvornik improved placing of external commands in menu
2009-02-01 nadvornik test TryExec,
2009-02-01 nadvornik fixed switch from single to split image
2009-02-01 nadvornik read external editors from .desktop files
2009-01-29 zas_ Sort the list alphabetically and remove an empty line.
2009-01-29 nadvornik switched to po/LINGUAS, see http://live.gnome.org/GnomeGoals/PoLinguas
2009-01-29 zas_ gint -> gboolean.
2009-01-29 zas_ Invert Horizontally vs vertically zoom fit, it was a TRUE/FALSE mismatch, reported by Christopher Beland.
2009-01-29 zas_ Remove harmful documentation.helpdir and documentation.htmldir options. These paths can still be modified through --with-readmedir and --htmldir configure options. Reported by Christopher Beland.
2009-01-29 nadvornik added SIGBUS handler
2009-01-26 nadvornik fixed compilation with lirc
2009-01-26 zas_ Silent two minor warnings: GtkSelectionData data field is guchar* while g_strndup() wants gchar * as first parameter.
2009-01-26 zas_ Remove --enable-compile-warnings from autogen.sh, it was passed to configure which knows nothing about this option.
2009-01-26 zas_ Move -Wall before -Wno-* options for them to have any effect.
2009-01-26 zas_ Keep -O0 over -O2 as requested by Vladimir.
2009-01-26 zas_ Add -Wformat and -Wformat-security gcc options when --enable-debug-flags is set, move default optimization to -O2 by default (-O0 is only useful for specific debugging purposes).
2009-01-26 zas_ Fix a major bug in utf8_compare(): when case_sensitive is true, s1_t and s2_t were uninitialized, leading to unpredicable results.
2009-01-25 nadvornik added the original COPYING file from GQview - we can't rely on autogen.sh
2009-01-25 nadvornik updated ChangeLog from svn log
2009-01-25 nadvornik fixed gthread detection
2009-01-25 nadvornik do not ignore newly created sidecars
2009-01-24 nadvornik adjusted marks spacing to align them with the marks filter
2009-01-24 zas_ Fix incorrect translation.
2009-01-24 nadvornik fixed restoring of OSD at layout_image_full_screen_stop
2009-01-24 nadvornik fixed glib warning
2009-01-24 nadvornik updated version string
2009-01-24 zas_ Silent two compilation warnings.
2009-01-24 zas_ French translation was updated.
2009-01-23 nadvornik fixed possible crash
2009-01-21 nadvornik enable threads by default
2009-01-21 nadvornik compilation fixes for older exiv2
2009-01-20 nadvornik improved metadata preferences
2009-01-20 nadvornik fixed possible segfault
2009-01-11 nadvornik show symlinks in filelist
2009-01-11 nadvornik fixed includes
2009-01-11 nadvornik added a status bar button for writting metadata immediately
2009-01-11 nadvornik metadata write mode (direct or sidecar) made configurable for each file
2009-01-10 nadvornik simplified metadata interface, dropped metadata_read,
2009-01-04 zas_ When "Remember print settings" is checked, save _all_ settings. Before this patch, text fields, text size, source, layout and image scale properties were not saved.
2009-01-04 zas_ French translation was updated.
2009-01-03 zas_ Silent warnings.
2009-01-03 nadvornik write keywords and comments with separate functions
2009-01-02 nadvornik fixed updating of selection after deleting the last image from the list
2009-01-02 nadvornik do not enter a directory after rename
2009-01-02 nadvornik added done callback to utilops
2009-01-02 nadvornik fixed view_dir notification
2009-01-02 nadvornik sidecar files grouping was made case-insensitive
2008-12-27 nadvornik fixed writting of legacy metadata
2008-12-26 nadvornik optimized get_mark_func
2008-12-26 nadvornik remove cached entries on all changes
2008-12-26 nadvornik fixed previous change
2008-12-26 nadvornik improved sidecar writting
2008-12-25 nadvornik implemented a possibility to connect keywords with marks
2008-12-25 nadvornik low-level keyword-to-mark functionality
2008-12-25 nadvornik perform internal commands in idle call
2008-12-23 nadvornik allow writing of empty keywords/comment
2008-12-23 nadvornik added change notification to bar_info.c
2008-12-23 nadvornik improved buffering and notifications
2008-12-23 nadvornik write changes immediately, the necessary buffering is done on lower
2008-12-22 nadvornik file class made configurable in preferences
2008-12-22 zas_ French translation was updated.
2008-12-22 nadvornik write metadata after timeout, image change or dir change
2008-12-22 nadvornik show metadata options in preferences dialog
2008-12-21 nadvornik fixed safe delete
2008-12-21 nadvornik most of the metadata options now works
2008-12-21 nadvornik fixed new options
2008-12-21 zas_ French translation was updated.
2008-12-20 nadvornik added options for metadata - not yet used
2008-12-20 zas_ Fix two minor compilation warnings.