Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2023-12-01
| ||
07:14 | Tweaked colorschemes Leaf check-in: 9b05a7275e user: therainingmonkey tags: redesign-gui-api | |
07:00 | Clean up opening URLs in reader & editor check-in: 58b298af5c user: therainingmonkey tags: redesign-gui-api | |
2023-11-30
| ||
07:19 | Added gemini to guess_syntax, added Editor: to editor titles check-in: 5dccf1435e user: therainingmonkey tags: redesign-gui-api | |
07:05 | added syntax highlighting for text/gemini check-in: 27f3a9b80a user: therainingmonkey tags: redesign-gui-api | |
05:48 | reader: use protocols:get_url in open() check-in: ab715c7597 user: therainingmonkey tags: redesign-gui-api | |
2023-11-21
| ||
16:36 | Added basic support for the gemini protocol check-in: dfb5e5d053 user: therainingmonkey tags: redesign-gui-api | |
07:30 | Made startpage use display_buffer, interfaces etc. check-in: cc4a13327c user: therainingmonkey tags: redesign-gui-api | |
2023-11-09
| ||
14:11 | Linter, caught several accidental globals check-in: efd1434db2 user: therainingmonkey tags: redesign-gui-api | |
13:44 | editor: added save dialog check-in: f69223869d user: therainingmonkey tags: redesign-gui-api | |
2023-11-06
| ||
13:25 | reader: added open in editor; editor: added open in reader check-in: 6d64af852d user: therainingmonkey tags: redesign-gui-api | |
2023-11-05
| ||
09:23 | reader: scroll with keyboard; editor: fix bug caused by max_scroll_x = 0 check-in: bff5e12b39 user: therainingmonkey tags: redesign-gui-api | |
08:10 | editor: documents now open at the top, rather than the previous position; moved syntax guessing from editor to syntax_highlighting; made reader use syntax highlighting check-in: 1130c6f9f6 user: therainingmonkey tags: redesign-gui-api | |
07:54 | Moved open file from sidebar logic into tool prototype check-in: e81dd27059 user: therainingmonkey tags: redesign-gui-api | |
07:27 | Made display_buffer handle tabs, added reader:open() check-in: 0ffa397e38 user: therainingmonkey tags: redesign-gui-api | |
2023-11-03
| ||
10:04 | Made reader use text_view_widget check-in: c9d5a768a1 user: therainingmonkey tags: redesign-gui-api | |
08:19 | Added text_view_widget.lua check-in: f442054fe5 user: therainingmonkey tags: redesign-gui-api | |
2023-11-02
| ||
11:03 | curses_moonbase.lua: handle alt-key combos check-in: 5adf7c34c3 user: therainingmonkey tags: redesign-gui-api | |
10:46 | editor: Open files using the sidebar check-in: 3efc62ea26 user: therainingmonkey tags: redesign-gui-api | |
07:33 | Improved editor & requisite changes check-in: 648b5ac380 user: therainingmonkey tags: redesign-gui-api | |
2023-09-29
| ||
16:20 | Updated text_edit_widget check-in: 03a002bd2e user: therainingmonkey tags: redesign-gui-api | |
15:52 | Started updatingtext_edit_widget and editor check-in: b605b5015d user: therainingmonkey tags: redesign-gui-api | |
2023-09-28
| ||
20:38 | Tweaked colours - renamed normal to highlight and highlight to accent check-in: 8315f438fc user: therainingmonkey tags: redesign-gui-api | |
20:24 | Make Tool main view use horizonatal layout (for sidebar) check-in: f3135d9972 user: therainingmonkey tags: redesign-gui-api | |
20:15 | Added comment to ui.window_dimensions check-in: 811221c590 user: therainingmonkey tags: redesign-gui-api | |
2023-09-27
| ||
21:47 | Sorted ui.container, worked on reader prototype check-in: bc1bc90c72 user: therainingmonkey tags: redesign-gui-api | |
2023-08-25
| ||
01:16 | Got tool prototype in a decent shape check-in: 97581ffbda user: therainingmonkey tags: redesign-gui-api | |
2023-08-24
| ||
01:27 | Deleted sidebar tool (better to use a widget and a container) check-in: 6da8936202 user: therainingmonkey tags: redesign-gui-api | |
2023-08-23
| ||
17:38 | Start the redesign-gui-api branch! check-in: 391e40c49a user: therainingmonkey tags: redesign-gui-api | |
2023-08-13
| ||
13:36 | Added luarocks dependencies to readme Leaf check-in: 9969b6f2a0 user: therainingmonkey tags: trunk | |
2023-08-11
| ||
20:31 | caught bug where file_tree_widget didn't scroll in editor open dialogue check-in: 34e8076ac2 user: therainingmonkey tags: trunk | |
20:28 | Stop deepcopy stack overflow on recursive tables; gave file_tree_widget a scrolling viewport check-in: 9f67317f44 user: therainingmonkey tags: trunk | |
18:53 | Changed viewport:new_viewport to viewport:new (more consistent & shorter) check-in: c026ab0dcc user: therainingmonkey tags: trunk | |
17:44 | Pressing escape now cancels a text_input_widget or file_tree_widget check-in: 12efdd5cfb user: therainingmonkey tags: trunk | |
17:12 | Changed internal handling of enter key from '\n' to 'enter' in graphical moonbase check-in: 65a4ba4aa4 user: therainingmonkey tags: trunk | |
17:08 | Changed internal handling of enter key from '\n' to 'enter' check-in: fd78ef1043 user: therainingmonkey tags: trunk | |
16:54 | curses: use raw mode (distinguish ^N and \n) check-in: bbd9a18589 user: therainingmonkey tags: trunk | |
2023-07-31
| ||
14:36 | Opening files in editor now uses file_tree widget check-in: 4c5d57fee9 user: therainingmonkey tags: trunk | |
2023-07-17
| ||
15:50 | fixed pinned_bottom container, made console use it check-in: 91a0cc5a48 user: therainingmonkey tags: trunk | |
2023-06-15
| ||
14:12 | Caught bug when launching curses_moonbase.lua with no args check-in: b748d2818e user: therainingmonkey tags: trunk | |
2023-06-13
| ||
10:01 | Added table view widget check-in: 6ffbd57982 user: therainingmonkey tags: trunk | |
2023-06-09
| ||
16:39 | 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 tags: trunk | |
15:33 | Filebrowser can open files in another tool check-in: 41b4a87c25 user: therainingmonkey tags: trunk | |
14:26 | Filebrowser in working state check-in: 9c90013f5d user: therainingmonkey tags: trunk | |
13:34 | Added rudimentary file browser prototype check-in: 43bfeb3209 user: therainingmonkey tags: trunk | |
12:45 | Added read_dir to files.lua check-in: 309fcfefb4 user: therainingmonkey tags: trunk | |
2023-03-30
| ||
14:57 | Made active task respond to maximise/kill events check-in: 1bd7e50853 user: therainingmonkey tags: trunk | |
2023-03-04
| ||
16:28 | graphical frontend: reduce saturation; editor: report filename in title check-in: 38f66b7373 user: therainingmonkey tags: trunk | |
16:00 | Graphical frontend no longer crashes when pressing ctrl-alt check-in: 2f75c37815 user: therainingmonkey tags: trunk | |
15:50 | Made graphical fronted colour aware check-in: ee3a24ab2e user: therainingmonkey tags: trunk | |
2023-03-03
| ||
16:40 | 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 tags: trunk | |