Max Katz
a28aa6e04a
Update control catalog to support insets samples
3 years ago
Emmanuel Hansen
96d4a1588b
remove notification manager property from toplevel. remove unused notification manager in control catalog main window
3 years ago
Giuseppe Lippolis
2bf853aca9
fix some null annotation in ControlCatalog
4 years ago
Dan Walmsley
809f459233
fix osx thick titlebar setting.
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
cbbe8f77ec
Implement HamburgerMenu control to be used in repo samples
4 years ago
Dan Walmsley
2d2d8fa5a7
add example win32 tray icon.
4 years ago
Giuseppe Lippolis
fa133444c4
fixes: Renamed StartupScreen to StartupScreenIndex
5 years ago
Giuseppe Lippolis
c7da3ccdc5
feat(DevTools): Startup Screen
5 years ago
Max Katz
e8c40d4275
Rename FluentControls
5 years ago
Maksym Katsydan
3d2db41bc8
ControlCatalog: Some fixes and workarounds, so it will not use missing resources
6 years ago
Dan Walmsley
23beddf0fd
restore mainwindow.
6 years ago
Dan Walmsley
5ea29adffd
attempt to demo relative panel.
6 years ago
Dan Walmsley
07261b61fe
restore control catalog.
6 years ago
Dan Walmsley
287352f92a
fix demo repro
6 years ago
Dan Walmsley
5eba04f06c
do all calculations in radians.
6 years ago
Dan Walmsley
0808e2810e
move to static LineBoundsHelper class.
6 years ago
Dan Walmsley
40f04c257f
Add render demo showing the algoritm to calculate bounds for lines.
6 years ago
Dan Walmsley
6b84d5def9
remove debug code.
6 years ago
Dan Walmsley
68197f8858
Rename NativeMenuItem.Enabled to IsEnabled, and NeedsUpdateEvent to Opening event.
6 years ago
Dan Walmsley
1bbea47c65
fix disposing native menus / events
6 years ago
Dan Walmsley
17d17ffe82
add example of updating inside click
6 years ago
Dan Walmsley
3bf3c64951
whitespace.
6 years ago
Dan Walmsley
8b07ba1121
whitespace
6 years ago
Dan Walmsley
a5c3b3e2b5
remove debug code.
6 years ago
Dan Walmsley
b17c69b4c1
temporary test.
6 years ago
Steven Kirk
2944099428
Display gestures in NativeMenuBar.
To do this we needed to change the `KeyGesture.ToString()` method to produce input gesture text suitable for menus. Also demonstrated in `MainWindow` how to produce different gestures/headers depending on platform.
6 years ago
Jumar Macato
e1ba6df130
Add managed menu
6 years ago
Nikita Tsukanov
465273c883
Implemented managed menu bar presenter for native menus
6 years ago
Dan Walmsley
1e00b3fe3f
fix build
6 years ago
Nikita Tsukanov
19962e4c4d
NativeMenu/NativeMenu item with dbusmenu-based exporter
7 years ago
Dan Walmsley
1e91d3d862
remove debug code.
7 years ago
Dan Walmsley
5cd0a43cbc
fix managed file dialog demo
7 years ago
Dan Walmsley
b1125d73a1
remove messy install step.
7 years ago
Dan Walmsley
e45805aa50
suggested api changes
7 years ago
Dan Walmsley
e14cc277d7
dont use properties on toplevel
7 years ago
Dan Walmsley
f1cc462abc
implement MVVM style notifications. (Managed only)
7 years ago
Dan Walmsley
d80083f2f5
further progress on notifications ui
7 years ago
Nikita Tsukanov
86e2a3e9b3
Pre-merge repo cleanup
7 years ago
Nikita Tsukanov
39f57c38d4
Initial commit
Interop and PlatformThreadingInterface seem to be working, initial work on IWindowImpl
8 years ago
Nikita Tsukanov
70c24908a9
Various fixes for GTK and DeferredRenderer support
8 years ago
Nikita Tsukanov
eddabf7d54
Added "System dialogs" page for ControlCatalog
9 years ago
Jurjen Biewenga
284f0a75c7
Uncommented DrawDirtyRects/DrawFps
9 years ago
Jurjen Biewenga
8621abc724
Fixed potential null reference
9 years ago
Jurjen Biewenga
d278c5ddeb
Added ShowTaskbarIcon implementation
9 years ago
Steven Kirk
1cf3e6bfc6
Use discard in TryGetResource.
9 years ago
Steven Kirk
51f9cbe49d
Fix build failure.
9 years ago
Steven Kirk
84aa27162f
Made a start adding Control/Application.Resources.
9 years ago
Nikita Tsukanov
646db5b914
Initial working version of remoting
9 years ago
Steven Kirk
74c263ee8f
Handle detached visuals in dirty list.
9 years ago