Commit Graph

101 Commits (91a6ff44b68aa38e0e6fab03066268103f60ffed)
 

Author SHA1 Message Date
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 7 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
Oliver 4153189e1b A resize event should have the screen cleared before redrawing. Fixes #19 7 years ago
Oliver cc7bb29944 Avoiding access to nil pointer. 7 years ago
Oliver fdab2627c3 Calling Application.Draw() for global key handlers which steal the event. 7 years ago
Oliver 0c4fd605ae Fixed wrong TextView handling of tabs (and other runes without a width). 7 years ago
Oliver 68cd2d4bb0 Layout fixes in readme. 7 years ago
Oliver c2bfee0387 Added password field to Form demo in presentation. 7 years ago
Oliver a7346b12c6 Updated documentation. 7 years ago
Oliver d74b71b48d Supporting any color now in TextView. Resolves #12 7 years ago
Oliver 5f33d0cbc0 Some adaptations for 32-bit systems. Resolves #17 7 years ago
Oliver 967b863aac Added navigation instructions to presentation demo. Resolves #14, resolves #10 7 years ago
Oliver 7dd0754cc6 Some pull request post-processing. 7 years ago