Commit message (Expand) | 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 | 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 |
* | 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 |
* | tk: Add radio widget | P. J. McDermott | 2021-08-05 | 3 | -1/+127 |
* | tk: Add internal grid constructor | P. J. McDermott | 2021-08-05 | 2 | -16/+36 |
* | tk: Add circle check | P. J. McDermott | 2021-08-05 | 1 | -0/+56 |
* | tk: Support different check shapes | P. J. McDermott | 2021-08-05 | 2 | -28/+55 |
* | tk: Add check widget | P. J. McDermott | 2021-08-05 | 2 | -0/+160 |
* | tk: Fix grid spacing | P. J. McDermott | 2021-08-04 | 1 | -2/+2 |
* | tk: Render box background | P. J. McDermott | 2021-08-04 | 1 | -0/+16 |
* | tk: Fix container event passing | P. J. McDermott | 2021-08-04 | 2 | -2/+4 |
* | tk: Add box widget | P. J. McDermott | 2021-08-04 | 2 | -0/+120 |
* | tk: Implement mouse button up event | P. J. McDermott | 2021-08-04 | 5 | -7/+32 |
* | tk: Reduce initialization boilerplate code | P. J. McDermott | 2021-08-04 | 4 | -18/+16 |
* | tk: Add grid widget | P. J. McDermott | 2021-08-04 | 2 | -0/+196 |
* | tk: Add button widget | P. J. McDermott | 2021-08-04 | 2 | -0/+126 |