summaryrefslogtreecommitdiff
path: root/browser.c
AgeCommit message (Expand)Author
2018-01-13Remove "whacky" commentPeter Hofmann
2018-01-13Remove irrelevant parameter namePeter Hofmann
2018-01-13Use full signature for external_handler_runPeter Hofmann
2018-01-11No longer use GtkAction when constructing the context menuPeter Hofmann
2017-10-24Support WebKit "enable-write-console-messages-to-stdout" via env-variable.Frank Vennemeyer
2017-05-26Add missing call to g_uri_escape_string()Peter Hofmann
2017-04-27Code style nitpickingPeter Hofmann
2017-04-26Hide progress bar once the webpage has finished loadingCamille Scholtz
2017-04-21Add option to enable WebGLPeter Hofmann
2017-04-08Minor nitpickingPeter Hofmann
2017-04-08Refuse to quit if there are active downloadsPeter Hofmann
2017-03-25Remove autoreloading of crashed windowsPeter Hofmann
2017-03-11Call ensure_uri_scheme() before sending message to socketPeter Hofmann
2017-02-04Optionally write each URI to $LARIZA_HISTORY_FILEPeter Hofmann
2017-01-29Remove GtkLevelBar, use bar included in GtkEntryPeter Hofmann
2017-01-29Switch to multi-process modelPeter Hofmann
2017-01-29Deduplicate shared code in key handlersPeter Hofmann
2017-01-29Wait for "ready-to-show" signal after a "create" signalPeter Hofmann
2017-01-28s/malloc/callocPeter Hofmann
2017-01-27Automatically add "file://" prefix for local filesPeter Hofmann
2017-01-27Change search prefix to ":/"Peter Hofmann
2017-01-27Add launching of an external script for selected URLsPeter Hofmann
2016-12-14Clip return value of webkit_download_get_estimated_progress() to [0, 1]Peter Hofmann
2016-11-16Remove call to gtk_window_set_wmclass()Peter Hofmann
2016-07-30Look for web extensions in ~/.config/lariza/web_extensionsPeter Hofmann
2016-06-14Remove size request for the progress barPeter Hofmann
2016-06-14Get rid of Gtk warningPeter Hofmann
2016-03-19Add new control binding for history browsing - Fix #16Étienne Deparis
2016-01-04Don't set empty string as window titlePeter Hofmann
2015-12-06"Keypad enter" now registers as "commit"Peter Hofmann
2015-12-06Strip G_DIR_SEPARATOR from local file namesPeter Hofmann
2015-11-28Remove $LARIZA_WEB_EXTENSIONS_DIRPeter Hofmann
2015-08-29RetabPeter Hofmann
2015-08-29No need for a GtkScrolledWindowPeter Hofmann
2015-08-29GtkBox: Don't manually specify a paddingPeter Hofmann
2015-05-02Bring back gtk_window_set_default_size()Peter Hofmann
2015-05-02Fix "-C": Don't listen on FIFOPeter Hofmann
2015-01-19Change default download directory to /var/tmpPeter Hofmann
2015-01-05Kick usage() since it's only used in one placePeter Hofmann
2015-01-05Implement a simple certificate trust storePeter Hofmann
2015-01-01Automatically recover from WebKit crashesPeter Hofmann
2014-12-14Show the download manager when a download startsPeter Hofmann
2014-12-14Quickfix for crashes when downloads startPeter Hofmann
2014-11-30Tell WebKit where to look for web extensionsPeter Hofmann
2014-11-09Improve mouse wheel zoom and update READMEPeter Hofmann
2014-11-09Fix interactive mouse wheel zoom (GTK+ 3)Peter Hofmann
2014-11-09Remove remaining stuff about "view source mode"Peter Hofmann
2014-11-09Fix deprecation warning about gtk_scrolled_window_add_with_viewport()Peter Hofmann
2014-11-09Fix deprecation warning about stock IDsPeter Hofmann
2014-11-09Remove obsolete comment: Full content zoom is always enabled nowPeter Hofmann