summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-11Put objects before linker flags.Daniel Carl
This allows to compile with -Wl,--as-needed option which affects only those libraries written after that option on the command line.
2017-04-11Don't show mode label in status bar if not needed.Daniel Carl
2017-04-11Merge branch 'fix_ensure_input_text_view_size' of ↵Daniel Carl
https://github.com/rti/vimb into webkit2
2017-04-11ensures correct initial input GtkTextView sizeRobert Timm
2017-04-10adds make option V for verbose buildsRobert Timm
2017-04-10Fix wrong path to extension directory.Daniel Carl
2017-04-10Write url to history on load finished.Daniel Carl
2017-04-10Install the extension in the right directory.Daniel Carl
2017-04-10Open print dialog on :hardcopy.Daniel Carl
2017-04-09Fixed wrong default download path.Daniel Carl
2017-04-09Merge branch 'feature_incsearch' of https://github.com/rti/vimb into webkit2Daniel Carl
2017-04-09Merge branch 'feature_download_display_eta' of https://github.com/rti/vimb ↵Daniel Carl
into webkit2.
2017-04-08adds incsearch settingRobert Timm
2017-04-08adds download eta display to status barRobert Timm
2017-04-08changes make target dependenciesRobert Timm
technically, the vimb binary does not depend on webext, but the all target should build vimb and webext
2017-04-08fixes regeneration of scripts.hRobert Timm
without this patch, the make target would keep appending updated js code to scripts.h and therefor create multiple instances of the C defines.
2017-04-08moves scripts.h make target to src/MakefileRobert Timm
this allows better dependency tracking like regenerate scripts.h only if a js file changed and only rebuild objects if scripts.h changed
2017-04-08allow directory names in js2h parametersRobert Timm
strips directory names from js2h js file parameters. this allows calling js2h from directories other than one the js source resides in
2017-04-08use %.subdir-{all,clean} targets in root makefileRobert Timm
- improves consistency: this mechanism is used in other places as well - fixes dependency tracking: root makefile does not check files directly but delegates the task to sub makefiles
2017-03-23Don't use compat mode by default.Daniel Carl
2017-03-23Mentioned changed font style syntax in changelog.Daniel Carl
2017-03-23Call subdir make only for one level #331.Daniel Carl
We can't control dependencies in case all the subdirs are processed from the upper most Makefile. So now the subdir make used to create the webextension and the script is called from the src/Makefile which knows somethings more about dependencies.
2017-03-10Remove webkit version check.Daniel Carl
This is already covered by the requirements.
2017-03-10Don't show webview if it's not ready to be shown.Daniel Carl
2017-03-08fixes prompt color after errorRobert Timm
2017-03-03A little bit more silence.Daniel Carl
2017-03-03allows shortcuts without parametersRobert Timm
2017-03-02Marked embed as done.Daniel Carl
2017-03-02Simplified test page javascript.Daniel Carl
2017-03-02Added manual test pages for focus/blur issues.Daniel Carl
2017-03-02Added completion for shortcuts.Daniel Carl
Completion for shortcuts are now available for :shortcut-remove and :shortcut-default.
2017-03-02Added url file handlers.Daniel Carl
Allow to set protocol handlers via :handler-add that process url protocol like mailto: by using a specific tool.
2017-03-02Cleanup settings on quit.Daniel Carl
2017-03-01Marked file path completion as done.Daniel Carl
2017-02-28Add documentation for the :source command back.Joachim Desroches
2017-02-28Add :source command back.Joachim Desroches
2017-02-28Merge remote-tracking branch 'rti/webkit2_ex_ctrl+p_ctrl+n' into webkit2.Daniel Carl
2017-02-28Merge remote-tracking branch 'rti/webkit2_tabs-to-links_setting_name' into ↵Daniel Carl
webkit2.
2017-02-28Allow to manage bookmarks and queue.Daniel Carl
2017-02-27adds ctrl+p and ctrl+n for ex history movementRobert Timm
2017-02-27changes enable-tabs-to-links setting name for consistencyRobert Timm
2017-02-27Don't sort url history completion list.Daniel Carl
Also made sorting the default be cause it's less code.
2017-02-26fixes (shift)tab cycling through editable elementsRobert Timm
2017-02-23improves ex_shortcut() inspired by master branchRobert Timm
2017-02-21implements ex_shortcut()Robert Timm
2017-02-17changes default gui font to 10ptRobert Timm
2017-02-17makes font sizes match webkit2 defaultsRobert Timm
2017-02-01Add new task to README.Daniel Carl
2017-02-01Removed debug message.Daniel Carl
2017-02-01Added real auth observer to webextension too.Daniel Carl