aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Cleanup & fix new album images not being renderedHEADv0.1.3masterYaroslav de la Peña Smirnov2023-01-26
| | | | | | | | | | | * Cleaned up some code and formatted with clang-format * Fix the result of what can only be explained as me having a brain-fart^1 leading me to write returns where they shouldn't be hence the image-walk loop returning early when new images were added to an album. * Also cleaned up and fixed a bug in roscha; more in roscha's own repo. 1: https://www.youtube.com/watch?v=UN7SBXJj2pc
* README: more info on buildingYaroslav de la Peña Smirnov2022-12-24
|
* Fix build for other peopleYaroslav de la Peña Smirnov2022-12-24
| | | | | * Change submodule url for roscha to public one. * Small improvement and clarification in README.
* Re-render album html when album.ini changedv0.1.2Yaroslav de la Peña Smirnov2022-10-16
|
* Switch to vector + qsort instead of bstYaroslav de la Peña Smirnov2022-10-13
| | | | | | Doesn't improve perfomance that much (sorting is far from the hotspot), but I realized that I didn't really need a BST for this use-case and I felt dumb for using one :/
* Version bumpv0.1.1Yaroslav de la Peña Smirnov2022-06-23
|
* Remove false error messages from dry-run modeYaroslav de la Peña Smirnov2022-06-11
|
* Ready for packagingv0.1.0Yaroslav de la Peña Smirnov2022-03-31
| | | | | | | * Documentation * make install/uninstall * roscha truthy fix * Other fixes/improvements
* Little fixes and optimizationsYaroslav de la Peña Smirnov2022-03-28
| | | | | * Don't read image with Magick if it's up to date. * Some memory leaks fixed. There's still are some minor leaks.
* Roscha fixesYaroslav de la Peña Smirnov2022-03-24
| | | | Bump roscha sub module commit
* Switch from unja to roschaYaroslav de la Peña Smirnov2022-03-24
| | | | | | | Still a WIP, some bugs need to be fixed. Also change the license to GPL from LGPL. It was always meant to be GPL, not sure what brain fart caused this.
* Added basic builtin templates and cssYaroslav de la Peña Smirnov2021-12-16
|
* Order albums in descending orderYaroslav de la Peña Smirnov2021-12-15
| | | | | As opposed to images which are in descending order. I think this way it makes more sense.
* config: blur setting for thumbnails/imagesYaroslav de la Peña Smirnov2021-11-29
|
* Update adjacent images to inserted/removedYaroslav de la Peña Smirnov2021-11-29
| | | | | | | | Now the program checks if the html of the next and previous images was updated if a new image was inserted or an old image removed, and updates them if needed. Also make rmextra and filesync respect dry run mode.
* bst: fix predecessor and successor funcsYaroslav de la Peña Smirnov2021-11-29
|
* Clean out old files/dirsYaroslav de la Peña Smirnov2021-11-28
| | | | | Delete extraneous files/images/albums that are no longer present in the source directory.
* Copy/sync static filesYaroslav de la Peña Smirnov2021-11-09
|
* Minor fixes here and thereYaroslav de la Peña Smirnov2021-11-08
| | | | | | * Added year variable to album template * Fixed a minor leak and dangling pointer * Other small improvements
* Update gitmodules url to unjaYaroslav de la Peña Smirnov2021-11-07
| | | | Actually use my fork instead.
* Initial commit.Yaroslav de la Peña Smirnov2021-11-07
Almost functional but still missing features and lacking testing.