Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tk: Use goto for render errors | P. J. McDermott | 2023-10-16 | 1 | -8/+7 |
* | tk: Add border with focus indication to button | P. J. McDermott | 2022-01-27 | 1 | -3/+26 |
* | 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 | -10/+8 |
* | tk: Handle keypad Enter key | P. J. McDermott | 2021-09-25 | 1 | -0/+1 |
* | tk: Add (de)focus methods | P. J. McDermott | 2021-08-06 | 1 | -0/+12 |
* | tk: Add button key handling | P. J. McDermott | 2021-08-06 | 1 | -1/+15 |
* | 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: 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: Implement mouse button up event | P. J. McDermott | 2021-08-04 | 1 | -1/+3 |
* | tk: Reduce initialization boilerplate code | P. J. McDermott | 2021-08-04 | 1 | -6/+1 |
* | tk: Add button widget | P. J. McDermott | 2021-08-04 | 1 | -0/+125 |