]> git.gir.st - VimFx.git/history - extension
Fix error in the 'underflow' event
[VimFx.git] / extension /
2015-11-15 Simon LydellFix error in the 'underflow' event
2015-11-15 Simon LydellSimplify `utils.removeDuplicates`
2015-11-15 Simon LydellMake `gi` find text inputs in all frames
2015-11-15 Simon LydellFix nothing happening when clicking some buttons
2015-11-15 Simon LydellFix missing hints for links with floated children
2015-11-15 Simon LydellMake Facebook's comment fields focusable using `f`
2015-11-15 Simon LydellFix un-blurrable comment fields on Facebook
2015-11-14 Simon LydellFix issues with scrolling and frames
2015-11-14 Simon LydellRemove `utils.timeIt(fn)`
2015-11-14 Simon LydellFix problem with counts and shortcut including `0`
2015-11-14 Simon LydellFix lint errors
2015-11-14 Simon LydellFix quirks after dragging tab to another window
2015-11-14 Simon LydellDon't lose state when loading tabs in the background
2015-11-14 Simon LydellStyle hints for scrollable elements differently
2015-11-14 Simon LydellAllow to style markers based on the type of element
2015-11-14 Simon LydellKeep the largest scrollable element up-to-date
2015-11-14 Simon LydellChoose which element to scroll more wisely
2015-11-12 Simon LydellRevert "Remove unnecessary code in commands.follow...
2015-11-12 Simon LydellDon't stay in "`gi` mode" if only one text input
2015-11-12 Simon LydellDon't consider `<select>`s as text inputs for `gi`
2015-11-12 Simon LydellRemove unnecessary code in commands.follow{,_focus}
2015-11-12 Simon LydellFix prev/next patterns order not respected
2015-11-11 Simon LydellPrepare for Tab Groups being removed from Firefox
2015-11-11 Simon LydellFix `P` compatibility with InstandFox
2015-11-11 Simon LydellFix commands not working on slowly-loading pages
2015-11-11 Simon LydellConsistently use 2-space indentation in style.css
2015-11-11 Simon LydellDon't give the same hint to all `<a href="#?">`
2015-11-11 Simon LydellFix toolbar button icon size in high dpi
2015-11-11 Simon LydellEnhance scrolling when entire page isn't scrollable
2015-11-11 Simon LydellFix hint markers placement when using Zoom text only
2015-11-11 Simon LydellAllow to use numbers as shortcuts, overriding counts
2015-11-10 Simon LydellFix `<tab>` behavior in browser UI
2015-11-10 Simon LydellAdd migration to add `<force>` to `mode.normal.esc`
2015-11-10 Simon LydellAdd an advanced option to disable notifications
2015-11-09 Simon LydellReset `text-shadow` for the help dialog
2015-11-09 Simon LydellReset `text-shadow` for hint markers
2015-11-09 Simon LydellUse consistent casing for all pref titles in en-US
2015-11-09 Simon LydellSilence AMO `Function` warnings
2015-11-09 Simon LydellTiny code cleanup
2015-11-09 Simon LydellAdd missing `return`s after `for` loops
2015-11-07 Simon LydellMerge pull request #570 from atilacamurca/locale-pt-br
2015-11-07 Átila CamurçaUpdate locale messages of pt-BR.
2015-11-07 Simon LydellMerge pull request #567 from mymedia2/develop
2015-11-07 Guriev NicholasUpdate russian locale
2015-11-05 Simon LydellFix scrolling in pages without a doctype
2015-11-04 Simon LydellMake it possible to blur scrollable elements
2015-11-03 Simon LydellRemove trailing space in "it" locale
2015-11-03 Simon LydellFix global variable leaks in frame scripts
2015-11-02 Simon LydellMake checkboxes in about:preferences markable
2015-11-01 Simon LydellMerge pull request #561 from cbertoldi/develop
2015-11-01 Carlo BertoldiAdded italian translation.
2015-10-30 Simon LydellUpdate copyright notices
2015-10-30 Simon LydellFix "tab dragged to other window" detection
2015-10-30 Simon LydellFix uncaught excecption on startup
2015-10-29 Simon LydellPlay nicer with the dev tools
2015-10-29 Simon LydellAPI loading: Better safe than sorry
2015-10-28 Simon LydellMake hints mode more robust
2015-10-28 Simon LydellIncrease current mode display {extensi,hacka}bility
2015-10-27 Simon LydellUse the red icon for ignore mode (for the button)
2015-10-26 Simon LydellOptimize the API
2015-10-26 Simon LydellFix typo in vimfx.coffee
2015-10-26 Simon LydellMake tests more robust by providing teardown hook
2015-10-26 Simon LydellFix broken setting of the API URL pref
2015-10-25 Simon LydellFix crash when installing VimFx after `gulp -t`
2015-10-25 Simon LydellGet the public API the same way in tests as in docs
2015-10-25 Simon LydellAdd `vimfx.getDefault()` to the public API
2015-10-25 Simon LydellIncrease hackability of the help dialog
2015-10-25 Simon LydellFix handling of tabs dragged to new/other windows
2015-10-24 Simon LydellMerge pull request #556 from Kambfhase/patch-1
2015-10-24 Frank HaseImproves German locale
2015-10-24 Simon LydellFix `<late>` + `event.stopPropagation()`
2015-10-24 Simon LydellEnhance detection of `<label>`s with hidden `<input>`
2015-10-24 Simon LydellRemove unnecessary code in utils.simulateClick
2015-10-24 Simon LydellImprove the public API consumption
2015-10-24 Simon LydellEnhance "switch back to tab" detection
2015-10-23 Simon LydellFix uncaught ReferenceError sometimes when opening...
2015-10-23 Simon LydellMerge pull request #553 from akhodakivskiy/non-multi...
2015-10-23 Simon LydellRe-implement "switch back to tab" logic
2015-10-23 Simon LydellFix missing event listeners when re-installing VimFx
2015-10-23 Simon LydellFix errors when calling many tab related commands
2015-10-23 Simon LydellProperly handle key events in non-multi-process
2015-10-23 Simon LydellAdd MULTI_PROCESS_ENABLED global
2015-10-23 Simon LydellConsistently use `event.originalTarget`
2015-10-23 Simon LydellMove a comment to where it belongs
2015-10-23 Simon LydellFix lint error
2015-10-21 Simon LydellFix autofocus prevention when coming from another window
2015-10-21 Simon LydellFix impossible-to-blur inputs issue
2015-10-21 Simon LydellMerge pull request #551 from akhodakivskiy/late-shortcuts
2015-10-21 Simon LydellAdd support for `<late>` shortcuts
2015-10-19 Simon LydellFix state resetting when refreshing the page
2015-10-19 Simon LydellMerge pull request #552 from leVirve/develop
2015-10-19 Salasupdate zh-tw locale strings
2015-10-18 Simon LydellMerge pull request #550 from m-r-r/french-translation
2015-10-18 m-r-rUpdate the French translation
2015-10-18 Simon LydellMerge pull request #549 from pluser/patch-1
2015-10-18 pluserImprove Japanese translation
2015-10-18 pluserTranslate to Japanese
2015-10-18 Simon LydellImprove display of mode names in the help dialog
2015-10-18 Simon LydellMerge pull request #548 from mozillazg/zh-CN
2015-10-18 mozillazgImprove zh-CN local
next
Imprint / Impressum