Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge lines.love | Kartik K. Agaram | 2022-12-12 | 1 | -1/+6 |
|\ | |||||
| * | repeat bugfix on source editor | Kartik K. Agaram | 2022-12-12 | 1 | -1/+6 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-12-12 | 1 | -1/+6 |
|\| | |||||
| * | bugfix: naming points in drawings | Kartik K. Agaram | 2022-12-12 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | We had a regression since commit 60e1023f0 on Nov 27. Turns out we do need the ancient hack after all. But no, we won't go back to the hack. It's a simple problem to fix right. And while we're at it, we'll fix the test harness to be more realistic so it would have caught this problem. | ||||
* | | Merge lines.love | Kartik K. Agaram | 2022-12-05 | 1 | -0/+2 |
|\| | |||||
| * | save state when clearing logs | Kartik K. Agaram | 2022-12-05 | 1 | -0/+2 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-12-05 | 2 | -0/+13 |
|\| | |||||
| * | source editor: clear logs | Kartik K. Agaram | 2022-12-05 | 2 | -0/+11 |
| | | |||||
| * | consume a mouse click when switching sides | Kartik K. Agaram | 2022-12-05 | 1 | -0/+2 |
| | | | | | | | | This way we can have the log side actually take focus sometimes. | ||||
* | | Merge lines.love | Kartik K. Agaram | 2022-11-30 | 1 | -2/+2 |
|\| | |||||
| * | compare nested tables | Kartik K. Agaram | 2022-11-30 | 1 | -2/+2 |
| | | |||||
* | | irrelevant issue fork this fork | Kartik K. Agaram | 2022-11-30 | 1 | -4/+0 |
| | | |||||
* | | include a few more forks | Kartik K. Agaram | 2022-11-30 | 1 | -0/+7 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-11-27 | 1 | -1/+1 |
|\| | |||||
| * | repeat bugfix on source editor | Kartik K. Agaram | 2022-11-27 | 1 | -1/+1 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-11-27 | 1 | -1/+1 |
|\| | |||||
| * | bugfix | Kartik K. Agaram | 2022-11-27 | 1 | -1/+1 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-11-27 | 1 | -3/+3 |
|\| | |||||
| * | undo an ancient hack; be an idiomatic LÖVE app | Kartik K. Agaram | 2022-11-27 | 1 | -3/+3 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-11-19 | 3 | -2/+9 |
|\| | |||||
| * | ctrl+a: select entire buffer | Kartik K. Agaram | 2022-11-19 | 3 | -2/+9 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-11-11 | 1 | -4/+14 |
|\| | |||||
| * | source editing: highlight [[ ]] comments/strings | Kartik K. Agaram | 2022-11-11 | 1 | -4/+14 |
| | | | | | | | | | | In the process I fixed suffix detection for patterns with more than 1 character. | ||||
* | | Merge lines.love | Kartik K. Agaram | 2022-11-06 | 1 | -1/+1 |
|\| | |||||
| * | show partial items in the menu | Kartik K. Agaram | 2022-11-06 | 1 | -1/+1 |
| | | | | | | | | | | Seeing a partial item can nudge someone to try resizing the window and so learn about more shortcuts. | ||||
* | | purge unused button infrastructure | Kartik K. Agaram | 2022-11-05 | 1 | -6/+0 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-11-03 | 5 | -24/+26 |
|\| | |||||
| * | stop tracking wallclock time | Kartik K. Agaram | 2022-11-03 | 5 | -24/+26 |
| | | | | | | | | We only need time differences. | ||||
* | | Merge lines.love | Kartik K. Agaram | 2022-09-26 | 2 | -0/+2 |
|\| | |||||
| * | fix support for absolute paths in Windows | Kartik K. Agaram | 2022-09-26 | 2 | -0/+2 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-09-19 | 4 | -48/+105 |
|\| | |||||
| * | migrate old settings, attempt #3 | Kartik K. Agaram | 2022-09-19 | 2 | -2/+44 |
| | | | | | | | | | | This time we have to handle absolute filenames. Now lines-polygon-experiment fork should merge successfully, at least. | ||||
| * | ugh, missed deleting an arg | Kartik K. Agaram | 2022-09-19 | 1 | -1/+1 |
| | | |||||
| * | handle missing cursors in settings | Kartik K. Agaram | 2022-09-19 | 1 | -3/+9 |
| | | |||||
| * | source: show files in MRU order | Kartik K. Agaram | 2022-09-19 | 1 | -4/+8 |
| | | | | | | | | | | I'm not going to save this MRU order across sessions for now. It's good enough to save cursor positions for individual files, I think. | ||||
| * | extract a couple of functions | Kartik K. Agaram | 2022-09-19 | 1 | -13/+16 |
| | | |||||
| * | source: load cursor position from settings | Kartik K. Agaram | 2022-09-19 | 1 | -2/+5 |
| | | |||||
| * | source: no commandline args | Kartik K. Agaram | 2022-09-19 | 1 | -15/+4 |
| | | |||||
| * | source: remember cursor position of multiple files | Kartik K. Agaram | 2022-09-19 | 1 | -4/+12 |
| | | |||||
| * | source: support only relative paths within the app | Kartik K. Agaram | 2022-09-19 | 1 | -5/+2 |
| | | |||||
| * | bugfix: mouse clicks on file navigator above log browser side | Kartik K. Agaram | 2022-09-18 | 1 | -0/+5 |
| | | |||||
| * | support special chars like '(' in search | Kartik K. Agaram | 2022-09-18 | 1 | -8/+8 |
| | | |||||
* | | Merge lines.love | Kartik K. Agaram | 2022-09-18 | 8 | -28/+235 |
|\| | |||||
| * | delete a duplicate filename candidate | Kartik K. Agaram | 2022-09-18 | 1 | -1/+0 |
| | | |||||
| * | filter candidates in file navigator | Kartik K. Agaram | 2022-09-18 | 2 | -1/+46 |
| | | |||||
| * | hide editor cursor while in file navigator | Kartik K. Agaram | 2022-09-18 | 3 | -6/+6 |
| | | |||||
| * | bugfix: disable typing while file navigator is open | Kartik K. Agaram | 2022-09-18 | 1 | -0/+3 |
| | | |||||
| * | support mouse clicks in file navigator | Kartik K. Agaram | 2022-09-18 | 2 | -2/+13 |
| | | |||||
| * | start showing source menu file navigation state graphically | Kartik K. Agaram | 2022-09-18 | 2 | -5/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm a bit leery of going down this road: - If there's a bug in how I render logs graphically that could be extremely misleading. Perhaps this suggests that the code to log things should be significantly simpler than the code that might be debugged. If writing the debug helper requires all my smarts I'm not smart enough to debug using the helper, etc. Given this idea, the fact that I'm copying production code into the logging helper is concerning. - There's a question of what code it's ok for logging helpers to depend on. This is an issue shared with tests. I often implicitly (and without meaning to) assume the presence of some well-tested helpers when writing tests. If those helpers ever break I can get into a rabbit hole of debugging. This problem might be even more insidious with logging helpers that will give me no indication when they break. Still and all, it's cool to see menus in my logs. Let's see if it's useful. | ||||
| * | source: up/down in file navigator | Kartik K. Agaram | 2022-09-18 | 1 | -0/+68 |
| | | | | | | | | I'm starting to use logging, but it's still easier to print textual logs. |