summaryrefslogtreecommitdiffstats
path: root/src/tk/text.c
Commit message (Expand)AuthorAgeFilesLines
* tk: Blink text cursorP. J. McDermott2022-01-271-1/+24
* tk/text: strchr() allowed_chars for validationP. J. McDermott2021-12-241-6/+3
* tk/text: Replace min_char and max_char with allowed_charsP. J. McDermott2021-12-241-16/+14
* tk: Define colors within local headerP. J. McDermott2021-09-251-8/+11
* tk: Handle keypad Enter keyP. J. McDermott2021-09-251-0/+1
* tk/text: Replace min_char, max_char with callbackP. J. McDermott2021-09-251-2/+8
* tk: Make text widget optionally staticP. J. McDermott2021-08-071-7/+21
* tk: Add text widget value setterP. J. McDermott2021-08-071-0/+16
* tk: Prevent buffer overrun in text constructorP. J. McDermott2021-08-071-1/+5
* tk: Add submit callback to check, radio, and textP. J. McDermott2021-08-071-1/+6
* tk: Fix text insertionP. J. McDermott2021-08-061-0/+3
* tk: Add text widget event callbackP. J. McDermott2021-08-061-19/+33
* tk: Handle text inputP. J. McDermott2021-08-061-2/+27
* tk: Move text texture updating codeP. J. McDermott2021-08-061-3/+4
* tk: Handle zero-width text renderingP. J. McDermott2021-08-061-4/+10
* 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-061-0/+10
* tk: Implement text cursor movementP. J. McDermott2021-08-061-1/+20
* tk: Pass key eventsP. J. McDermott2021-08-061-3/+14
* tk: Rename mouse event methodP. J. McDermott2021-08-061-1/+1
* tk: Implement focusing by mouseP. J. McDermott2021-08-061-2/+14
* tk: Implement focus switchingP. J. McDermott2021-08-061-2/+8
* tk: Build focus tab indexP. J. McDermott2021-08-061-1/+1
* tk: Add text widget (without event handling)P. J. McDermott2021-08-051-0/+204