summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* tk: Render box backgroundP. J. McDermott2021-08-041-0/+16
|
* tk: Fix container event passingP. J. McDermott2021-08-042-2/+4
|
* splash: Add non-functional "Quit" buttonP. J. McDermott2021-08-042-3/+20
|
* tk: Add box widgetP. J. McDermott2021-08-044-14/+145
|
* tk: Implement mouse button up eventP. J. McDermott2021-08-047-9/+44
|
* tk: Reduce initialization boilerplate codeP. J. McDermott2021-08-044-18/+16
|
* widget: RemoveP. J. McDermott2021-08-043-158/+1
|
* splash: Use mftkP. J. McDermott2021-08-041-69/+43
|
* tk: Add grid widgetP. J. McDermott2021-08-043-0/+199
|
* tk: Add button widgetP. J. McDermott2021-08-043-0/+131
|
* tk: Add label widgetP. J. McDermott2021-08-043-0/+143
|
* tk: Define widget and APIP. J. McDermott2021-08-045-0/+179
|
* splash: Add non-functional "Play" buttonP. J. McDermott2021-08-032-2/+32
|
* widget: Add buttonP. J. McDermott2021-08-032-0/+49
|
* ttf: Rename to widgetP. J. McDermott2021-08-034-12/+11
|
* ttf: Center text within line skip heightP. J. McDermott2021-08-031-2/+5
| | | | And free text surface.
* splash: Align text by the baselineP. J. McDermott2021-08-034-33/+109
| | | | And factor out text rendering into a shared interface.
* splash: New (WIP) screenP. J. McDermott2021-08-025-1/+237
|
* maze: Fix renderingP. J. McDermott2021-08-021-4/+4
| | | | Wow.
* maze: Set drawing colorP. J. McDermott2021-08-022-2/+11
|