Max Katz
4dc71e27f8
Use {x:Null} instead of transparent for popup root
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
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
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
Takoooooo
6138a273ca
fix
5 years ago
Giuseppe Lippolis
9f08a1f253
fixes: Missing CS0618 warning suppression
5 years ago
Takoooooo
a4827cc71d
Revert "fix"
This reverts commit fa6a66c765 .
5 years ago
Takoooooo
fa6a66c765
fix
5 years ago
Giuseppe Lippolis
7342b26589
fixes: Suppress CS0618 Warnings
5 years ago
Max Katz
ef6cb2eb14
Do not override default (null) popup background
5 years ago
Max Katz
9f5f0aa84d
Do not inherit text properties in Popup
5 years ago
Max Katz
1a8ec1ce0e
Fix DataGrid headers horizontal scrolling
5 years ago
GMIKE
0a0bba8de4
Check transform invert and bounds test for LineNode hitTest
5 years ago
GMIKE
22ff7af2ae
replace Math.Pow(x, 2) on x*x
5 years ago
GMIKE
ee84eae5cf
Spaces
5 years ago
GMIKE
fd34b52bba
LineNode hit test
5 years ago
José Pedro
b6e60b9325
Changed X11 default cursor to XC_left_ptr.
5 years ago
Giuseppe Lippolis
e44e0308ff
fix: XML Comment
5 years ago
Takoooooo
2d14a049d7
add ctor to DrawingImage which accepts Drawing
5 years ago
Takoooooo
8322d4f428
fix
5 years ago
Steven Kirk
e2a8b56aad
Unsubscribe from ItemsSourceView before disposing it.
5 years ago
0x90d
f6406cecf0
Update DataGridColumn.cs
5 years ago
0x90d
e564a01663
Update DataGridColumn.cs
5 years ago
0x90d
d138924a95
Update DataGridColumn.cs
5 years ago
0x90d
68a3f7fa97
Update DataGridColumnHeader.cs
5 years ago
0x90d
b473892649
Update DataGridColumn.cs
5 years ago
Nikita Tsukanov
74c72f7aee
[X11] Check for XOpenDisplay error _before_ trying to use display
5 years ago
Max Katz
fc34123830
Disable WindowManagerAddShadowHint by default
It makes more sense to be disabled by default.
5 years ago
Benedikt Stebner
b77978c558
Simulate font weight bold and font style italic when a fallback is used
5 years ago
Yoh Deadfall
00765d53b2
Fixed handled event misses in dev tools
5 years ago
Lighto
88d94379fe
Allow creating custom Datagrid columns ( #6689 )
* Change BindingTarget of DataGridBoundColumn to public, this will allow custom columns
* Changed modifier to protected
5 years ago