Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tk: Make text widget optionally static | P. J. McDermott | 2021-08-07 | 1 | -7/+21 |
| | |||||
* | tk: Add text widget value setter | P. J. McDermott | 2021-08-07 | 1 | -0/+16 |
| | |||||
* | tk: Prevent buffer overrun in text constructor | P. J. McDermott | 2021-08-07 | 1 | -1/+5 |
| | |||||
* | tk: Add submit callback to check, radio, and text | P. J. McDermott | 2021-08-07 | 1 | -1/+6 |
| | |||||
* | tk: Fix text insertion | P. J. McDermott | 2021-08-06 | 1 | -0/+3 |
| | |||||
* | tk: Add text widget event callback | P. J. McDermott | 2021-08-06 | 1 | -19/+33 |
| | |||||
* | tk: Handle text input | P. J. McDermott | 2021-08-06 | 1 | -2/+27 |
| | |||||
* | tk: Move text texture updating code | P. J. McDermott | 2021-08-06 | 1 | -3/+4 |
| | |||||
* | tk: Handle zero-width text rendering | P. J. McDermott | 2021-08-06 | 1 | -4/+10 |
| | | | | | | Fixes: ERROR: Couldn't create surface: Text has zero width | ||||
* | tk: Handle Backspace and Delete keys in text | P. J. McDermott | 2021-08-06 | 1 | -0/+20 |
| | |||||
* | tk: Handle Home and End keys in text widget | P. J. McDermott | 2021-08-06 | 1 | -0/+6 |
| | |||||
* | tk: Maintain static text input buffers | P. J. McDermott | 2021-08-06 | 1 | -14/+24 |
| | |||||
* | tk: Add (de)focus methods | P. J. McDermott | 2021-08-06 | 1 | -0/+10 |
| | |||||
* | tk: Implement text cursor movement | P. J. McDermott | 2021-08-06 | 1 | -1/+20 |
| | |||||
* | tk: Pass key events | P. J. McDermott | 2021-08-06 | 1 | -3/+14 |
| | |||||
* | 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 | -2/+14 |
| | |||||
* | tk: Implement focus switching | P. J. McDermott | 2021-08-06 | 1 | -2/+8 |
| | |||||
* | tk: Build focus tab index | P. J. McDermott | 2021-08-06 | 1 | -1/+1 |
| | |||||
* | tk: Add text widget (without event handling) | P. J. McDermott | 2021-08-05 | 1 | -0/+204 |