aboutsummaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Collapse)Author
2023-02-08feat: add possibility of launching many tabs at once.NunoSempere
also, personalize this: - enable extensions - change to my css - change relative paths. fix various bugs: - set the zoom level in notebook_append, not in notebook_init - have a handly debug option for valgrind
2023-02-07tweak: enable all plugins.NunoSempere
2023-02-07fix: fix some wartsNunoSempere
- stuff to deal with plugin code wasn't actually compiling - created a "stand_in" plugin to provide headers and function definitions - when these are not used - it is likely there are better approaches here - hidebar, newtab -> hide_bar, new_tab
2023-02-07Remove bash-only features for sh scriptsdavidovki
Fix order of CC arguments to aid in linking on newer versions
2023-02-05tweak: add shebangs.NunoSempere
2023-02-05feat: disable plugins code by default and explain how to enable it.NunoSempere
2022-12-17tweak: integrate "plugins" into build.shNunoSempere
2022-12-16Add newtab bindingfenze
2022-11-17Fix webkit bg color error, add rose-nativefierfenze
2022-11-15Remove unused dependency, fix searchbar flashingfenze
2022-11-14Initial commitfenze