Trim trailing white spaces.
[geeqie.git] / src / metadata.c
2012-08-30 Laurent MoninTrim trailing white spaces.
2012-08-30 Laurent MoninClear few more warnings, unused variables mostly.
2012-08-16 Laurent MoninFix a snprintf() warning regarding unsigned int64 forma...
2012-07-31 Vladimir Nadvornikupdated version and copyright notice
2012-05-14 Klaus EthgenMerge remote-tracking branch 'origin/toer'
2011-10-04 Vladimir Nadvornikrename file_data_new_simple to file_data_new_group...
2011-09-29 Vladimir Nadvornikadded long-term cache for keywords
2010-02-27 Klaus EthgenAdd the feature to add single keywords to selection
2010-02-16 Vladimir Nadvornikadded 2010 to copyright text
2009-08-22 Vladimir Nadvornikremove deleted files from metadata queue
2009-08-01 Klaus EthgenFix a small problem with casefull keywords
2009-06-30 Vladimir Nadvornikfixed an use of uninitialized value
2009-06-30 Vladimir Nadvornikfixes for a built without Exiv2
2009-06-29 Vladimir Nadvornikfixed writting to gqview legacy format
2009-06-20 Vladimir Nadvornikfixed leak in file_util_* functions
2009-05-09 Vladimir Nadvornikextended the list of grouped metadata tags
2009-05-07 Vladimir Nadvornikfixed keyword tree initialization
2009-05-07 Vladimir Nadvornikuse "keywords" instead of "tags" in option name, it...
2009-05-02 Vladimir Nadvornikforce the metadata dialog if it was triggered by the...
2009-05-01 Vladimir Nadvornik- handle color profile and write metadata buttons on...
2009-04-26 Vladimir Nadvornikfixed return from metadata_write_revert
2009-04-26 Vladimir Nadvornikadded an option to write image orientation to the metadata
2009-04-11 Vladimir Nadvornikimproved default keyword tree
2009-04-11 Klaus EthgenAllow to configure case handling of keywords
2009-04-06 Laurent MoninFix up event source ids type: gint -> guint.
2009-04-04 Vladimir Nadvornikadded metadata_read_GPS_coord
2009-03-31 Laurent MoninCleanup.
2009-03-29 Vladimir Nadvornikfixed possible crash
2009-03-29 Vladimir Nadvornikre-added possibility to display basic file info (size...
2009-03-20 Vladimir Nadvornikdo not add duplicate keywords from config file
2009-03-20 Vladimir Nadvornikbe more verbose on parse errors
2009-03-19 Vladimir Nadvornikimproved config file formatting
2009-03-17 Vladimir Nadvorniksimplified code
2009-03-17 Vladimir Nadvornikimproved expanding and hiding of helper keywords
2009-03-14 Laurent MoninMore gboolean.
2009-03-14 Vladimir Nadvornikimproved notification system
2009-03-13 Vladimir Nadvornikdo not allow to add keywords with the same name as...
2009-03-13 Vladimir Nadvornikadded keyword tree filtering
2009-03-13 Vladimir Nadvornikfixed keyword to mark connection
2009-03-11 Vladimir Nadvornikadded a popup menu in keyword tree
2009-03-08 Vladimir Nadvorniksave and restore the keyword tree
2009-03-08 Vladimir Nadvornikdnd fixes
2009-03-08 Vladimir Nadvornikdnd in keywords tree
2009-03-07 Vladimir Nadvornikimplemented keywords editor as described at
2009-02-28 Laurent MoninAdd missing space between switch and first parenthesis.
2009-02-28 Laurent MoninUse g_utf8_casefold() to compare keywords, uppercased...
2009-02-07 Vladimir Nadvornikuse metadata_read_* functions where possible
2009-02-04 Laurent MoninAdd year 2009 to copyright info everywhere.
2009-01-25 Vladimir Nadvornikdo not ignore newly created sidecars
2009-01-20 Vladimir Nadvornikimproved metadata preferences
2009-01-20 Vladimir Nadvornikfixed possible segfault
2009-01-11 Vladimir Nadvornikfixed includes
2009-01-11 Vladimir Nadvornikadded a status bar button for writting metadata immediately
2009-01-10 Vladimir Nadvorniksimplified metadata interface, dropped metadata_read,
2009-01-03 Vladimir Nadvornikwrite keywords and comments with separate functions
2009-01-02 Vladimir Nadvornikadded done callback to utilops
2008-12-27 Vladimir Nadvornikfixed writting of legacy metadata
2008-12-26 Vladimir Nadvornikfixed previous change
2008-12-26 Vladimir Nadvornikimproved sidecar writting
2008-12-25 Vladimir Nadvorniklow-level keyword-to-mark functionality
2008-12-23 Vladimir Nadvornikallow writing of empty keywords/comment
2008-12-23 Vladimir Nadvornikadded change notification to bar_info.c
2008-12-23 Vladimir Nadvornikimproved buffering and notifications
2008-12-22 Vladimir Nadvornikwrite metadata after timeout, image change or dir change
2008-12-21 Vladimir Nadvornikmost of the metadata options now works
2008-12-20 Vladimir Nadvornikadded options for metadata - not yet used
2008-12-20 Vladimir Nadvornikuse the workflow in utilops.c for metadata approving...
2008-12-16 Vladimir Nadvornikqueue metadata and write them in an idle callback
2008-12-15 Vladimir Nadvornikprepared infrastructure for delayed metadata writting...
2008-12-02 Laurent MoninRename few variables to make the code more readable.
2008-11-30 Laurent Moninkeyword_list_find() -> find_string_in_list(), return...
2008-11-30 Laurent Moninmetadata_set_keywords() -> metadata_set(). Use gboolean...
2008-11-30 Laurent MoninRename most comment_*() functions to more appropriate...
2008-11-25 Laurent MoninMove comments/keywords read and write stuff to new...