Commit Graph

20 Commits (1d496acc2b87f58f2f8ea09d0fbe03de1ac72b7b)

Author SHA1 Message Date
Chris Miller 96875c75b9 Added mouse handling 5 years ago
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 7 years ago
Frank Braun bf464200bc Documentation fix for flex.AddItem()
The proportion must be at least 1 if fixedSize == 0.
7 years ago
Oliver 3bac79f308 Added RemoveItem() to Grid and Flex. Resolves #63 7 years ago
Oliver f6602e7eb1 Updated Flex documentation. 7 years ago
Oliver acf9158c77 Flex layout can have nil elements. 7 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