aboutsummaryrefslogtreecommitdiff
path: root/include/render.h
Commit message (Collapse)AuthorAge
* 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 :/
* 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.
* 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.
* Initial commit.Yaroslav de la Peña Smirnov2021-11-07
Almost functional but still missing features and lacking testing.