Nikita Tsukanov
|
952b80df2a
|
Use codegen to populate OpenGL functions
|
4 years ago |
Nikita Tsukanov
|
8416b4a3a1
|
Comment unused GL constants (dll size 320kb->70kb)
|
4 years ago |
Nikita Tsukanov
|
8c61f478e8
|
Merge pull request #8575 from i3ym/window-icon-x11-fixes
Fix loading window icons on X11
|
4 years ago |
Max Katz
|
d2a67d15ae
|
Merge pull request #8577 from AvaloniaUI/cleanup-pointer-members
Remove all obsolete members from Input namespace
|
4 years ago |
i3ym
|
8ebcd4982a
|
Fix saving window icons on X11
|
4 years ago |
Max Katz
|
1e015450ad
|
Fix build
|
4 years ago |
Max Katz
|
d1683c963e
|
Remove MouseDevice from the TopLevel
|
4 years ago |
Max Katz
|
6473890139
|
Remove all obsolete members from Input namespace
|
4 years ago |
Max Katz
|
6485fa1458
|
Add intertnal LastPointerPosition to be used in popup code
|
4 years ago |
Max Katz
|
88f3088031
|
Avoid deprecated input API in devtools
|
4 years ago |
Max Katz
|
5d836f88ef
|
Avoid deprecated input API in win32 backend
|
4 years ago |
Max Katz
|
e5f2b145a7
|
Avoid deprecated input API in tests
|
4 years ago |
Max Katz
|
8f7ed7de1a
|
Merge pull request #7679 from AvaloniaUI/refactor/controltemplate-binding-priority
Don't use LocalValue priority for values in ControlTemplate
|
4 years ago |
Max Katz
|
d92ddbeed3
|
Merge branch 'master' into refactor/controltemplate-binding-priority
|
4 years ago |
i3ym
|
756a51b4bb
|
Fix loading window icons on X11
|
4 years ago |
Benedikt Stebner
|
d56a92514e
|
Merge pull request #8541 from Gillibald/fixes/MoveIAddChild
Move IAddChild to Avalonia.Metadata and use it for Rich./TextBlock
|
4 years ago |
Benedikt Stebner
|
65d8ff3db5
|
Merge branch 'master' into fixes/MoveIAddChild
|
4 years ago |
Steven Kirk
|
b6b2ee107f
|
Merge pull request #8263 from AvaloniaUI/feature/7120-control-themes
Control Themes
|
4 years ago |
Benedikt Stebner
|
b4978f160f
|
Merge branch 'fixes/MoveIAddChild' of https://github.com/Gillibald/Avalonia into fixes/MoveIAddChild
|
4 years ago |
Benedikt Stebner
|
3e1ee3c78e
|
Merge remote-tracking branch 'upstream/master' into fixes/MoveIAddChild
|
4 years ago |
Benedikt Stebner
|
dcd3804420
|
Make sure we always process inlines as whitespace significant
|
4 years ago |
Max Katz
|
9feaa7543b
|
Merge branch 'master' into feature/7120-control-themes
|
4 years ago |
Max Katz
|
c7c6450004
|
Merge pull request #8514 from pr8x/move-first-last-skip-disabled
Skip disabled controls when moving to first/last item
|
4 years ago |
Max Katz
|
2885a66165
|
Merge branch 'master' into move-first-last-skip-disabled
|
4 years ago |
Benedikt Stebner
|
55e3d51851
|
Merge pull request #8555 from AvaloniaUI/dependabot/npm_and_yarn/src/Avalonia.DesignerSupport/Remote/HtmlTransport/webapp/terser-5.14.2
Bump terser from 5.10.0 to 5.14.2 in /src/Avalonia.DesignerSupport/Remote/HtmlTransport/webapp
|
4 years ago |
Luis v.d.Eltz
|
e343de6637
|
Merge branch 'master' into move-first-last-skip-disabled
|
4 years ago |
Luis von der Eltz
|
080fdee57d
|
Fix UTS
|
4 years ago |
Benedikt Stebner
|
b56e7f61ca
|
Merge branch 'master' into dependabot/npm_and_yarn/src/Avalonia.DesignerSupport/Remote/HtmlTransport/webapp/terser-5.14.2
|
4 years ago |
Max Katz
|
4c1583562e
|
Merge pull request #8548 from AvaloniaUI/fix-dbus-dialogs
Abstract linux DBus and GTK storage providers, use async initialization
|
4 years ago |
Max Katz
|
a87838ea2c
|
Merge branch 'master' into fix-dbus-dialogs
|
4 years ago |
Max Katz
|
24effcf2ec
|
Change pattern to CompositeStorageProvider
|
4 years ago |
dependabot[bot]
|
c58e43b373
|
Bump terser in /src/Avalonia.DesignerSupport/Remote/HtmlTransport/webapp
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Benedikt Stebner
|
72c4b6f0d3
|
Merge remote-tracking branch 'upstream/master' into fixes/MoveIAddChild
|
4 years ago |
Dan Walmsley
|
ae0fe11895
|
Merge pull request #8547 from AvaloniaUI/tray-icon-fixes
Tray icon fixes
|
4 years ago |
Max Katz
|
d1b932a8e0
|
Allow tray icon only on the Application
|
4 years ago |
Max Katz
|
7bc11941fb
|
Use bindings in native menu exporter
|
4 years ago |
Max Katz
|
62d1b4f3b6
|
Add missing IsEnabled binding
|
4 years ago |
Max Katz
|
949b7f2d94
|
Call GetHicon only once when creation a windows icon
|
4 years ago |
Dan Walmsley
|
5e1c48ed4b
|
Merge pull request #8544 from AvaloniaUI/fixes/trayicon-interaction
Fix multiple enumeration of TrayIcon menu items on win32 causing broken tray icon menus
|
4 years ago |
Dan Walmsley
|
961c693e34
|
fix win32native to managed menu exporter.
|
4 years ago |
Dan Walmsley
|
a51acea5e0
|
MenuItem might have to look up the logical tree to find its menu parent (as in trayicon)
|
4 years ago |
Max Katz
|
235713823f
|
Abstract linux DBus and GTK storage providers, use async initialization
|
4 years ago |
Nikita Tsukanov
|
ed0ee6517e
|
Merge pull request #8536 from AvaloniaUI/fixes/renderer-fixes-2022-07-18
Fixed various invalidation and hit-testing issues
|
4 years ago |
Steven Kirk
|
edef92f42f
|
Merge branch 'master' into feature/7120-control-themes
|
4 years ago |
Max Katz
|
1eead138fc
|
Merge pull request #8540 from AvaloniaUI/fix-dataGrid-typo
Fix typo in DataGrid
|
4 years ago |
Benedikt Stebner
|
7241fea925
|
Merge branch 'master' into fixes/MoveIAddChild
|
4 years ago |
Benedikt Stebner
|
fdb19912b8
|
Fix tests
|
4 years ago |
Benedikt Stebner
|
97bd8ff938
|
Remove test code
|
4 years ago |
Benedikt Stebner
|
3ad71d4bea
|
Use IAddChild for TextBlock and RichTextBlock
|
4 years ago |
Takoooooo
|
78a49b3fb3
|
Fix typo in DataGrid. DataGridComparerSortDesctiption -> DataGridComparerSortDescription
|
4 years ago |