-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: storing thumbnails on disk #201
base: master
Are you sure you want to change the base?
Commits on Oct 27, 2024
-
pixmap: Add saving and loading to a file
Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebea027 - Browse repository at this point
Copy the full SHA ebea027View commit details -
Add thumbnail caching to image
Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 920d258 - Browse repository at this point
Copy the full SHA 920d258View commit details -
refactor: extract getting thumbnail path to another function
Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6d6986 - Browse repository at this point
Copy the full SHA b6d6986View commit details -
refactor: extract creating directories to another function
Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afd395c - Browse repository at this point
Copy the full SHA afd395cView commit details -
docs: add comments to get_image_thumb_path() and make_directories()
Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a023e2 - Browse repository at this point
Copy the full SHA 9a023e2View commit details -
Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e38918e - Browse repository at this point
Copy the full SHA e38918eView commit details -
fix: make_directories() now returns false for NULL and empty path
Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44db2d0 - Browse repository at this point
Copy the full SHA 44db2d0View commit details -
fix: conditional include of <linux/limits>
refactor: format code Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 919a8c9 - Browse repository at this point
Copy the full SHA 919a8c9View commit details -
fix: remove array size from color[] in pixmap_save()
Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87377e9 - Browse repository at this point
Copy the full SHA 87377e9View commit details -
refactor: change PATH_MAX to sizeof(path)
Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43dcd14 - Browse repository at this point
Copy the full SHA 43dcd14View commit details -
fix: change sizeof() of pointer to PATH_MAX
Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d840a87 - Browse repository at this point
Copy the full SHA d840a87View commit details -
feat: update cached thumbnails based on ctime
Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b80899 - Browse repository at this point
Copy the full SHA 9b80899View commit details -
feat: enable turning caching thumbnails on disk on/off
Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06b19ca - Browse repository at this point
Copy the full SHA 06b19caView commit details -
refactor!: extract thumbnail related things to thumbnail.c
breaking change: image_thumbnail() takes arguments Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99c7624 - Browse repository at this point
Copy the full SHA 99c7624View commit details -
feat: separate loading and saving thumbnails from their creation
Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d4e79c - Browse repository at this point
Copy the full SHA 0d4e79cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2035a9e - Browse repository at this point
Copy the full SHA 2035a9eView commit details -
feat: recreate thumbnail if metadata changed
Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25b7ab1 - Browse repository at this point
Copy the full SHA 25b7ab1View commit details -
chore: remove resolved NOTE comment
Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65f1ec4 - Browse repository at this point
Copy the full SHA 65f1ec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74b46a1 - Browse repository at this point
Copy the full SHA 74b46a1View commit details -
changed default to not cache thumbnails on dist
Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3a14f3 - Browse repository at this point
Copy the full SHA b3a14f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a975462 - Browse repository at this point
Copy the full SHA a975462View commit details -
fix(thumbnail.c): Handle io errors.
Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41a8a06 - Browse repository at this point
Copy the full SHA 41a8a06View commit details -
moved expand_path() to config.h header
Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de506dc - Browse repository at this point
Copy the full SHA de506dcView commit details -
Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37dde1a - Browse repository at this point
Copy the full SHA 37dde1aView commit details -
add fallback for XDG_CACHE_HOME
Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7716523 - Browse repository at this point
Copy the full SHA 7716523View commit details -
fix design of make_directories()
Signed-off-by: Rentib <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88f2d10 - Browse repository at this point
Copy the full SHA 88f2d10View commit details