2
0
mirror of https://github.com/rivo/tview.git synced 2024-11-11 01:10:41 +00:00
Commit Graph

40 Commits

Author SHA1 Message Date
Oliver
dfc1d8680f Removed code that forced the last grid item to be aligned bottom right. Fixes #951 2024-04-04 18:11:34 +02:00
Oliver
c9421b4bd9 Enabled bracketed pasting. 2024-02-04 16:11:39 +01:00
Oliver
33a1d271f2 Fixed incorrect resolution of overlapping grid items. Fixes #921 2023-11-26 16:24:17 +01:00
Paolo Lazzari
7a95b02d86 Ensure lines have a maximum of 80 characters 2023-09-27 08:44:22 +02:00
Paolo Lazzari
646f2fcfce Fix grammar in description of SetColumns method 2023-09-26 17:36:57 +02:00
Eric Ostrowski
d0468b2705 Change Grid comment refrences from TextView to Grid 2023-01-29 17:42:27 -06:00
Oliver
384c772b0b Extended the text area's API to include some useful functions. 2022-08-28 12:54:24 +02:00
Oliver
1b3174ee3d Added callback functions for focus and blur events. 2021-11-08 17:05:49 +01:00
Oliver
175cc7d7ce Button.SetBlurFunc() should have been named Button.SetExitFunc(). 2021-11-08 16:35:21 +01:00
Oliver
29d673af0c Added SetListStyles() to DropDown. Resolves #621 2021-06-24 18:53:35 +02:00
Oliver
ae9464cc35 Upgraded printing and style handling to the new definition of tcell.ColorDefault. 2021-03-12 18:48:52 +01:00
rivo
b1efc6d8c1
Merge pull request #522 from jubalh/typo1
Fix typo in SetColumns() documentation
2021-02-15 19:05:05 +01:00
Oliver
675ed5b96b Removed Focusable interface. 2020-11-17 19:33:25 +01:00
Michael Vetter
05627e20a2 Fix typo in SetColumns() documentation 2020-11-05 14:45:02 +01:00
Oliver
e4d167311d Upgraded to latest tcell version. Results in a minor incompatibility in the Table class. 2020-10-18 14:15:57 +02:00
Oliver
deb54e1422 Keyboard events are now propagated down the hierarchy, allowing users to intercept them. Closes #421 2020-08-18 12:05:43 +02:00
Oliver
cce7c98823 Don't forward mouse events to nil items in Flex/Grid. Fixes #425 2020-04-04 22:19:02 +02:00
Oliver
9af6826328 Added/fixed comments, some structural changes/bugfixes for mouse support. Table, TextView, and TreeView still open. Closes #363 2020-03-27 18:41:44 +01:00
rivo
160d8fda1d
Merge pull request #363 from millerlogic/mouse-support
Mouse support
2020-03-26 19:28:51 +01:00
Chris Miller
8abbf770ec Change mouse handler func 2020-02-14 02:09:09 +00:00
Chris Miller
9598ca2519 New mouse design
capture bool not finalized
2020-01-24 20:40:34 +00:00
Oliver
82b05c9fb3 Grid's background box is transparent again. Fixes #359 2019-11-29 07:51:40 +01:00
Chris Miller
96875c75b9 Added mouse handling 2019-11-04 05:34:46 +00:00
Oliver
b8bb0f928f Grid offset handling was buggy. Fixes #279 2019-07-17 18:46:45 +02:00
Oliver
d14da4f46f Bugfix in Grid which mistakenly compared grid item size to resolve conflicts. Fixes #277 2019-05-14 18:10:49 +02:00
Oliver
84fdb36408 Fixed confusing comments. Fixes #231 2019-01-24 13:01:53 +01:00
Oliver
1ac6fbc0c2 Some clarifications in the Grid class as well as in the contributor guidelines. Resolves #231 2019-01-22 20:23:31 +01:00
Oliver
5256865f59 Bugfix in Grid which led to wrong positions for inner grids. Fixes #195 2018-12-03 10:22:43 +01:00
Benjamin Weidig
7ad390eb5e Removed deprecated funcs/const related to semigraphic changes 2018-06-09 14:58:29 +02:00
Benjamin Weidig
06dd16088a replaced old borders code with new configurable borders 2018-06-09 14:58:29 +02:00
Oliver
d7d44cb0d2 Flex and Grid don't clear their backgrounds anymore. Resolves #104 2018-05-02 17:02:52 +02:00
Oliver
5bd22542e5 For Form.GetFormItemByLabel() to work, we must not modify the label text. Fixes #94, fixes #99 2018-04-09 21:07:03 +02:00
Oliver
761e3d72da Added Primitive demo to go along with the GitHub Wiki entry on how to create your own primitive. 2018-03-19 21:25:30 +01:00
Oliver
3bac79f308 Added RemoveItem() to Grid and Flex. Resolves #63 2018-03-02 17:07:46 +01:00
Oliver
1b155a1def Application now provides direct access to the screen object via before/after-draw callback functions. Resolves #59 2018-02-20 17:15:42 +01:00
Oliver
2d4d9c0a7d Minor argument name change for clarity. 2018-02-20 16:47:11 +01:00
Oliver
aafd9b6c4b Made Grid.SetSize() a bit more powerful. 2018-02-20 11:56:44 +01:00
Oliver
91a6ff44b6 Finished implementation of grid layout. 2018-02-20 11:19:30 +01:00
Oliver
c7b3072f7e Progressing with Grid. 2018-02-19 20:23:01 +01:00
Oliver
3625d3b928 Added API for new Grid class. 2018-02-16 08:37:25 +01:00