Steven Kirk
4339b85740
Merge branch 'master' into x11-non-mapped-configure-events
6 years ago
Steven Kirk
a9f301d6ca
Merge pull request #3741 from hez2010/patch-1
Update System.Reactive to 4.4.1 to avoid infinite recursive generics in CoreRT
6 years ago
Steve
90e9dfa0b6
Update System.Reactive to 4.4.1 to avoid infinite recursive generics in CoreRT
6 years ago
Nikita Tsukanov
58a20b6109
[X11] Emulate synchronous resize/move events until window is mapped for the first time
6 years ago
danwalmsley
c3c5a73769
Merge pull request #3711 from AvaloniaUI/fix-gtk-initial-name
Fixed InitialFileName for GTK-based file dialog
6 years ago
danwalmsley
7be84ad4aa
Merge branch 'master' into fix-gtk-initial-name
6 years ago
danwalmsley
95f5001335
Merge pull request #3712 from AvaloniaUI/x11-remove-transient-hint
[X11, FlyWM] Completely remove WM_TRANSIENT_FOR property
6 years ago
danwalmsley
ad2a700450
Merge branch 'master' into x11-remove-transient-hint
6 years ago
Nikita Tsukanov
1eb32a9369
Merge pull request #3728 from MarcusWichelmann/fix-remote-widget-memory-leak
Fixed memory leak in RemoteWidget
6 years ago
Marcus Wichelmann
92770765e3
Fixed bitmaps not getting disposed correctly causing a memory leak in RemoteWidget
6 years ago
Nikita Tsukanov
157e21e258
Merge pull request #3727 from MarcusWichelmann/fix-remote-demo-decorations-crash
Fix RemoteDemo crash
6 years ago
Marcus Wichelmann
c16e377bc6
Fix crash caused by window decorations not being available when using remote rendering
6 years ago
danwalmsley
bf228c2083
Merge branch 'master' into fix-gtk-initial-name
6 years ago
danwalmsley
fbc89b73c9
Merge branch 'master' into x11-remove-transient-hint
6 years ago
Steven Kirk
adb587e39f
Merge pull request #3717 from AvaloniaUI/dotnetfoundation
Add info required by .NET foundation
6 years ago
Dariusz Komosiński
d35d6b799e
Merge branch 'master' into dotnetfoundation
6 years ago
Steven Kirk
3c64bcfc93
Merge pull request #3719 from AvaloniaUI/fixes/3708-setparent-reentrancy
Remove sanity check from SetParent
6 years ago
Dariusz Komosiński
cd81b69a0c
Merge branch 'master' into fixes/3708-setparent-reentrancy
6 years ago
Steven Kirk
e65ddea3d1
Added WinUI to notices.
6 years ago
Steven Kirk
dabf4a3d06
Added EllipticalArc link/licence.
6 years ago
Steven Kirk
3c8215061e
Updated link to coding guidelines.
6 years ago
Steven Kirk
d64bf77430
Added Collections.Pooled to NOTICE.md.
6 years ago
Steven Kirk
cfbaf4f48c
Added extra info to readme.
- Some stuff has moved
- Add link to licence
- Add link to CoC
- Add link to .NET foundation
6 years ago
Steven Kirk
016f161a42
Added build instructions.
6 years ago
Steven Kirk
13f50f83e7
Remove old outdated header.
6 years ago
Steven Kirk
3cea47def7
Added NOTICE.md
6 years ago
Steven Kirk
32afb2ac8a
Create CONTRIBUTING.md
6 years ago
Steven Kirk
26738fee3a
Modify copyright in licence.
6 years ago
Steven Kirk
9b73c1027b
Merge pull request #3715 from AvaloniaUI/remove-headers
Remove copyright headers v2.0
6 years ago
Nikita Tsukanov
614941c430
Fixed CoC contact method
6 years ago
Steven Kirk
eb1f5997c1
Merge branch 'master' into remove-headers
6 years ago
Steven Kirk
5397efc4f0
Remove some left-over copyright headers.
6 years ago
Nikita Tsukanov
e2a4e917e5
Merge pull request #3716 from AvaloniaUI/coc2.0
Updated to Contributor Covenant 2.0
6 years ago
Nikita Tsukanov
f0cb6a59f4
Updated to Contributor Covenant 2.0
6 years ago
Steven Kirk
4d01dacd77
Remove copyright headers.
Some of our files had them, some didn't. They serve no purpose legally so best to remove the ceremony.
6 years ago
Nikita Tsukanov
182cda5275
[X11, FlyWM] Completely remove WM_TRANSIENT_FOR property
6 years ago
Nikita Tsukanov
bce28b3d35
Fixed InitialFileName for GTK-based file dialog
6 years ago
Steven Kirk
18d2238b91
Remove sanity check from SetParent.
In the case of #3708 , the sanity check fails because the parent call to `SetParent` hasn't yet completed - it's the setting of `InheritanceParent` on the parent that causes the child to get attached.
6 years ago
Benedikt Stebner
4e3f50edb6
Merge pull request #3690 from Gillibald/fixes/TextBlock
Some optimizations for text processing
6 years ago
Benedikt Stebner
a8309765c2
Merge branch 'master' into fixes/TextBlock
6 years ago
Steven Kirk
2bff56023b
Added failing test for #3708 .
6 years ago
danwalmsley
8149b6c125
Merge pull request #3699 from AvaloniaUI/fixes/osx-dont-zoom-when-normal-state-selected
OSX backend calls OnResized to keep WindowState inSync.
6 years ago
Dan Walmsley
e97c740036
no need to cast to call OnResized.
6 years ago
Dan Walmsley
5a3602ffd5
OSX backend calls OnResized to keep WindowState inSync.
6 years ago
Dariusz Komosiński
3cd149f735
Merge pull request #3676 from MarchingCube/scrollbar-delinq
More control benchmarks and ScrollBar constructor optimization
6 years ago
Dariusz Komosiński
108cf08905
Merge branch 'master' into scrollbar-delinq
6 years ago
Jumar Macato
7f3a09dee5
Merge pull request #3698 from AvaloniaUI/non-mapped-wm-state
[X11] When not mapped change _NET_WM_STATE property directly
6 years ago
Nikita Tsukanov
96bd813fe4
[X11] When not mapped change _NET_WM_STATE property directly
See https://specifications.freedesktop.org/wm-spec/wm-spec-1.3.html#idm46175134492192
6 years ago
Dariusz Komosiński
8ff98c7d04
Merge branch 'master' into scrollbar-delinq
6 years ago
Dariusz Komosinski
4dd5e08d9e
Get rid of class handler in favor of OnPropertyChanged.
6 years ago