Files in the latest check-in of branch trunk ordered by age
File ages are expressed relative to the check-in time of 2023-08-13 13:36:07.
Age | Files | Check-in |
---|---|---|
current |
readme.md |
Added luarocks dependencies to readme (check-in: 9969b6f2a0, user: therainingmonkey, branch: trunk) |
1.7 days |
tools/editor.lua |
caught bug where file_tree_widget didn't scroll in editor open dialogue (check-in: 34e8076ac2, user: therainingmonkey, branch: trunk) |
1.7 days |
system/tables.lua system/ui/file_tree_widget.lua tools/file_browser.lua |
Stop deepcopy stack overflow on recursive tables; gave file_tree_widget a scrolling viewport (check-in: 9f67317f44, user: therainingmonkey, branch: trunk) |
1.8 days |
system/ui/panes.lua system/ui/text_edit_widget.lua system/ui/viewport.lua tools/console.lua tools/reader.lua |
Changed viewport:new_viewport to viewport:new (more consistent & shorter) (check-in: c026ab0dcc, user: therainingmonkey, branch: trunk) |
1.8 days |
system/ui/text_input_widget.lua |
Pressing escape now cancels a text_input_widget or file_tree_widget (check-in: 12efdd5cfb, user: therainingmonkey, branch: trunk) |
1.8 days |
main.lua |
Changed internal handling of enter key from '\n' to 'enter' in graphical moonbase (check-in: 65a4ba4aa4, user: therainingmonkey, branch: trunk) |
1.9 days |
curses_moonbase.lua |
Changed internal handling of enter key from '\n' to 'enter' (check-in: fd78ef1043, user: therainingmonkey, branch: trunk) |
26.9 days |
system/ui/containers.lua system/ui/display_buffer.lua tests/test_containers.lua |
fixed pinned_bottom container, made console use it (check-in: 91a0cc5a48, user: therainingmonkey, branch: trunk) |
61.1 days |
system/ui/table_view_widget.lua tests/test_table_view.lua tools/tests.lua |
Added table view widget (check-in: 6ffbd57982, user: therainingmonkey, branch: trunk) |
64.9 days |
config/startpage/keymap.lua tools/startpage.lua |
Added filebrowser to startpage, passed script args as params to tools launched from the initial command, editor save prompt is prefilled with current filename (check-in: 5e41e27402, user: therainingmonkey, branch: trunk) |
64.9 days |
system/files.lua system/task_scheduler.lua |
Filebrowser can open files in another tool (check-in: 41b4a87c25, user: therainingmonkey, branch: trunk) |
161.9 days |
config/syntax_highlighting_colorscheme.lua |
graphical frontend: reduce saturation; editor: report filename in title (check-in: 38f66b7373, user: therainingmonkey, branch: trunk) |
162.9 days |
system/strings.lua system/ui.lua tools/task_manager.lua |
Implemented table_view_widget, change task manager to use it; add strings.sub; scheduler updates visible task on maximize_panel; move request_pane_dimensions from ui to panes; made console scrollback resize aware (check-in: a337f63916, user: therainingmonkey, branch: trunk) |
164.6 days |
system/syntax_highlighting/markdown.lua |
Improved Markdown syntax parsing, tweaked syntax highlighting colour scheme (check-in: 3b2138ad38, user: therainingmonkey, branch: trunk) |
169.7 days |
system/syntax_highlighting.lua system/syntax_highlighting/lua.lua |
Add markdown syntax highlighting; change syntax highlighting format; started pinned_top and pinned_bottom containers; DRY some deepcopy functions (check-in: 85c4023cf8, user: therainingmonkey, branch: trunk) |
191.9 days |
config/colorscheme.lua |
Syntax highlighting refactor (check-in: ce579d9cc3, user: therainingmonkey, branch: trunk) |
241.8 days |
tests/test.lua |
Added containers, added inplace option for display_buffer.overlay_buffer (check-in: 794cd51bb0, user: therainingmonkey, branch: trunk) |
268.5 days |
tests/test_editor.lua |
Added rudimentary syntax highlighting for .lua files in editor (check-in: 94fef18162, user: therainingmonkey, branch: trunk) |
283.8 days |
config/ui/text_edit_widget.lua |
Added pggup / pgdn scrolling to editor (check-in: 86ca841268, user: therainingmonkey, branch: trunk) |
290.8 days |
tests/test_strings.lua |
strings: don't include separator in result; added test for strings module; added simple generic test module (check-in: b00814a790, user: therainingmonkey, branch: frontend-rewrite) |
293.8 days |
tools/sidebar.lua |
Began work on console, added files previously not tracked (whoops) (check-in: ba28a81e5f, user: therainingmonkey, branch: frontend-rewrite) |
323.8 days |
config/editor.lua |
tweaked config.editor (check-in: 443e02ad27, user: casper, branch: trunk) |
327.5 days |
config/reader.lua |
Added saving to editor, including confirmation on overwrite; added files library (check-in: c9f9768378, user: casper, branch: trunk) |
327.6 days |
config/keymap.lua |
Implemented toggle fullscreen pane; refactor ui.visible tasks to less confusing name ui.visible_panes (check-in: 19172a6211, user: casper, branch: trunk) |
1.12 years |
config/fonts/Hack-Regular.ttf config/fonts/fallbacks/NotoEmoji-Regular.ttf config/fonts/fallbacks/NotoSansDisplay-Black.ttf config/fonts/fallbacks/NotoSansMono-Regular.ttf config/fonts/fallbacks/NotoSansSymbols-Regular.ttf config/fonts/fallbacks/NotoSansSymbols2-Regular.ttf graphical_moonbase.fish system/rendering/html.lua system/utf-8.lua |
major rewrite (check-in: 184737f5d9, user: therainingmonkey, branch: trunk) |
2.35 years |
system/rendering/csv.lua |
Improved text-editing widget (check-in: f7c279a75b, user: therainingmonkey, branch: trunk) |