Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tk: Use goto for render errors | P. J. McDermott | 2023-10-16 | 1 | -16/+9 |
* | tk: Add padding to text | P. J. McDermott | 2022-01-31 | 1 | -3/+7 |
* | tk: Add border with focus indication to text | P. J. McDermott | 2022-01-29 | 1 | -20/+45 |
* | tk: Fill text background (if editable) | P. J. McDermott | 2022-01-27 | 1 | -0/+16 |
* | tk: Blink text cursor | P. J. McDermott | 2022-01-27 | 1 | -1/+24 |
* | tk/text: strchr() allowed_chars for validation | P. J. McDermott | 2021-12-24 | 1 | -6/+3 |
* | tk/text: Replace min_char and max_char with allowed_chars | P. J. McDermott | 2021-12-24 | 1 | -16/+14 |
* | tk: Define colors within local header | P. J. McDermott | 2021-09-25 | 1 | -8/+11 |
* | tk: Handle keypad Enter key | P. J. McDermott | 2021-09-25 | 1 | -0/+1 |
* | tk/text: Replace min_char, max_char with callback | P. J. McDermott | 2021-09-25 | 1 | -2/+8 |
* | 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 |
* | 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 |