summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* tk: Add window origin coordinatesP. J. McDermott2021-08-073-5/+9
|
* menu: Improve quit handling; free strings earlierP. J. McDermott2021-08-071-14/+14
|
* menu: Handle escape keyP. J. McDermott2021-08-071-0/+7
|
* menu: Log game infoP. J. McDermott2021-08-071-0/+5
|
* menu: Replace switch with arrayP. J. McDermott2021-08-071-13/+4
|
* splash: Rename to menuP. J. McDermott2021-08-074-50/+48
|
* splash, tk: Clarify and standardize function ptrsP. J. McDermott2021-08-072-5/+6
|
* splash: Make callbacks usefulP. J. McDermott2021-08-071-29/+57
|
* tk: Fix text insertionP. J. McDermott2021-08-061-0/+3
|
* tk: Add text widget event callbackP. J. McDermott2021-08-063-21/+44
|
* tk: Handle text inputP. J. McDermott2021-08-063-3/+31
|
* tk: Move text texture updating codeP. J. McDermott2021-08-061-3/+4
|
* tk: Handle zero-width text renderingP. J. McDermott2021-08-061-4/+10
| | | | | | Fixes: ERROR: Couldn't create surface: Text has zero width
* tk: Handle Backspace and Delete keys in textP. J. McDermott2021-08-061-0/+20
|
* tk: Handle Home and End keys in text widgetP. J. McDermott2021-08-061-0/+6
|
* tk: Maintain static text input buffersP. J. McDermott2021-08-061-14/+24
|
* tk: Add (de)focus methodsP. J. McDermott2021-08-067-0/+73
|
* tk: Implement text cursor movementP. J. McDermott2021-08-061-1/+20
|
* tk: Add radio key handlingP. J. McDermott2021-08-061-2/+38
|
* tk: Add button key handlingP. J. McDermott2021-08-061-1/+15
|
* tk: Add check key handlingP. J. McDermott2021-08-061-1/+16
|
* tk: Pass key eventsP. J. McDermott2021-08-067-4/+57
|
* tk: Rename mouse event methodP. J. McDermott2021-08-0611-29/+31
|
* tk: Fix crash on focusing nested focusable widgetsP. J. McDermott2021-08-063-2/+19
|
* tk: Implement focusing by mouseP. J. McDermott2021-08-066-2/+37
|
* tk: Fix focus tab indexingP. J. McDermott2021-08-062-2/+2
|
* tk: Implement focus switchingP. J. McDermott2021-08-062-3/+32
|
* tk: Adjust var declarations vertical alignmentP. J. McDermott2021-08-061-3/+3
|
* tk: Build focus tab indexP. J. McDermott2021-08-069-15/+114
|
* tk: Add container pointer to widgetP. J. McDermott2021-08-063-8/+18
|
* tk: Add window objectP. J. McDermott2021-08-065-25/+116
|
* tk: Make event callbacks optionalP. J. McDermott2021-08-063-0/+9
|
* splash: Generate random value for seed text inputP. J. McDermott2021-08-061-16/+25
|
* tk: Add text widget (without event handling)P. J. McDermott2021-08-054-16/+235
|
* tk: Fix label error messageP. J. McDermott2021-08-051-1/+1
|
* util: Add strdup functionP. J. McDermott2021-08-052-0/+22
|
* tk: Support alignment of widgets in gridP. J. McDermott2021-08-055-34/+133
|
* tk: Fix optional label in checkP. J. McDermott2021-08-051-1/+3
|
* splash: Add left column of labelsP. J. McDermott2021-08-051-7/+11
|
* tk: Add blank widgetP. J. McDermott2021-08-053-0/+76
|
* splash: Split title into separate gridP. J. McDermott2021-08-051-55/+58
|
* tk: Handle radio button eventsP. J. McDermott2021-08-053-25/+76
|
* tk: Add radio widgetP. J. McDermott2021-08-056-2/+167
| | | | Also fix an #include directive in the grid widget.
* tk: Add internal grid constructorP. J. McDermott2021-08-052-16/+36
|
* tk: Add circle checkP. J. McDermott2021-08-051-0/+56
|
* tk: Support different check shapesP. J. McDermott2021-08-052-28/+55
|
* splash: Add another buttonP. J. McDermott2021-08-051-1/+15
|
* splash: Shrink color struct assignmentsP. J. McDermott2021-08-051-20/+10
|
* tk: Add check widgetP. J. McDermott2021-08-055-3/+203
|
* tk: Fix grid spacingP. J. McDermott2021-08-041-2/+2
|