Commit Graph

2509 Commits

Author SHA1 Message Date
Bartosz Sosnowski
d96db2a408 Add dropdown settings UI element 2019-10-04 09:26:40 +02:00
reviewher
f1c2a66023 Cleanup LICENSE 2019-10-04 02:04:48 +02:00
Bartosz Sosnowski
bf82e04ddb Add radio button group and add theme select for ShortcutGuide 2019-10-03 10:12:36 +02:00
Jeremy Wu
f4d762c19b fix not closing the db connection after opening 2019-10-03 08:09:11 +10:00
Jeremy Wu
1ed7d34200 Update how plugin locates profile path 2019-10-03 08:06:56 +10:00
Jeremy Wu
4f5d805725 Merge branch 'fix_firefox_bookmarks_plugin' into fix_firefox_bookmarks_notshowing 2019-10-03 07:32:37 +10:00
Bartosz Sosnowski
64f606daaa
Add a hotkey settings control and use it in FancyZones (#450)
Add a hotkey settings control and use it in FancyZones
2019-10-02 17:18:55 +02:00
Jeremy Wu
bde8dbba05 Fix BrowserBookmarks plugin for Firefox bookmarks 2019-10-02 07:28:25 +10:00
Jeremy Wu
f6b5404a04 Add package 2019-10-01 20:28:52 +10:00
Tomer Cohen
de08485db8 FancyZone documentation typo fixes
Miscellanious→Miscellaneous
maintining→maintaining
2019-09-30 19:54:05 +02:00
Jeremy Wu
ce9f2157e8
Update README.md 2019-09-30 22:58:02 +10:00
Jeremy Wu
64cd9c0dd2
Merge pull request #43 from jjw24/fix_controlpanel_search
Fix ControlPanel plugin search bug
2019-09-30 22:02:43 +10:00
Jeremy Wu
ab4cc74aca
Merge pull request #42 from jjw24/merge_hibernation_function
Add hibernation feature Sys plugin from upstream Dev
2019-09-30 22:01:21 +10:00
Jeremy Wu
8cdb5fe346
Merge pull request #39 from jjw24/make_fuzzysearch_userfriendly
Make fuzzy search user friendly
2019-09-30 21:55:37 +10:00
Jeremy Wu
aae7987df0 update 2019-09-30 21:51:15 +10:00
Jeremy Wu
1817105c94 Fix ControlPanel plugin search bug 2019-09-30 21:11:34 +10:00
Jeremy Wu
88ca98c5a6 Add code 2019-09-30 20:03:06 +10:00
Jeremy Wu
8717cd077c Add ui for user preference selection 2019-09-29 20:04:30 +10:00
Jeremy Wu
9658af4aa9 update 2019-09-29 15:18:50 +10:00
Jeremy Wu
d40a79576b Update ControlPanel plugin with new code 2019-09-29 15:18:34 +10:00
Jeremy Wu
481bd4ac68 Update Sys plugin with new code 2019-09-29 15:18:05 +10:00
Jeremy Wu
6625a2afd3 Update mainview model with new code 2019-09-29 15:17:40 +10:00
Jeremy Wu
cc23495591 Update Program plugin with new code 2019-09-29 15:03:30 +10:00
Jeremy Wu
acd42f9cc6 Update test with updated method name 2019-09-29 14:43:49 +10:00
Jeremy Wu
a2e439a155 Update browserbookmark plugin with new code 2019-09-29 14:42:34 +10:00
Jeremy Wu
d0fac80eb4 Update browserbookmark plugin with new code 2019-09-29 14:30:33 +10:00
Jeremy Wu
3f90611edf Initial prep of settings and start up default 2019-09-29 14:27:46 +10:00
Jeremy Wu
d8a9630548 Update test 2019-09-29 14:27:07 +10:00
Jeremy Wu
fbb5d4a4a6 Make FuzzMatcher class obsolete and keep backwards compatibility 2019-09-29 14:26:15 +10:00
Jeremy Wu
e5753c54a6 Convert StringMatcher class to static and move code from FuzzySearch 2019-09-29 14:24:38 +10:00
Jeremy Wu
9ab9ea4c2e Add precision score tests for new function 2019-09-29 13:27:28 +10:00
cedi
faf1fae873 Modifying the startup behaviour of the FancyZones Layout Editor
Add setting to allow to choose if the FZ editor opens in the screen where mouse cursor is or where the active windows is.
2019-09-28 16:29:29 +02:00
Jeremy Wu
2301478b3f update 2019-09-29 00:09:56 +10:00
Jeremy Wu
df9b09eeae Add tests for fuzzy search and CalScore method 2019-09-29 00:09:03 +10:00
Jeremy Wu
7e7b2797d7
Update README.md 2019-09-28 11:34:59 +10:00
Jeremy Wu
287f1ae042
Update readme project description 2019-09-28 11:33:32 +10:00
ebbyd3
a8f0d3298f Fixed some minor code styling issues. Removed some minor redundant calculations for a small performance enhancement with zone detection. 2019-09-26 23:23:09 +02:00
ebbyd3
af67f7782c Added more in-depth check for zone determination when dragging around
the screen. Previously, it would iterate through the zones in the order
they were added and find the first one that fit the description. While
this works in most cases, if a user wants to have overlapping zones, it
is better to iterate through all of them and find the zone that the user
expects. There are cases where a zone is completely inaccessible on drag
because of the current code. To resolve this, the zone search will look
for the smallest zone possible. The reason I chose this solution is
because this guarantees that zones are at least reachable since if a
zone was bigger than another zone, then there must be a part of it
that is exposed, therefore reachable itself. Note: this solution is for
the scenario between two zones. More than that is not guaranteed. But I
feel like this covers enough scenarios to warrant its addition.

Example:
  ----------------
  - Zone1        -
  -  ----------  -
  -  - Zone2  -  -
  -  -        -  -
  -  ----------  -
  ----------------

Previously, zone2 was inaccessible since it would iterate through 1 then
2. But 1 would always be seen first when dragging a window. With this
fix it zone2 will be accessible.
2019-09-26 23:23:09 +02:00
Bartosz Sosnowski
50dae8a37b Make detection of windows creation more robust 2019-09-26 08:54:00 +02:00
Bartosz Sosnowski
0b86941a3b Make FancyZone distinguish different modern apps. 2019-09-26 08:54:00 +02:00
José I. Escudero
5d75feebdc Update README.md
Fix typo
2019-09-26 08:26:29 +02:00
Jeremy Wu
4bc665c0d2
Merge pull request #37 from austintrose/fix-typo
Fix typo 'launche' -> 'launcher'.
2019-09-26 08:17:39 +10:00
Jeremy Wu
5390d0668b
Merge pull request #36 from jjw24/update_testframework_add_adaptor
Update Test Framework + Add Test Adaptor
2019-09-26 08:07:44 +10:00
Jeremy Wu
f55724bf58 Update Test Framework + Add Test Adaptor 2019-09-26 07:53:56 +10:00
Austin Rose
4300b3a9e0 Fix typo 'launche' -> 'launcher'. 2019-09-25 15:03:35 -04:00
Jeremy Wu
c085b263a7
Add latest release link to badge 2019-09-22 21:54:44 +10:00
Jeremy Wu
3877014f83
Add badges 2019-09-22 21:38:20 +10:00
Jeremy Wu
83b1613002
Update readme with release package link 2019-09-22 20:41:37 +10:00
Jeremy Wu
329f7a2e00
Merge pull request #17 from jjw24/update_websearch_when_suggestions_on
Speed up WebSearch plugin when suggestions turned on
2019-09-22 18:30:12 +10:00
Jeremy Wu
0e0785db7b Merge branch 'master' into update_websearch_when_suggestions_on 2019-09-22 18:25:53 +10:00