Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tk: Add submit callback to check, radio, and text | P. J. McDermott | 2021-08-07 | 1 | -3/+8 |
* | splash, tk: Clarify and standardize function ptrs | P. J. McDermott | 2021-08-07 | 1 | -1/+1 |
* | tk: Add (de)focus methods | P. J. McDermott | 2021-08-06 | 1 | -0/+12 |
* | tk: Add radio key handling | P. J. McDermott | 2021-08-06 | 1 | -2/+38 |
* | 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 | -2/+3 |
* | tk: Fix crash on focusing nested focusable widgets | P. J. McDermott | 2021-08-06 | 1 | -1/+3 |
* | tk: Implement focusing by mouse | P. J. McDermott | 2021-08-06 | 1 | -0/+10 |
* | 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: Support alignment of widgets in grid | P. J. McDermott | 2021-08-05 | 1 | -1/+2 |
* | tk: Handle radio button events | P. J. McDermott | 2021-08-05 | 1 | -25/+65 |
* | tk: Add radio widget | P. J. McDermott | 2021-08-05 | 1 | -0/+125 |