Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tk: Add focus indication to radio | P. J. McDermott | 2022-01-29 | 1 | -4/+19 |
| | |||||
* | tk: Simplify check render code | P. J. McDermott | 2022-01-27 | 1 | -33/+16 |
| | |||||
* | tk: Add border with focus indication to check | P. J. McDermott | 2022-01-27 | 2 | -9/+41 |
| | |||||
* | tk: Add border with focus indication to button | P. J. McDermott | 2022-01-27 | 2 | -3/+34 |
| | |||||
* | tk: Fill text background (if editable) | P. J. McDermott | 2022-01-27 | 4 | -12/+24 |
| | | | | And use the same macros for all background fill colors. | ||||
* | tk: Blink text cursor | P. J. McDermott | 2022-01-27 | 2 | -1/+26 |
| | |||||
* | tk: Add border to box | P. J. McDermott | 2022-01-27 | 2 | -12/+49 |
| | |||||
* | tk: Improve declaration alignment | P. J. McDermott | 2022-01-27 | 1 | -3/+3 |
| | |||||
* | 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 | 7 | -50/+105 |
| | |||||
* | tk: Handle keypad Enter key | P. J. McDermott | 2021-09-25 | 4 | -0/+4 |
| | |||||
* | 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 | 3 | -7/+20 |
| | |||||
* | tk: Fix box positioning | P. J. McDermott | 2021-08-07 | 1 | -2/+2 |
| | |||||
* | tk: Add window origin coordinates | P. J. McDermott | 2021-08-07 | 1 | -3/+7 |
| | |||||
* | splash, tk: Clarify and standardize function ptrs | P. J. McDermott | 2021-08-07 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -2/+30 |
| | |||||
* | 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 | 7 | -0/+73 |
| | |||||
* | tk: Implement text cursor movement | P. J. McDermott | 2021-08-06 | 1 | -1/+20 |
| | |||||
* | tk: Add radio key handling | P. J. McDermott | 2021-08-06 | 1 | -2/+38 |
| | |||||
* | tk: Add button key handling | P. J. McDermott | 2021-08-06 | 1 | -1/+15 |
| | |||||
* | tk: Add check key handling | P. J. McDermott | 2021-08-06 | 1 | -1/+16 |
| | |||||
* | tk: Pass key events | P. J. McDermott | 2021-08-06 | 7 | -4/+57 |
| | |||||
* | tk: Rename mouse event method | P. J. McDermott | 2021-08-06 | 11 | -29/+31 |
| | |||||
* | tk: Fix crash on focusing nested focusable widgets | P. J. McDermott | 2021-08-06 | 3 | -2/+19 |
| | |||||
* | tk: Implement focusing by mouse | P. J. McDermott | 2021-08-06 | 6 | -2/+37 |
| | |||||
* | tk: Fix focus tab indexing | P. J. McDermott | 2021-08-06 | 2 | -2/+2 |
| | |||||
* | tk: Implement focus switching | P. J. McDermott | 2021-08-06 | 2 | -3/+32 |
| | |||||
* | tk: Adjust var declarations vertical alignment | P. J. McDermott | 2021-08-06 | 1 | -3/+3 |
| | |||||
* | tk: Build focus tab index | P. J. McDermott | 2021-08-06 | 9 | -15/+114 |
| | |||||
* | tk: Add container pointer to widget | P. J. McDermott | 2021-08-06 | 3 | -8/+18 |
| | |||||
* | tk: Add window object | P. J. McDermott | 2021-08-06 | 3 | -1/+97 |
| | |||||
* | tk: Make event callbacks optional | P. J. McDermott | 2021-08-06 | 3 | -0/+9 |
| | |||||
* | tk: Add text widget (without event handling) | P. J. McDermott | 2021-08-05 | 2 | -0/+205 |
| | |||||
* | tk: Fix label error message | P. J. McDermott | 2021-08-05 | 1 | -1/+1 |
| | |||||
* | tk: Support alignment of widgets in grid | P. J. McDermott | 2021-08-05 | 3 | -31/+112 |
| | |||||
* | tk: Fix optional label in check | P. J. McDermott | 2021-08-05 | 1 | -1/+3 |
| | |||||
* | tk: Add blank widget | P. J. McDermott | 2021-08-05 | 2 | -0/+73 |
| | |||||
* | tk: Handle radio button events | P. J. McDermott | 2021-08-05 | 3 | -25/+76 |
| |