Max Katz
|
0b9cd49a11
|
Merge pull request #6347 from AvaloniaUI/feature/templatedcontrol-cornerradius
Add CornerRadius to TemplatedControl and use it where possible
|
5 years ago |
Max Katz
|
6e691da378
|
Merge branch 'master' into feature/templatedcontrol-cornerradius
|
5 years ago |
Dariusz Komosiński
|
170a9c0864
|
Merge pull request #6191 from pr8x/feature-devtools-inspect-popup
DevTools: Support for inspecting Popup visual tree
|
5 years ago |
Luis von der Eltz
|
71ac5e3db8
|
Only IPopupHost should be root visual
|
5 years ago |
Luis von der Eltz
|
324b272a6d
|
Merge branch 'feature-devtools-inspect-popup' of https://github.com/pr8x/Avalonia into feature-devtools-inspect-popup
|
5 years ago |
Luis v.d.Eltz
|
08849539a7
|
Update comment
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
|
5 years ago |
Luis v.d.Eltz
|
d666a4263c
|
Update comment
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
|
5 years ago |
Luis von der Eltz
|
ae222e25e6
|
Mark IVisualTreeHost [Obsolete]
|
5 years ago |
Steven Kirk
|
73bca12cd4
|
Merge branch 'master' into feature-devtools-inspect-popup
|
5 years ago |
Max Katz
|
4e74c1a058
|
Merge pull request #6380 from Mikolaytis/master
[OverlayPopupHost] remove render white rect override
|
5 years ago |
Sergey Mikolaytis
|
da06a15d16
|
[OverlayPopupHost] remove render white rect override
|
5 years ago |
Max Katz
|
f952406919
|
Merge pull request #6379 from MarchingCube/scrollbar-delay-control
Allow for controling delay of scrollbar hide/show.
|
5 years ago |
Dariusz Komosiński
|
d8dec842a3
|
Allow for controling delay of scrollbar hide/show.
|
5 years ago |
Dariusz Komosiński
|
ba05bd72bb
|
Merge branch 'master' into feature-devtools-inspect-popup
|
5 years ago |
Max Katz
|
ac1e298cf7
|
Merge pull request #6024 from Deadpikle/feature/undo-no-timer
Remove timer on UndoRedoHelper and manually manage undo/redo snapshots a bit more
|
5 years ago |
Max Katz
|
e8d655e9a9
|
Merge branch 'master' into feature/undo-no-timer
|
5 years ago |
Max Katz
|
6d901196bb
|
Merge pull request #6268 from AvaloniaUI/6195-macos-text-shortcuts
Fix existing and add missing osx-specific key shortcuts
|
5 years ago |
Max Katz
|
2c524ae4a5
|
Merge branch 'master' into 6195-macos-text-shortcuts
|
5 years ago |
Nikita Tsukanov
|
81e49c329e
|
Merge pull request #6362 from AvaloniaUI/fixes/internal-runloop-cancel
Respect CancellationToken in InternalPlatformThreadingInterface.RunLoop.
|
5 years ago |
Steven Kirk
|
7e6d59d670
|
Respect CancellationToken in RunLoop.
|
5 years ago |
Dariusz Komosiński
|
de9253f9d6
|
Merge branch 'master' into feature-devtools-inspect-popup
|
5 years ago |
Luis von der Eltz
|
5fb8126d2d
|
Add label for frozen popups to status bar
|
5 years ago |
Luis von der Eltz
|
57c18cd843
|
Merge branch 'feature-devtools-inspect-popup' of https://github.com/pr8x/Avalonia into feature-devtools-inspect-popup
|
5 years ago |
Luis von der Eltz
|
dbb8427e3a
|
Make event actually keydown
|
5 years ago |
Jumar Macato
|
cda3264359
|
Merge pull request #6351 from Takoooooo/platformoptions-comments
Add comments about OSX,Linux, Windows platform options
|
5 years ago |
Takoooooo
|
0370472997
|
update
|
5 years ago |
Takoooooo
|
f283921e28
|
fix
|
5 years ago |
Takoooooo
|
c2c9790111
|
update
|
5 years ago |
Takoooooo
|
85ac4e9e35
|
merge master
|
5 years ago |
Max Katz
|
abe8f41635
|
Merge pull request #6361 from Takoooooo/enable-multitouch-everywhere
Enable multitouch on X11,Windows by default
|
5 years ago |
Max Katz
|
6140719cb0
|
Merge branch 'master' into enable-multitouch-everywhere
|
5 years ago |
Takoooooo
|
01b87381b7
|
enable multitouch
|
5 years ago |
Dan Walmsley
|
fdae2ea60a
|
Merge pull request #5996 from AvaloniaUI/feature/tabindex
Port tab navigation algorithm from WPF (including TabIndex support)
|
5 years ago |
Dan Walmsley
|
dd5dc68064
|
Merge branch 'master' into feature/tabindex
|
5 years ago |
Takoooooo
|
3dd91adc27
|
add comments
|
5 years ago |
Max Katz
|
64922a34a9
|
Add CornerRadius to TemplatedControl and use it where possible
|
5 years ago |
Max Katz
|
0e387cf279
|
Merge pull request #6341 from AvaloniaUI/6294-tooltip-activate-bgwindow
Win32 WindowImpl: Don't change z-order when Position is set
|
5 years ago |
Max Katz
|
82ff60a899
|
Merge branch 'master' into 6294-tooltip-activate-bgwindow
|
5 years ago |
Jumar Macato
|
8c3ae05dbb
|
Merge pull request #6231 from MihaMarkic/comments_syntax
Applies spell checking on mostly comments, but also non public member…
|
5 years ago |
Jumar Macato
|
3879740250
|
Merge branch 'master' into comments_syntax
|
5 years ago |
Jumar Macato
|
5024e70925
|
Merge pull request #6340 from AvaloniaUI/bugfixes/fix-datagrid-scrolling-on-trackpad
Fix DataGrid wheel scroll calculation
|
5 years ago |
mat1jaczyyy
|
ca2acc9516
|
WindowImpl: Don't change z-order when Position is set
|
5 years ago |
Max Katz
|
c285a0e6a8
|
Fix DataGrid wheel scroll calculation
|
5 years ago |
Dan Walmsley
|
fdcb744455
|
Merge branch 'master' into feature/tabindex
|
5 years ago |
Dan Walmsley
|
9dbcc98a87
|
Merge pull request #6254 from AvaloniaUI/fixes/4739-sizetocontent-dpi-change
Fix autosizing when DPI changed
|
5 years ago |
Steven Kirk
|
59e18e3517
|
Add obsolete HandleResized to TopLevel/WindowBase too.
|
5 years ago |
Steven Kirk
|
08566c36e2
|
Add in obsolete HandleResized for ApiCompat.
|
5 years ago |
Steven Kirk
|
4ceb6d1809
|
Merge branch 'master' into fixes/4739-sizetocontent-dpi-change
|
5 years ago |
GMIKE
|
4d8d31dfe9
|
Properties of PointerEventArgs in TappedEventArgs (#6322)
* Properties of PointerEventArgs in TappedEventArgs
* remove InputModifiers and Device properties
* move properties
* remove whitespace
|
5 years ago |
Max Katz
|
e9c8f227b9
|
Merge pull request #6052 from Washi1337/feature/nullable-x11-window-titles
Fix dialogs crashing on X11 when Title is set to null
|
5 years ago |