Граф коммитов

12 Коммитов

Автор SHA1 Сообщение Дата
Stephane Delcroix 713ed70cf1 Merge branch '3.0.0' into 3.1.0 2018-05-07 10:02:58 +02:00
Stephane Delcroix 3f8c129297
[Flex] do not layout invisible children (#2594)
- fixes #2593
2018-05-04 20:46:52 +02:00
Rui Marinho 4bb79f0cb0 Merge branch '3.0.0' into 3.1.0 2018-05-04 12:34:48 +01:00
Stephane Delcroix 3c91a8cf7e
[C][flex] proper handling of grow in reverse (#2569)
- fixes #2551
2018-05-03 20:36:21 +02:00
Jason Smith 90ca928180
Merge branch '3.0.0' 2018-03-06 11:54:19 -08:00
Stephane Delcroix 081eb37f8b
[Flex] correctly measure images (#2010)
use Aspect.Fill to measure images. also make sure we do not crash if the
Bounds are smaller than the request. Like any other control, we will
draw outside of our bounds, and rely on ClipToBounds for a nice shave.
2018-03-06 10:50:07 +01:00
Stephane Delcroix 84d75a721c Merge branch '3.0.0' 2018-03-05 12:16:15 +01:00
Daniel Cazzulino 502f9fc1c2 Fix invalid XML docs (#2005) 2018-03-05 11:00:32 +00:00
Stephane Delcroix 89ffc1f32f
[flex] better margin support with Wrap (#1997) 2018-03-02 09:13:51 +01:00
Stephane Delcroix 6d5d4a33e1 [Flex] add inline docs for flex
- fixes #1815
2018-02-07 14:58:03 +01:00
Stephane Delcroix fca51cfa32 add authors to flex.cs header 2018-02-06 14:45:58 +01:00
Stephane Delcroix 825886eef4 [C] FlexLayout, with managed engine (#1759)
* [C] FlexLayout, with managed engine

* [C] add type converter and attributes for CSS

* [C] fix flex-order

* [C] fix typo and margin in Flex

* [Flex] relative value for Basis, padding on the layout

* fix docs

* [Flex] fix NRE on empty layout

* [flex] fix layout measuring
2018-02-06 10:54:33 +00:00