Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |