Rosentti
d6f5e7ddb6
IsVisible for NativeMenuItem(s) ( #14567 )
* IsVisible for nativemenuitems
* implementation for windows
* Update native/Avalonia.Native/src/OSX/menu.mm
Co-authored-by: jp2masa <jp2masa@users.noreply.github.com>
* Update menu.h
* address review changes
* add hidden option to ControlCatalog
---------
Co-authored-by: jp2masa <jp2masa@users.noreply.github.com>
Co-authored-by: Max Katz <maxkatz6@outlook.com>
2 years ago
Nikita Tsukanov
254652f908
Use Tmds.DBus.SourceGenerator fork ( #14362 )
* Use Tmds.DBus.SourceGenerator fork
* submodule url
---------
Co-authored-by: Tim <47110241+timunie@users.noreply.github.com>
2 years ago
affederaffe
fea57b920a
Fix open folder starrup location ( #14339 )
2 years ago
workgroupengineering
23b5e37dac
Update Tmds.DBus.SourceGenerator to 0.0.13 ( #14010 )
Changelog 0.0.11 .. 0.0.13
- 7b8f0afca3a96499b88ae52a84211b116e214f46 Fix parsing struct signature
- bd4c0e3a1ad794f1c40d847567ecf1102a8c8ae2 Cast instead of using covariant arrays, fix code style
- 3c52d1de172889099ac21840f8ecc480895154bb do not change method name casing
2 years ago
affederaffe
8756feff5d
Fix DBus Exception on window close ( #13997 )
* Only disconnect from ibus when connected
* Catch exception on Destroy when ime context is successfully created but doesn't actually exist
2 years ago
Julien Lebosquain
9f5a1027fd
Warning cleanup ( #13656 )
Co-authored-by: Jumar Macato <16554748+jmacato@users.noreply.github.com>
3 years ago
affederaffe
fce38aa9b5
Implement xdg-desktop-portal accent-color spec ( #12674 )
* Use Tmds.DBus.SourceGenerator 0.0.11
* Use xdg-desktop-portal settings to retrieve accent color
---------
Co-authored-by: Jumar Macato <16554748+jmacato@users.noreply.github.com>
3 years ago
Herman K
0567a6dbe7
current_folder added to open file / folder picker ( #13596 )
Co-authored-by: Herman Kirshin <herman.kirshin@jetbrains.com>
3 years ago
Herman K
b62b00d7e1
Fixed passing current_folder to DBus for save file dialog ( #13491 )
Co-authored-by: Herman Kirshin <herman.kirshin@jetbrains.com>
3 years ago
Nikita Tsukanov
e49d61a4b4
iBus support fixes ( #13297 )
* iBus: Fixed crash when iBus was provided by fcitx daemon
* iBus: Ignore CommitText signal if it was sent while context is being Reset
3 years ago
Nikita Tsukanov
5b02b0389a
X11 IME preedit, preedit cursor, input context improvements ( #13282 )
Co-authored-by: Dan Walmsley <dan@walms.co.uk>
3 years ago
affederaffe
cc9cc71e23
Use Tmds.DBus.SourceGenerator 0.0.10:
- Fix global menu
- Optimize byte[] variants (e.g icons)
3 years ago
affederaffe
d40ce406fc
Fix vala-panel global menu
3 years ago
affederaffe
43aff2d680
Fix inconsistent naming
3 years ago
Will Kennedy
e1ac9be7f1
Catch errors so that for loop can register all names
3 years ago
Benedikt Stebner
be9a26cbb1
Rework ITextInputMethodClient
3 years ago
affederaffe
51da158ad6
Fix DBus Tray Icon when the org.kde.StatusNotifierWatcher service is unavailable
3 years ago
affederaffe
ca046c06f5
Bump Tmds.DBus.SourceGenerator
3 years ago
affederaffe
d94c0670c8
Log DBus Exceptions
3 years ago
affederaffe
de617de3d7
Don't create DBus Tray Icon when not connected
3 years ago
affederaffe
fd995d63bc
Turn off log messages
3 years ago
affederaffe
451f30c9e1
Fix color scheme hot switching
3 years ago
affederaffe
cdadf9be88
Bump Tmds.DBus.SourceGenerator
3 years ago
affederaffe
a9eec8d484
Bump Tmds.DBus.SourceGenerator
3 years ago
Tom Deseyn
0921a98067
Use latest Tmds.DBus version.
3 years ago
affederaffe
f77b67db97
Move comment
3 years ago
affederaffe
1117332e4d
Add AccentColor support for KDE
3 years ago
robloo
b7fa91a0ad
Remove `PrivateAssets="All"` from Tmds.DBus.Protocol package ref
3 years ago
robloo
541787274d
Mark Tmds.DBus.* as PrivateAssets in Avalonia.FreeDesktop.csproj
3 years ago
affederaffe
7b6cabe608
Fix TrayIcons on Gnome
3 years ago
affederaffe
c0bddf8fe7
Use Tmds.DBus.SourceGenerator 0.0.4
3 years ago
affederaffe
b4b3b913f1
Use Tmds.DBus.SourceGenerator 0.0.3
3 years ago
Tom Deseyn
9a63f82421
Use latest Tmds.DBus.Protocol.
Version 0.14.0 reduces its external dependencies.
3 years ago
affederaffe
c8cbbc2c25
Use SG NuGet package
3 years ago
affederaffe
bdebcca9da
Use Tmds.DBus.Protocol package
3 years ago
Max Katz
e6b8914b7d
Rename TryGetFileFromPath-like method to end with Async suffix
3 years ago
Max Katz
f91361a24c
Cleanup linux related APIs
3 years ago
affederaffe
dff80c8ded
Remove ListServicesAsync usage
- Uses Reflection underneath
- It's faster to just fail than receiving all available services first
3 years ago
affederaffe
9a26fef972
Remove NetAnalyzers.props import
3 years ago
affederaffe
c978887dd6
Make GetProperty static
3 years ago
affederaffe
4baed8b569
Delete DBusMenu.cs
3 years ago
affederaffe
042edf132b
Remove unnecessary ItemGroup
3 years ago
affederaffe
a4665747e3
Don't dispose DBus connection in tray icon
3 years ago
affederaffe
86b61050a0
Use DBusVariantItem to manually encode/decode variants
Note: Tray-Icon submenus don't work, needs investigation
3 years ago
Giuseppe Lippolis
9bb1b23755
feat: Address Rule CS0649
https://github.com/AvaloniaUI/Avalonia/discussions/9990#discussioncomment-4701870
3 years ago
Giuseppe Lippolis
1a0492dcb0
fix: Warning CS0105: The using directive for 'Avalonia.Reactive' appeared previously in this namespace
3 years ago
Max Katz
37545cbeb1
IStorageProvider API updates
3 years ago
affederaffe
b570bfa1a9
Fix ObjectDisposedException on Dispose
3 years ago
affederaffe
18737db8f4
Use generated signal emit methods
3 years ago
Max Katz
13c14e7360
Add ColorContrastPreference to the PlatformColorValues
3 years ago