Dan Walmsley
|
5d327abc65
|
Revert "add CanResize checkbox to decorated window."
This reverts commit 7d1f145f93.
|
8 years ago |
Dan Walmsley
|
7d1f145f93
|
add CanResize checkbox to decorated window.
|
8 years ago |
Dan Walmsley
|
99a1392feb
|
remove flags from overlapped.
|
8 years ago |
Dan Walmsley
|
333c0ac907
|
simply applywm styles.
|
8 years ago |
Dan Walmsley
|
ca59da108e
|
[win32] smoothly toggle decorations.
|
8 years ago |
Dan Walmsley
|
07475d12f9
|
simplify apply styles
|
8 years ago |
Dan Walmsley
|
c9b069ffb7
|
simplify style flag calculation.
|
8 years ago |
Dan Walmsley
|
9050409afc
|
[win32] windowimpl update style calculations done in one place.
|
8 years ago |
Dan Walmsley
|
374d6a5f0d
|
fix smooth toggling between decorated and non-decorated.
|
8 years ago |
Dan Walmsley
|
658ff21d0f
|
fix border thickness being added to non-decorated windows.
|
8 years ago |
Dan Walmsley
|
2572e0d065
|
fix rendering issues when clicking on modal dialogs parent and dialog is non-decorated.
|
8 years ago |
Dan Walmsley
|
1c871bf423
|
[win32] fix maximize borders and wm window styles for non-decorated windows.
|
8 years ago |
Dan Walmsley
|
053e6a2be5
|
update wmstyles in single place, and implement nccalc size message.
|
8 years ago |
Nikita Tsukanov
|
ea8bde211b
|
Additional `Start` method overload
|
8 years ago |
Dan Walmsley
|
c8515ebea0
|
handle window styles so that it obeys can resize.
|
8 years ago |
Dan Walmsley
|
743e61cfde
|
Revert "Set win32 WindowStyle flags individually."
This reverts commit c4cc3514a8.
|
8 years ago |
Dan Walmsley
|
c4cc3514a8
|
Set win32 WindowStyle flags individually.
|
8 years ago |
Benedikt Schroeder
|
bd97346b97
|
Fix missing comment
|
8 years ago |
Benedikt Schroeder
|
d6c9ce3277
|
Make sure only font files are compared
|
8 years ago |
Benedikt Schroeder
|
1d19e28e9b
|
Full support for relative uris
|
8 years ago |
Andrey Kunchev
|
55600239a6
|
fix for immediaterenderer not rendering sometimes controls issue #2141
|
8 years ago |
Benedikt Schroeder
|
f260ec1df4
|
Support relative paths for embedded fonts
|
8 years ago |
Nikita Tsukanov
|
6347a610c7
|
Switched back to #if since ReferenceOutputAssembly doesn't work properly for classic project format
|
8 years ago |
Nikita Tsukanov
|
3279cbd4e8
|
Fixed some review comments
|
8 years ago |
Steven Kirk
|
41f201bec8
|
Fix grip visualbrush tests.
|
8 years ago |
Steven Kirk
|
f82ee356bd
|
Added debugging util to save D2D render targets.
|
8 years ago |
Steven Kirk
|
638fd1e70c
|
Fix DPI scaling for Skia tile brushes.
|
8 years ago |
Steven Kirk
|
eecd3555f9
|
Fix DPI in ImageBrushImpl.
And add expected output for tests. D2D now passes, skia still renders incorrectly.
|
8 years ago |
Dan Walmsley
|
9f02b7f7c1
|
remove unused method.
|
8 years ago |
Dan Walmsley
|
607703427d
|
whitespace.
|
8 years ago |
Dan Walmsley
|
6a76c00f3e
|
remove unused changes.
|
8 years ago |
Dan Walmsley
|
6f540cf260
|
fix removing decorations
|
8 years ago |
Dan Walmsley
|
1a16e42378
|
prototype, allowing to draw in non-client area.
without breaking win32 frame functionality.
|
8 years ago |
Benedikt Schroeder
|
e44eaf9a24
|
Improved default control template for TabControl
|
8 years ago |
Andrey Kunchev
|
cd7c5eb762
|
Ensure selected DropDownItem is visible when dropdown is open
|
8 years ago |
Andrey Kunchev
|
daadd9c674
|
support member selector when recycling Dropdown/listboxitems
|
8 years ago |
Andrey Kunchev
|
850cbfdbf0
|
Support out of the box Member Selector in DropDown
|
8 years ago |
Andrey Kunchev
|
c4ab664833
|
Use Adorner Focus styling for focused DropDownItem
|
8 years ago |
Andrey Kunchev
|
59a286ba10
|
let dropdown support virtualization if needed
|
8 years ago |
Andrey Kunchev
|
b8b7de237d
|
fit dropdown popup in screen
|
8 years ago |
Andrey Kunchev
|
c2c71105a4
|
style a bit focused dropdown item, so keyboard navigation is visible
|
8 years ago |
Andrey Kunchev
|
a297f00863
|
Scroll and focus to selected item when dropdown is shown
|
8 years ago |
Andrey Kunchev
|
d26d984256
|
focus dropdown item in more safe manner
|
8 years ago |
Andrey Kunchev
|
16ebfb5be9
|
focus DropDown after DropDown popup closed, otherwise focus is unpredicatable
|
8 years ago |
Andrey Kunchev
|
fa8380d92d
|
focus first item in DropDown on key up/down
|
8 years ago |
Nikita Tsukanov
|
5e698a4ab2
|
Fixed other tests
|
8 years ago |
Benedikt Schroeder
|
b84069b27f
|
Remove redundant scrollviewer from default control template
|
8 years ago |
Nikita Tsukanov
|
36915d6c94
|
Reworked rendering
|
8 years ago |
Nikita Tsukanov
|
02200eb4d3
|
Use proper locks for _scene manipulation
|
8 years ago |
Nikita Tsukanov
|
31b6a0d16c
|
Wait for scene to be consumed before producing a new one. Fixes TONS of variour rendering artifacts
|
8 years ago |