Commit Graph

362 Commits (82dfff074c72e9f6ff9d21774beeac012ed7d0b5)
 

Author SHA1 Message Date
rivo cbeeab5280
Merge pull request #61 from robinator8/master
The screenshots were added for the GitHub Wiki originally. (All the demos are in the Wiki, too.) But I guess it makes to have them show up as well when browsing the code.
6 years ago
Robert Craig 7c2d6fc65f Added README files for demos to make screenshots easier to view on github 6 years ago
Oliver 8c2cd21162 Added a Draw callback to Box which exposes tcell.Screen. Resolves #57 6 years ago
Oliver aea500559b Formatting fix. 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 5248687f16 Merge branch 'grid' 6 years ago
Oliver fd3e872331 Introducing Grid. Resolves #23 6 years ago
Oliver fc2a37cc86 Added a Grid example to the presentation. 6 years ago
Oliver 02207b90b2 Added a Grid example to the presentation. 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
Oliver f6602e7eb1 Updated Flex documentation. 6 years ago
Oliver 37a7254a64 Some comment cleanup. 6 years ago
rivo 2a7e773060
Merge pull request #56 from sachaos/master
Add GetOffset method on Table
6 years ago
Takumasa Sakao 453c374c1c Add GetOffset method on Table 6 years ago
Oliver acf9158c77 Flex layout can have nil elements. 6 years ago
Oliver d448b35bc5 Changed the wording in the README. There are no releases. Resolves #50 6 years ago
Oliver 2a83b20ce3 Improved documentation. 7 years ago
Oliver 03571f15bb When a page with focus is removed, we should not end up with no focus anywhere. Also some simplifications. 7 years ago
Oliver ef6026df3d Fixed table background colors. More sophisticated but more aesthetically pleasing. Fixes #20 7 years ago
Oliver f3686bfe15 Fixed Table.SetCellSimple(). Resolves #35 7 years ago
Oliver 89ae756605 Adding a page and switching to it is now possible. 7 years ago
Oliver 7c086b1113 Updated Form documentation. 7 years ago
Oliver 4db30f9ed4 "FieldLength" is now "FieldWidth" everywhere for clarity and consistency. Sorry for this breaking change. It is better in the long run. 7 years ago
Oliver 258f212e5e Added color tag functionality to all strings. Resolves #25 7 years ago
Oliver 13cf1c1ee4 Added a way to output tags as cleartext in TextView even if dynamic colors or regions are enabled. 7 years ago
Oliver 95e3124245 Fixed Table cell background colors for column-only selections. 7 years ago
Oliver e349b48fe4 Updated readme. 7 years ago
Oliver aa25839cfa Introduced horizontal item alignment in forms. Resolves #33 7 years ago
Oliver c105638ec3 Form now has a Clear() function. Resolves #32 7 years ago
Oliver 9608f5b3b5 Clarifying SetInputCapture() in documentation. 7 years ago
Oliver 626453b2a6 All primitives now offer a way to intercept all key events sent to them. Also made the global key event intercept handler more general/consistent. Resolves #22 7 years ago
Oliver f61c66bb82 Minor bugfix in Table. 7 years ago
Oliver 97450a0de3 Added individual cell background colors. Resolves #20 7 years ago
Oliver 213f13fcc4 Added individual cell background colors. Resolves #20 7 years ago
Oliver b423641ec2 Expanded the TableCell definition in preparation of adding individual cell background colors. 7 years ago
Oliver 4c0e74ada0 Flex demo is probably better without a border. 7 years ago
Oliver 5fd6365352 Flex must call Box's Draw() function first. Fixes #26 7 years ago
Oliver 677c227861 Some post-processing of pull request #29. Resolves #27 7 years ago
rivo db90355feb
Merge pull request #29 from maja42/TableSelectionHandling
Thanks.
7 years ago
Oliver 8bc6a3f684 Minor additions to pull request #30. Resolves #28. 7 years ago
rivo f26cdc84a2
Merge pull request #30 from maja42/TextViewScrolling
Thanks. I will make some modifications to this. You might want to check them out.
7 years ago
Jakob Maier 3442b13a04 Added ScrollToBeginning() and ScrollToEnd() to TextView 7 years ago
Jakob Maier 55189331c5 Added GetSelection() and SetSelectionChangedFunc() to Table 7 years ago
Oliver 1e78c506cb Rewrote TextView's reindex() and Draw() to introduce text alignment and
word wrapping
7 years ago
Oliver 38d663c267 In Form, changed GetElement() to GetFormItem() for consistency reasons. 7 years ago
Oliver 946d2620b6 Added GetSelectable() to Table so users can find out what is currently selectable. Resolves #21 7 years ago