]> git.armaanb.net Git - chorizo.git/history - browser.c
Allow webkit:// in URLs
[chorizo.git] / browser.c
2020-05-02 Peter HofmannAllow webkit:// in URLs
2020-05-02 Peter HofmannEnable WebKit sandboxing (and tidy up a bit)
2020-04-30 Peter HofmannUpdate main window title again
2020-04-29 Peter HofmannRemove external URI handler
2020-04-29 Peter HofmannScroll tabs using mouse wheel
2020-04-28 Peter HofmannRemove keyword searches
2020-04-28 Peter HofmannEnd the static madness
2020-04-27 Peter HofmannStop changing window title, use tooltip instead
2020-04-27 Peter Hofmannremote_msg should focus new tabs
2020-04-27 Peter HofmannOnly focus new tabs on startup and on hotkey
2020-04-27 Peter HofmannReset favicon if not present
2020-04-27 Peter HofmannAdd TODO item
2020-04-27 Peter Hofmannfavicon: Initial size should be close to target size
2020-04-27 Peter HofmannAlways scale favicons
2020-04-27 Peter HofmannMore space around favicon
2020-04-27 Peter HofmannScale favicons
2020-04-27 Peter HofmannDisplay favicons (not resized)
2020-04-25 Peter HofmannMake tab width customizable
2020-04-25 Peter HofmannMake tab position customizable
2020-04-24 Peter HofmannAdd hotkeys for switching tabs
2020-04-24 Peter HofmannUse GtkNotebook (basic implementation)
2020-04-24 Peter HofmannRemove support for tabbed
2020-03-14 Peter HofmannMove user scripts
2020-03-11 Peter HofmannWebGL is enabled by default
2020-03-04 Peter HofmannEnable WebKit's developer extras
2020-02-22 Peter HofmannIntroduce user-supplied JavaScript files
2019-03-31 Peter HofmannNo longer use WebKit's deprecated JavaScript API
2018-07-29 Peter HofmannFix typo
2018-07-10 Peter HofmannGet rid of those ugly global variables
2018-07-10 Peter HofmannSimplify: Merge feed_icon() into grab_feeds_finished()
2018-07-10 Peter HofmannWorkaround for graphical padding artifact
2018-07-10 Peter Hofmannfeed_html_header: Default to UTF-8
2018-07-10 Peter HofmannIndicate RSS/Atom feeds on web sites
2018-02-21 Peter HofmannConnect to button release events instead of button...
2018-01-13 Peter HofmannRemove "whacky" comment
2018-01-13 Peter HofmannRemove irrelevant parameter name
2018-01-13 Peter HofmannUse full signature for external_handler_run
2018-01-11 Peter HofmannNo longer use GtkAction when constructing the context...
2017-10-25 Peter HofmannMerge pull request #55 from fvgh/console_to_stdout
2017-10-24 Frank VennemeyerSupport WebKit "enable-write-console-messages-to-stdout...
2017-05-26 Peter HofmannAdd missing call to g_uri_escape_string()
2017-04-27 Peter HofmannCode style nitpicking
2017-04-27 vainMerge pull request #39 from onodera-punpun/load
2017-04-26 Camille ScholtzHide progress bar once the webpage has finished loading
2017-04-21 Peter HofmannAdd option to enable WebGL
2017-04-08 Peter HofmannMinor nitpicking
2017-04-08 Peter HofmannRefuse to quit if there are active downloads
2017-03-25 Peter HofmannRemove autoreloading of crashed windows
2017-03-11 Peter HofmannCall ensure_uri_scheme() before sending message to...
2017-02-04 Peter HofmannOptionally write each URI to $LARIZA_HISTORY_FILE
2017-01-29 Peter HofmannRemove GtkLevelBar, use bar included in GtkEntry
2017-01-29 Peter HofmannSwitch to multi-process model
2017-01-29 Peter HofmannDeduplicate shared code in key handlers
2017-01-29 Peter HofmannWait for "ready-to-show" signal after a "create" signal
2017-01-28 Peter Hofmanns/malloc/calloc
2017-01-27 Peter HofmannAutomatically add "file://" prefix for local files
2017-01-27 Peter HofmannChange search prefix to ":/"
2017-01-27 Peter HofmannMerge branch 'external-handler'
2017-01-27 Peter HofmannAdd launching of an external script for selected URLs
2016-12-14 Peter HofmannClip return value of webkit_download_get_estimated_prog...
2016-11-16 Peter HofmannRemove call to gtk_window_set_wmclass()
2016-07-30 Peter HofmannLook for web extensions in ~/.config/lariza/web_extensions
2016-06-14 Peter HofmannRemove size request for the progress bar
2016-06-14 Peter HofmannGet rid of Gtk warning
2016-03-19 Étienne DeparisAdd new control binding for history browsing - Fix #16
2016-01-04 Peter HofmannDon't set empty string as window title
2015-12-06 Peter Hofmann"Keypad enter" now registers as "commit"
2015-12-06 Peter HofmannStrip G_DIR_SEPARATOR from local file names
2015-11-28 Peter HofmannRemove $LARIZA_WEB_EXTENSIONS_DIR
2015-08-29 Peter HofmannRetab
2015-08-29 Peter HofmannNo need for a GtkScrolledWindow
2015-08-29 Peter HofmannGtkBox: Don't manually specify a padding
2015-05-02 Peter HofmannBring back gtk_window_set_default_size()
2015-05-02 Peter HofmannFix "-C": Don't listen on FIFO
2015-01-19 Peter HofmannChange default download directory to /var/tmp
2015-01-05 Peter HofmannKick usage() since it's only used in one place
2015-01-05 Peter HofmannImplement a simple certificate trust store
2015-01-01 Peter HofmannAutomatically recover from WebKit crashes
2014-12-14 Peter HofmannShow the download manager when a download starts
2014-12-14 Peter HofmannQuickfix for crashes when downloads start
2014-11-30 Peter HofmannTell WebKit where to look for web extensions
2014-11-09 Peter HofmannImprove mouse wheel zoom and update README
2014-11-09 Peter HofmannFix interactive mouse wheel zoom (GTK+ 3)
2014-11-09 Peter HofmannRemove remaining stuff about "view source mode"
2014-11-09 Peter HofmannFix deprecation warning about gtk_scrolled_window_add_w...
2014-11-09 Peter HofmannFix deprecation warning about stock IDs
2014-11-09 Peter HofmannRemove obsolete comment: Full content zoom is always...
2014-11-09 Peter HofmannPrettify accepted_language
2014-11-09 Peter Hofmann"-r" is useless without the adblock hook
2014-11-09 Peter HofmannReactivate $LARIZA_USER_AGENT and use WebKit's default
2014-11-09 Peter HofmannPort searching for text to WebKit2
2014-11-09 Peter HofmannPort opening of new tabs to WebKit2
2014-11-09 Peter HofmannCompletely remove adblock for now
2014-11-09 Peter HofmannPort downloads to WebKit2
2014-11-08 Peter HofmannPort the most basic stuff to WebKit2
2014-11-08 Peter HofmannPort to GTK+ 3 first
2014-08-09 Peter HofmannCode style: Allow more than 80 chars to avoid ugliness
2014-08-09 Peter HofmannShow size of downloads in megabyte
2014-08-09 Peter HofmannMinor improvement to changed_download_progress()
2014-07-26 Peter HofmannUser Agent: s/UPPERCASE/CAPITALIZED/
next