Commit Graph

19 Commits (894dc0868ea12f479723b45087b4ef7dd83dce9c)

Author SHA1 Message Date
Oliver de7ae86b5b Avoid div-by-0 in case Flex item sizes are all 0. Resolves #332, resolves #334 5 years ago
Oliver 1ee0c559cc Switched flexItem slice to pointers. 6 years ago
Oliver 398a6c2f77 Added a function to resize a Flex item. Resolves #125 6 years ago
Oliver c0b219f400 Bugfix: Flex will call Box.Draw() again. Fixes #104 6 years ago
Oliver d7d44cb0d2 Flex and Grid don't clear their backgrounds anymore. Resolves #104 6 years ago
Frank Braun bf464200bc Documentation fix for flex.AddItem()
The proportion must be at least 1 if fixedSize == 0.
6 years ago
Oliver 3bac79f308 Added RemoveItem() to Grid and Flex. Resolves #63 6 years ago
Oliver f6602e7eb1 Updated Flex documentation. 6 years ago
Oliver acf9158c77 Flex layout can have nil elements. 6 years ago
Oliver 5fd6365352 Flex must call Box's Draw() function first. Fixes #26 7 years ago
Oliver e4f97a6436 Added links to Wiki to documentation. Also replaced screenshot with GIF screencast. 7 years ago
Oliver 1cc5331a5c Fixed focus delegation. 7 years ago
Oliver f6f32eec04 Flex must know where to delegate focus. 7 years ago
Oliver 91d78f146b Added proportions to Flex layout. 7 years ago
Oliver 8eb4c5ef48 Added TextView. All subclasses of Box now also have inside padding. 7 years ago
Oliver dad7891c89 Added Checkbox, Modal, and Pages. 7 years ago
Oliver 2bd80aa513 Added DropDown. Also needed to refactor a bit to reduce dependencies. 7 years ago
Oliver d5bf1a4ef0 Added list, improved existing primitives, and fixed a bunch of bugs. 7 years ago
Oliver f9f139caaf First commit. Some basic functionality. Publishing to GitHub now. 7 years ago