Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tk: Add border with focus indication to check | P. J. McDermott | 2022-01-27 | 1 | -7/+9 |
* | tk: Add border with focus indication to button | P. J. McDermott | 2022-01-27 | 1 | -1/+1 |
* | tk: Add border to box | P. J. McDermott | 2022-01-27 | 1 | -1/+1 |
* | tk/text: strchr() allowed_chars for validation | P. J. McDermott | 2021-12-24 | 1 | -1/+1 |
* | tk/text: Replace min_char and max_char with allowed_chars | P. J. McDermott | 2021-12-24 | 1 | -1/+1 |
* | tk: Define colors within local header | P. J. McDermott | 2021-09-25 | 1 | -18/+11 |
* | tk/text: Replace min_char, max_char with callback | P. J. McDermott | 2021-09-25 | 1 | -0/+1 |
* | tk: Make text widget optionally static | P. J. McDermott | 2021-08-07 | 1 | -1/+1 |
* | tk: Add text widget value setter | P. J. McDermott | 2021-08-07 | 1 | -0/+3 |
* | tk: Add submit callback to check, radio, and text | P. J. McDermott | 2021-08-07 | 1 | -5/+7 |
* | tk: Add window origin coordinates | P. J. McDermott | 2021-08-07 | 1 | -1/+1 |
* | tk: Add text widget event callback | P. J. McDermott | 2021-08-06 | 1 | -1/+2 |
* | tk: Handle text input | P. J. McDermott | 2021-08-06 | 1 | -1/+1 |
* | tk: Add window object | P. J. McDermott | 2021-08-06 | 1 | -12/+6 |
* | tk: Add text widget (without event handling) | P. J. McDermott | 2021-08-05 | 1 | -0/+4 |
* | tk: Support alignment of widgets in grid | P. J. McDermott | 2021-08-05 | 1 | -0/+6 |
* | tk: Add blank widget | P. J. McDermott | 2021-08-05 | 1 | -0/+3 |
* | tk: Add radio widget | P. J. McDermott | 2021-08-05 | 1 | -0/+7 |
* | tk: Add check widget | P. J. McDermott | 2021-08-05 | 1 | -0/+7 |
* | tk: Add box widget | P. J. McDermott | 2021-08-04 | 1 | -0/+4 |
* | tk: Implement mouse button up event | P. J. McDermott | 2021-08-04 | 1 | -1/+1 |
* | tk: Add grid widget | P. J. McDermott | 2021-08-04 | 1 | -0/+3 |
* | tk: Add button widget | P. J. McDermott | 2021-08-04 | 1 | -0/+5 |
* | tk: Add label widget | P. J. McDermott | 2021-08-04 | 1 | -0/+5 |
* | tk: Define widget and API | P. J. McDermott | 2021-08-04 | 1 | -0/+46 |