Dan Walmsley
3fadc669b5
ensure static resource can implicitly convert to brush when used in setters.
5 years ago
Takoooooo
90b251bf3a
cleanup
5 years ago
Takoooooo
740264d2da
minor nit
5 years ago
Takoooooo
91802c1f4f
minor nit
5 years ago
Dan Walmsley
cede7dfab8
make delegate nullable.
5 years ago
Jumar Macato
e0fff15af3
handle WatchAsync better
5 years ago
Jumar Macato
fc4c0b09ca
make the icon converter delegate static to avoid unnecessary allocs
5 years ago
Jumar Macato
27cfa606f2
Use empty icon if seticon receives null
5 years ago
Jumar Macato
22f2a01182
ignore if passed with null icon
5 years ago
Jumar Macato
8590607358
fix warnings
5 years ago
Jumar Macato
6fc61952e7
more fixes
5 years ago
Jumar Macato
d819bd0979
some more fixes
5 years ago
Jumar Macato
7603e57ae9
fix review comments
5 years ago
Dan Walmsley
dff7efbec8
add command to trayicon.
5 years ago
Max Katz
4dc71e27f8
Use {x:Null} instead of transparent for popup root
5 years ago
Jumar Macato
66bb61c7a2
suppress warning
5 years ago
Jumar Macato
2d56501015
suppress warning and make a log event that probably will never happen in real life
5 years ago
Jumar Macato
409f74b134
refactor if statement to switch as suggested
5 years ago
Jumar Macato
c1b68b1836
refactor to remove redundant X11TrayIconImpl.cs
5 years ago
Steven Kirk
45d5ae503a
Update context menu popup parameters on each show.
Fixes #6795
5 years ago
Max Katz
40dd16f9ae
Update MenuFlyoutPresenter.cs
5 years ago
Max Katz
0709bbfe0f
Fix tests
5 years ago
Max Katz
3bf4acce30
Add missing background to the popup controls
5 years ago
Max Katz
069f299b8a
Remove duplicated CornerRadius
5 years ago
Max Katz
165e3a14a4
Remove or add TransparencyLevelHint where it should be
5 years ago
Max Katz
b7bb635c80
Add missing background to the presenters and popup roots
5 years ago
Jumar Macato
5871218737
fix some more
5 years ago
Jumar Macato
ef231e6836
fix
5 years ago
Jumar Macato
6f16f8b66f
some fixes
5 years ago
Jumar Macato
3f348288b3
add signed build InternalsVisibleTo
5 years ago
Jumar Macato
1a9558a28a
fix naming
5 years ago
Jumar Macato
be94e30080
simplify logic
5 years ago
Jumar Macato
1302d3459a
Fix review comments
5 years ago
Steven Kirk
d6a98fef40
Display access key in RadioButton.
5 years ago
Steven Kirk
99780a0c67
Display access key in ToggleButton, ToggleSwitch.
5 years ago
Steven Kirk
7f89c2a0dc
Make button respond to access key.
5 years ago
Steven Kirk
f98070fb4d
Display access key in checkbox.
5 years ago
Steven Kirk
b663afe06b
Make sure underline is drawn within bounds.
5 years ago
Steven Kirk
f3abb8ed64
Display access key in Buttons.
Set `RecognizesAccessKey` on button content presenter.
5 years ago
Lubomir Tetak
ebd1f53667
DataGrid minimum distance threshold when dragging headers
5 years ago
Jumar Macato
c4b0b99027
Gracefully handle tray service restarts
5 years ago
Jumar Macato
141e749226
Initial Commit for handling DBus SNI Tray Icons gracefully and also making a skeleton class for the future XEmbed Tray Icon impl.
5 years ago
Max Katz
d64a700b4f
Imrpove nth-child parsing
5 years ago
Max Katz
f276c4ed8b
Changes after review
5 years ago
Max Katz
031e8ac2f0
Complete
5 years ago
Max Katz
e5ca5c38e8
Update IChildIndexProvider interface with ChildIndexChanged and implement in on items controls
5 years ago
Max Katz
69fb1c056f
FIrst version of nth-child
5 years ago
Steven Kirk
a246b8533f
Hack to stop VS building everything every time.
5 years ago
Tako
09f82da4dd
Fix changing focus with Tab key for Button ( #6753 )
5 years ago
Steven Kirk
572eb355e4
Store transform with clip nodes.
Clip and geometry clip nodes were not being correctly applied with the current canvas transform from the time of their rendering. Make the nodes store the current canvas transform like the other drawing nodes.
Fixes #6359 .
5 years ago