index
:
view.love
this commit
main
Fork of lines.love for browsing read-only text files; useful starting point for further forks
Kartik K. Agaram <vc@akkartik.com>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
migrate old settings, attempt #3
Kartik K. Agaram
2022-09-19
1
-2
/
+8
*
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: 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
*
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
1
-1
/
+4
*
hide editor cursor while in file navigator
Kartik K. Agaram
2022-09-18
1
-1
/
+1
*
bugfix: disable typing while file navigator is open
Kartik K. Agaram
2022-09-18
1
-0
/
+3
*
start showing source menu file navigation state graphically
Kartik K. Agaram
2022-09-18
1
-0
/
+1
*
bugfix: draw menu after everything else
Kartik K. Agaram
2022-09-17
1
-1
/
+1
*
easy way to make file switching more convenient
Kartik K. Agaram
2022-09-17
1
-1
/
+0
*
some debug prints
Kartik K. Agaram
2022-09-17
1
-0
/
+2
*
isolate some tests from settings
Kartik K. Agaram
2022-09-17
1
-1
/
+3
*
get rid of ugly side-effects in tests
Kartik K. Agaram
2022-09-17
1
-9
/
+9
*
bugfix: source margins when toggling log browser
Kartik K. Agaram
2022-09-17
1
-1
/
+4
*
new test
Kartik K. Agaram
2022-09-15
1
-1
/
+1
*
more correct absolute path detection
Kartik K. Agaram
2022-09-11
1
-3
/
+2
*
bugfix: path munging on Windows
Kartik K. Agaram
2022-09-10
1
-2
/
+3
*
support drawings in the source editor
Kartik K. Agaram
2022-09-05
1
-1
/
+1
*
include some missing source files
Kartik K. Agaram
2022-09-05
1
-0
/
+4
*
set window title within each app
Kartik K. Agaram
2022-09-03
1
-0
/
+2
*
editing source code from within the app
Kartik K. Agaram
2022-09-03
1
-0
/
+358