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
Jeremy Wu
9638a4a4e6
Merge pull request #16 from jjw24/tunoff_auto_update
...
Set AutoUpdates off as default setting
2019-09-22 17:52:50 +10:00
Jeremy Wu
91be43169c
Merge pull request #19 from jjw24/enable_portable_mode
...
Enable portable mode
2019-09-22 17:45:21 +10:00
Jeremy Wu
01af7e36cd
Merge pull request #30 from jjw24/fix_folderplugin_equalitybug
...
Fix Result object comparison bug causing Folders plugin to open wrong location
2019-09-22 17:39:17 +10:00
Jeremy Wu
d30ca2345e
Merge pull request #23 from jjw24/add_save_settingsmenue_close
...
Save all plugins' settings on closing Settings menu
2019-09-22 17:33:18 +10:00
Mike Harsh
e8327eed36
Merge pull request #350 from mkevenaar/feature/GH-349
...
Add documentation about Chocolatey installation
2019-09-19 18:57:33 -07:00
Bartosz Sosnowski
b85f722e09
When moving window to a zone, ensure it does not remain in maximized state.
2019-09-18 10:41:51 +02:00
Bartosz Sosnowski
1a400bd7fd
Filter windows moved by keyboard in FancyZones
2019-09-18 10:41:16 +02:00
Bartosz Sosnowski
487c485911
Move window filter to separate function, filter more windows.
2019-09-18 10:41:16 +02:00
Bret
a54e4299aa
Merge pull request #391 from microsoft/user/bretan/fz-multimon
...
Fix for #195 - Fancy Zones new editor needs to support multiple monitors
Fix for #292 - Zone Editor opens behind PowerToys Window
2019-09-17 17:58:53 -07:00
Bret Anderson
209ec55912
PR feedback
2019-09-17 17:53:43 -07:00
Enrico Giordani
390ad0561f
remove previous version upon upgrade
...
fix link to documentation
2019-09-17 09:53:05 +02:00
Bret Anderson
2c3c4e7519
Need to adjust x/y by scaled diff between monitor and work area rect
2019-09-16 12:48:55 -07:00
Bret Anderson
1078101631
Fix for #292 (Zone Editor opens behind PowerToys Window)
2019-09-15 13:48:56 -07:00
Bret Anderson
c0cdf7aaa6
Everything is working.
2019-09-15 13:34:00 -07:00
Gary Hunt
7eedda30db
Fix typos in src/README.md ( #364 )
2019-09-14 12:53:54 +02:00
William Kent
54b883397c
Use PTLicenseDlg in lieu of the standard license dialog
2019-09-13 18:07:15 +02:00
William Kent
f9c3ab3921
Use friendlier font in License.rtf file
2019-09-13 18:07:15 +02:00
Jeremy Wu
26be6ae7c5
bug fix
2019-09-13 07:26:24 +10:00
Jeremy Wu
31c0fc5742
Merge pull request #22 from jjw24/add_save_allsettings
...
Add to Sys plugin- save all Wox settings
2019-09-12 08:27:52 +10:00
Jeremy Wu
1a7f8d5319
Merge pull request #21 from jjw24/fix_success_word_typo
...
Fix typo of 'success'
2019-09-12 08:25:19 +10:00
Jeremy Wu
14e4a052bb
Update btn name to 'All Programs'
2019-09-12 08:05:09 +10:00
Jeremy Wu
ae3d8860be
Update multi-selection
2019-09-12 07:53:19 +10:00
Jeremy Wu
2eede422a4
Add sorting
2019-09-12 07:42:42 +10:00
Enrico Giordani
8221f5e641
activate zones for windows with custom titlebar
...
fixes https://github.com/microsoft/PowerToys/issues/209
2019-09-11 21:12:39 +02:00
Enrico Giordani
1430332b98
default 'flashZones' to false
2019-09-11 21:11:55 +02:00
Maurice Kevenaar
6cf3486387
Add documentation about Chocolatey installation ( #349 )
2019-09-11 12:51:03 +02:00