Max Katz
08ee86a962
Merge branch 'master' into add-separate-settings-for-touch
5 years ago
Max Katz
defbf2543e
Merge pull request #6527 from workgroupengineering/features/Core/Threading/Dispatcher/Post_Overload
Features Dispatcher.Post<T>(Action<T>, T arg, DispatcherPriority priority = DispatcherPriority.Normal)
5 years ago
Max Katz
6e97fac007
Merge branch 'master' into features/Core/Threading/Dispatcher/Post_Overload
5 years ago
workgroupengineering
eab9659487
[DevTools] Allowed to take a screenshot of the currently selected control. ( #4762 )
* [DevTools] Allowed to take a screenshot of the currently selected control.
* feat(DevTools): Allowed to customize screenshot root folder.
* feat(DevTools): Allowed screenshot filename by convention
* fixes(DevTools): Mark Shot as async and catch eventualy RenderTo excepion
* fixes: allignment of code comment
* fixes: CS0173 when build on linux and macOS
* Refactoring Shot method
* fixes: typo in DefaultScreenshotRoot
* fixes: assembly detection
* fixes: code comment
* fixes: nullable warnings
* fixes: merge issue
* fixes: removed unnecessary using
* fixes: removed Dispatcher.UIThread.InvokeAsync
* fixes: unexpected to the user results after call RenderTo
* fixes: screenshot Clip
* fixes: typo
* fixes: remove workaraund
* Apply suggestions from code review
* feat(DevTools): Add Shot Button
* feat(DevTools): Custom Screenshot handler
* fixes(DevTools): Renamed Screenshots.FileHandler to Screenshots.FileConvetionHandler
* feat(DevTools): Screenshots.BaseRenderToStreamHandler
* feat(DevTools): Screenshots.FilePickerHandler
* fixes(DevTools): marked VisualExtensions as internal
* fixes(DevTools): Strip out FileConvetionHandler
* fixes(DevTools): FilePickerHandler promote Title and ScreenshotsRoot properties to ctor
* fixes(DevTools): Remove screenshot HotKey description form status bar
* fixes(DevTools): Xml Comment
* fixes(DevTools): Moved Screenshot command to File menu
* fixes(DevTools): Removed reference to Avalonia.Dialogs
Co-authored-by: Giuseppe Lippolis <spaccabit@gmail.com>
Co-authored-by: Jumar Macato <16554748+jmacato@users.noreply.github.com>
Co-authored-by: Max Katz <maxkatz6@outlook.com>
5 years ago
Nikita Tsukanov
87f9801978
Merge pull request #7259 from AvaloniaUI/features/use-external-microcom-generator
Use microcom generator from nuget
5 years ago
Nikita Tsukanov
b92007f154
Merge branch 'master' into features/use-external-microcom-generator
5 years ago
Giuseppe Lippolis
509d7c06f7
fixes: Null Annotaion
5 years ago
Tako
87197ed639
Merge pull request #7280 from luthfiampas/textbox-selection-with-mouse-click-and-shift-key
TextBox selection with shift key and left click
5 years ago
Takoooooo
21cc80932a
use IPlatformSettings instead of creating a separate interface.
5 years ago
Luthfi Tri Atmaja
c69d8f0713
select text when clicking on a TextBox with shift key modifier
5 years ago
Takoooooo
f9671bd4cc
use getrequiredservice
5 years ago
Takoooooo
bf731fdcfc
add comments
5 years ago
Max Katz
b0e2abc92f
Merge branch 'master' into features/Core/Threading/Dispatcher/Post_Overload
5 years ago
Max Katz
4f3a1e5d2f
Merge pull request #7273 from workgroupengineering/fixes/DevTools/NRE
fixes(DevTools): NRE when click 'Visualizze dirty rects' and 'Show fp…
5 years ago
Max Katz
ee2c603c3d
Merge branch 'master' into fixes/DevTools/NRE
5 years ago
Max Katz
a65885a17d
Merge pull request #6280 from workgroupengineering/features/DevTools/PropertyType
feat(DevTools): Allow to display the type of property in ControlDettails
5 years ago
Max Katz
05021506e6
Update src/Avalonia.Diagnostics/Diagnostics/Views/MainView.xaml
5 years ago
Takoooooo
9af9a3f081
fix tests
5 years ago
Takoooooo
00a286f0e8
Add separate platform settings for touch.
5 years ago
Giuseppe Lippolis
215425c45a
fixes(DevTools): NRE when click 'Visualizze dirty rects' and 'Show fps overly' in Option menu
5 years ago
Giuseppe Lippolis
de7ade74f2
fixes(DevTools): Merge conflicts with master branch
5 years ago
Giuseppe Lippolis
4355e3d89a
fix: Merge conflict with master branch
5 years ago
Nikita Tsukanov
dfb0e78516
Merge pull request #7270 from Mikolaytis/FixWasmDpi
[WASM] Fix wrong DPI value
5 years ago
Sergey Mikolaitis
1d34536236
[WASM] Fix wrong DPI value
5 years ago
Max Katz
fdaeefb25e
Merge pull request #7266 from n-ski/rx-view-contracts
Add ViewContract to RoutedViewHost and ViewModelViewHost
5 years ago
Max Katz
dbdab45e06
Merge branch 'master' into rx-view-contracts
5 years ago
workgroupengineering
c39cc1b083
feat(DevTools): Allow to attach DevTools at Application ( #6771 )
* feat(DevTools): Allow to attach DevTools at Application
* fixes(DevTools): PointerOverElement when attach to Application
* feat: Add AvaloniaVersion
* feat: IsDevelopmentBuild
* feat: Add some useful properties to Application Decorator
* fixes: Hide Layout Viewer when select appliction node
* fix: removed MachineId
* fixes: DesignerSupportTests fails
* fix(DevTools): Update XML Comment and nits
* fix(DevTools): Avoid interaction of Layout Visualizer with keyboard when it is hidden.
* Added some comment
* fixes: Code formatting
* fixes(DevTools): Strip unnecessary property from Application Decorator
* fixes(ControlCatalog): remove AttachDevTools from DecoratedWindow
* fixes(DevTools): Application doesn't close when the last window closed when DevTools is open
* fixes: Missing Application properties decoration
* fixes(DevTools): Nullable annotations
* fixes(DevTools): Unified the behavior of AttachDevTools
* fixes(DevTools): typo
* fixes(DevTools): Null Annotation
Co-authored-by: Max Katz <maxkatz6@outlook.com>
5 years ago
Max Katz
0103106038
Merge pull request #7252 from timunie/fix/ButtonSpinnerPointerWheel
Improve ButtonSpinner OnPointerWheel
5 years ago
Max Katz
7199cc2fce
Merge branch 'master' into fix/ButtonSpinnerPointerWheel
5 years ago
Max Katz
4cd6ff6a89
Merge pull request #7256 from AvaloniaUI/fast-theme-switching-fluent-theme
Fast Fluent theme switching
5 years ago
Max Katz
3b22aefb99
Merge branch 'master' into fast-theme-switching-fluent-theme
5 years ago
Sergey Volkov
af902ae969
Add ViewContract to RoutedViewHost
5 years ago
Sergey Volkov
fe42fbfe6b
Add ViewContract to ViewModelViewHost
5 years ago
Tim
69525b8d55
Use IsKeyboradFocusWithin instead of IsFocused
5 years ago
Nikita Tsukanov
494cb01105
Updated microcom
5 years ago
Max Katz
7bb8509e1e
Merge pull request #7260 from AvaloniaUI/fixes/some-rider-complaints
Fixed some of Rider's complaints
5 years ago
Nikita Tsukanov
9e5050cab9
Fixed some of Rider's complaints
5 years ago
Nikita Tsukanov
8f60013a1e
CI: generate c++ headers with nuke
5 years ago
Nikita Tsukanov
767de9f642
Namespace
5 years ago
Nikita Tsukanov
e1e2c52e0d
Detected package downgrade
5 years ago
Max Katz
bfc0324b67
Merge pull request #7254 from workgroupengineering/fixes/Issue_7253_WarningsAsErrors_VisualStudio
fixes: WarningsAsErrors in Visual Studio
5 years ago
Nikita Tsukanov
1ed495afe2
Use microcom generator from nuget
5 years ago
workgroupengineering
c49eb794d3
Merge branch 'master' into fixes/Issue_7253_WarningsAsErrors_VisualStudio
5 years ago
Nikita Tsukanov
d4cc26d24a
Merge pull request #7258 from AvaloniaUI/fixes/7227-yet-another-gecognizer-fix
Fix #7227
5 years ago
Max Katz
5d78f398ab
Merge branch 'master' into fixes/Issue_7253_WarningsAsErrors_VisualStudio
5 years ago
Takoooooo
3bfafc5f93
more cleanup
5 years ago
Takoooooo
7daccf91ae
cleanup
5 years ago
Giacomo Gozzi
4fbb93a03c
Fix #7227
5 years ago
Takoooooo
c626419113
more refactorings
5 years ago
Takoooooo
5172771a79
refactoring
5 years ago