Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tk: Add (de)focus methods | P. J. McDermott | 2021-08-06 | 1 | -0/+10 |
* | tk: Pass key events | P. J. McDermott | 2021-08-06 | 1 | -0/+5 |
* | tk: Rename mouse event method | P. J. McDermott | 2021-08-06 | 1 | -15/+15 |
* | tk: Fix crash on focusing nested focusable widgets | P. J. McDermott | 2021-08-06 | 1 | -0/+3 |
* | tk: Implement focusing by mouse | P. J. McDermott | 2021-08-06 | 1 | -0/+3 |
* | tk: Build focus tab index | P. J. McDermott | 2021-08-06 | 1 | -9/+55 |
* | tk: Add container pointer to widget | P. J. McDermott | 2021-08-06 | 1 | -8/+11 |
* | tk: Add window object | P. J. McDermott | 2021-08-06 | 1 | -0/+19 |
* | tk: Support alignment of widgets in grid | P. J. McDermott | 2021-08-05 | 1 | -1/+1 |
* | tk: Handle radio button events | P. J. McDermott | 2021-08-05 | 1 | -0/+3 |
* | tk: Add internal grid constructor | P. J. McDermott | 2021-08-05 | 1 | -0/+5 |
* | tk: Support different check shapes | P. J. McDermott | 2021-08-05 | 1 | -0/+8 |
* | tk: Implement mouse button up event | P. J. McDermott | 2021-08-04 | 1 | -1/+1 |
* | tk: Reduce initialization boilerplate code | P. J. McDermott | 2021-08-04 | 1 | -0/+13 |
* | tk: Define widget and API | P. J. McDermott | 2021-08-04 | 1 | -0/+39 |