Daniel Carl [Fri, 10 Mar 2017 21:52:11 +0000 (22:52 +0100)]
Don't show webview if it's not ready to be shown.
Robert Timm [Wed, 8 Mar 2017 20:51:06 +0000 (21:51 +0100)]
fixes prompt color after error
Daniel Carl [Fri, 3 Mar 2017 11:16:48 +0000 (12:16 +0100)]
A little bit more silence.
Robert Timm [Thu, 2 Mar 2017 09:06:54 +0000 (10:06 +0100)]
allows shortcuts without parameters
Daniel Carl [Thu, 2 Mar 2017 22:48:12 +0000 (23:48 +0100)]
Marked embed as done.
Daniel Carl [Thu, 2 Mar 2017 20:40:56 +0000 (21:40 +0100)]
Simplified test page javascript.
Daniel Carl [Thu, 2 Mar 2017 20:33:41 +0000 (21:33 +0100)]
Added manual test pages for focus/blur issues.
Daniel Carl [Thu, 2 Mar 2017 00:10:12 +0000 (01:10 +0100)]
Added completion for shortcuts.
Completion for shortcuts are now available for :shortcut-remove and
:shortcut-default.
Daniel Carl [Wed, 1 Mar 2017 23:54:22 +0000 (00:54 +0100)]
Added url file handlers.
Allow to set protocol handlers via :handler-add that process url
protocol like mailto: by using a specific tool.
Daniel Carl [Wed, 1 Mar 2017 23:01:42 +0000 (00:01 +0100)]
Cleanup settings on quit.
Daniel Carl [Wed, 1 Mar 2017 22:24:16 +0000 (23:24 +0100)]
Marked file path completion as done.
Joachim Desroches [Tue, 28 Feb 2017 15:39:38 +0000 (16:39 +0100)]
Add documentation for the :source command back.
Joachim Desroches [Tue, 28 Feb 2017 15:38:58 +0000 (16:38 +0100)]
Add :source command back.
Daniel Carl [Mon, 27 Feb 2017 23:15:53 +0000 (00:15 +0100)]
Merge remote-tracking branch 'rti/webkit2_ex_ctrl+p_ctrl+n' into webkit2.
Daniel Carl [Mon, 27 Feb 2017 23:14:10 +0000 (00:14 +0100)]
Merge remote-tracking branch 'rti/webkit2_tabs-to-links_setting_name' into webkit2.
Daniel Carl [Mon, 27 Feb 2017 23:09:19 +0000 (00:09 +0100)]
Allow to manage bookmarks and queue.
Robert Timm [Mon, 27 Feb 2017 22:26:37 +0000 (23:26 +0100)]
adds ctrl+p and ctrl+n for ex history movement
Robert Timm [Mon, 27 Feb 2017 22:13:40 +0000 (23:13 +0100)]
changes enable-tabs-to-links setting name for consistency
Daniel Carl [Mon, 27 Feb 2017 21:58:24 +0000 (22:58 +0100)]
Don't sort url history completion list.
Also made sorting the default be cause it's less code.
Robert Timm [Sat, 25 Feb 2017 23:29:12 +0000 (00:29 +0100)]
fixes (shift)tab cycling through editable elements
Robert Timm [Thu, 23 Feb 2017 09:46:21 +0000 (10:46 +0100)]
improves ex_shortcut() inspired by master branch
Robert Timm [Mon, 20 Feb 2017 22:49:57 +0000 (23:49 +0100)]
implements ex_shortcut()
Robert Timm [Fri, 17 Feb 2017 22:43:36 +0000 (23:43 +0100)]
changes default gui font to 10pt
Robert Timm [Fri, 17 Feb 2017 22:42:18 +0000 (23:42 +0100)]
makes font sizes match webkit2 defaults
Daniel Carl [Tue, 31 Jan 2017 23:57:02 +0000 (00:57 +0100)]
Add new task to README.
Daniel Carl [Tue, 31 Jan 2017 23:46:57 +0000 (00:46 +0100)]
Removed debug message.
Daniel Carl [Tue, 31 Jan 2017 23:33:22 +0000 (00:33 +0100)]
Added real auth observer to webextension too.
Daniel Carl [Tue, 31 Jan 2017 22:39:37 +0000 (23:39 +0100)]
Show linker action during make.
Daniel Carl [Tue, 31 Jan 2017 22:37:57 +0000 (23:37 +0100)]
Set minimum webkit version to support to 2.3.5.
This version allowed to initialize the webextension with user data which
is essential to setup the dbus connection.
Daniel Carl [Sat, 22 Oct 2016 21:30:24 +0000 (23:30 +0200)]
Attempt to start dbus server from ui.
Daniel Carl [Wed, 19 Oct 2016 21:14:52 +0000 (23:14 +0200)]
Update usage agent string to current webkit version.
Daniel Carl [Wed, 19 Oct 2016 20:37:14 +0000 (22:37 +0200)]
Shut up GTK warning on realize widget.
We have to call gtk_widget_get_preferred_size to avoid warning like this
when the window widget is realized.
> Allocating size to WebKitWebViewBase 0x280c380 without calling
> gtk_widget_get_preferred_width/height(). How does the code know the size
> to allocate?
Daniel Carl [Wed, 19 Oct 2016 20:23:54 +0000 (22:23 +0200)]
Show webview crash to the user.
Daniel Carl [Wed, 19 Oct 2016 20:07:19 +0000 (22:07 +0200)]
Added manual page.
Daniel Carl [Tue, 18 Oct 2016 22:31:55 +0000 (00:31 +0200)]
More code style hints.
Daniel Carl [Tue, 18 Oct 2016 22:26:02 +0000 (00:26 +0200)]
Removed loop initial declarations.
Daniel Carl [Tue, 18 Oct 2016 22:07:55 +0000 (00:07 +0200)]
Allow to set initial setting for gui fonts.
There where multiple font configurations in the settings that have to be
adapt by the user before compiling to setup some suitable default gui
styling. So we use two new constants to setup a normal gui font and the
emphasized one.
Daniel Carl [Tue, 18 Oct 2016 21:49:39 +0000 (23:49 +0200)]
Removed none needed trailing ; in css rules.
Robert Timm [Mon, 17 Oct 2016 15:35:59 +0000 (22:35 +0700)]
Implements gui style settings
Robert Timm [Thu, 29 Sep 2016 15:35:29 +0000 (17:35 +0200)]
Implements download path and tracking
Daniel Carl [Tue, 11 Oct 2016 09:15:34 +0000 (11:15 +0200)]
Allow to print page via :hardcopy command.
Daniel Carl [Fri, 30 Sep 2016 07:59:03 +0000 (09:59 +0200)]
Fix some typos.
Robert Timm [Wed, 28 Sep 2016 20:00:36 +0000 (22:00 +0200)]
Mark register support as done
Robert Timm [Sun, 18 Sep 2016 22:15:28 +0000 (00:15 +0200)]
Mark cookie support as done.
Robert Timm [Sun, 18 Sep 2016 21:50:34 +0000 (23:50 +0200)]
Adds vimb.desktop file and install rule
Robert Timm [Tue, 27 Sep 2016 19:27:36 +0000 (21:27 +0200)]
Fixes comment style
Robert Timm [Sun, 25 Sep 2016 20:35:22 +0000 (22:35 +0200)]
Adds yank command
Daniel Carl [Tue, 27 Sep 2016 22:29:27 +0000 (00:29 +0200)]
Allow link activation from search result.
When a search is performed and the current highlighted result is part of
a link, a click event is triggered on the link to open it. Currently
the click() is done by JavaScript on the element so that we can't
control if the target open in current window or in a new one.
Daniel Carl [Tue, 27 Sep 2016 22:03:32 +0000 (00:03 +0200)]
Show output of :eval in inputbox.
Daniel Carl [Tue, 2 Aug 2016 20:54:26 +0000 (22:54 +0200)]
Mark navigation as done.
Robert Timm [Sun, 18 Sep 2016 22:31:51 +0000 (00:31 +0200)]
Adds default-zoom setting
Robert Timm [Sun, 18 Sep 2016 22:03:16 +0000 (00:03 +0200)]
Fixes man page install rule
Robert Timm [Sun, 18 Sep 2016 21:48:16 +0000 (23:48 +0200)]
Disables Makefile man page processing, man page missing for now
Daniel Carl [Wed, 29 Jun 2016 22:53:20 +0000 (00:53 +0200)]
Made make a bit more silent.
Daniel Carl [Wed, 29 Jun 2016 22:07:50 +0000 (00:07 +0200)]
Reorder Makefile a little.
Daniel Carl [Wed, 29 Jun 2016 21:49:12 +0000 (23:49 +0200)]
Allow to set config file per option --config, -c.
Daniel Carl [Wed, 29 Jun 2016 21:26:26 +0000 (23:26 +0200)]
Found a nice way to disable scrollbars.
Daniel Carl [Mon, 20 Jun 2016 20:15:22 +0000 (22:15 +0200)]
Mark search as done.
Daniel Carl [Mon, 20 Jun 2016 20:11:17 +0000 (22:11 +0200)]
Enable registers to continue a search.
Daniel Carl [Thu, 16 Jun 2016 22:00:46 +0000 (00:00 +0200)]
Don't use deprecated node list api.
Daniel Carl [Thu, 16 Jun 2016 21:48:55 +0000 (23:48 +0200)]
Show progress in window title.
Daniel Carl [Thu, 16 Jun 2016 21:19:41 +0000 (23:19 +0200)]
Adapted default gui style to new naming of widgets.
Daniel Carl [Thu, 16 Jun 2016 20:46:51 +0000 (22:46 +0200)]
Prepare the style provider only once.
Added names for the main styled gui elements for easier styling via css.
Daniel Carl [Wed, 1 Jun 2016 21:00:01 +0000 (23:00 +0200)]
Update license year.
Daniel Carl [Fri, 15 Apr 2016 21:54:39 +0000 (23:54 +0200)]
Fix none applied status style.
Daniel Carl [Sat, 19 Sep 2015 18:47:37 +0000 (20:47 +0200)]
Startup webkit2 branch from the scratch.
Daniel Carl [Thu, 17 Dec 2015 18:17:46 +0000 (19:17 +0100)]
Released version 2.11.
Yutao Yuan [Thu, 26 Nov 2015 04:28:36 +0000 (12:28 +0800)]
Added closed-max-items option
Daniel Carl [Sun, 22 Nov 2015 21:30:05 +0000 (22:30 +0100)]
Use sorting for completion by default.
This makes the codes easeir to read, because the most completions should
be sorted.
Daniel Carl [Sun, 22 Nov 2015 21:17:25 +0000 (22:17 +0100)]
Show typed text as last completion entry (#253).
This patch adapts the vim behaviour. If you reach the end of the
possible completion items, the initial content is written to the
inputbox. This makes it easier to change the filter string to reduce the
completion by simply step right to the very last entry with <S-Tab>.
Daniel Carl [Tue, 17 Nov 2015 22:29:17 +0000 (23:29 +0100)]
Merge branch 'build-pre-flock' of https://github.com/plredmond/vimb.
PLR [Tue, 17 Nov 2015 18:42:06 +0000 (10:42 -0800)]
fix ignored `echo -n ..` by piping through `tr -d ..`
PLR [Tue, 17 Nov 2015 03:08:13 +0000 (19:08 -0800)]
fix conflict with /usr/include/MacTypes.h `Style` type
Daniel Carl [Sun, 1 Nov 2015 21:50:12 +0000 (22:50 +0100)]
Merge branch 'fix-file-locking'.
Daniel Carl [Sun, 25 Oct 2015 19:18:20 +0000 (20:18 +0100)]
Merge branch 'fix_typo' of https://github.com/shioyama/vimb
Chris Salzberg [Sun, 25 Oct 2015 01:16:38 +0000 (10:16 +0900)]
Fix small grammar typo.
Chris Salzberg [Thu, 22 Oct 2015 15:16:52 +0000 (00:16 +0900)]
Refactor WebKitWebFrame assignment
Chris Salzberg [Thu, 22 Oct 2015 15:05:31 +0000 (00:05 +0900)]
Install focus/blue callbacks when load finished
Daniel Carl [Wed, 21 Oct 2015 17:46:50 +0000 (19:46 +0200)]
Use flock instead of fcntl for file locking (#235).
Yutao Yuan [Mon, 12 Oct 2015 05:11:51 +0000 (13:11 +0800)]
Fixed file locking using fcntl.
Daniel Carl [Mon, 21 Sep 2015 18:20:29 +0000 (20:20 +0200)]
Allow to show profile name in url bar.
Daniel Carl [Mon, 21 Sep 2015 09:00:45 +0000 (11:00 +0200)]
Fixed none shown command error if used by :source command.
Also clear the input after successful sourcing of a file.
Daniel Carl [Mon, 21 Sep 2015 08:09:30 +0000 (10:09 +0200)]
Added path completion for :save command too.
Daniel Carl [Mon, 21 Sep 2015 08:00:56 +0000 (10:00 +0200)]
Added manual page section for :source command.
Yutao Yuan [Sun, 13 Sep 2015 16:41:22 +0000 (00:41 +0800)]
Add :source command
Daniel Carl [Sun, 23 Aug 2015 20:06:33 +0000 (22:06 +0200)]
Added ^ as normal mode alias of 0 (#236).
Use the ^ to scroll to the absolute left of the document like
pentadactyl does.
Daniel Carl [Sun, 23 Aug 2015 07:24:38 +0000 (09:24 +0200)]
Added manual test for contenteditable element (#237).
Jiri Marsicek [Sat, 22 Aug 2015 19:58:25 +0000 (21:58 +0200)]
Adds support for contenteditable attribute as input mode trigger
fanglingsu/vimb#237
Benjamin Petrenko [Sun, 2 Aug 2015 09:53:54 +0000 (12:53 +0300)]
Do not blur the focused element after alt-tabbing.
Jiri Marsicek [Wed, 29 Jul 2015 18:29:24 +0000 (20:29 +0200)]
Support for multiple configuration profiles (#129)
New parameter is introduced to allow multiple configuration profiles per
user.
If vimb is started with this parameter new configuration directory
is created under default configuration directory. Cache and socket file
are kept separate per profile as well.
If vimb is started without this parameter, behaviour is unchanged.
Resolves fanglingsu/vimb#129
Daniel Carl [Tue, 28 Jul 2015 06:16:34 +0000 (08:16 +0200)]
Fixed misplaced hint labels on some sites (#232).
Benjamin Petrenko [Mon, 20 Jul 2015 17:55:00 +0000 (20:55 +0300)]
give the focus to the text box after it's closed in an external editor
Benjamin Petrenko [Mon, 20 Jul 2015 11:48:33 +0000 (14:48 +0300)]
stop the focus from appearing to be on the input box after closing an external editor
Daniel Carl [Mon, 20 Jul 2015 10:54:26 +0000 (12:54 +0200)]
Removed function from public scope.
The function dom_auto_insert_unless_strict_focus was only used internal and
was really small, so the content was moved to the only placed where it was
called.
Also added a missed comment that might still be interesting.
Benjamin Petrenko [Mon, 20 Jul 2015 07:49:31 +0000 (10:49 +0300)]
give the focus to an iframe when needed
Benjamin Petrenko [Mon, 20 Jul 2015 07:08:02 +0000 (10:08 +0300)]
respect the strict-focus variable
Benjamin Petrenko [Sun, 19 Jul 2015 08:00:52 +0000 (11:00 +0300)]
Enter the input mode at the right time
Benjamin Petrenko [Sat, 18 Jul 2015 07:48:32 +0000 (10:48 +0300)]
ESC deselects
Benjamin Petrenko [Fri, 17 Jul 2015 13:45:53 +0000 (16:45 +0300)]
fix title after going back to a local file
Daniel Carl [Fri, 17 Jul 2015 12:16:19 +0000 (14:16 +0200)]
More consistent use of title and url (#224).
There where cases where the title and the shown current url did not match the
expectations. For example if a page is opened the right title and url where
shown.
In case a none existing page was opened and another none existing page was
opened the title was set to the failed url. But if the user went back in
history the last failed url was still shown as title.