summaryrefslogtreecommitdiffstats
path: root/src/tk
Commit message (Collapse)AuthorAgeFilesLines
...
* tk: Fix label error messageP. J. McDermott2021-08-051-1/+1
|
* tk: Support alignment of widgets in gridP. J. McDermott2021-08-053-31/+112
|
* tk: Fix optional label in checkP. J. McDermott2021-08-051-1/+3
|
* tk: Add blank widgetP. J. McDermott2021-08-052-0/+73
|
* tk: Handle radio button eventsP. J. McDermott2021-08-053-25/+76
|
* tk: Add radio widgetP. J. McDermott2021-08-053-1/+127
| | | | Also fix an #include directive in the grid widget.
* tk: Add internal grid constructorP. J. McDermott2021-08-052-16/+36
|
* tk: Add circle checkP. J. McDermott2021-08-051-0/+56
|
* tk: Support different check shapesP. J. McDermott2021-08-052-28/+55
|
* tk: Add check widgetP. J. McDermott2021-08-052-0/+160
|
* tk: Fix grid spacingP. J. McDermott2021-08-041-2/+2
|
* tk: Render box backgroundP. J. McDermott2021-08-041-0/+16
|
* tk: Fix container event passingP. J. McDermott2021-08-042-2/+4
|
* tk: Add box widgetP. J. McDermott2021-08-042-0/+120
|
* tk: Implement mouse button up eventP. J. McDermott2021-08-045-7/+32
|
* tk: Reduce initialization boilerplate codeP. J. McDermott2021-08-044-18/+16
|
* tk: Add grid widgetP. J. McDermott2021-08-042-0/+196
|
* tk: Add button widgetP. J. McDermott2021-08-042-0/+126
|
* tk: Add label widgetP. J. McDermott2021-08-042-0/+138
|
* tk: Define widget and APIP. J. McDermott2021-08-043-0/+130