Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-23 | formatting & tweaks pass | NunoSempere | |
2024-03-23 | change formatting + refactor string code | NunoSempere | |
2024-03-17 | typos & use /opt/rosenrot folder | NunoSempere | |
2024-03-14 | Fix case where rosenrot is called with url arg | NunoSempere | |
2024-03-14 | small makefile tweaks | NunoSempere | |
2024-03-14 | reorg makefile and make runtime locations less messy | NunoSempere | |
In particular, stop using the installation directory for anything and instead move to /opt/rosenrot The user specific cache remains at /home/user/.cache | |||
2024-03-14 | cleanup & change binary name to rosenrot | NunoSempere | |
2024-03-14 | cleanup makefile slightly, restore ubuntu-20.04 files | NunoSempere | |
2024-03-12 | finish webkit update & update readme | NunoSempere | |
2024-03-12 | gtk3 to gtk4: don't access GdkEvent fields directly | NunoSempere | |
2024-03-12 | gtk3 to gtk4: notes on transition | NunoSempere | |
2024-03-12 | get shortcuts working again | NunoSempere | |
2024-03-12 | formatting pass | NunoSempere | |
2024-03-12 | webkit upgrade: remove deprecated opts and change variable names. | NunoSempere | |
References for the removed opts: https://webkitgtk.org/reference/webkit2gtk/stable/property.WebContext.local-storage-directory.html?q= https://webkitgtk.org/reference/webkit2gtk/stable/property.WebsiteDataManager.disk-cache-directory.html https://webkitgtk.org/reference/webkit2gtk/stable/property.WebsiteDataManager.indexeddb-directory.html https://webkitgtk.org/reference/webkit2gtk/stable/property.WebsiteDataManager.service-worker-registrations-directory.html https://webkitgtk.org/reference/webkit2gtk/stable/property.WebsiteDataManager.itp-directory.html https://webkitgtk.org/reference/webkit2gtk/stable/property.WebsiteDataManager.hsts-cache-directory.html | |||
2024-03-12 | update webkit dep to 4.1 in makefile | NunoSempere | |
2024-02-12 | tweak README, extract TODO to separate file | NunoSempere | |
2024-02-11 | tweak README to add architecture, tweak makefile to make fast. | NunoSempere | |
2024-02-11 | add local -march=native compilation option | NunoSempere | |
2024-02-11 | add note about other compilers | NunoSempere | |
2024-02-11 | simplify plugins code a bit. | NunoSempere | |
2023-11-20 | more twitter style tweaks | NunoSempere | |
2023-10-06 | feat: add uft-8 encoding as default setting | NunoSempere | |
2023-08-19 | Add clang-tidy linting, callable with make lint. | NunoSempere | |
2023-07-27 | use -O3 -Wall gcc flags, add old.reddit.com css | NunoSempere | |
2023-05-15 | Revert "css tweaks; to be reverted" | NunoSempere | |
This reverts commit 84df2273ebc63703c494b681a941d7984cace42b. | |||
2023-05-15 | css tweaks; to be reverted | NunoSempere | |
2023-05-13 | debug shortcuts plugin | NunoSempere | |
2023-05-13 | incorporate shortcuts plugin into rose.c and makefile | NunoSempere | |
2023-05-08 | feat: make search bar gigantic, document GTK inspect. | NunoSempere | |
2023-05-03 | document bug fix after breaking library installation paths on my machine | NunoSempere | |
2023-04-21 | fix: bug with make and cd not working as expected | NunoSempere | |
2023-04-21 | feat: improve compilation a bit. | NunoSempere | |
- tcc -> gcc (noticeably faster compilation) | |||
2023-03-28 | fix: fix makefile typo | NunoSempere | |
2023-03-28 | feat: makefile handles git and cache paths | NunoSempere | |
2023-03-28 | fixes: fix bugs found when running in a virtual machine | NunoSempere | |
2023-03-28 | tweak: add make uninstall, make clean | NunoSempere | |
2023-03-28 | tweak: add formatter to makefile | NunoSempere | |
2023-03-28 | tweak: add rudimentary makefile | NunoSempere | |