aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-14reorg makefile and make runtime locations less messyNunoSempere
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-14change imagesNunoSempere
2024-03-14make initial page blankNunoSempere
2024-03-14remove most custom style (but leave large font)NunoSempere
gtk default already looks amazing
2024-03-14document how to add a shortcut in DebianNunoSempere
2024-03-14add README clarification about updating apisNunoSempere
2024-03-14remove outdated line in READMENunoSempere
2024-03-14cleanup & change binary name to rosenrotNunoSempere
2024-03-14minor tweaksNunoSempere
2024-03-14formatting passNunoSempere
2024-03-14cleanup makefile slightly, restore ubuntu-20.04 filesNunoSempere
2024-03-14cleanup & add list of similar projectsNunoSempere
2024-03-12compile adblock with newer webkitNunoSempere
2024-03-12finish webkit update & update readmeNunoSempere
2024-03-12remove extraneous rgba visuals codeNunoSempere
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-12remove inert function callNunoSempere
See: <https://webkitgtk.org/reference/webkit2gtk/stable/method.WebContext.set_process_model.html>
2024-03-12webkitgtk update: replace run_javascript functionNunoSempere
2024-03-12update webkit dep to 4.1 in makefileNunoSempere
2024-03-12start transition to webkitgtk-6.0NunoSempere
2024-02-12tweak READMENunoSempere
2024-02-12tweak READMENunoSempere
2024-02-12tweak README, extract TODO to separate fileNunoSempere
2024-02-11tweak README to add architecture, tweak makefile to make fast.NunoSempere
2024-02-11move images, add architecture imageNunoSempere
2024-02-11add local -march=native compilation optionNunoSempere
2024-02-11add note about other compilersNunoSempere
2024-02-11formatting pass.NunoSempere
2024-02-11remove unneeded function call, reorder.NunoSempere
2024-02-11fix custom css bugNunoSempere
2024-02-11remove repeated code.NunoSempere
2024-02-11small reorgNunoSempere
2024-02-11continue reorgNunoSempere
2024-02-11rename notebook_append to notebook_create_new_tabNunoSempere
Also add note on README about static files
2024-02-11rename "keys" to shortcuts, put bar functions togetherNunoSempere
2024-02-11move plugins code to config.hNunoSempere
2024-02-11make signal code more self evident.NunoSempere
2024-02-11start making initializations less messy.NunoSempere
2024-02-11simplify bar struct slightly.NunoSempere
2024-02-11put all bar stuff into the same struct.NunoSempere
2024-02-11simplify plugins code a bit.NunoSempere
2024-02-11update bar_entry_mode declaration to one linerNunoSempere
2024-02-11refactor bar variable namesNunoSempere
2024-02-11remove stdbool from rose.c, as already in config.hNunoSempere
2024-02-11rationalize config.h a bitNunoSempere
2024-02-11some code simplificationNunoSempere
- don't have main and "setup" as two separate functions - declare all global variables at the same time