vimb.git
2017-03-03 Daniel CarlA little bit more silence.
2017-03-03 Robert Timmallows shortcuts without parameters
2017-03-02 Daniel CarlMarked embed as done.
2017-03-02 Daniel CarlSimplified test page javascript.
2017-03-02 Daniel CarlAdded manual test pages for focus/blur issues.
2017-03-02 Daniel CarlAdded completion for shortcuts.
2017-03-01 Daniel CarlAdded url file handlers.
2017-03-01 Daniel CarlCleanup settings on quit.
2017-03-01 Daniel CarlMarked file path completion as done.
2017-02-28 Joachim DesrochesAdd documentation for the :source command back.
2017-02-28 Joachim DesrochesAdd :source command back.
2017-02-27 Daniel CarlMerge remote-tracking branch 'rti/webkit2_ex_ctrl+p_ctr...
2017-02-27 Daniel CarlMerge remote-tracking branch 'rti/webkit2_tabs-to-links...
2017-02-27 Daniel CarlAllow to manage bookmarks and queue.
2017-02-27 Robert Timmadds ctrl+p and ctrl+n for ex history movement
2017-02-27 Robert Timmchanges enable-tabs-to-links setting name for consistency
2017-02-27 Daniel CarlDon't sort url history completion list.
2017-02-26 Robert Timmfixes (shift)tab cycling through editable elements
2017-02-23 Robert Timmimproves ex_shortcut() inspired by master branch
2017-02-20 Robert Timmimplements ex_shortcut()
2017-02-17 Robert Timmchanges default gui font to 10pt
2017-02-17 Robert Timmmakes font sizes match webkit2 defaults
2017-01-31 Daniel CarlAdd new task to README.
2017-01-31 Daniel CarlRemoved debug message.
2017-01-31 Daniel CarlAdded real auth observer to webextension too.
2017-01-31 Daniel CarlShow linker action during make.
2017-01-31 Daniel CarlSet minimum webkit version to support to 2.3.5.
2017-01-28 Daniel CarlAttempt to start dbus server from ui.
2016-10-19 Daniel CarlUpdate usage agent string to current webkit version.
2016-10-19 Daniel CarlShut up GTK warning on realize widget.
2016-10-19 Daniel CarlShow webview crash to the user.
2016-10-19 Daniel CarlAdded manual page.
2016-10-18 Daniel CarlMore code style hints.
2016-10-18 Daniel CarlRemoved loop initial declarations.
2016-10-18 Daniel CarlAllow to set initial setting for gui fonts.
2016-10-18 Daniel CarlRemoved none needed trailing ; in css rules.
2016-10-18 Robert TimmImplements gui style settings
2016-10-12 Robert TimmImplements download path and tracking
2016-10-11 Daniel CarlAllow to print page via :hardcopy command.
2016-09-30 Daniel CarlFix some typos.
2016-09-29 Robert TimmMark register support as done
2016-09-29 Robert TimmMark cookie support as done.
2016-09-28 Robert TimmAdds vimb.desktop file and install rule
2016-09-27 Robert TimmFixes comment style
2016-09-27 Robert TimmAdds yank command
2016-09-27 Daniel CarlAllow link activation from search result.
2016-09-27 Daniel CarlShow output of :eval in inputbox.
2016-09-27 Daniel CarlMark navigation as done.
2016-09-27 Robert TimmAdds default-zoom setting
2016-09-27 Robert TimmFixes man page install rule
2016-09-27 Robert TimmDisables Makefile man page processing, man page missing...
2016-06-29 Daniel CarlMade make a bit more silent.
2016-06-29 Daniel CarlReorder Makefile a little.
2016-06-29 Daniel CarlAllow to set config file per option --config, -c.
2016-06-29 Daniel CarlFound a nice way to disable scrollbars.
2016-06-20 Daniel CarlMark search as done.
2016-06-20 Daniel CarlEnable registers to continue a search.
2016-06-16 Daniel CarlDon't use deprecated node list api.
2016-06-16 Daniel CarlShow progress in window title.
2016-06-16 Daniel CarlAdapted default gui style to new naming of widgets.
2016-06-16 Daniel CarlPrepare the style provider only once.
2016-06-01 Daniel CarlUpdate license year.
2016-04-15 Daniel CarlFix none applied status style.
2016-03-30 Daniel CarlStartup webkit2 branch from the scratch.
2015-12-17 Daniel CarlReleased version 2.11.
2015-11-27 Yutao YuanAdded closed-max-items option
2015-11-22 Daniel CarlUse sorting for completion by default.
2015-11-22 Daniel CarlShow typed text as last completion entry (#253).
2015-11-17 Daniel CarlMerge branch 'build-pre-flock' of https://github.com...
2015-11-17 PLRfix ignored `echo -n ..` by piping through `tr -d ..`
2015-11-17 PLRfix conflict with /usr/include/MacTypes.h `Style` type
2015-11-01 Daniel CarlMerge branch 'fix-file-locking'.
2015-10-25 Daniel CarlMerge branch 'fix_typo' of https://github.com/shioyama...
2015-10-25 Chris SalzbergFix small grammar typo.
2015-10-22 Chris SalzbergRefactor WebKitWebFrame assignment
2015-10-22 Chris SalzbergInstall focus/blue callbacks when load finished
2015-10-21 Daniel CarlUse flock instead of fcntl for file locking (#235).
2015-10-12 Yutao YuanFixed file locking using fcntl.
2015-09-21 Daniel CarlAllow to show profile name in url bar.
2015-09-21 Daniel CarlFixed none shown command error if used by :source command.
2015-09-21 Daniel CarlAdded path completion for :save command too.
2015-09-21 Daniel CarlAdded manual page section for :source command.
2015-09-20 Yutao YuanAdd :source command
2015-08-23 Daniel CarlAdded ^ as normal mode alias of 0 (#236).
2015-08-23 Daniel CarlAdded manual test for contenteditable element (#237).
2015-08-23 Jiri MarsicekAdds support for contenteditable attribute as input...
2015-08-02 Benjamin PetrenkoDo not blur the focused element after alt-tabbing.
2015-07-29 Jiri MarsicekSupport for multiple configuration profiles (#129)
2015-07-28 Daniel CarlFixed misplaced hint labels on some sites (#232).
2015-07-20 Benjamin Petrenkogive the focus to the text box after it's closed in...
2015-07-20 Benjamin Petrenkostop the focus from appearing to be on the input box...
2015-07-20 Daniel CarlRemoved function from public scope.
2015-07-20 Benjamin Petrenkogive the focus to an iframe when needed
2015-07-20 Benjamin Petrenkorespect the strict-focus variable
2015-07-19 Benjamin PetrenkoEnter the input mode at the right time
2015-07-18 Benjamin PetrenkoESC deselects
2015-07-17 Benjamin Petrenkofix title after going back to a local file
2015-07-17 Daniel CarlMore consistent use of title and url (#224).
2015-07-16 Daniel CarlFixed unset of current url on stop loading (#224).
2015-07-16 Daniel CarlUse provisional uri if page could not be loaded (#224).
next