geeqie.git
2009-03-08 Vladimir Nadvornikdnd fixes
2009-03-08 Vladimir Nadvornikdnd fixes
2009-03-08 Vladimir Nadvornikallow dropping of multiple keywords
2009-03-08 Vladimir Nadvornikshow a label instead of the default drag icon
2009-03-08 Vladimir Nadvornikdnd in keywords tree
2009-03-07 Vladimir Nadvornikimplemented keywords editor as described at
2009-03-07 Laurent MoninFrench translation was updated.
2009-03-07 Laurent MoninUse a common function bar_pane_expander_title() to...
2009-03-06 Laurent MoninTry to improve tab completion: when a key is pressed...
2009-03-06 Vladimir Nadvorniksimplified bar interface
2009-03-06 Laurent MoninAdd debug versions of path_to_utf8() and path_from_utf8...
2009-03-06 Laurent MoninFix utf8/locale conversion warning: the path passed...
2009-03-06 Vladimir Nadvornikenable wrap mode in comment pane
2009-03-06 Vladimir Nadvornikuse standard GtkHPaned for sidebar width
2009-03-06 Laurent MoninFix tab completion when entering "/et[TAB]" it was...
2009-03-05 Vladimir Nadvornikdo not crash if an exif entry is deleted during editing
2009-03-05 Vladimir Nadvornikadded popup menu to the exif pane
2009-03-04 Vladimir Nadvornikindicate that the exif pane is empty
2009-03-04 Vladimir Nadvornikprepared exif pane for popup menu
2009-03-04 Laurent Moninlayout_status_update_pixel_cb(): cleanup and optimizati...
2009-03-04 Vladimir Nadvornikdnd from advanced exif window to exif pane
2009-03-04 Vladimir NadvornikDisplay pixel coordinates and rgb - patch by Ruben...
2009-03-03 Vladimir Nadvornikreorder exif pane entries with drag and drop
2009-03-02 Vladimir Nadvornikoverlay now survives image split
2009-03-02 Laurent MoninRandom tidy up.
2009-03-02 Laurent MoninFix memleak in previous patch.
2009-03-02 Laurent MoninAdd a directory separator at the end of names in tab...
2009-03-01 Laurent MoninAlign exif labels vertically (visually better since...
2009-03-01 Laurent MoninUpdate POTFILES.in and french translation.
2009-03-01 Laurent MoninWhen g_new0() is used, drop redundant initializations...
2009-03-01 Vladimir Nadvornikmake the exif pane grow-only - this reduces sidebar...
2009-03-01 Laurent MoninWhen g_new0() is used, drop redundant initializations...
2009-03-01 Laurent MoninClarify colorspace determination (exif 2.2/2.21).
2009-03-01 Laurent MoninEnable 'Use profile from image' item of color managemen...
2009-03-01 Laurent MoninImprove file checks using is_readable_file().
2009-03-01 Laurent MoninOnly attempt to read exif if the file is readable.
2009-03-01 Laurent MoninIntroduce is_readable_file() which test if file exists...
2009-03-01 Laurent Moninimage_select(), image_set_selectable(): tidy up.
2009-03-01 Laurent MoninIndentation fixes.
2009-03-01 Laurent Moninimage_post_process_color(): remove exif parameter,...
2009-03-01 Laurent MoninSlightly modify access_file() and use it to test profil...
2009-03-01 Laurent MoninAdd an ellipse when the file name is truncated.
2009-03-01 Laurent MoninIn the side bar, display the filename without the ...
2009-03-01 Vladimir Nadvornikdropped ExifUIList
2009-03-01 Vladimir Nadvornikdo not use separate list of entries, rely on vbox
2009-03-01 Vladimir Nadvornikfixed possible crash
2009-02-28 Vladimir Nadvornikrewritten exif pane to support arbitrary number of...
2009-02-28 Laurent Moninmax value -> value. Shorter.
2009-02-28 Laurent MoninAdd missing space between while and first parenthesis.
2009-02-28 Laurent MoninAdd missing space between switch and first parenthesis.
2009-02-28 Laurent MoninNo space between function name and first parenthesis...
2009-02-28 Laurent MoninPrevent Gtk assertion failures when no icon is set.
2009-02-28 Vladimir Nadvornikshow histogram label in the title
2009-02-28 Vladimir Nadvornikgive the panes more control over expander title
2009-02-28 Laurent MoninColor profiles menu: test for file access before allowi...
2009-02-28 Vladimir Nadvornikload icons for external editors
2009-02-28 Laurent MoninUse g_utf8_casefold() to compare keywords, uppercased...
2009-02-28 Vladimir Nadvornikfixed bar_histogram headers
2009-02-28 Laurent MoninMinor simplification and cleanup.
2009-02-28 Laurent Moninimage_change_complete(): reduce code redundancy and...
2009-02-28 Vladimir Nadvornikfixed overlay configuration
2009-02-28 Vladimir Nadvorniksave and restore toolbar configuration
2009-02-28 Vladimir Nadvornikcreate toolbar from ui_manager
2009-02-27 Laurent MoninReally fix up color profiles options tests. Add an...
2009-02-27 Laurent MoninFix up color profiles menu: mark empty entries (but...
2009-02-27 Vladimir Nadvornikcompute histmap in idle callback and only if the histog...
2009-02-26 Laurent MoninAdd a tooltip showing current histogram state on bar...
2009-02-26 Laurent MoninClean up histogram stuff: options saving/restoring...
2009-02-26 Laurent MoninAdd .bak and .mo extensions to svn:ignore.
2009-02-26 Vladimir Nadvornikquoted_value is no longer needed
2009-02-25 Laurent MoninSilent a minor warning.
2009-02-25 Vladimir Nadvornikcorrectly save and restore overlay string
2009-02-25 Laurent MoninSave bar pane histogram state to rc file.
2009-02-25 Laurent MoninFix up bar pane histogram contextual menu: show current...
2009-02-25 Vladimir Nadvornikreuse original utility_box (image + sidebars) on layout...
2009-02-25 Vladimir Nadvornikfixed filter initialization
2009-02-24 Vladimir Nadvornikimproved bar_sort configuration
2009-02-24 Laurent MoninAdd a contextual menu on bar pane histogram allowing...
2009-02-24 Vladimir Nadvornikfixed --fullscreen option together with enabled bar
2009-02-24 Vladimir Nadvorniksimplified and improved bar configuration
2009-02-24 Laurent MoninEnclose macro parameters names with _ to differentiate...
2009-02-24 Laurent MoninSince READ_*() macros are now exported, do not hide
2009-02-23 Vladimir Nadvorniksimplified config writing
2009-02-23 Vladimir Nadvornikenabled commandline again
2009-02-23 Laurent MoninIntroduce helpers histogram_toggle_channel() and histog...
2009-02-22 Laurent MoninSet svn:ignore on Makefile and Makefile.in.
2009-02-22 Laurent MoninFix and simplify histogram code, drop histogram based...
2009-02-22 Vladimir Nadvornikconfig file format changed to XML
2009-02-22 Laurent MoninAttempt to simplify and fix histrogram code.
2009-02-21 Laurent MoninGlibification again.
2009-02-21 Laurent MoninFrench translation was updated.
2009-02-21 Laurent MoninGlibification.
2009-02-21 Laurent MoninMove grid color setting to histogram_new().
2009-02-21 Laurent MoninRemove histogram_ prefix from struct _Histogram fields...
2009-02-21 Laurent MoninAdd grid to bar histogram, simplify the code and draw...
2009-02-19 Laurent MoninFix bug 2599857: file list sort order was wrong in...
2009-02-16 Vladimir Nadvornikfixed compiler warning
2009-02-16 Vladimir Nadvornikhopefully fixed a freeze on solaris
2009-02-15 Vladimir Nadvornikadded histogram pane
2009-02-15 Vladimir Nadvornikfixed histogram drawing
next