0
I Use This!
Inactive

Commits : Listings

Analyzed 18 days ago. based on code collected 18 days ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ADD: Start on AnimCombiner for keeping paletted animations. Replaced the code in ReaderPng, but still not complete. #35
Sebastian Wahl
as spillerrec
More... about 8 years ago
ADD: Support compiling without APNG patched libpng. Closes #13
Sebastian Wahl
as spillerrec
More... about 8 years ago
FIX: Coverity badge linked to the wrong project, badge icon was currect though
Sebastian Wahl
as spillerrec
More... about 8 years ago
ADD: action to open online help/wiki
Sebastian Wahl
as spillerrec
More... about 8 years ago
FIX: Image being reloaded if images besides it was loaded FIX: Don't reload in imageViewer::change_image if image has not changed. #49
Sebastian Wahl
as spillerrec
More... about 8 years ago
ADD: Accept opening file:// urls
Sebastian Wahl
as spillerrec
More... about 8 years ago
FIX: Crash if file does not exists, but path have the correct extension CHANGE: fileManager.load_files() now takes a QDir instead of QFileInfo
Sebastian Wahl
as spillerrec
More... about 8 years ago
FIX: Double click could cause single-click event to fail on unix. TODO: test on windows
Sebastian Wahl
as spillerrec
More... about 8 years ago
FIX: clang warning
Sebastian Wahl
as spillerrec
More... about 8 years ago
FIX: Resources not added to the binary with CMake build
Sebastian Wahl
as spillerrec
More... about 8 years ago
FIX: Image are not unloaded #38
Sebastian Wahl
as spillerrec
More... about 8 years ago
ADD: Desktop file and preliminary install script
Sebastian Wahl
as spillerrec
More... about 8 years ago
ADD: CMake build files
Sebastian Wahl
as spillerrec
More... about 8 years ago
CLEANUP: Reuse the context menu for the File menu
Sebastian Wahl
as spillerrec
More... about 8 years ago
FIX: accessed nullptr in imageViewer::frameSize
Sebastian Wahl
as spillerrec
More... over 8 years ago
FIX: cmsDeleteTransform does not allow to free a nullptr now for some reason...
Sebastian Wahl
as spillerrec
More... over 8 years ago
ADD: Static assert in ReaderPng to assure png_byte is 8 bit long #42
Sebastian Wahl
as spillerrec
More... over 8 years ago
CLEANUP: Use static_cast in colorManager, and cast to void* instead of char*, as this is what lcms2 takes as input #42
Sebastian Wahl
as spillerrec
More... over 8 years ago
CLEANUP: Avoid manual delete in imageContainer
Sebastian Wahl
as spillerrec
More... over 8 years ago
ADD: FileFuzzer to do fuzz test of directory modifications #45
Sebastian Wahl
as spillerrec
More... over 8 years ago
FIX: No longer require to convert the frame to get its dimensions. #48 fixes #47 as well
Sebastian Wahl
as spillerrec
More... over 8 years ago
FIX: It compiled with debug symbols in release mode, which I had turned on to do debugging and accidentally committed it.
Sebastian Wahl
as spillerrec
More... over 8 years ago
ADD: Add user-actions to mirror the image #44
Sebastian Wahl
as spillerrec
More... over 8 years ago
ADD: Shortcuts for rotating the image #44 FIX: Viewer not updated after rotating the viewer
Sebastian Wahl
as spillerrec
More... over 8 years ago
FIX: ReaderJpeg not correctly handling gray-scale JPEG images
Sebastian Wahl
as spillerrec
More... over 8 years ago
ADD: User-action to rotate images, currently quite broken as I can't quite get it to work #44
Sebastian Wahl
as spillerrec
More... over 8 years ago
CHANGE: Rotate images in imageViewer #44 ADD: Support Exif orientation again for Jpeg images ADD: Orientation class which handles Exif orientation.
Sebastian Wahl
as spillerrec
More... over 8 years ago
CLEANUP: Use unique_ptr for cleaning up readers in ImageReader
Sebastian Wahl
as spillerrec
More... over 8 years ago
CLEANUP: Because I can never spell 'length' correct, I consistently used 'lenght' everywhere. EVERYWHERE!
Sebastian Wahl
as spillerrec
More... over 8 years ago
CHANGE: AReader now uses uint8_t* instead of char*
Sebastian Wahl
as spillerrec
More... over 8 years ago