Steven Kirk
dabf4a3d06
Added EllipticalArc link/licence.
7 years ago
Steven Kirk
3c8215061e
Updated link to coding guidelines.
7 years ago
Steven Kirk
d64bf77430
Added Collections.Pooled to NOTICE.md.
7 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
7 years ago
Steven Kirk
016f161a42
Added build instructions.
7 years ago
Steven Kirk
13f50f83e7
Remove old outdated header.
7 years ago
Steven Kirk
3cea47def7
Added NOTICE.md
7 years ago
Steven Kirk
32afb2ac8a
Create CONTRIBUTING.md
7 years ago
Steven Kirk
26738fee3a
Modify copyright in licence.
7 years ago
Steven Kirk
9b73c1027b
Merge pull request #3715 from AvaloniaUI/remove-headers
Remove copyright headers v2.0
7 years ago
Nikita Tsukanov
614941c430
Fixed CoC contact method
7 years ago
Steven Kirk
eb1f5997c1
Merge branch 'master' into remove-headers
7 years ago
Steven Kirk
5397efc4f0
Remove some left-over copyright headers.
7 years ago
Nikita Tsukanov
e2a4e917e5
Merge pull request #3716 from AvaloniaUI/coc2.0
Updated to Contributor Covenant 2.0
7 years ago
Nikita Tsukanov
f0cb6a59f4
Updated to Contributor Covenant 2.0
7 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.
7 years ago
Dariusz Komosiński
5fb351200d
Merge branch 'master' into refactor-win32-window
7 years ago
Nikita Tsukanov
b85fd31d03
Immediate rendering support for X11 platform via render loop
7 years ago
Nikita Tsukanov
182cda5275
[X11, FlyWM] Completely remove WM_TRANSIENT_FOR property
7 years ago
Nikita Tsukanov
bce28b3d35
Fixed InitialFileName for GTK-based file dialog
7 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.
7 years ago
Benedikt Stebner
4e3f50edb6
Merge pull request #3690 from Gillibald/fixes/TextBlock
Some optimizations for text processing
7 years ago
Benedikt Stebner
a8309765c2
Merge branch 'master' into fixes/TextBlock
7 years ago
Steven Kirk
2bff56023b
Added failing test for #3708 .
7 years ago
Dariusz Komosinski
cfb62859f5
Cleanup code.
7 years ago
Dariusz Komosinski
8e780cb01a
Fix managed drag and drop.
7 years ago
Dariusz Komosinski
177180c909
Clarify magic number.
7 years ago
Dariusz Komosinski
0d5af630f9
Cleanup even more.
7 years ago
Dariusz Komosinski
764e7aff01
Initial refactor of win32 window.
7 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.
7 years ago
Dan Walmsley
e97c740036
no need to cast to call OnResized.
7 years ago
Dan Walmsley
5a3602ffd5
OSX backend calls OnResized to keep WindowState inSync.
7 years ago
Dariusz Komosiński
3cd149f735
Merge pull request #3676 from MarchingCube/scrollbar-delinq
More control benchmarks and ScrollBar constructor optimization
7 years ago
Dariusz Komosiński
108cf08905
Merge branch 'master' into scrollbar-delinq
7 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
7 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
7 years ago
Dariusz Komosiński
8ff98c7d04
Merge branch 'master' into scrollbar-delinq
7 years ago
Dariusz Komosinski
4dd5e08d9e
Get rid of class handler in favor of OnPropertyChanged.
7 years ago
Jumar Macato
bc1492aaf4
Merge pull request #3696 from AvaloniaUI/treeviewitem-header-stretch
Don't constrain header's ContentPresenter on TreeViewItem
7 years ago
Jumar Macato
6b84fc2ad5
Don't constrain header's ContentPresenter on TreeViewItem
7 years ago
Dariusz Komosiński
dc9abd7b33
Merge branch 'master' into issues/3692
7 years ago
Steven Kirk
cc714a203c
Merge pull request #3677 from Deadpikle/fix/3675
Fix clicking TextBox border moving to end and mouse cursor being wrong when on border
7 years ago
Steven Kirk
b82ee08559
Merge branch 'master' into fix/3675
7 years ago
Andrey Kunchev
6e54db32e9
fix #3692
7 years ago
Andrey Kunchev
3dc5b8bda1
add failing test for the core reason of the issue #3692
7 years ago
Andrey Kunchev
ec92b90e81
add a test for multibinding with StringFormat
7 years ago
Andrey Kunchev
50deb04e7a
add failing unit test for #3692
7 years ago
Andrey Kunchev
613ba3ffd2
add another test for multibinding
7 years ago
Andrey Kunchev
7f0c502c29
add simple unit test for multibinding
7 years ago
Benedikt Schroeder
0ca4c77acc
Only calculate glyph advances for non fixed pitch fonts
7 years ago