summaryrefslogtreecommitdiff
path: root/browser.c
AgeCommit message (Expand)Author
2021-09-29LARIZA_SEARCH_ENGINE: add optional environment variablemainCem Keylan
2021-09-29key_common(): add ctrl + shift + n to search backwardsCem Keylan
2021-09-29download_handle(): Use GTK file chooserCem Keylan
2021-09-29grab_environment_configuration(): complexify download directory :)Cem Keylan
2021-09-28lariza: define _XOPEN_SOURCECem Keylan
2021-09-28permission_request(): use const gchar* insteadCem Keylan
2021-08-09Merge remote-tracking branch 'refs/remotes/upstream/main'Cem Keylan
2021-07-17permission_request: be more verbose about requestsCem Keylan
2021-06-13Work around weirdness in setting a preferred languagePeter Hofmann
2021-05-18lariza: use persistent cookiesCem Keylan
2021-05-17lariza: handle permission requestsCem Keylan
2021-05-17lariza: change keybindingsCem Keylan
2021-05-17add search engine supportCem Keylan
2021-01-03"adblock.black" has been renamed to "adblock"Peter Hofmann
2020-08-22Focus c->web_view on new tabsPeter Hofmann
2020-08-16Fix opening links in new tabs (partially)Peter Hofmann
2020-05-02Allow webkit:// in URLsPeter Hofmann
2020-05-02Enable WebKit sandboxing (and tidy up a bit)Peter Hofmann
2020-04-30Update main window title againPeter Hofmann
2020-04-29Remove external URI handlerPeter Hofmann
2020-04-29Scroll tabs using mouse wheelPeter Hofmann
2020-04-28Remove keyword searchesPeter Hofmann
2020-04-28End the static madnessPeter Hofmann
2020-04-27Stop changing window title, use tooltip insteadPeter Hofmann
2020-04-27remote_msg should focus new tabsPeter Hofmann
2020-04-27Only focus new tabs on startup and on hotkeyPeter Hofmann
2020-04-27Reset favicon if not presentPeter Hofmann
2020-04-27Add TODO itemPeter Hofmann
2020-04-27favicon: Initial size should be close to target sizePeter Hofmann
2020-04-27Always scale faviconsPeter Hofmann
2020-04-27More space around faviconPeter Hofmann
2020-04-27Scale faviconsPeter Hofmann
2020-04-27Display favicons (not resized)Peter Hofmann
2020-04-25Make tab width customizablePeter Hofmann
2020-04-25Make tab position customizablePeter Hofmann
2020-04-24Add hotkeys for switching tabsPeter Hofmann
2020-04-24Use GtkNotebook (basic implementation)Peter Hofmann
2020-04-24Remove support for tabbedPeter Hofmann
2020-03-14Move user scriptsPeter Hofmann
2020-03-11WebGL is enabled by defaultPeter Hofmann
2020-03-04Enable WebKit's developer extrasPeter Hofmann
2020-02-22Introduce user-supplied JavaScript filesPeter Hofmann
2019-03-31No longer use WebKit's deprecated JavaScript APIPeter Hofmann
2018-07-29Fix typoPeter Hofmann
2018-07-10Get rid of those ugly global variablesPeter Hofmann
2018-07-10Simplify: Merge feed_icon() into grab_feeds_finished()Peter Hofmann
2018-07-10Workaround for graphical padding artifactPeter Hofmann
2018-07-10feed_html_header: Default to UTF-8Peter Hofmann
2018-07-10Indicate RSS/Atom feeds on web sitesPeter Hofmann
2018-02-21Connect to button release events instead of button pressPeter Hofmann