Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-12 | compile adblock with newer webkit | NunoSempere | |
2024-03-12 | finish webkit update & update readme | NunoSempere | |
2024-03-12 | remove extraneous rgba visuals code | 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 | remove inert function call | NunoSempere | |
See: <https://webkitgtk.org/reference/webkit2gtk/stable/method.WebContext.set_process_model.html> | |||
2024-03-12 | webkitgtk update: replace run_javascript function | NunoSempere | |
2024-03-12 | update webkit dep to 4.1 in makefile | NunoSempere | |
2024-03-12 | start transition to webkitgtk-6.0 | NunoSempere | |
2024-02-12 | tweak README | NunoSempere | |
2024-02-12 | tweak README | 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 | move images, add architecture image | NunoSempere | |
2024-02-11 | add local -march=native compilation option | NunoSempere | |
2024-02-11 | add note about other compilers | NunoSempere | |
2024-02-11 | formatting pass. | NunoSempere | |
2024-02-11 | remove unneeded function call, reorder. | NunoSempere | |
2024-02-11 | fix custom css bug | NunoSempere | |
2024-02-11 | remove repeated code. | NunoSempere | |
2024-02-11 | small reorg | NunoSempere | |
2024-02-11 | continue reorg | NunoSempere | |
2024-02-11 | rename notebook_append to notebook_create_new_tab | NunoSempere | |
Also add note on README about static files | |||
2024-02-11 | rename "keys" to shortcuts, put bar functions together | NunoSempere | |
2024-02-11 | move plugins code to config.h | NunoSempere | |
2024-02-11 | make signal code more self evident. | NunoSempere | |
2024-02-11 | start making initializations less messy. | NunoSempere | |
2024-02-11 | simplify bar struct slightly. | NunoSempere | |
2024-02-11 | put all bar stuff into the same struct. | NunoSempere | |
2024-02-11 | simplify plugins code a bit. | NunoSempere | |
2024-02-11 | update bar_entry_mode declaration to one liner | NunoSempere | |
2024-02-11 | refactor bar variable names | NunoSempere | |
2024-02-11 | remove stdbool from rose.c, as already in config.h | NunoSempere | |
2024-02-11 | rationalize config.h a bit | NunoSempere | |
2024-02-11 | some code simplification | NunoSempere | |
- don't have main and "setup" as two separate functions - declare all global variables at the same time | |||
2024-01-18 | remove change in colors for twitter | NunoSempere | |
2024-01-06 | add cycling through tabs | NunoSempere | |
2023-12-29 | add pointer to capturing mouse events. | NunoSempere | |
2023-12-29 | formatting + remake pass | NunoSempere | |
2023-12-29 | reorder argument order | NunoSempere | |
2023-12-29 | fix F11 screen toggling | NunoSempere | |
2023-11-28 | recompute after changing style | NunoSempere | |
2023-11-28 | remove hover from twitter | NunoSempere | |
2023-11-22 | more twitter tweaks | NunoSempere | |
2023-11-20 | undo some tweaks | NunoSempere | |
2023-11-20 | tweak: more twitter tweaks | NunoSempere | |
2023-11-20 | tweaks: more twitter tweaks | NunoSempere | |