summaryrefslogtreecommitdiff
path: root/src/main.h
AgeCommit message (Expand)Author
2014-03-03Use 'tls-database' instead of deprecated 'ssl-ca-file'.Daniel Carl
2014-02-17Use all options also for new spawned instances (#64).Daniel Carl
2014-01-17Allow to compile with libsoup<2.42.2 (#49).Daniel Carl
2014-01-13Allow to toggle between two locations with '' (#57).Daniel Carl
2014-01-13Added m-{a-z} and '-{a-z} commands (#57).Daniel Carl
2014-01-12Moved JavaScript related function to own file.Daniel Carl
2014-01-11Change year in license block.Daniel Carl
2014-01-05Merge branch 'hinting-g-mode'Daniel Carl
2013-12-27Fixed none marked active completion items with gtk3.Daniel Carl
2013-12-21Added extended hint modes g;X (#53).Daniel Carl
2013-11-04Hold current prompt chars.Daniel Carl
2013-10-27Added new ]] and [[ commands.Daniel Carl
2013-10-22Removed unused function.Daniel Carl
2013-10-22Show load progress in window title.Daniel Carl
2013-10-21Allow to set user defined http headers (#45).Daniel Carl
2013-10-15Fixed none applied completion active colors.Daniel Carl
2013-10-13Added strict-focus setting.Daniel Carl
2013-10-06Allow utf8 for keybinds.Daniel Carl
2013-09-29Used typed input for completions.Daniel Carl
2013-09-28Allow to configure the timeoutlen.Daniel Carl
2013-09-28Added missed null byte to string.Daniel Carl
2013-09-28Removed nor more used count.Daniel Carl
2013-09-28Remove no more used enum and macros.Daniel Carl
2013-09-27Removed g commands from map.Daniel Carl
2013-09-27Leave input mode if a form submit loads a page.Daniel Carl
2013-09-21Allow to bind also function keys.Daniel Carl
2013-09-20Changed the way keys are processed.Daniel Carl
2013-09-06Added completion for bookmark tags.Daniel Carl
2013-08-14Cleaned code a little.Daniel Carl
2013-08-14Allow the inputbox to show multiple lines.Daniel Carl
2013-08-06Renamed the insert mode to input mode.Daniel Carl
2013-08-06Made pass through mode to a submode (#48).Daniel Carl
2013-08-05Added command pass-through to switch to pass through mode.Daniel Carl
2013-07-30Allow to switch off queue feature via config.h.Daniel Carl
2013-07-30Added queue commands :push and :pop.Daniel Carl
2013-07-25Better search performance on large pages.Daniel Carl
2013-07-22Allow to change input in history lookup.Daniel Carl
2013-07-18Moved feature config from config.mk to config.def.h.Daniel Carl
2013-07-11Removed runtime styling for hints (#40).Daniel Carl
2013-07-07Added command to search for current selected text.Daniel Carl
2013-07-04Write completion content direct to inputbox (#38).Daniel Carl
2013-06-29Fixed broken completion for long uri (#39).Daniel Carl
2013-06-29Fixed non highlighted completion item with gtk3 (#39).Daniel Carl
2013-06-29Removed completion tree view widget from global scope (#39).Daniel Carl
2013-06-26Use TreeView to render the completions (#39).Daniel Carl
2013-06-14Fixed no more working counts for key commands.Daniel Carl
2013-06-10Added macro GET_URI() to shorten the code.Daniel Carl
2013-06-08Added command to download current page to given path (#32).Daniel Carl
2013-04-25Moved inputbox text decisions into main.c.Daniel Carl
2013-04-21Reduced the modes.Daniel Carl