Dan Walmsley
1dfcce032e
Merge pull request #7291 from AvaloniaUI/features/comment-build-pr
Features/comment build pr
4 years ago
Dan Walmsley
39cf87c892
Merge pull request #7287 from AvaloniaUI/avaloniaui-team-patch-1
Update azure-pipelines.yml
4 years ago
avaloniaui-team
9e4d3fa8f2
Update azure-pipelines.yml
4 years ago
Dan Walmsley
6e5569a8d9
Update azure-pipelines.yml for Azure Pipelines
4 years ago
Max Katz
7d89957d3a
Merge pull request #7285 from emmauss/wgl_alpha
Ensure Alpha is set for WGL display
4 years ago
Emmanuel Hansen
bc1aab1013
Merge branch 'master' into wgl_alpha
4 years ago
Emmanuel Hansen
3d2c7bc242
Ensure Alpha is set for WGL display
4 years ago
Max Katz
995e6fdaa9
Merge pull request #7274 from AvaloniaUI/add-separate-settings-for-touch
Add properties to IPlatformSettings to define double-click Size\Time for Touch input.
4 years ago
Max Katz
08ee86a962
Merge branch 'master' into add-separate-settings-for-touch
4 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)
4 years ago
Max Katz
6e97fac007
Merge branch 'master' into features/Core/Threading/Dispatcher/Post_Overload
4 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>
4 years ago
Nikita Tsukanov
87f9801978
Merge pull request #7259 from AvaloniaUI/features/use-external-microcom-generator
Use microcom generator from nuget
4 years ago
Nikita Tsukanov
b92007f154
Merge branch 'master' into features/use-external-microcom-generator
4 years ago
Giuseppe Lippolis
509d7c06f7
fixes: Null Annotaion
4 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
4 years ago
Takoooooo
21cc80932a
use IPlatformSettings instead of creating a separate interface.
4 years ago
Luthfi Tri Atmaja
c69d8f0713
select text when clicking on a TextBox with shift key modifier
4 years ago
Takoooooo
f9671bd4cc
use getrequiredservice
4 years ago
Takoooooo
bf731fdcfc
add comments
4 years ago
Max Katz
b0e2abc92f
Merge branch 'master' into features/Core/Threading/Dispatcher/Post_Overload
4 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…
4 years ago
Max Katz
ee2c603c3d
Merge branch 'master' into fixes/DevTools/NRE
4 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
4 years ago
Max Katz
05021506e6
Update src/Avalonia.Diagnostics/Diagnostics/Views/MainView.xaml
4 years ago
Takoooooo
9af9a3f081
fix tests
4 years ago
Takoooooo
00a286f0e8
Add separate platform settings for touch.
4 years ago
Giuseppe Lippolis
215425c45a
fixes(DevTools): NRE when click 'Visualizze dirty rects' and 'Show fps overly' in Option menu
4 years ago
Giuseppe Lippolis
de7ade74f2
fixes(DevTools): Merge conflicts with master branch
4 years ago
Giuseppe Lippolis
4355e3d89a
fix: Merge conflict with master branch
4 years ago
Nikita Tsukanov
dfb0e78516
Merge pull request #7270 from Mikolaytis/FixWasmDpi
[WASM] Fix wrong DPI value
4 years ago
Sergey Mikolaitis
1d34536236
[WASM] Fix wrong DPI value
4 years ago
Max Katz
fdaeefb25e
Merge pull request #7266 from n-ski/rx-view-contracts
Add ViewContract to RoutedViewHost and ViewModelViewHost
4 years ago
Max Katz
dbdab45e06
Merge branch 'master' into rx-view-contracts
4 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>
4 years ago
Max Katz
0103106038
Merge pull request #7252 from timunie/fix/ButtonSpinnerPointerWheel
Improve ButtonSpinner OnPointerWheel
4 years ago
Max Katz
7199cc2fce
Merge branch 'master' into fix/ButtonSpinnerPointerWheel
4 years ago
Max Katz
4cd6ff6a89
Merge pull request #7256 from AvaloniaUI/fast-theme-switching-fluent-theme
Fast Fluent theme switching
4 years ago
Max Katz
3b22aefb99
Merge branch 'master' into fast-theme-switching-fluent-theme
4 years ago
Sergey Volkov
af902ae969
Add ViewContract to RoutedViewHost
4 years ago
Sergey Volkov
fe42fbfe6b
Add ViewContract to ViewModelViewHost
4 years ago
Tim
69525b8d55
Use IsKeyboradFocusWithin instead of IsFocused
4 years ago
Nikita Tsukanov
494cb01105
Updated microcom
4 years ago
Max Katz
7bb8509e1e
Merge pull request #7260 from AvaloniaUI/fixes/some-rider-complaints
Fixed some of Rider's complaints
4 years ago
Nikita Tsukanov
9e5050cab9
Fixed some of Rider's complaints
4 years ago
Nikita Tsukanov
8f60013a1e
CI: generate c++ headers with nuke
4 years ago
Nikita Tsukanov
767de9f642
Namespace
4 years ago
Nikita Tsukanov
e1e2c52e0d
Detected package downgrade
4 years ago
Max Katz
bfc0324b67
Merge pull request #7254 from workgroupengineering/fixes/Issue_7253_WarningsAsErrors_VisualStudio
fixes: WarningsAsErrors in Visual Studio
4 years ago
Nikita Tsukanov
1ed495afe2
Use microcom generator from nuget
4 years ago