aboutsummaryrefslogtreecommitdiff
path: root/makefile
AgeCommit message (Collapse)Author
2024-03-14cleanup & change binary name to rosenrotNunoSempere
2024-03-14cleanup makefile slightly, restore ubuntu-20.04 filesNunoSempere
2024-03-12finish webkit update & update readmeNunoSempere
2024-03-12gtk3 to gtk4: don't access GdkEvent fields directlyNunoSempere
2024-03-12gtk3 to gtk4: notes on transitionNunoSempere
2024-03-12get shortcuts working againNunoSempere
2024-03-12formatting passNunoSempere
2024-03-12webkit 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-12update webkit dep to 4.1 in makefileNunoSempere
2024-02-12tweak README, extract TODO to separate fileNunoSempere
2024-02-11tweak README to add architecture, tweak makefile to make fast.NunoSempere
2024-02-11add local -march=native compilation optionNunoSempere
2024-02-11add note about other compilersNunoSempere
2024-02-11simplify plugins code a bit.NunoSempere
2023-11-20more twitter style tweaksNunoSempere
2023-10-06feat: add uft-8 encoding as default settingNunoSempere
2023-08-19Add clang-tidy linting, callable with make lint.NunoSempere
2023-07-27use -O3 -Wall gcc flags, add old.reddit.com cssNunoSempere
2023-05-15Revert "css tweaks; to be reverted"NunoSempere
This reverts commit 84df2273ebc63703c494b681a941d7984cace42b.
2023-05-15css tweaks; to be revertedNunoSempere
2023-05-13debug shortcuts pluginNunoSempere
2023-05-13incorporate shortcuts plugin into rose.c and makefileNunoSempere
2023-05-08feat: make search bar gigantic, document GTK inspect.NunoSempere
2023-05-03document bug fix after breaking library installation paths on my machineNunoSempere
2023-04-21fix: bug with make and cd not working as expectedNunoSempere
2023-04-21feat: improve compilation a bit.NunoSempere
- tcc -> gcc (noticeably faster compilation)
2023-03-28fix: fix makefile typoNunoSempere
2023-03-28feat: makefile handles git and cache pathsNunoSempere
2023-03-28fixes: fix bugs found when running in a virtual machineNunoSempere
2023-03-28tweak: add make uninstall, make cleanNunoSempere
2023-03-28tweak: add formatter to makefileNunoSempere
2023-03-28tweak: add rudimentary makefileNunoSempere