Dan Walmsley
bce4b8aee6
Revert "[OSX] attempt to fix decoration changes when in fs mode."
This reverts commit a77e043262 .
6 years ago
Dan Walmsley
a77e043262
[OSX] attempt to fix decoration changes when in fs mode.
6 years ago
Dan Walmsley
f9231e9e02
Merge remote-tracking branch 'origin/master' into feature/windowstate-fullscreen
6 years ago
Dan Walmsley
9fb30c110b
ensure WindowStyles can not get corrupted when changed during fullscreen.
6 years ago
Dariusz Komosiński
355987ef7f
Merge pull request #3857 from AvaloniaUI/feature/3845-combobox-event-passthrough
Added ComboBox.PopupClosedOverride.
6 years ago
Dan Walmsley
17c2268703
add window states demo to control catalog.
6 years ago
danwalmsley
ca4284d6ca
Merge branch 'master' into feature/windowstate-fullscreen
6 years ago
Dan Walmsley
65caf0341e
have a guess a fullscreen on x11.
6 years ago
Dan Walmsley
00ef2fe590
deminiturize when entering fullscreen if needed.
6 years ago
Dan Walmsley
c38c7e2d65
[OSX] implement FullScreen and fix sync of window states.
6 years ago
Dariusz Komosiński
d3a57e9539
Merge branch 'master' into feature/3845-combobox-event-passthrough
6 years ago
Benedikt Stebner
7752bc0368
Merge pull request #3856 from AvaloniaUI/fixes/3843-dialog-window-sizing
Set initial size when showing Window as dialog.
6 years ago
Dan Walmsley
a7071e2baf
Merge branch 'feature/windowstate-fullscreen' of https://github.com/AvaloniaUI/Avalonia into feature/windowstate-fullscreen
6 years ago
Dan Walmsley
bfa96382f7
cleaner code.
6 years ago
Dan Walmsley
a41162dce6
use UpdateWindowProperties to MarkFullScreen.
6 years ago
Dan Walmsley
fe954a0398
move private methods.
6 years ago
Dan Walmsley
51ad905a2c
use WindowProperties to hold fullscreen flag.
6 years ago
Dan Walmsley
81c4a1e796
move struct.
6 years ago
Dan Walmsley
90f386ffc0
correctly port MarkFullScreen using CoreRT compatible COM.
6 years ago
Dan Walmsley
cecce99c95
SystemDialogs call the correct cocreateinstance overload.
6 years ago
Dan Walmsley
93e43951db
Add delegates and VTables for ITaskBarList2.
6 years ago
Dan Walmsley
ecd4cd7bbf
Add CoCreateInstance overload that gives intptr.
6 years ago
Dariusz Komosiński
13e61dcffc
Merge branch 'master' into fixes/3843-dialog-window-sizing
6 years ago
Dan Walmsley
1ce8f4f6ba
use helper methods GetStyle / SetStyle.
6 years ago
Dan Walmsley
26ad865589
Add Guids for TaskBarList interop.
6 years ago
Steven Kirk
d1e4614a38
Added ComboBox.PopupClosedOverride.
To control whether the event that caused the popup to close is swallowed or passed through.
For now just implemented on `ComboBox` - we may want to implement it in future on all controls that display popups if this is something that proves generally useful.
Fixes #3845 .
6 years ago
Steven Kirk
4ee9700f08
Set initial size when showing Window as dialog.
Fixes #3843 .
6 years ago
Steven Kirk
dc75bf512a
Run sizing tests with both Show and ShowDialog.
One test now failing with `ShowDialog` due to #3843 .
6 years ago
danwalmsley
c7c3d1c48b
Merge branch 'master' into feature/windowstate-fullscreen
6 years ago
Steven Kirk
794d149630
Merge pull request #3846 from sdoroff/fix-datagrid-stringformat-3792
Properly applies Binding.StringFormat in DataGrid
6 years ago
Dan Walmsley
5eee1e04e5
win32 implementation for fullscreen windowstate.
6 years ago
Dan Walmsley
05a2a64871
use extension method in screens api.
6 years ago
Dan Walmsley
dd776df3c7
add extension method to convert between RECT and PixelRect.
6 years ago
Dan Walmsley
02fa377728
add missing window style.
6 years ago
Dan Walmsley
7d80492a12
Add Fullscreen to WindowState enum.
6 years ago
sdoroff
d3fcebc716
Fix StringFormat in DataGridBoundColumns
Prevent using the default converter when a Binding.StringFormat is present
6 years ago
Steven Kirk
9a600322ed
Merge pull request #3842 from sdoroff/fix-datagrid-rowsize-bug-3687
Fix DataGrid RowSize Bug #3687
6 years ago
sdoroff
eb8de34334
Reset DesiredHeight before during measure
Sets DataGridCells.DesiredHeight to 0
before measuring the individual cells
6 years ago
Steven Kirk
015013dd52
Merge pull request #3836 from AvaloniaUI/fix-keytime-bug-3653
Fix KeyFrame's KeyTime conversion to Cue
6 years ago
danwalmsley
51b7e5de50
Merge branch 'master' into fix-keytime-bug-3653
6 years ago
danwalmsley
7031cd3b4c
Merge pull request #3840 from AvaloniaUI/dbus-menu-icon
icon-data support for dbusmenu
6 years ago
Nikita Tsukanov
8ff277c260
icon-data support for dbusmenu
6 years ago
Nikita Tsukanov
af82417cb3
Merge pull request #3839 from AvaloniaUI/feature/osx-native-menuicon-icons
OSX NativeMenu Icons
6 years ago
Dan Walmsley
eff033589e
Add icons to control catalog example.
6 years ago
Dan Walmsley
01342b1b6f
Add Icon property to nativemenuicon.
6 years ago
Dan Walmsley
2a568f632f
Add a markup converter for IBitmap type.
6 years ago
Dan Walmsley
332005b0f6
Add osx backend menu item icon implementation.
6 years ago
Nikita Tsukanov
f52ae12748
Don't report toggle-state for non-togglable items
6 years ago
Nikita Tsukanov
bb1db756d7
Merge pull request #3838 from AvaloniaUI/feature/osx-native-menu-radiotoggle
Support Radio Toggle on OSX menus.
6 years ago
Dan Walmsley
8a6ff82fdd
make dbus behavior consistent with osx.
6 years ago