Commit Graph

21 Commits

Author SHA1 Message Date
Dean Herbert
fb3029668d Update licence header (and remove year) 2019-01-24 17:59:35 +09:00
smoogipoo
175b2502ad OpenTK -> osuTK 2018-11-20 14:55:29 +09:00
smoogipoo
cab47e4354 Fix autosizing gridcontainer cells not updating 2018-07-25 18:06:00 +09:00
Dean Herbert
7a598af5b9 Normalize all the line endings 2018-04-11 16:34:32 +09:00
Dean Herbert
47a842a912 Update licence headers 2018-01-05 20:20:49 +09:00
Dean Herbert
46cae82392 Adjust array syntax in TestCaseGridContainer to confirm to new r# inspections 2017-12-11 12:07:04 +09:00
smoogipoo
5d47c0b623 Fix case with auto-sizing child. 2017-11-29 15:10:34 +09:00
smoogipoo
03c01eeaf3 Fix straggling usages of Auto 2017-11-29 14:47:06 +09:00
smoogipoo
a02321b416 Implement auto-sized columns/rows for GridContainer
Resolves https://github.com/ppy/osu-framework/issues/1200 .
2017-11-29 13:17:42 +09:00
smoogipoo
249073d061 Add test case + fix relative size not being properly considered 2017-11-08 18:54:49 +09:00
smoogipoo
e13d824c0e Remove Index from Dimensions 2017-11-08 18:48:16 +09:00
smoogipoo
6f2c344918 Match indentation levels 2017-11-08 18:03:56 +09:00
smoogipoo
63f069358b Add missing parens 2017-11-08 17:37:36 +09:00
smoogipoo
71512166d1 Inline tests 2017-11-08 17:32:15 +09:00
smoogipoo
feca626229 Remove redundant array type specifications 2017-11-08 16:14:06 +09:00
smoogipoo
88cca1f992 Add test for nested grids 2017-11-08 15:06:28 +09:00
smoogipoo
167c083d22 CI fixes 2017-11-08 13:06:21 +09:00
smoogipoo
819e086464 Bigger and better testcase 2017-11-08 11:32:41 +09:00
smoogipoo
c08f3de100 Remove GridDefinition, replace with RowDimensions/ColumnDimensions 2017-11-08 11:31:57 +09:00
smoogipoo
998e55d65b Remove the concept of CellDefinition, use array to define content 2017-11-08 11:31:49 +09:00
smoogipoo
ef576dc0f9 Very basic GridContainer implementation to demonstrate sizing+positioning 2017-11-08 11:31:44 +09:00