summaryrefslogtreecommitdiff
path: root/src/normal.c
AgeCommit message (Expand)Author
2018-03-28Update license year.Daniel Carl
2017-07-18Split client creation into pieces.Daniel Carl
2017-05-26Update license year.Daniel Carl
2017-05-08Moved scrolling logic into javascript.Daniel Carl
2017-05-08Merge branch 'hints' into webkit2.Daniel Carl
2017-05-07Fix wrong js to scroll to x percent of page.Daniel Carl
2017-05-07Clear hints on entering normal mode #349.Daniel Carl
2017-05-07Prefix minified content by file type.Daniel Carl
2017-05-07Make hints wotk in "new window" modeVirgil Dupras
2017-05-07Convert old hints.c to the webkit2 eraVirgil Dupras
2017-05-07Very preliminary work for bringing hints backVirgil Dupras
2017-04-27Changed default-zoom behaviour.Daniel Carl
2017-04-26Allow to store multiple closed URLs #379.Daniel Carl
2017-04-23fixes incsearch history handlingRobert Timm
2017-04-21Run js by webextension.Daniel Carl
2017-04-21Run js for scrolling from webextension #367.Daniel Carl
2017-04-11Fixed webinspector not opend on second attempt.Daniel Carl
2017-03-08fixes prompt color after errorRobert Timm
2017-02-28Allow to manage bookmarks and queue.Daniel Carl
2017-02-26fixes (shift)tab cycling through editable elementsRobert Timm
2016-09-28Allow link activation from search result.Daniel Carl
2016-06-01Update license year.Daniel Carl
2016-03-30Startup webkit2 branch from the scratch.Daniel Carl
2015-11-27Added closed-max-items optionYutao Yuan
2015-08-23Added ^ as normal mode alias of 0 (#236).Daniel Carl
2015-07-18ESC deselectsBenjamin Petrenko
2015-04-27Allow to focus editable element in iframes (#201).Daniel Carl
2015-04-03Fixed not leaved input mode on form submit (#197).Daniel Carl
2015-02-21Merged code from mode.c into main.cDaniel Carl
2015-01-05Fixed compile error when queue feature is disabled.Daniel Carl
2015-01-01Change year in license block.Daniel Carl
2014-12-04Moved pass through mode functions to normal.c.Daniel Carl
2014-11-20Renamed cutbuf variables and constants to reg.Daniel Carl
2014-11-20Allow select of yank buffer for ;y hinting (#151).Daniel Carl
2014-11-19Fixed none complete keysequence on "<Esc>.Daniel Carl
2014-09-04Fixed wrong showcmd in status bar.Daniel Carl
2014-08-29Simplified normal mode key processing.Daniel Carl
2014-08-09Added CTRL-A and CTRL-X commands.Daniel Carl
2014-08-03Fixed some typos.Daniel Carl
2014-07-30Replaced deprecated g_memmove function calls.Daniel Carl
2014-07-14Don't allow to quit vimb if there are running downloads.Daniel Carl
2014-06-09Check second key for z{x} commands.Daniel Carl
2014-06-06Remove obsolete GET_URI() macro.Daniel Carl
2014-06-04Removed obsolete IS_CTRL macro.Daniel Carl
2014-05-31Added support of read only registers ":, "/ and "%.Daniel Carl
2014-05-31Added support for different yank registers.Daniel Carl
2014-04-02Merge branch 'fix/high-dpi'Daniel Carl
2014-03-11Use new chartable instead of ctype.h functions.Daniel Carl
2014-03-05Adapt zoom level for high dpi displays (#67).Daniel Carl
2014-02-24Stop previous search before new one (#66).Daniel Carl