Skip to content

Commit 69405d3

Browse files
committed
Fixes and new release
1. Update NTAssassin 2. State of "Search child" check box in "Find Window" will remain the last state 3. Fix window capture feature, masks effect working in Win7 now 4. Adjust result of Windows API "GetWindowRect" when obtain window rectangle 5. Fix incorrect DPI scaling of banner and icons
1 parent 098259f commit 69405d3

72 files changed

Lines changed: 2583 additions & 2412 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
# AlleyWind
2-
AlleyWind is an advanced Win32-based and open-sourced utility that helps you to manage system's windows. AlleyWind could:
3-
+ Displays a graphical tree of relationships among windows, and search what you want
4-
+ Shows the properties of selected window(s), and some of them could be modified:
5-
+ Text, Style, Extended Style and Class Style
6-
+ Visibility, Availability, and Topmost property
7-
+ Hot Key, Visual Style, Display Affinity and Layered properties
8-
+ Obtains private properties (e.g., address of window or dialog callback procedure) by using code injection technology
9-
+ Supports multiple languages, multiple monitors and High-DPI
10-
11-
## Homepage
12-
\>\>\> Click our homepage [KNSoft.org](https://knsoft.org) for more information! <<<
13-
14-
## Topic
15-
[看雪论坛](https://bbs.pediy.com/)[[原创]AlleyWind - 专业窗口管理工具](https://bbs.pediy.com/thread-266706.htm)
16-
17-
## Latest Version
18-
AlleyWind V1.0.0.0 Alpha
19-
20-
<font color=red>*This is Alpha version for early testing only, which is not stable! SHOULD NOT BE USED IN IMPORTANT ENVIRONMENT!</font>
21-
22-
## Snapshots
23-
![avatar](Asset/Screenshots/1.png)
24-
![avatar](Asset/Screenshots/2.png)
1+
# AlleyWind
2+
AlleyWind is an advanced Win32-based and open-sourced utility that helps you to manage system's windows. AlleyWind could:
3+
+ Displays a graphical tree of relationships among windows, and search what you want
4+
+ Shows the properties of selected window(s), and some of them could be modified:
5+
+ Text, Font, Position, Size, Style, Extended Style and Class Style
6+
+ Visibility, Availability, and Topmost property
7+
+ Hot Key, Visual Style, Display Affinity and Layered properties
8+
+ Obtains private properties (e.g., address of window or dialog callback procedure) by using code injection technology
9+
+ Supports multiple languages, multiple monitors and High-DPI
10+
11+
## Homepage
12+
\>\>\> Click our homepage [KNSoft.org](https://knsoft.org) for more information! <<<
13+
14+
## Topic
15+
[看雪论坛](https://bbs.pediy.com/)[[原创]AlleyWind - 专业窗口管理工具](https://bbs.pediy.com/thread-266706.htm)
16+
17+
## Latest Version
18+
AlleyWind V1.0.2.0 Beta [2021-06-14]
19+
20+
<font color=red>*This is Beta version for testing only, which is not stable! SHOULD NOT BE USED IN IMPORTANT ENVIRONMENT!</font>
21+
22+
## Snapshots
23+
![avatar](Asset/Screenshots/1.png)
24+
![avatar](Asset/Screenshots/2.png)
2525
![avatar](Asset/Screenshots/3.png)

Release/AlleyWind_x64.exe

2 KB
Binary file not shown.

Release/AlleyWind_x86.exe

2 KB
Binary file not shown.

Source/.gitignore

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
.vs
2-
/Win32
3-
/x64
4-
/AlleyWind/Win32
5-
/AlleyWind/x64
6-
*.vcxproj.user
7-
*.aps
1+
.vs
2+
/Win32
3+
/x64
4+
/AlleyWind/Win32
5+
/AlleyWind/x64
6+
*.vcxproj.user
7+
*.aps
8+
/AlleyWind/Resource/*.fla
-140 KB
Binary file not shown.

Source/AlleyWind/3rdParty/NTAssassin/include/NTACon.h

Lines changed: 0 additions & 3 deletions
This file was deleted.

Source/AlleyWind/3rdParty/NTAssassin/include/NTADbg.h

Lines changed: 0 additions & 7 deletions
This file was deleted.

Source/AlleyWind/3rdParty/NTAssassin/include/NTTypes.h

Lines changed: 0 additions & 24 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)