Steven Kirk
70a8ebedb7
Merge branch 'master' into patch-1
8 years ago
Andrey Kunchev
bf833a5926
rename Viewbox file
8 years ago
Andrey Kunchev
e92ff04bba
set defaut cliptobounds to true for layouttransform and viewbox
8 years ago
Steven Kirk
779c975a85
Merge pull request #1945 from WojciechKrysiak/feature/SharedSizeScope
Shared size scope for Grid
8 years ago
Steven Kirk
39d7907022
Merge branch 'master' into feature/SharedSizeScope
8 years ago
Steven Kirk
dceabb95d9
Merge branch 'master' into prs/viewbox
8 years ago
Lucas Ontivero
a7a5e4a5d1
Fixes InvalidOperationException error
Checks the element is attached to the visual tree as part of the Hit test
8 years ago
Nikita Tsukanov
d5414813a8
Re-enable parent on WM_DESTROY
8 years ago
Nikita Tsukanov
5cd7c1f6f4
Reworked dialogs for GTK/Win32
8 years ago
Nikita Tsukanov
a29d74fb98
[X11] Implemented clipboard support
8 years ago
Nikita Tsukanov
4bde2c4640
[X11] Fixed references
8 years ago
Nikita Tsukanov
e184f8bfc4
Fixed sln file
8 years ago
Nikita Tsukanov
97faa23d38
[X11] Fixed references and update to new API
8 years ago
Nikita Tsukanov
4993e0d322
[X11] Reference Avalonia package
8 years ago
Nikita Tsukanov
4bf880724a
Merge remote-tracking branch 'origin/master' into x11
8 years ago
Nikita Tsukanov
00bab51c70
Call XFlush after XMapWindow
8 years ago
Nikita Tsukanov
666f779cff
[X11] Removed debug line
8 years ago
Nikita Tsukanov
df6e3eff03
[X11] Basic (non-IM) keyboard input and some refactorings/fixes
8 years ago
Benedikt Schroeder
523da3760e
Merge branch 'master' into feature/TabControlRework
8 years ago
Nikita Tsukanov
2e05a7fc4f
Merge pull request #2082 from AvaloniaUI/osx-fix-clipboard-text-encoding
Fix OSX backend TextEncoding issues
8 years ago
Dan Walmsley
7762fa6079
remove plist file
8 years ago
Dan Walmsley
5af1c1784a
[Avalonia.Native OSX] fix api for clipboard
8 years ago
Dan Walmsley
d06ed4a7db
[OSX] correctly use UTF8 encoded text for passing strings.
SetTitle on Window, SetText on Clipboard.
8 years ago
Dan Walmsley
20574a907c
Merge remote-tracking branch 'origin/master' into osx-fix-clipboard-text-encoding
8 years ago
Dan Walmsley
f6d080feec
[OSX] fix pasting from clipboard
8 years ago
Steven Kirk
94b2e2beca
Cache the styles for control types.
A lot of time was being spent calling `Attach` on styles that will never match a control. On the first pass, cache the styles that can match a particular control type and use this cache to bypass styles that will never match on subsequent passes.
8 years ago
Steven Kirk
3f7d7b2a65
Don't call IsRegistered in PropertyEqualsSelector.
Was showing up in the profiling and it's not even correct anymore, as any property can be set on any object now, registered or not.
8 years ago
Steven Kirk
e5846d5253
Merge branch 'master' into perf/templatedparent-direct
8 years ago
ahopper
26fa4f0463
:pointerover effect added to ButtonSpinner
8 years ago
Steven Kirk
daca3418a6
Merge pull request #2078 from wieslawsoltes/BaseDarkTheme
Added base dark theme
8 years ago
Benedikt Schroeder
e1fae9692d
Remove extra ItemGroup
8 years ago
Benedikt Schroeder
e87967a4ad
Fix csproj
8 years ago
Benedikt Schroeder
9d5b607707
csproj fix
8 years ago
Benedikt Schroeder
0adceda20c
Merge
8 years ago
Wiesław Šoltés
55486faa43
Fix type
8 years ago
Wiesław Šoltés
06a6059a1e
Fix failing test
8 years ago
Wiesław Šoltés
c3ec5c543f
Added user control styling support
8 years ago
Wiesław Šoltés
c9aff424a5
Remove not required properties
8 years ago
Wiesław Šoltés
b224a21433
Set window Foreground property to enable theming
8 years ago
Dan Walmsley
779cdec093
initial work to fixing clipboard text encoding issues.
8 years ago
wieslawsoltes
2cb63dc55b
Merge remote-tracking branch 'upstream/master' into BaseDarkTheme
8 years ago
ahopper
b15996a091
fix hittest exception during scene changes
8 years ago
ahopper
dfecd9fd19
Merge branch 'master' into fix-pointerleave-not-always-set
8 years ago
Steven Kirk
189e1e751e
Merge pull request #2062 from Sorien/master
do not focus scrollbar
8 years ago
Steven Kirk
6631357427
Merge branch 'master' into master
8 years ago
Wiesław Šoltés
d07217b59a
Enable full theme support for main view
8 years ago
Wiesław Šoltés
c1fda553e6
Fix header styles
8 years ago
Nikita Tsukanov
a0a03753cb
Merge pull request #2080 from AvaloniaUI/fixes/2070-osx-cmd_key_fix
Fix OSX CMD + Key Gestures
8 years ago
Dan Walmsley
aefec66611
[OSX] reset lastKeyHandled flag when performKeyEquivalent is called
since this indicated a key being pressed also.
8 years ago
Jumar Macato
391d9bd240
Merge branch 'master' into prs/viewbox
8 years ago