]> git.gir.st - VimFx.git/log
VimFx.git
10 years agoREADME.md update
Anton Khodakivskiy [Fri, 3 Jan 2014 17:09:36 +0000 (19:09 +0200)]
README.md update

10 years agoMerge branch 'release-0.5.5' 0.5.5
Anton Khodakivskiy [Fri, 3 Jan 2014 16:46:56 +0000 (18:46 +0200)]
Merge branch 'release-0.5.5'

10 years agoVersion bump
Anton Khodakivskiy [Fri, 3 Jan 2014 16:45:33 +0000 (18:45 +0200)]
Version bump

10 years agoMerge pull request #246 from lydell/issue-213
Anton Khodakivskiy [Fri, 3 Jan 2014 16:41:34 +0000 (08:41 -0800)]
Merge pull request #246 from lydell/issue-213

Merge branch 'develop' into issue-213

10 years agoMerge branch 'develop' into issue-213
Simon Lydell [Fri, 3 Jan 2014 16:36:19 +0000 (17:36 +0100)]
Merge branch 'develop' into issue-213

Conflicts:
extension/packages/events.coffee

10 years agoMerge branch 'master' into develop
Anton Khodakivskiy [Fri, 3 Jan 2014 15:17:43 +0000 (17:17 +0200)]
Merge branch 'master' into develop

10 years agoMerge branch 'master' of github.com:akhodakivskiy/VimFx
Anton Khodakivskiy [Fri, 3 Jan 2014 14:49:40 +0000 (16:49 +0200)]
Merge branch 'master' of github.com:akhodakivskiy/VimFx

Conflicts:
extension/packages/events.coffee

10 years agoMerge branch 'release-0.5.4' 0.5.4
Anton Khodakivskiy [Fri, 3 Jan 2014 14:26:31 +0000 (16:26 +0200)]
Merge branch 'release-0.5.4'

10 years agoVersion bump to 0.5.4 and update changelog
Anton Khodakivskiy [Fri, 3 Jan 2014 14:26:14 +0000 (16:26 +0200)]
Version bump to 0.5.4 and update changelog

10 years agoFix for popup passthrough mode stucking
Anton Khodakivskiy [Fri, 3 Jan 2014 14:12:13 +0000 (16:12 +0200)]
Fix for popup passthrough mode stucking

10 years agoMerge branch 'hints-z-index' of git://github.com/lydell/VimFx into lydell-hints-z...
Anton Khodakivskiy [Fri, 3 Jan 2014 13:26:35 +0000 (15:26 +0200)]
Merge branch 'hints-z-index' of git://github.com/lydell/VimFx into lydell-hints-z-index

10 years agomerge upstream develop
Wang Zhuochun [Thu, 2 Jan 2014 07:41:19 +0000 (15:41 +0800)]
merge upstream develop

10 years agominor updates
Wang Zhuochun [Thu, 2 Jan 2014 07:15:43 +0000 (15:15 +0800)]
minor updates

10 years agoMerge pull request #238 from lydell/develop
Anton Khodakivskiy [Thu, 2 Jan 2014 00:25:40 +0000 (16:25 -0800)]
Merge pull request #238 from lydell/develop

Bump minimum Firefox version to 25

10 years agoMerge pull request #244 from lydell/button-mode-click
Anton Khodakivskiy [Thu, 2 Jan 2014 00:15:13 +0000 (16:15 -0800)]
Merge pull request #244 from lydell/button-mode-click

Make button click depend on current mode. Fix #243

10 years agoMerge pull request #239 from lydell/find-fixes
Anton Khodakivskiy [Thu, 2 Jan 2014 00:05:33 +0000 (16:05 -0800)]
Merge pull request #239 from lydell/find-fixes

Find fixes

10 years agoMerge pull request #240 from lydell/minor-fixes
Anton Khodakivskiy [Thu, 2 Jan 2014 00:01:48 +0000 (16:01 -0800)]
Merge pull request #240 from lydell/minor-fixes

