Oliver
ccd80aa4fc
Minor code reduction.
2018-03-05 14:18:04 +01:00
Oliver
8cb36ea743
Added expansion factor to table cells which grows columns if there is more space than needed. Resolves #62
2018-03-05 14:07:18 +01:00
Oliver
a3971dc430
Rewrote WordWrap() function due to bugs.
2018-03-04 15:01:12 +01:00
Oliver
3bac79f308
Added RemoveItem() to Grid and Flex. Resolves #63
2018-03-02 17:07:46 +01:00
Oliver
a5c65a977d
Added an initial guide for contributions.
2018-03-01 18:29:33 +01:00
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.
2018-02-28 20:37:00 +01:00
Robert Craig
7c2d6fc65f
Added README files for demos to make screenshots easier to view on github
2018-02-28 10:24:01 -05:00
Oliver
8c2cd21162
Added a Draw callback to Box which exposes tcell.Screen. Resolves #57
2018-02-22 12:33:11 +01:00
Oliver
aea500559b
Formatting fix.
2018-02-20 17:34:19 +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
5248687f16
Merge branch 'grid'
2018-02-20 11:38:40 +01:00
Oliver
fd3e872331
Introducing Grid. Resolves #23
2018-02-20 11:37:51 +01:00
Oliver
fc2a37cc86
Added a Grid example to the presentation.
2018-02-20 11:35:32 +01:00
Oliver
02207b90b2
Added a Grid example to the presentation.
2018-02-20 11:30:57 +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
Oliver
f6602e7eb1
Updated Flex documentation.
2018-02-15 18:35:27 +01:00
Oliver
37a7254a64
Some comment cleanup.
2018-02-13 14:17:51 +01:00
rivo
2a7e773060
Merge pull request #56 from sachaos/master
...
Add GetOffset method on Table
2018-02-13 14:15:23 +01:00
Takumasa Sakao
453c374c1c
Add GetOffset method on Table
2018-02-12 03:35:26 +09:00
Oliver
acf9158c77
Flex layout can have nil elements.
2018-02-06 12:30:52 +01:00
Oliver
d448b35bc5
Changed the wording in the README. There are no releases. Resolves #50
2018-02-05 14:17:38 +01:00
Oliver
2a83b20ce3
Improved documentation.
2018-01-24 21:48:53 +01:00
Oliver
03571f15bb
When a page with focus is removed, we should not end up with no focus anywhere. Also some simplifications.
2018-01-21 21:50:11 +01:00
Oliver
ef6026df3d
Fixed table background colors. More sophisticated but more aesthetically pleasing. Fixes #20
2018-01-20 23:04:09 +01:00
Oliver
f3686bfe15
Fixed Table.SetCellSimple(). Resolves #35
2018-01-20 15:59:52 +01:00
Oliver
89ae756605
Adding a page and switching to it is now possible.
2018-01-19 21:12:33 +01:00
Oliver
7c086b1113
Updated Form documentation.
2018-01-19 08:37:01 +01:00
Oliver
4db30f9ed4
"FieldLength" is now "FieldWidth" everywhere for clarity and consistency. Sorry for this breaking change. It is better in the long run.
2018-01-17 21:17:59 +01:00
Oliver
258f212e5e
Added color tag functionality to all strings. Resolves #25
2018-01-17 17:13:36 +01:00
Oliver
13cf1c1ee4
Added a way to output tags as cleartext in TextView even if dynamic colors or regions are enabled.
2018-01-17 10:09:09 +01:00
Oliver
95e3124245
Fixed Table cell background colors for column-only selections.
2018-01-17 09:34:45 +01:00
Oliver
e349b48fe4
Updated readme.
2018-01-17 07:44:49 +01:00
Oliver
aa25839cfa
Introduced horizontal item alignment in forms. Resolves #33
2018-01-16 20:45:54 +01:00
Oliver
c105638ec3
Form now has a Clear() function. Resolves #32
2018-01-15 10:04:03 +01:00
Oliver
9608f5b3b5
Clarifying SetInputCapture() in documentation.
2018-01-14 21:54:05 +01:00
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
2018-01-14 21:29:34 +01:00
Oliver
f61c66bb82
Minor bugfix in Table.
2018-01-14 15:16:54 +01:00
Oliver
97450a0de3
Added individual cell background colors. Resolves #20
2018-01-14 15:16:00 +01:00
Oliver
213f13fcc4
Added individual cell background colors. Resolves #20
2018-01-14 15:11:37 +01:00
Oliver
b423641ec2
Expanded the TableCell definition in preparation of adding individual cell background colors.
2018-01-14 14:41:47 +01:00
Oliver
4c0e74ada0
Flex demo is probably better without a border.
2018-01-14 14:20:46 +01:00
Oliver
5fd6365352
Flex must call Box's Draw() function first. Fixes #26
2018-01-14 13:50:58 +01:00
Oliver
677c227861
Some post-processing of pull request #29 . Resolves #27
2018-01-14 13:46:37 +01:00
rivo
db90355feb
Merge pull request #29 from maja42/TableSelectionHandling
...
Thanks.
2018-01-14 13:40:37 +01:00
Oliver
8bc6a3f684
Minor additions to pull request #30 . Resolves #28 .
2018-01-14 13:35:57 +01:00
rivo
f26cdc84a2
Merge pull request #30 from maja42/TextViewScrolling
...
Thanks. I will make some modifications to this. You might want to check them out.
2018-01-14 13:32:08 +01:00