Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | 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 | 5 | -25/+116 |
* | tk: Make event callbacks optional | P. J. McDermott | 2021-08-06 | 3 | -0/+9 |
* | splash: Generate random value for seed text input | P. J. McDermott | 2021-08-06 | 1 | -16/+25 |
* | tk: Add text widget (without event handling) | P. J. McDermott | 2021-08-05 | 4 | -16/+235 |
* | tk: Fix label error message | P. J. McDermott | 2021-08-05 | 1 | -1/+1 |
* | util: Add strdup function | P. J. McDermott | 2021-08-05 | 2 | -0/+22 |
* | tk: Support alignment of widgets in grid | P. J. McDermott | 2021-08-05 | 5 | -34/+133 |
* | tk: Fix optional label in check | P. J. McDermott | 2021-08-05 | 1 | -1/+3 |
* | splash: Add left column of labels | P. J. McDermott | 2021-08-05 | 1 | -7/+11 |
* | tk: Add blank widget | P. J. McDermott | 2021-08-05 | 3 | -0/+76 |
* | splash: Split title into separate grid | P. J. McDermott | 2021-08-05 | 1 | -55/+58 |
* | tk: Handle radio button events | P. J. McDermott | 2021-08-05 | 3 | -25/+76 |
* | tk: Add radio widget | P. J. McDermott | 2021-08-05 | 6 | -2/+167 |
* | 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 |
* | splash: Add another button | P. J. McDermott | 2021-08-05 | 1 | -1/+15 |
* | splash: Shrink color struct assignments | P. J. McDermott | 2021-08-05 | 1 | -20/+10 |
* | tk: Add check widget | P. J. McDermott | 2021-08-05 | 5 | -3/+203 |
* | 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 |
* | splash: Add non-functional "Quit" button | P. J. McDermott | 2021-08-04 | 2 | -3/+20 |
* | tk: Add box widget | P. J. McDermott | 2021-08-04 | 4 | -14/+145 |
* | tk: Implement mouse button up event | P. J. McDermott | 2021-08-04 | 7 | -9/+44 |
* | tk: Reduce initialization boilerplate code | P. J. McDermott | 2021-08-04 | 4 | -18/+16 |
* | widget: Remove | P. J. McDermott | 2021-08-04 | 3 | -158/+1 |
* | splash: Use mftk | P. J. McDermott | 2021-08-04 | 1 | -69/+43 |
* | tk: Add grid widget | P. J. McDermott | 2021-08-04 | 3 | -0/+199 |
* | tk: Add button widget | P. J. McDermott | 2021-08-04 | 3 | -0/+131 |
* | tk: Add label widget | P. J. McDermott | 2021-08-04 | 3 | -0/+143 |
* | tk: Define widget and API | P. J. McDermott | 2021-08-04 | 5 | -0/+179 |
* | splash: Add non-functional "Play" button | P. J. McDermott | 2021-08-03 | 2 | -2/+32 |
* | widget: Add button | P. J. McDermott | 2021-08-03 | 2 | -0/+49 |
* | ttf: Rename to widget | P. J. McDermott | 2021-08-03 | 4 | -12/+11 |
* | ttf: Center text within line skip height | P. J. McDermott | 2021-08-03 | 1 | -2/+5 |
* | splash: Align text by the baseline | P. J. McDermott | 2021-08-03 | 4 | -33/+109 |