about summary refs log tree commit diff stats
path: root/text_tests.lua
Commit message (Expand)AuthorAgeFilesLines
...
* flesh out some tests for word movementsKartik K. Agaram2022-07-111-0/+125
* yet another bugfix in selection managementKartik K. Agaram2022-07-071-18/+1
* bugfix: clicking on empty linesKartik K. Agaram2022-07-011-0/+16
* right marginKartik K. Agaram2022-06-301-0/+71
* rip out notion of Line_widthKartik K. Agaram2022-06-301-84/+17
* bugfix: lines that aren't drawn from the startKartik K. Agaram2022-06-301-0/+21
* some redundant callsKartik K. Agaram2022-06-301-4/+0
* clicking to the right of a line within line widthKartik K. Agaram2022-06-291-0/+22
* bugfix: clicking past end of screen lineKartik K. Agaram2022-06-291-0/+49
* bugfix: scrolling in left/right movementsKartik K. Agaram2022-06-281-0/+118
* bugfix: typing a capital letter deletes selectionKartik K. Agaram2022-06-261-0/+22
* bugfix: deleting a selection spanning pagesKartik K. Agaram2022-06-261-0/+25
* bugfix: don't delete selection when moving cursorKartik K. Agaram2022-06-231-0/+18
* keep drawings within the line width slider as wellKartik K. Agaram2022-06-221-2/+3
* bugfix: delete selection before pastingKartik K. Agaram2022-06-211-0/+38
* revert selection logic to before commit 3ffc2ed8fKartik K. Agaram2022-06-201-0/+1
* snapshot: test for a new regressionKartik K. Agaram2022-06-201-0/+22
* selection bugfixKartik K. Agaram2022-06-201-0/+18
* no, that's not rightKartik K. Agaram2022-06-201-0/+22
* bugfix: typing should delete highlighted textKartik K. Agaram2022-06-201-0/+17
* bugfixKartik K. Agaram2022-06-191-0/+18
* extract variables for drawing paddingKartik K. Agaram2022-06-141-1/+1
* extract variable Margin_leftKartik K. Agaram2022-06-141-44/+38
* .Kartik K. Agaram2022-06-141-1/+0
* lots more testsKartik K. Agaram2022-06-141-0/+65
* mouse buttons are integers, not stringsKartik K. Agaram2022-06-141-16/+16
* answered an open questionKartik K. Agaram2022-06-141-1/+0
* bugfixKartik K. Agaram2022-06-141-0/+25
* bugfix: UTF-8 in compute_fragmentsKartik K. Agaram2022-06-141-0/+18
* .Kartik K. Agaram2022-06-141-2/+2
* new testKartik K. Agaram2022-06-121-0/+17
* new testKartik K. Agaram2022-06-121-0/+12
* override mouse state lookups in testsKartik K. Agaram2022-06-121-19/+19
* include a unit testKartik K. Agaram2022-06-091-0/+17
* fix a corner case when selecting textKartik K. Agaram2022-06-091-0/+30
* moveKartik K. Agaram2022-06-091-4/+4
* test both ways of selecting text with mouseKartik K. Agaram2022-06-091-4/+25
* another bugfix in scrolling while inserting textKartik K. Agaram2022-06-051-2/+21
* bugfix in previous commitKartik K. Agaram2022-06-051-0/+10
* check for scroll when just typingKartik K. Agaram2022-06-051-2/+33
* some typosKartik K. Agaram2022-06-051-2/+2
* experiment: slightly adaptive scrollingKartik K. Agaram2022-06-041-14/+42
* select text with shift + mouseclickKartik K. Agaram2022-06-041-0/+28
* extract a couple of filesKartik K. Agaram2022-06-031-0/+931