Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tk: Use goto for render errors | P. J. McDermott | 2023-10-16 | 1 | -15/+10 |
* | tk: Fix size and rendering position of check | P. J. McDermott | 2022-01-29 | 1 | -7/+7 |
* | tk: Simplify check render code | P. J. McDermott | 2022-01-27 | 1 | -33/+16 |
* | tk: Add border with focus indication to check | P. J. McDermott | 2022-01-27 | 1 | -4/+35 |
* | tk: Fill text background (if editable) | P. J. McDermott | 2022-01-27 | 1 | -2/+2 |
* | tk: Define colors within local header | P. J. McDermott | 2021-09-25 | 1 | -15/+23 |
* | tk: Handle keypad Enter key | P. J. McDermott | 2021-09-25 | 1 | -0/+1 |
* | tk: Add submit callback to check, radio, and text | P. J. McDermott | 2021-08-07 | 1 | -3/+6 |
* | tk: Add (de)focus methods | P. J. McDermott | 2021-08-06 | 1 | -0/+12 |
* | tk: Add check key handling | P. J. McDermott | 2021-08-06 | 1 | -1/+16 |
* | tk: Pass key events | P. J. McDermott | 2021-08-06 | 1 | -0/+10 |
* | tk: Rename mouse event method | P. J. McDermott | 2021-08-06 | 1 | -1/+1 |
* | tk: Fix crash on focusing nested focusable widgets | P. J. McDermott | 2021-08-06 | 1 | -1/+13 |
* | tk: Implement focusing by mouse | P. J. McDermott | 2021-08-06 | 1 | -0/+1 |
* | tk: Build focus tab index | P. J. McDermott | 2021-08-06 | 1 | -1/+1 |
* | tk: Make event callbacks optional | P. J. McDermott | 2021-08-06 | 1 | -0/+3 |
* | tk: Fix optional label in check | P. J. McDermott | 2021-08-05 | 1 | -1/+3 |
* | tk: Handle radio button events | P. J. McDermott | 2021-08-05 | 1 | -0/+8 |
* | tk: Add circle check | P. J. McDermott | 2021-08-05 | 1 | -0/+56 |
* | tk: Support different check shapes | P. J. McDermott | 2021-08-05 | 1 | -28/+47 |
* | tk: Add check widget | P. J. McDermott | 2021-08-05 | 1 | -0/+159 |