40 Commits (master)

Author SHA1 Message Date
Oliver dfc1d8680f Removed code that forced the last grid item to be aligned bottom right. Fixes #951 1 month ago
Oliver c9421b4bd9 Enabled bracketed pasting. 3 months ago
Oliver 33a1d271f2 Fixed incorrect resolution of overlapping grid items. Fixes #921 6 months ago
Paolo Lazzari 7a95b02d86 Ensure lines have a maximum of 80 characters 8 months ago
Paolo Lazzari 646f2fcfce Fix grammar in description of SetColumns method 8 months ago
Eric Ostrowski d0468b2705 Change Grid comment refrences from TextView to Grid 1 year ago
Oliver 384c772b0b Extended the text area's API to include some useful functions. 2 years ago
Oliver 1b3174ee3d Added callback functions for focus and blur events. 3 years ago
Oliver 175cc7d7ce Button.SetBlurFunc() should have been named Button.SetExitFunc(). 3 years ago
Oliver 29d673af0c Added SetListStyles() to DropDown. Resolves #621 3 years ago
Oliver ae9464cc35 Upgraded printing and style handling to the new definition of tcell.ColorDefault. 3 years ago
rivo b1efc6d8c1
Merge pull request #522 from jubalh/typo1
Fix typo in SetColumns() documentation
3 years ago
Oliver 675ed5b96b Removed Focusable interface. 4 years ago
Michael Vetter 05627e20a2 Fix typo in SetColumns() documentation 4 years ago
Oliver e4d167311d Upgraded to latest tcell version. Results in a minor incompatibility in the Table class. 4 years ago
Oliver deb54e1422 Keyboard events are now propagated down the hierarchy, allowing users to intercept them. Closes #421 4 years ago
Oliver cce7c98823 Don't forward mouse events to nil items in Flex/Grid. Fixes #425 4 years ago
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 5 years ago
Oliver 1ac6fbc0c2 Some clarifications in the Grid class as well as in the contributor guidelines. Resolves #231 5 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