Replace g_memdup with safer g_memdup2
[geeqie.git] / src / exiv2.cc
2023-05-16 Tomasz GolinskiReplace g_memdup with safer g_memdup2
2022-10-05 Omari StephensAvoids C linkage in geeqie files now that we're trying...
2022-10-05 Omari StephensMerge pull request #1038 from xsdg/hyphen-filenames.3
2022-09-30 Omari StephensUpdates references from using underscore filenames...
2022-07-21 Colin ClarkGTK2 no longer supported
2022-07-17 Colin ClarkChange configuration system from Autotools to Meson
2021-07-17 Klaus EthgenMergin several old merge requests
2021-05-21 Colin ClarkBug fix #744: Support Canon cr3 files
2021-05-12 Colin ClarkFix #744,891:Support Canon cr3 files
2021-05-05 Colin ClarkConvert TODOs and FIXMEs to Doxygen style
2021-01-14 freddiiFix #852: fixed wrong spelled words
2021-01-14 freddiifixed wrong spelled words
2019-06-02 Pieter KrulFix build against exiv2-0.27.1+
2019-02-05 Klaus EthgenMerge merge requests 641, 638, 630 and 627
2019-02-05 Klaus EthgenMerge merge requests 649, 647 and 651
2019-02-05 Klaus EthgenMerge merge requests 660, 658, 655 and 648
2019-01-06 Rasmus ThomsenFix #654, 655: fix build against exiv2-0.27.x
2019-01-06 Rasmus Thomsenfix build against exiv2-0.27.x
2018-05-02 Colin ClarkFix #605: Crash when writing metadata to .svg files
2017-07-08 Klaus EthgenMerge remote-tracking branch 'github/merge-requests...
2017-07-08 Klaus EthgenMerge remote-tracking branch 'github/merge-requests...
2017-05-29 Alexander AntimonovFix #381: Feature-Request: Make JPEG comment available...
2016-05-27 David KalnischkiesWork around changed c++11 std::string implementation
2016-05-24 Klaus EthgenUpdate copyright in all files
2016-03-04 Solomon Peachyexiv2: Fix use-after-free of the image filename/path.
2016-03-04 Klaus EthgenRemove some useless spaces in exiv2.cc
2014-07-20 Klaus EthgenMerge remote-tracking branches 'merge-requests/6' and...
2014-07-20 Klaus EthgenMerge remote-tracking branch 'origin/merge-requests/5'
2014-01-26 Klaus EthgenMerge remote-tracking branches 'origin/merge-requests...
2013-04-21 Emil MikulicAnnotate debug_exception() with source file, line,...
2012-10-02 Klaus EthgenMerge branch 'master' into ke-lua
2012-07-31 Vladimir Nadvornikupdated version and copyright notice
2010-02-16 Vladimir Nadvornikadded 2010 to copyright text
2009-09-12 Vladimir Nadvornikstrip the "lang=" prefix from exiv2 in all metadata...
2009-08-18 Vladimir Nadvornikfixed possible crash in exif_item_get_integer
2009-08-03 Klaus EthgenFixing libexiv2 bug
2009-04-27 Vladimir Nadvornikcompilation fixes
2009-04-08 Vladimir Nadvornikimproved Exiv2 error reporting:
2009-03-17 Vladimir Nadvornikadded more IPTC tags
2009-03-15 Vladimir Nadvornikfixed XMP and IPTC entry names in exif pane
2009-03-13 Vladimir Nadvornikhandle sidecar files for raw formats that are not known...
2009-03-12 Laurent Moningint -> gboolean and tidy up.
2009-02-07 Vladimir Nadvornikuse metadata_read_* functions where possible
2009-02-04 Laurent MoninAdd year 2009 to copyright info everywhere.
2009-01-21 Vladimir Nadvornikcompilation fixes for older exiv2
2009-01-10 Vladimir Nadvorniksimplified metadata interface, dropped metadata_read,
2008-12-26 Vladimir Nadvornikimproved sidecar writting
2008-12-21 Vladimir Nadvornikmost of the metadata options now works
2008-12-20 Laurent MoninFix two minor compilation warnings.
2008-12-15 Vladimir Nadvornikprepared infrastructure for delayed metadata writting...
2008-12-07 Vladimir Nadvornikhandle the case when io.open() fails
2008-10-20 Vladimir Nadvornikfixed failed assertion in exif_free
2008-10-18 Vladimir Nadvornikcreate xmp sidecar when needed
2008-10-18 Vladimir Nadvorniksimple synchronization XMP <-> Exif, IPTC
2008-10-18 Vladimir Nadvornikinfrastructure for preprocessing of metadata
2008-10-14 Vladimir Nadvornikfollow Exiv2 SVN changes
2008-10-11 Vladimir Nadvornikadded option to use exif thumbnails
2008-10-07 Laurent MoninFix up few signed vs unsigned warnings: exif_item_get_r...
2008-10-07 Vladimir NadvornikAdding a vim modeline to all files - patch by Klaus...
2008-10-04 Vladimir Nadvornikfixed charset of exiv2 strings in non-utf8 locales
2008-10-01 Vladimir NadvornikAdd support for GPSInfo - patch by Klaus Ethgen
2008-09-27 Vladimir Nadvornikupdated preview loader to work with current svn version...
2008-08-31 Vladimir Nadvornikfixed possible endless loop
2008-08-31 Laurent MoninFix two minor compilation warnings.
2008-08-28 Vladimir Nadvornikuse mmaped files image loader
2008-08-25 Laurent MoninWhitespaces cleanup.
2008-06-25 Laurent MoninTidy up.
2008-05-19 Petr Ostadalconfigure.in was rewritten:
2008-05-16 Vladimir Nadvornikfixed exiv2 version test
2008-05-16 Vladimir Nadvornikget processed values from exiv2
2008-05-16 Laurent MoninDo not use printf() directly but use new wrapper functi...
2008-05-16 Laurent MoninDrop include "debug.h".
2008-05-09 Laurent MoninUse function(void) instead of function() for declaring...
2008-05-05 Vladimir Nadvorniksplit filelist.c to filefilter.c and filedata.c
2008-04-24 Laurent MoninMove debug macros from main.h to new debug.h.
2008-04-24 Laurent MoninHandle the newline in DEBUG_N() macro instead of adding one
2008-04-23 Vladimir Nadvornikfixed a bug in opening files with non-utf8 locales...
2008-04-23 Laurent MoninIntroduce macros to display debug messages.
2008-04-22 Vladimir Nadvornikfixed reading of signed rational type with Exiv2
2008-04-21 Vladimir Nadvornikupdated copyright in source files
2008-04-20 Vladimir Nadvornikfixed color profile code for older versions of exiv2
2008-04-20 Vladimir Nadvornikread color profiles from jpeg also with Exiv2
2008-04-18 Vladimir Nadvornikpartially fixed reading embedded color profiles with...
2008-04-11 Laurent MoninSilent some gcc warnings.
2008-04-08 Laurent MoninMake xmp debug info only appears when debug >= 2.
2008-04-08 Laurent Moningqview.h -> main.h
2008-03-30 Vladimir Nadvornikdifferentiate among normal image, raw image and metadata
2008-03-24 Vladimir Nadvornikimproved support for older exiv2 versions
2008-03-24 Vladimir Nadvornikexiv2 version checks
2008-03-22 Vladimir Nadvornikraw related fixes
2008-03-22 Vladimir Nadvornikcrw preview support with exiv2
2008-03-16 Vladimir Nadvornikwrite comment and keywords to xmp, sidecars are used...
2008-03-15 Vladimir Nadvornikwrite support in Exiv2 wrapper; for now only string...
2008-02-24 Vladimir Nadvornika hack to read raw previews with exiv2 0.16, however...
2008-02-15 Vladimir Nadvornikread also iptc and xmp
2008-02-14 Vladimir Nadvornikmore exiv2 fixes
2008-02-14 Vladimir Nadvornikmore exiv2 fixes
2008-02-13 Vladimir Nadvornikmore exiv2 fixes
2008-02-13 Vladimir Nadvornikmore exiv2 fixes
2008-02-13 Vladimir Nadvornikand first version that actually shows some exif data...
next