summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-10Added tag rel_0_3_1 for changeset 354937dde5f1Johannes Hofmann
2009-04-10NEWSJohannes Hofmann
2009-04-10remove error.what() debug outputJohannes Hofmann
The interface seems to have changed between exiv2 versions.
2009-04-10prepare 0.3.1Johannes Hofmann
2009-04-10check for strsepJohannes Hofmann
2009-04-08Added tag rel_0_3_0 for changeset 26b3a61484c3Johannes Hofmann
2009-04-08add note about donations to READMEJohannes Hofmann
2009-04-08add homepage to aboutJohannes Hofmann
2009-04-08use quit_cb instead of dummy_cbJohannes Hofmann
2009-04-08use floats in GIPFEL_FORMATJohannes Hofmann
2009-04-08use O_BINARY flag when availableJohannes Hofmann
2009-04-08rearrange #ifdefJohannes Hofmann
2009-04-08don't exit on escapeJohannes Hofmann
2009-04-08change cursor while making screen dumpJohannes Hofmann
2009-04-08some define renamingJohannes Hofmann
2009-04-08make global variables staticJohannes Hofmann
2009-04-08factor out file_installed_or_local()Johannes Hofmann
2009-04-08search data file in local tarballJohannes Hofmann
2009-04-08NEWSJohannes Hofmann
2009-04-08update requirementsJohannes Hofmann
2009-04-07remove S_IRGRP to make things compile in MinGWJohannes Hofmann
2009-04-07remove unnecessary includesJohannes Hofmann
2009-04-07check for fsync() availabilityJohannes Hofmann
2009-04-07include strsep.h as extern "C"Johannes Hofmann
2009-04-07prepare 0.3.0Johannes Hofmann
2009-04-07typosJohannes Hofmann
2009-04-07factor out exifSetValue()Johannes Hofmann
2009-04-07factor out gpsSetCoordinate()Johannes Hofmann
2009-04-07remove now unused util.[ch]Johannes Hofmann
2009-04-07styleJohannes Hofmann
2009-04-07add mkstemp() alternativeJohannes Hofmann
2009-04-07remove debug codeJohannes Hofmann
2009-04-07add some safeguards for image reading and writingJohannes Hofmann
2009-04-07styleJohannes Hofmann
2009-04-07switch ImageMetadata to exiv2 (mostly by Konrad Golling)Johannes Hofmann
2009-04-07bring in strsep() implementationJohannes Hofmann
2009-04-07DUPLICATE -> DUPLICJohannes Hofmann
2009-04-07DATADIR -> GIPFEL_DATADIRJohannes Hofmann
2009-04-05make sure README is ASCIIJohannes Hofmann
2009-04-01Added tag rel_0_2_9 for changeset 17b35717671cJohannes Hofmann
2009-04-01adjust spec fileJohannes Hofmann
2009-04-01add gipfel.spec to release tarballJohannes Hofmann
2009-04-01Added tag rel_0_2_9 for changeset 387bcacc1a83Johannes Hofmann
2009-04-01fix bug in cylindrical projectionJohannes Hofmann
If one peak is "left" and one is "right" of north, cylindrical projection was not able to compute proper viewing parameters. This is fixed by adjusting alpha angles of known hills to be increasing with x.
2009-03-29styleJohannes Hofmann
2009-03-29styleJohannes Hofmann
2009-03-29styleJohannes Hofmann
2009-03-29optimize Hills::sort() a bitJohannes Hofmann
2009-03-29fix buglet in set_labelsJohannes Hofmann
2009-03-29optimize set_labels()Johannes Hofmann