summaryrefslogtreecommitdiff
path: root/src/normal.c
AgeCommit message (Expand)Author
2023-06-27Remove unused variable.Daniel Carl
2023-06-27Add global marksDaniel J. Perry
2021-09-25Project branch offrafa_99
2021-09-24Improved Vim Like Keybindsrafa_99
2021-09-24Removed History and Last Opened Historyrafa_99
2021-02-19Use guint64 instead of glong. (#660)Holger Langenau
2020-06-05Fix crash in normal_focus_last_activeMaxime Coste
2020-02-28Allow to focus last input field by 'i' #605.Daniel Carl
2019-01-18Allow to show video in fullscreen if requested.Daniel Carl
2018-11-22Fixed -Wpointer-sign warning.Daniel Carl
2018-10-25Fix some code indentation.Daniel Carl
2018-10-25Always pass NUL-terminated text to command_spawn_editor()Leonardo Taccari
2018-10-25Add command_spawn_editor() and implement normal_view_source()Leonardo Taccari
2018-10-15Add support for marks, based on vimb-2.12Leonardo Taccari
2018-10-12Use stat(2) to retrieve the file permissions modeLeonardo Taccari
2018-10-11Replace g_file_set_contents().Daniel Carl
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