SysC0mp
3d55ad783e
Only pass needed setting to Alphabet
...
As Alphabet class is static, its methods could be used without
ever calling Alphabet.initialize(_settings) beforehand which would end
in an exception. Therefor only _shouldUsePinyin settings needed will
be transferred with a given default value.
2019-12-03 15:31:08 +01:00
SysC0mp
05f66f9bea
Improve code formatting
2019-12-03 15:31:07 +01:00
Jeremy Wu
434ba82705
Fix build fail from task reindex run
2019-12-03 15:31:07 +01:00
Enrico Giordani
cbe6d19c79
Update FancyZone README for v0.14.0 ( #806 )
2019-12-02 18:00:14 +01:00
Jeremy Wu
b47e7f068c
Merge pull request #83 from theClueless/smallFixes
...
Smallfixes
2019-12-01 17:49:30 +11:00
Jeremy Wu
20a59a2c58
Merge pull request #82 from theClueless/fixProgramLock
...
Fixprogramlock
2019-12-01 17:46:00 +11:00
vldmr11080
57845a2739
Don't flash current zone setup when focused window is in full screen ( #796 )
2019-11-30 14:38:27 +01:00
vldmr11080
9a8ab29330
Reverse logic for keep windows in their zones when fancyzone layout changes ( #812 )
2019-11-30 12:15:16 +01:00
AT
406cc71f96
remove unused new list
2019-11-29 02:05:48 +02:00
AT
132d0631d2
program lock bug
2019-11-29 01:38:50 +02:00
Enrico Giordani
3095ade94c
Now working on 0.14.1 ( #797 )
2019-11-28 11:06:23 +01:00
yuyoyuppe
221df3d26d
Fix lack of tray icon #268 by handling initial Shell_NotifyIcon failure ( #789 )
...
* Fix lack of tray icon #268 by handling initial Shell_NotifyIcon failure
2019-11-27 17:19:10 +03:00
yuyoyuppe
40db3a5d7d
Wix installer: kill explorer if shellext is detected ( #790 )
2019-11-27 16:53:18 +03:00
Bartosz Sosnowski
ee1a1fd614
Prevent number being swallow while dragging. ( #788 )
2019-11-27 10:32:09 +01:00
Chris Davis
8e8be502fd
Handle DPI change gracefully ( #786 )
...
* Ensure icon in context menu is not leaked
* Hande theme/dpi size change gracefully
2019-11-26 19:45:18 -08:00
Bartosz Sosnowski
ae4413d0aa
Improve key code to key name mapping. ( #784 )
...
Use the key detected by WebUI and our mapping only for from_settings call.
Replace the old Win + ~ with the correct value
2019-11-26 16:14:34 +01:00
Enrico Giordani
51b791f9c0
Version 0.14.0 ( #782 )
2019-11-26 11:46:22 +01:00
Mike Harsh
767c3c942b
Update README.md
2019-11-25 06:11:34 -08:00
Mike Harsh
3fcace6660
December update with info on 0.14, 0.15 and 0.16
2019-11-25 06:10:44 -08:00
Mike Harsh
4c600f5748
Updated shortcut key information
2019-11-25 06:06:29 -08:00
Bartosz Sosnowski
d84342733d
Prevent ShortcutGuide from crashing when it is being disabled while shown.
2019-11-25 15:06:06 +01:00
Bartosz Sosnowski
d6f0f9ec0e
FancyZones settings: show proper hotkey even when wrong key was saved before
...
This makes the Hotkey settings object ignore the key value stored in
json. Instead it will be deduced from the current keyboard layout and
the vk_code.
2019-11-25 11:54:10 +01:00
Bartosz Sosnowski
fbc922fe97
Add some margins to settings icons
2019-11-22 16:19:36 +01:00
Enrico Giordani
4be84e035f
revert overrideSnapHotkeys logic after regression ( #756 )
2019-11-22 10:56:11 +01:00
Bartosz Sosnowski
254474d12d
Make the hotkey control display correct key
...
Credit to @doterik for the idea in https://github.com/microsoft/PowerToys/issues/700#issuecomment-554329895
RApplies to https://github.com/microsoft/PowerToys/issues/700
2019-11-20 10:00:53 +01:00
Bartosz Sosnowski
5615987ea2
Make some settings descriptions wrap correctly
...
Applies to https://github.com/microsoft/PowerToys/issues/712
2019-11-20 10:00:53 +01:00
Bartosz Sosnowski
3a93246f08
More padding after PowerToy description
...
Applies to https://github.com/microsoft/PowerToys/issues/716
2019-11-20 10:00:53 +01:00
Bartosz Sosnowski
633784fae2
Use dynamic version in settings
...
Applies to https://github.com/microsoft/PowerToys/issues/736
2019-11-20 10:00:53 +01:00
Bret
af127468a6
Merge pull request #739 from TheMrJukes/master
...
FancyZones: Remove legacy editor
2019-11-19 10:00:49 -08:00
Clint Rutkas
f892c1284b
Merge pull request #740 from docs-product/patch-1
...
Update README.md
2019-11-18 23:35:54 -08:00
docs
d762b5a017
Update README.md
2019-11-18 18:16:46 -08:00
Bret
28d7835327
User/bretan/fz remove legacy editor ( #1 )
...
* Removed and runs
Still needs some extra cleanup and addressing open issues
* Removed and runs
Still needs some extra cleanup and addressing open issues
* Clean
* Update
2019-11-18 15:29:42 -08:00
Bartosz Sosnowski
03438f9192
FancyZones: improve windows and apps filtering ( #673 )
...
Unifies the way windows are considered "interesting" by FancyZone.
Berfore the change WinKey + arrows would use different method than
dragging. This PR makes both use the WinKey + arrows method.
Cleans up FancyZones Settings.cpp by removing m_configStrings variable.
Contrary to its name it was used to create color picker control.
Adds a multiline option to the text input to settings. Uses this to
provide the user with a way to exclude certain apps from snapping to
zones.
2019-11-18 10:29:56 +01:00
Jeremy Wu
09c7955149
Merge pull request #80 from jjw24/fix_buildfail_task_reindex
...
Fix build fail from task reindex run
2019-11-17 18:07:40 +11:00
Jeremy Wu
9a2a88a703
Fix build fail from task reindex run
2019-11-17 18:06:25 +11:00
Jeremy Wu
820ae7d6e3
Merge branch 'master' into dev
2019-11-17 17:49:18 +11:00
Jeremy Wu
9c69f22f79
Merge pull request #77 from theClueless/pinyinInfraSettings
...
Pinyin infra settings
2019-11-17 17:35:08 +11:00
Jeremy Wu
85ad6b12ba
Merge pull request #78 from theClueless/programSyncIssue
...
fixed lock issue
2019-11-17 17:30:04 +11:00
Jeremy Wu
79706b4a1a
Merge pull request #76 from theClueless/uwpErrorFix
...
fixed broken log
2019-11-17 17:26:19 +11:00
theClueless
72180d4248
Merge branch 'dev' into uwpErrorFix
2019-11-16 11:48:09 +02:00
AT
8446c9563d
fixed lock issue
2019-11-16 02:37:01 +02:00
Clint Rutkas
4df1d2093f
Merge pull request #323 from casungo/master
...
Added Hi-res logo (4k PNG)
2019-11-15 15:28:18 -08:00
AT
9d98d26cc7
added log into Alphabet service since it can induce a large perf hit
2019-11-16 01:28:07 +02:00
AT
0c762e610f
fixed broken log
2019-11-16 00:57:30 +02:00
casungo
62a019cc5d
Moved png to doc/images
2019-11-15 23:41:05 +01:00
casungo
36c78e9686
Delete Logo-HiRes.png
2019-11-15 23:36:36 +01:00
AT
dcb9e34d59
alphabet settings
2019-11-16 00:34:27 +02:00
yuyoyuppe
cb13cfdda7
FancyZonesEditor: open a tab with the selected layout on startup ( #715 )
2019-11-15 10:40:10 +03:00
Clint Rutkas
0082f56b58
Update README.md
2019-11-13 15:45:59 -08:00
Chris Davis
b490a72c1d
Ensure icon in context menu is not leaked ( #709 )
2019-11-13 14:13:14 -08:00