Files in the latest check-in ordered by age
File ages are expressed relative to the check-in time of 2023-12-01 07:14:25.
Age | Files | Check-in |
---|---|---|
current |
config/colorscheme.lua config/syntax_highlighting_colorscheme.lua curses_moonbase.lua system/syntax_highlighting/lua.lua tools/reader.lua |
Tweaked colorschemes (check-in: 9b05a7275e, user: therainingmonkey, branch: redesign-gui-api) |
14.2 minutes |
system/syntax_highlighting.lua tools/editor.lua |
Clean up opening URLs in reader & editor (check-in: 58b298af5c, user: therainingmonkey, branch: redesign-gui-api) |
24.1 hours |
system/protocols.lua system/syntax_highlighting/gemini.lua |
added syntax highlighting for text/gemini (check-in: 27f3a9b80a, user: therainingmonkey, branch: redesign-gui-api) |
9.6 days |
config/reader.lua system/protocols/gemini.lua system/task_scheduler.lua system/ui/text_view_widget.lua |
Added basic support for the gemini protocol (check-in: dfb5e5d053, user: therainingmonkey, branch: redesign-gui-api) |
10.0 days |
system/ui/panes.lua system/ui/scrollview.lua tools/startpage.lua |
Made startpage use display_buffer, interfaces etc. (check-in: cc4a13327c, user: therainingmonkey, branch: redesign-gui-api) |
21.7 days |
system/files.lua system/strings.lua system/tool.lua system/ui/file_tree_widget.lua system/ui/text_edit_widget.lua |
Linter, caught several accidental globals (check-in: efd1434db2, user: therainingmonkey, branch: redesign-gui-api) |
21.7 days |
readme.md system/ui/display_buffer.lua system/ui/text_input_widget.lua |
editor: added save dialog (check-in: f69223869d, user: therainingmonkey, branch: redesign-gui-api) |
24.7 days |
config/editor.lua |
reader: added open in editor; editor: added open in reader (check-in: 6d64af852d, user: therainingmonkey, branch: redesign-gui-api) |
25.9 days |
config/ui/text_edit_widget.lua config/ui/text_view_widget.lua |
reader: scroll with keyboard; editor: fix bug caused by max_scroll_x = 0 (check-in: bff5e12b39, user: therainingmonkey, branch: redesign-gui-api) |
28.9 days |
system/ui/bar_widgets.lua |
editor: Open files using the sidebar (check-in: 3efc62ea26, user: therainingmonkey, branch: redesign-gui-api) |
63.5 days |
system/ui/container.lua |
Make Tool main view use horizonatal layout (for sidebar) (check-in: f3135d9972, user: therainingmonkey, branch: redesign-gui-api) |
63.5 days |
system/ui.lua |
Added comment to ui.window_dimensions (check-in: 811221c590, user: therainingmonkey, branch: redesign-gui-api) |
64.4 days |
tests/test_container.lua |
Sorted ui.container, worked on reader prototype (check-in: bc1bc90c72, user: therainingmonkey, branch: redesign-gui-api) |
111.4 days |
system/tables.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) |
111.5 days |
tools/console.lua |
Changed viewport:new_viewport to viewport:new (more consistent & shorter) (check-in: c026ab0dcc, user: therainingmonkey, branch: trunk) |
111.6 days |
main.lua |
Changed internal handling of enter key from '\n' to 'enter' in graphical moonbase (check-in: 65a4ba4aa4, user: therainingmonkey, branch: trunk) |
170.9 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) |
174.6 days |
config/startpage/keymap.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) |
272.6 days |
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) |
274.3 days |
system/syntax_highlighting/markdown.lua |
Improved Markdown syntax parsing, tweaked syntax highlighting colour scheme (check-in: 3b2138ad38, user: therainingmonkey, branch: trunk) |
351.5 days |
tests/test.lua |
Added containers, added inplace option for display_buffer.overlay_buffer (check-in: 794cd51bb0, user: therainingmonkey, branch: trunk) |
1.10 years |
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) |
1.20 years |
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.42 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.65 years |
system/rendering/csv.lua |
Improved text-editing widget (check-in: f7c279a75b, user: therainingmonkey, branch: trunk) |