Commit Graph

23 Commits (7cc182c5846e4e07a90211c798a15531e2619936)

Author SHA1 Message Date
Oliver 9af6826328 Added/fixed comments, some structural changes/bugfixes for mouse support. Table, TextView, and TreeView still open. Closes #363 4 years ago
rivo 160d8fda1d
Merge pull request #363 from millerlogic/mouse-support
Mouse support
4 years ago
Chris Miller 8abbf770ec Change mouse handler func 4 years ago
Chris Miller 9598ca2519 New mouse design
capture bool not finalized
4 years ago
Oliver 82b05c9fb3 Grid's background box is transparent again. Fixes #359 5 years ago
Chris Miller 96875c75b9 Added mouse handling 5 years ago
Oliver b8bb0f928f Grid offset handling was buggy. Fixes #279 5 years ago
Oliver d14da4f46f Bugfix in Grid which mistakenly compared grid item size to resolve conflicts. Fixes #277 5 years ago
Oliver 84fdb36408 Fixed confusing comments. Fixes #231 6 years ago
Oliver 1ac6fbc0c2 Some clarifications in the Grid class as well as in the contributor guidelines. Resolves #231 6 years ago
Oliver 5256865f59 Bugfix in Grid which led to wrong positions for inner grids. Fixes #195 6 years ago
Benjamin Weidig 7ad390eb5e Removed deprecated funcs/const related to semigraphic changes 6 years ago
Benjamin Weidig 06dd16088a replaced old borders code with new configurable borders 6 years ago
Oliver d7d44cb0d2 Flex and Grid don't clear their backgrounds anymore. Resolves #104 6 years ago
Oliver 5bd22542e5 For Form.GetFormItemByLabel() to work, we must not modify the label text. Fixes #94, fixes #99 6 years ago
Oliver 761e3d72da Added Primitive demo to go along with the GitHub Wiki entry on how to create your own primitive. 6 years ago
Oliver 3bac79f308 Added RemoveItem() to Grid and Flex. Resolves #63 6 years ago
Oliver 1b155a1def Application now provides direct access to the screen object via before/after-draw callback functions. Resolves #59 6 years ago
Oliver 2d4d9c0a7d Minor argument name change for clarity. 6 years ago
Oliver aafd9b6c4b Made Grid.SetSize() a bit more powerful. 6 years ago
Oliver 91a6ff44b6 Finished implementation of grid layout. 6 years ago
Oliver c7b3072f7e Progressing with Grid. 6 years ago
Oliver 3625d3b928 Added API for new Grid class. 6 years ago