Minor fixes

10 years agoMake button click depend on current mode. Fix #243
Simon Lydell [Mon, 30 Dec 2013 11:02:45 +0000 (12:02 +0100)]
Make button click depend on current mode. Fix #243

Both insert mode and disabled mode use the same greyed out icon for the
toolbar button. If you're in insert mode and click the button, we used to
disable the extension as normal. However, it felt like clicking the button
did nothing, because the icon didn't change. Even if it _would_ change, it
feels more natural if the extension is _enabled_ again at that point. So
now, if you're in insert mode and click the button, we enter normal mode.
(#243)

If the current site is blacklisted, clicking the button used to disable
the extension. Well, it was already disabled, but the button icon changed
from the blacklisted icon (red) to the disabled icon (grey). Clicking
again went back to blacklisted mode. That's pretty weird. Now we open the
menu popup when clicked instead, which will show the trash can icon which
is used to un-blacklist the site. Un-blacklisting directly when clicking
the button would be to go too far, since that can potentially remove more
blacklisting rules than the user wants to. Using the popup you have a
chance to review what will be removed when un-blacklisting.

To sum up, the button clicking is more intuitive now:

- If enabled: Disable
- Otherwise: Enable (almost)

10 years agoadd go up url hierarchy
Wang Zhuochun [Mon, 23 Dec 2013 09:22:55 +0000 (17:22 +0800)]
add go up url hierarchy

10 years agominor code fixes
Wang Zhuochun [Sat, 21 Dec 2013 20:35:11 +0000 (04:35 +0800)]
minor code fixes

10 years agoHigher weight markers should not be overlapped
Simon Lydell [Thu, 19 Dec 2013 18:22:23 +0000 (19:22 +0100)]
Higher weight markers should not be overlapped

Higher weight, higher z-index.

10 years agoDRY getDomElements in utils
Wang Zhuochun [Thu, 19 Dec 2013 09:38:30 +0000 (17:38 +0800)]
DRY getDomElements in utils

10 years agocleanup find_link
Wang Zhuochun [Thu, 19 Dec 2013 08:55:08 +0000 (16:55 +0800)]
cleanup find_link

10 years agofix to consistent styles
Wang Zhuochun [Thu, 19 Dec 2013 08:23:38 +0000 (16:23 +0800)]
fix to consistent styles

10 years agoremove follow prev/next commands in new tab
Wang Zhuochun [Thu, 19 Dec 2013 07:46:44 +0000 (15:46 +0800)]
remove follow prev/next commands in new tab

10 years agoupdate option descriptions
Wang Zhuochun [Thu, 19 Dec 2013 07:44:04 +0000 (15:44 +0800)]
update option descriptions

10 years agoAlways open regular find bar, not last used
Simon Lydell [Sun, 15 Dec 2013 18:48:11 +0000 (19:48 +0100)]
Always open regular find bar, not last used

There are three find bars: The "regular" one, the "quick find" one and the
"quick find (link only)" one. Before, the VimFx `/` command opened the one
of those three that was used last. Now, the regular is always opened.

10 years agoMinor fixes
Simon Lydell [Sun, 15 Dec 2013 09:02:52 +0000 (10:02 +0100)]
Minor fixes

10 years agoMake mode entering consistent with find mode enter
Simon Lydell [Sat, 14 Dec 2013 12:07:05 +0000 (13:07 +0100)]
Make mode entering consistent with find mode enter

10 years agoAuto-focus findbar in find mode onInput
Simon Lydell [Sat, 14 Dec 2013 11:56:54 +0000 (12:56 +0100)]
Auto-focus findbar in find mode onInput

Now, if you unfocus the text input of the findbar, it will be
automatically focused again when you start typing. Before, nothing at all
happened (commands weren't run either), which felt really weird. This
reminds you that you're still in find mode, and need to press Enter or Esc
to exit from it.

10 years agoClean up find mode
Simon Lydell [Sat, 14 Dec 2013 12:17:50 +0000 (13:17 +0100)]
Clean up find mode

10 years agoSimplify command_esc findbar hiding
Simon Lydell [Sat, 14 Dec 2013 12:23:36 +0000 (13:23 +0100)]
Simplify command_esc findbar hiding

10 years agoRefix #115 after switching to built-in findbar
Simon Lydell [Sat, 14 Dec 2013 12:23:14 +0000 (13:23 +0100)]
Refix #115 after switching to built-in findbar

10 years agoCode Review comments per @lydell
Anton Khodakivskiy [Fri, 13 Dec 2013 12:00:59 +0000 (19:00 +0700)]
Code Review comments per @lydell

10 years agoBump minimum Firefox version to 25
Simon Lydell [Thu, 12 Dec 2013 19:15:41 +0000 (20:15 +0100)]
Bump minimum Firefox version to 25

Since we now use Firefox 25's built in find bar.

10 years agoThe previous two commits close #187, close #226
Anton Khodakivskiy [Tue, 10 Dec 2013 13:49:54 +0000 (20:49 +0700)]
The previous two commits close #187, close #226

10 years agoEnable highligh find mode with a/
Anton Khodakivskiy [Tue, 10 Dec 2013 09:29:57 +0000 (16:29 +0700)]
Enable highligh find mode with a/

10 years agoFind refactoring
Anton Khodakivskiy [Tue, 10 Dec 2013 05:17:15 +0000 (12:17 +0700)]
Find refactoring

10 years agoupdate new keys in README
Wang Zhuochun [Thu, 5 Dec 2013 15:10:53 +0000 (23:10 +0800)]
update new keys in README

10 years agoremove empty items in pattern
Wang Zhuochun [Thu, 5 Dec 2013 15:10:39 +0000 (23:10 +0800)]
remove empty items in pattern

10 years agoBump minimum requred Firefox version to 23. Closes #228
Anton Khodakivskiy [Thu, 5 Dec 2013 12:33:01 +0000 (19:33 +0700)]
Bump minimum requred Firefox version to 23. Closes #228

10 years agoMerge branch 'develop' of github.com:akhodakivskiy/VimFx into develop
Anton Khodakivskiy [Thu, 5 Dec 2013 12:31:41 +0000 (19:31 +0700)]
Merge branch 'develop' of github.com:akhodakivskiy/VimFx into develop

10 years agoget unicode preference
Wang Zhuochun [Tue, 3 Dec 2013 20:06:30 +0000 (04:06 +0800)]
get unicode preference

10 years agoadd pattern options in preferences
Wang Zhuochun [Tue, 3 Dec 2013 19:23:48 +0000 (03:23 +0800)]
add pattern options in preferences

10 years agoAdd command descriptions
Wang Zhuochun [Tue, 3 Dec 2013 18:48:19 +0000 (02:48 +0800)]
Add command descriptions

10 years agorefactoring code
Wang Zhuochun [Tue, 3 Dec 2013 18:47:24 +0000 (02:47 +0800)]
refactoring code

10 years agonavigate previous and next links
Wang Zhuochun [Tue, 3 Dec 2013 17:07:03 +0000 (01:07 +0800)]
navigate previous and next links

10 years agoMerge pull request #214 from mozillazg/zh-CN
Anton Khodakivskiy [Wed, 20 Nov 2013 17:12:12 +0000 (09:12 -0800)]
Merge pull request #214 from mozillazg/zh-CN

Update zh-CN localization

10 years agoMerge pull request #212 from sirodoht/develop
Anton Khodakivskiy [Wed, 20 Nov 2013 17:10:49 +0000 (09:10 -0800)]
Merge pull request #212 from sirodoht/develop

Update Greek locale

10 years agoMerge pull request #230 from aexaey/develop
Anton Khodakivskiy [Wed, 20 Nov 2013 17:10:05 +0000 (09:10 -0800)]
Merge pull request #230 from aexaey/develop

Add arrow keys to key-utils.coffee

10 years agoAdd arrow keys to key-utils.coffee
Aex Aey [Sat, 16 Nov 2013 00:38:29 +0000 (01:38 +0100)]
Add arrow keys to key-utils.coffee

10 years agoMerge branch 'zh-CN' of github.com:mozillazg/VimFx into zh-CN
Mozillazg [Sun, 10 Nov 2013 02:04:06 +0000 (10:04 +0800)]
Merge branch 'zh-CN' of github.com:mozillazg/VimFx into zh-CN

10 years agoUpdate zh-CN localization
Mozillazg [Mon, 7 Oct 2013 11:34:45 +0000 (19:34 +0800)]
Update zh-CN localization

10 years agoMerge pull request #215 from lydell/develop
Anton Khodakivskiy [Sun, 3 Nov 2013 07:52:38 +0000 (00:52 -0700)]
Merge pull request #215 from lydell/develop

Update shortcuts list in readme

10 years agoMerge pull request #218 from lydell/native-console
Anton Khodakivskiy [Sun, 3 Nov 2013 07:51:43 +0000 (00:51 -0700)]
Merge pull request #218 from lydell/native-console

Use Firefox 24+ native console API

10 years agoMerge pull request #216 from lydell/issue-213
Anton Khodakivskiy [Sun, 3 Nov 2013 07:46:24 +0000 (00:46 -0700)]
Merge pull request #216 from lydell/issue-213

Fix #213: Suppress logic bug

10 years agoUse Firefox 24+ native console API
Simon Lydell [Sat, 26 Oct 2013 09:36:07 +0000 (11:36 +0200)]
Use Firefox 24+ native console API

10 years agoFix #213: Suppress logic bug
Simon Lydell [Fri, 25 Oct 2013 16:48:56 +0000 (18:48 +0200)]
Fix #213: Suppress logic bug

For example, if you press 'x' to close the current tab, it will close
before keyup fires. So keyup (and perhaps keypress) will fire in another
tab. Even if that particular tab is blacklisted, we must suppress the
event, so that 'x' isn't sent to the page. The rule is simple: If the
`suppress` flag is `true`, the event should be suppressed, no matter what.
It has the highest priority.

Previously, `vim.blacklisted` checks were performed even in keypress and
keyup, which caused the suppress to be ignored.

10 years agoUpdate shortcuts list in readme
Simon Lydell [Fri, 25 Oct 2013 15:12:23 +0000 (17:12 +0200)]
Update shortcuts list in readme

10 years agoUpdate zh-CN localization
Mozillazg [Mon, 7 Oct 2013 11:34:45 +0000 (19:34 +0800)]
Update zh-CN localization

10 years agochangelog update
Anton Khodakivskiy [Wed, 16 Oct 2013 18:42:27 +0000 (20:42 +0200)]
changelog update

10 years agoMerge branch 'release-0.5.3' into develop
Anton Khodakivskiy [Wed, 16 Oct 2013 15:50:44 +0000 (17:50 +0200)]
Merge branch 'release-0.5.3' into develop

10 years agoMerge branch 'release-0.5.3' 0.5.3
Anton Khodakivskiy [Wed, 16 Oct 2013 15:50:10 +0000 (17:50 +0200)]
Merge branch 'release-0.5.3'

10 years agoChangelog update
Anton Khodakivskiy [Wed, 16 Oct 2013 15:49:53 +0000 (17:49 +0200)]
Changelog update

10 years agoMerge branch 'release-0.5.3'
Anton Khodakivskiy [Mon, 14 Oct 2013 09:12:14 +0000 (11:12 +0200)]
Merge branch 'release-0.5.3'

10 years agoVersion bump, README update
Anton Khodakivskiy [Mon, 14 Oct 2013 09:08:35 +0000 (11:08 +0200)]
Version bump, README update

10 years agoAdded a note to the users about adding/removing shortcuts
Anton Khodakivskiy [Mon, 14 Oct 2013 09:05:31 +0000 (11:05 +0200)]
Added a note to the users about adding/removing shortcuts

10 years agoRemoved checkboxes from the Shortcuts dialog
Anton Khodakivskiy [Mon, 14 Oct 2013 07:43:15 +0000 (09:43 +0200)]
Removed checkboxes from the Shortcuts dialog

10 years agoMerge branch 'better-key-change-message' of git://github.com/zhuochun/VimFx into...
Anton Khodakivskiy [Sun, 13 Oct 2013 09:59:06 +0000 (11:59 +0200)]
Merge branch 'better-key-change-message' of git://github.com/zhuochun/VimFx into zhuochun-better-key-change-message

Conflicts:
extension/locale/ru/vimfx.properties

10 years agoRemoved obsulete strings, translated russian strings
Anton Khodakivskiy [Sun, 13 Oct 2013 09:56:42 +0000 (11:56 +0200)]
Removed obsulete strings, translated russian strings

10 years agoremove obsolete strings from localization files
Wang Zhuochun [Fri, 11 Oct 2013 17:51:06 +0000 (01:51 +0800)]
remove obsolete strings from localization files

10 years agoUpdate Greek locale
Theodore Keloglou [Wed, 9 Oct 2013 15:15:26 +0000 (18:15 +0300)]
Update Greek locale

10 years agolocal strings for other languages
Wang Zhuochun [Tue, 8 Oct 2013 09:08:54 +0000 (17:08 +0800)]
local strings for other languages

10 years agoAsk for overwriting existing shortcut
Wang Zhuochun [Tue, 8 Oct 2013 09:08:29 +0000 (17:08 +0800)]
Ask for overwriting existing shortcut

10 years agoremove unnecessary comma
Wang Zhuochun [Tue, 8 Oct 2013 09:05:15 +0000 (17:05 +0800)]
remove unnecessary comma

10 years agodisplay better shortcut conflict message
Wang Zhuochun [Tue, 8 Oct 2013 08:30:08 +0000 (16:30 +0800)]
display better shortcut conflict message

10 years agoMerge pull request #208 from lydell/proper-modes
Anton Khodakivskiy [Fri, 4 Oct 2013 16:42:46 +0000 (09:42 -0700)]
Merge pull request #208 from lydell/proper-modes

Proper modes last minute fixes

10 years agoFix some whitespace
Simon Lydell [Fri, 4 Oct 2013 15:59:42 +0000 (17:59 +0200)]
Fix some whitespace

10 years agoMerge pull request #180 from lydell/proper-modes
Anton Khodakivskiy [Fri, 4 Oct 2013 15:58:43 +0000 (08:58 -0700)]
Merge pull request #180 from lydell/proper-modes

Fix: Proper modes support

10 years agoMerge branch 'proper-modes' of https://github.com/lydell/VimFx into proper-modes
Simon Lydell [Fri, 4 Oct 2013 15:54:20 +0000 (17:54 +0200)]
Merge branch 'proper-modes' of https://github.com/lydell/VimFx into proper-modes

10 years agoRemove redundant export
Simon Lydell [Fri, 4 Oct 2013 15:53:29 +0000 (17:53 +0200)]
Remove redundant export

10 years agoMerge pull request #2 from akhodakivskiy/lydell-proper-modes
Simon Lydell [Fri, 4 Oct 2013 15:49:30 +0000 (08:49 -0700)]
Merge pull request #2 from akhodakivskiy/lydell-proper-modes

Refactor normal mode

10 years agoMore comment
Anton Khodakivskiy [Fri, 4 Oct 2013 15:44:00 +0000 (18:44 +0300)]
More comment

10 years agoAdded a comment that explains Esc suppressing logic
Anton Khodakivskiy [Fri, 4 Oct 2013 15:17:10 +0000 (18:17 +0300)]
Added a comment that explains Esc suppressing logic

10 years agoRemove default argument value
Anton Khodakivskiy [Fri, 4 Oct 2013 14:49:24 +0000 (17:49 +0300)]
Remove default argument value

10 years agoMove all Esc key and input mode related logic into vim.coffee
Anton Khodakivskiy [Fri, 4 Oct 2013 14:46:02 +0000 (17:46 +0300)]
Move all Esc key and input mode related logic into vim.coffee

10 years agoMove special handling of Esc into events.coffee
Anton Khodakivskiy [Fri, 4 Oct 2013 12:04:25 +0000 (15:04 +0300)]
Move special handling of Esc into events.coffee

10 years agofixed bug where multikey commands were ignored
Anton Khodakivskiy [Fri, 4 Oct 2013 00:43:13 +0000 (03:43 +0300)]
fixed bug where multikey commands were ignored

10 years agoenering/leaving modes tweaks
Anton Khodakivskiy [Fri, 4 Oct 2013 00:26:09 +0000 (03:26 +0300)]
enering/leaving modes tweaks

10 years agoCode review changes
Anton Khodakivskiy [Fri, 4 Oct 2013 00:07:48 +0000 (03:07 +0300)]
Code review changes

10 years agoEsc related tweaks
Anton Khodakivskiy [Wed, 2 Oct 2013 10:52:56 +0000 (13:52 +0300)]
Esc related tweaks

10 years agoFactor out normal mode into modes.coffee
Anton Khodakivskiy [Wed, 2 Oct 2013 10:25:52 +0000 (13:25 +0300)]
Factor out normal mode into modes.coffee

10 years agoMerge branch 'proper-modes' of git://github.com/lydell/VimFx into lydell-proper-modes
Anton Khodakivskiy [Tue, 1 Oct 2013 22:12:01 +0000 (01:12 +0300)]
Merge branch 'proper-modes' of git://github.com/lydell/VimFx into lydell-proper-modes

10 years agoFix insert mode should grey button per tab
Simon Lydell [Tue, 1 Oct 2013 17:00:39 +0000 (19:00 +0200)]
Fix insert mode should grey button per tab

10 years agoMerge branch 'proper-modes' of git://github.com/lydell/VimFx into lydell-proper-modes
Anton Khodakivskiy [Tue, 1 Oct 2013 16:35:37 +0000 (19:35 +0300)]
Merge branch 'proper-modes' of git://github.com/lydell/VimFx into lydell-proper-modes

10 years agoUpdate Esc-related locale text and documentation
Simon Lydell [Tue, 1 Oct 2013 12:35:34 +0000 (14:35 +0200)]
Update Esc-related locale text and documentation

10 years agoFix #199: Remove blur_on_esc and leave_dt_open prefs
Simon Lydell [Tue, 1 Oct 2013 13:31:59 +0000 (15:31 +0200)]
Fix #199: Remove blur_on_esc and leave_dt_open prefs

10 years agoMake command_Esc in charge of all "escaping"
Simon Lydell [Tue, 1 Oct 2013 11:35:13 +0000 (13:35 +0200)]
Make command_Esc in charge of all "escaping"

To be able to exit modes or blur text inputs, you _had_ to use Esc before.
It was hard coded. Now, changing the shortcut for command_Esc works as
expected.

10 years agoMerge branch 'develop' into proper-modes
Simon Lydell [Tue, 1 Oct 2013 09:39:57 +0000 (11:39 +0200)]
Merge branch 'develop' into proper-modes

Conflicts:
extension/packages/button.coffee
extension/packages/events.coffee
extension/packages/utils.coffee

10 years agoMerge pull request #205 from sirodoht/develop
Anton Khodakivskiy [Mon, 30 Sep 2013 15:37:04 +0000 (08:37 -0700)]
Merge pull request #205 from sirodoht/develop

Update Greek localization

Imprint / Impressum