yuyoyuppe
4e771ecfb7
initialize all OnThreadExecutor fields and clarify intent further ( #701 )
2019-11-12 18:29:54 +03:00
vldmr11080
be86cd4028
Customize system menu items through dedicated API ( #677 )
...
Document new interface changes.
2019-11-12 11:48:14 +01:00
Chris Davis
3ddbe92f37
Fix incorrect setting type in set_config handler
2019-11-11 23:28:31 -08:00
Chris Davis
ca67ea9b4c
Merge pull request #2 from microsoft/master
...
PR from upstream
2019-11-11 23:03:31 -08:00
Clint Rutkas
9f78af29bf
Merge pull request #694 from crutkas/master
...
adding in specs
2019-11-11 21:55:40 -08:00
Clint Rutkas
6821a05f76
Update Gif-Maker.md
2019-11-11 21:54:54 -08:00
Chris Davis
e328c5d505
* Fix crashing bug in event vector cleanup
...
* Fix warnings in settings.cpp
* Add settings to ui of powertoys
2019-11-11 20:58:39 -08:00
Clint Rutkas
f814d26a4a
change of filename
2019-11-11 13:59:03 -08:00
Clint Rutkas
3fc06e6f4f
Adding in specs from GH and from MIke's repo
2019-11-11 13:57:46 -08:00
Clint Rutkas
d876c267d6
Merge pull request #692 from microsoft/Readme-adjustment
...
Updates for readme
2019-11-11 13:16:29 -08:00
Clint Rutkas
1268a463ac
Merge branch 'master' of https://github.com/microsoft/PowerToys
2019-11-11 12:46:06 -08:00
Clint Rutkas
e64d75a297
Revert "Work for .12 release. adjusted formatting a bit too"
...
This reverts commit cd9208b541
.
2019-11-11 12:45:51 -08:00
Clint Rutkas
7900edc96c
Merge pull request #691 from enricogior/remove-icons-from-root
...
Remove images from the root
2019-11-11 12:16:32 -08:00
Clint Rutkas
692421ee13
Updates for readme
...
- added in processor support type with issue links
- added in section to call out WinStore support issue
- reduced size on image
2019-11-11 11:57:10 -08:00
Chris Davis
1e89054897
* Ensure rename dialog is centered
...
* Ensure children are renamed before parent items
* Add settings handler
* Replace old text referencing smart rename with power rename
2019-11-11 11:00:42 -08:00
Enrico Giordani
ae1112ae11
Remove images from the root
...
the images are already available (and used) in doc/images/
2019-11-11 17:03:32 +01:00
Chris Davis
800984489d
Merge pull request #679 from chrdavis/master
...
Small bugs fixes to PowerRename
2019-11-09 00:31:34 -08:00
Chris Davis
997ea3a2f5
A couple minor bug fixes
2019-11-09 00:30:00 -08:00
Chris Davis
b9b60a1346
Merge pull request #1 from microsoft/master
...
Sync with master
2019-11-08 12:05:57 -08:00
yuyoyuppe
e8edbd5394
clear FancyZones::m_zoneWindowMap on Destroy, since it stores 'this', causing a leak ( #664 )
2019-11-07 22:05:12 +03:00
yuyoyuppe
f3e25ae3e6
Fix for different per-monitor scaling ( #657 )
...
* Use DPIAware::DEFAULT_DPI
* Make runner DPI-unaware, since it doesn't need to use a Per Monitor V2 DPI.
* Programmatically enable "Per Monitor V2 DPI" for the runner proccess and use a separate DPI-unaware thread for the corresponding API calls
* Increase PCH memory limit for settings project
* Address review issues
* Draw zoneWindows properly scaled
2019-11-07 21:56:32 +03:00
yuyoyuppe
a9518c2e55
Wrap around colorIndex in a colors array ( #669 )
2019-11-07 17:50:04 +01:00
yuyoyuppe
c4fc67301c
Add switch to turn off keyboard hooks while debugging, since they could mess system-wide input
2019-11-07 09:52:34 +01:00
Enrico Giordani
39cbc59c12
Don't auto close issues referenced in PR ( #663 )
...
Remove space in checkboxes
2019-11-06 10:37:42 +01:00
Bartosz Sosnowski
96aa6ae3ef
Fix Chrome tab move leaving zone highlighted ( #656 )
...
Fixes: https://github.com/microsoft/PowerToys/issues/534
2019-11-05 14:29:42 +01:00
Mike Harsh
94d07833c5
Removed the batch renamer now that PowerRename is released
2019-11-04 09:42:29 -08:00
Chris Davis
1d3acbe40b
Merge pull request #655 from chrdavis/master
...
Switch to modeless experience and resize list view columns on dialog size
2019-11-03 22:24:39 -08:00
Chris Davis
389590e45d
Ensure columns are resized when the dialog is resized. Also switch to a modeless experience instead of modal for the dialog. We no longer disable the parent window.
2019-11-03 22:22:35 -08:00
Chris Davis
ea3cb026c7
Merge pull request #647 from chrdavis/master
...
Fix single regex search replace bug
2019-11-01 23:57:22 -07:00
Chris Davis
1efe5bff9f
Fix single regex search replace
...
Fix an issue where regular expression search and replace was not being done correctly when MatchAllOccurences is not specified.
2019-11-01 23:56:29 -07:00
Chris Davis
df4fa549ef
Allow resizing of PowerRename dialog ( #635 )
2019-11-01 08:54:49 -07:00
Chris Davis
cc7a706f52
Fix painting issue with buttons after resize
2019-11-01 08:52:54 -07:00
Chris Davis
d4256dad30
Allow resizing of PowerRename dialog
2019-10-31 23:57:42 -07:00
Chris Davis
d9320b7c05
Update README.md
...
Add example for appending an extension to files that do not have an extension
2019-10-31 11:20:50 -07:00
Chris Davis
27c9a4a6a9
Update README.md
...
Add example to append an extension for files that do not have an extension
2019-10-31 11:05:23 -07:00
Hyeonwoo Kang
18d4dc7321
Update README.md ( #626 )
...
Fix broken links in src/modules/README.md
2019-10-31 18:25:45 +01:00
Bartosz Sosnowski
6f241ef001
Now working on 0.13.0 ( #617 )
2019-10-31 17:51:20 +01:00
Chris Davis
296be2fbd5
Update README.md
...
Added more info about regular expression usage
2019-10-31 09:14:30 -07:00
Chris Davis
c1957272ea
Bug Fixes for PowerRename ( #614 )
...
* Bug Fixes
Fixes include:
* Pass parent HWND to UI so dialog is no longer appearing in top corner all the time
* Fix duplicate entries for PowerRename in context menu for shortcuts
* Fix crashing bug due to telemetry not getting unregistered on unload
* Ensure we show the file extension in the UI even if extensions are hidden in Windows Explorer
* Update PowerRenameExt.cpp
Fix missed line to set parent HWND
2019-10-31 06:57:38 -07:00
Bartosz Sosnowski
e6afd33621
Hide Shortcut Guide when screenshots are taken ( #605 )
2019-10-31 10:26:24 +01:00
Bartosz Sosnowski
b767773742
ShortcutGuide: change vk_code to suppress Start
...
Use reserved 0xCF virtual key-code to suppress the Start menu from
appearing instead of 0x07 which is used by the Xbox Controller for the
Xbox Guide button.
Fixes: https://github.com/microsoft/PowerToys/issues/595
2019-10-31 10:26:01 +01:00
Mike Harsh
52ead7ad1b
Updated the news section
2019-10-29 10:10:01 -07:00
Mike Harsh
b8e083f8fc
Updated PowerRename image with the new name
2019-10-29 10:07:18 -07:00
Mike Harsh
6e3f8bdefd
Merge pull request #577 from crutkas/master
...
prepping for 0.12 release
2019-10-29 10:04:21 -07:00
Clint Rutkas
8e55f2bf58
prepping for 0.12 release
...
Adjusted formatting a bit based on a linting project, also added in privacy policy.
2019-10-29 04:12:47 -07:00
Clint Rutkas
cd9208b541
Work for .12 release. adjusted formatting a bit too
2019-10-29 04:08:11 -07:00
Enrico Giordani
a58e99f942
Fix setup event names ( #576 )
2019-10-29 11:38:41 +01:00
Enrico Giordani
248a66fa46
Add index-dark.html to the setup ( #575 )
2019-10-29 10:40:43 +01:00
Enrico Giordani
3e9a0ea925
version 0.12.0 ( #573 )
2019-10-28 22:24:25 +01:00
Enrico Giordani
78a2c325c3
Remove whitespace in "Power Rename" ( #570 )
...
Use PT version number
2019-10-28 21:48:52 +01:00