]> git.armaanb.net Git - chorizo.git/history - browser.c
Scroll tabs using mouse wheel
[chorizo.git] / browser.c
2014-07-04 Peter HofmannMod1 + d closes the download manager
2014-06-22 Peter HofmannFix a very important typo
2014-06-22 Peter HofmannOnly talk about URIs
2014-06-22 Peter HofmannNo URLs specified? Open about:blank!
2014-06-21 Peter HofmannFix crash when closing a tab that's still loading
2014-06-21 Peter HofmannWarn when the XID from tabbed is 0
2014-06-21 Peter HofmannAlways close tabbed's stdout when finished reading
2014-06-21 Peter HofmannFix some NULL pointers
2014-06-19 Peter HofmannKeep the changed_* scheme for notify::*
2014-06-19 Peter HofmannCode style
2014-06-19 Peter HofmannDownload manager: Show the real file name
2014-06-19 Peter HofmannUse -Wno-unused-parameter instead of void casts
2014-06-19 Peter HofmannAdd "toggle view source mode"
2014-06-19 Peter HofmannMove reading _FIFO_SUFFIX to the right place
2014-06-19 Peter Hofmannadblock_load(): Fix invalid regexes, support comments
2014-06-19 Peter HofmannShorten some code
2014-06-19 Peter HofmannSmall costmetic fix
2014-06-19 Peter HofmannMouse wheel zoom
2014-06-19 Peter HofmannThe FIFO filename can have a suffix
2014-06-19 Peter HofmannImplement keyword based searching
2014-06-19 Peter HofmannRework and extend hotkeys
2014-06-19 Peter HofmannClose the adblock file handle
2014-06-19 Peter HofmannDownload Manager
2014-06-19 Peter HofmannGUI tweaks
2014-06-19 Peter HofmannAn indicator that shows when a download has started
2014-06-18 Peter HofmannSort "struct Client"
2014-06-18 Peter HofmannKick the lousy status bar
2014-06-17 Peter HofmannBuilt-in download feature
2014-06-17 Peter HofmannFix and enhance creation/destruction of tabs
2014-06-16 Peter HofmannNitpicking: ht_uri is a gchar *
2014-06-16 Peter HofmannFix missing URI in ^G
2014-06-16 Peter HofmannAlso log the URI that the user actually requested
2014-06-15 Peter HofmannCode style: Fix whitespace and a wrap
2014-06-15 Peter HofmannShorten grab_environment_configuration()
2014-06-15 Peter HofmannFull content zoom is buggy... -_-
2014-06-15 Peter HofmannRevert "Catch button-release-events, feels more natural"
2014-06-15 Peter HofmannDon't fiddle with __NAME__ at runtime
2014-06-15 Peter HofmannUser configuration using environment variables
2014-06-15 Peter HofmannLaunch new tabbed windows relative to the current position
2014-06-15 Peter HofmannCatch button-release-events, feels more natural
2014-06-15 Peter HofmannBetter ensure_http_prefix() -> ensure_url_scheme()
2014-06-15 Peter Hofmannensure_http_prefix knows about file://
2014-06-15 Peter HofmannUse ensure_http_prefix() in client_new()
2014-06-15 Peter HofmannAuto-add "http://" when typed in location bar
2014-06-15 Peter HofmannRe-show URI in location bar on Escape
2014-06-15 Peter HofmannOpen new windows on middle click
2014-06-15 Peter HofmannSimplify key_web_view()
2014-06-15 Peter HofmannSupport back/forward keys on mice
2014-06-15 Peter HofmannRefactor: Declare variables at the beginning of functions
2014-06-15 Peter HofmannSet WM_CLASS
2014-06-15 Peter HofmannRefactoring: Group and unify identifiers
2014-06-15 Peter HofmannRefactoring: Make the application name a simple paramet...