Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | tk: Fix label error message | P. J. McDermott | 2021-08-05 | 1 | -1/+1 |
| | |||||
* | tk: Support alignment of widgets in grid | P. J. McDermott | 2021-08-05 | 3 | -31/+112 |
| | |||||
* | tk: Fix optional label in check | P. J. McDermott | 2021-08-05 | 1 | -1/+3 |
| | |||||
* | tk: Add blank widget | P. J. McDermott | 2021-08-05 | 2 | -0/+73 |
| | |||||
* | tk: Handle radio button events | P. J. McDermott | 2021-08-05 | 3 | -25/+76 |
| | |||||
* | tk: Add radio widget | P. J. McDermott | 2021-08-05 | 3 | -1/+127 |
| | | | | Also fix an #include directive in the grid widget. | ||||
* | tk: Add internal grid constructor | P. J. McDermott | 2021-08-05 | 2 | -16/+36 |
| | |||||
* | tk: Add circle check | P. J. McDermott | 2021-08-05 | 1 | -0/+56 |
| | |||||
* | tk: Support different check shapes | P. J. McDermott | 2021-08-05 | 2 | -28/+55 |
| | |||||
* | tk: Add check widget | P. J. McDermott | 2021-08-05 | 2 | -0/+160 |
| | |||||
* | tk: Fix grid spacing | P. J. McDermott | 2021-08-04 | 1 | -2/+2 |
| | |||||
* | tk: Render box background | P. J. McDermott | 2021-08-04 | 1 | -0/+16 |
| | |||||
* | tk: Fix container event passing | P. J. McDermott | 2021-08-04 | 2 | -2/+4 |
| | |||||
* | tk: Add box widget | P. J. McDermott | 2021-08-04 | 2 | -0/+120 |
| | |||||
* | tk: Implement mouse button up event | P. J. McDermott | 2021-08-04 | 5 | -7/+32 |
| | |||||
* | tk: Reduce initialization boilerplate code | P. J. McDermott | 2021-08-04 | 4 | -18/+16 |
| | |||||
* | tk: Add grid widget | P. J. McDermott | 2021-08-04 | 2 | -0/+196 |
| | |||||
* | tk: Add button widget | P. J. McDermott | 2021-08-04 | 2 | -0/+126 |
| | |||||
* | tk: Add label widget | P. J. McDermott | 2021-08-04 | 2 | -0/+138 |
| | |||||
* | tk: Define widget and API | P. J. McDermott | 2021-08-04 | 3 | -0/+130 |