]> git.armaanb.net Git - chorizo.git/shortlog
chorizo.git
2014-06-19 Peter HofmannThe Big README Update
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 HofmannREADME: Fix spelling ;-)
2014-06-15 Peter HofmannCode style: Fix whitespace and a wrap
2014-06-15 Peter HofmannREADME: Fix typo
2014-06-15 Peter HofmannShorten grab_environment_configuration()
2014-06-15 Peter HofmannREADME: Mention wget
2014-06-15 Peter HofmannREADME: A word about local storage
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 HofmannREADME tweaks
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 Hofmanns/zea/lariza -- this is final
2014-06-15 Peter HofmannRefactoring: Group and unify identifiers
2014-06-15 Peter HofmannRefactoring: Make the application name a simple paramet...
2014-06-15 Peter HofmannRefactoring: Remove "zea" from function names
2014-06-15 Peter HofmannTry to explain the builtin tabbed launcher
2014-06-15 Peter HofmannFix minor memleak
2014-06-15 Peter HofmannDo not hardcode the path to the FIFO
2014-06-15 Peter HofmannSet Accept-Language header
2014-06-15 Peter HofmannUsage: There can be multiple options and multiple URIs
2014-06-15 Peter HofmannDisable tabbed on "-e"
2014-06-15 Peter HofmannDeal with embedding failures
2014-06-15 Peter HofmannRevert "Deal with race conditions while embedding"
2014-06-14 Peter HofmannDeal with race conditions while embedding
2014-06-14 Peter HofmannAbort on invalid arguments
2014-06-14 Peter HofmannNegating options are upper case
2014-06-14 Peter HofmannLaunch tabbed automatically
2014-06-14 Peter HofmannSimplify zea_load_adblock()
2014-06-14 Peter HofmannCooperative instances
2014-06-14 Peter HofmannUse g_build_filename()
2014-06-14 Peter HofmannUI tweaks
2014-06-14 Peter HofmannFix lulz
2014-06-14 Peter HofmannComplete adblock
2014-06-14 Peter HofmannPrepare adblock
2014-06-14 Peter HofmannLaunch all URIs specified on the command line
2014-06-14 Peter Hofmann^G jumps to page specified in command line
2014-06-14 Peter HofmannLet's be more consistent, shall we...
2014-06-14 Peter HofmannImplement searching the current page
2014-06-14 Peter HofmannREADME: Update TODOs
2014-06-14 Peter HofmannEscape cancels loading
2014-06-14 Peter HofmannMonitor load-status
2014-06-14 Peter HofmannSort functions
2014-06-14 Peter HofmannAdd missing calls to gtk_widget_destroy()
2014-06-14 Peter HofmannShow link in a status bar
2014-06-14 Peter Hofmanng-data types
2014-06-14 Peter HofmannHotkey-scrolling
2014-06-14 Peter HofmannHave the location bar follow the current URI
2014-06-14 Peter HofmannRefactor: Never pass single widgets as data in CBs
2014-06-14 Peter HofmannAdd an input box to change the URL
2014-06-14 Peter HofmannRename sn to zea
2014-06-14 Peter HofmannEmbed the xterm for wget as well
2014-06-14 Peter HofmannGo back to Gtk2 for flash support
2014-06-14 Peter HofmannSupport XEMBED
2014-06-14 Peter HofmannStatic variables are static
2014-06-14 Peter HofmannDownload files using wget
2014-06-14 Peter HofmannCode style
2014-06-14 Peter HofmannREADME: Remove paragraph about WebKit2
2014-06-14 Peter HofmannCreate new windows on WebKit's request
2014-06-14 Peter HofmannRefactor to allow for easy creation of new windows
2014-06-14 Peter HofmannInitial draft