| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-11 | Improve notebook to handle submit for previous cellsnotebook-view | Francesco Abbate | |
| 2022-04-11 | Adjust notebook to drawn lines to highlight cells | Francesco Abbate | |
| 2022-04-11 | Notebook add separate cells for stderr | Francesco Abbate | |
| 2022-04-10 | Delay creating output inline cell on submit | Francesco Abbate | |
| 2022-04-10 | Use larger scrollbar size | Francesco Abbate | |
| 2022-04-10 | Add simple scrolling mechanism | Francesco Abbate | |
| 2022-04-10 | Add explanatory comments for node-level view | Francesco Abbate | |
| 2022-04-10 | Fix and complete mouse events dispatch in notebook | Francesco Abbate | |
| 2022-04-10 | Fix problem with cursor blink in NotebookView | Francesco Abbate | |
| 2022-04-09 | Fix problem with rootview and notebook active's view | Francesco Abbate | |
| 2022-04-09 | Cleanup notebook margin and padding logic | Francesco Abbate | |
| 2022-04-09 | Avoid printing pending newline in notebook output | Francesco Abbate | |
| 2022-04-08 | Fix script and process command to run on linux | Francesco Abbate | |
| 2022-04-08 | Chunk input code in notebook submit | Francesco Abbate | |
| 2022-04-08 | Avoid drawing gutter in NotebookView code snippets | Francesco Abbate | |
| 2022-04-08 | WIP: fix input/output addition and focus | Francesco Abbate | |
| 2022-04-07 | WIP: input/output with gsl-shell sort of working | Francesco Abbate | |
| 2022-04-07 | Add a script to run with gsl-shell subprocess | Francesco Abbate | |
| 2022-04-07 | Add custom syntax in notebook parts | Francesco Abbate | |
| 2022-04-07 | Avoid notebook part past-the-end scrolling | Francesco Abbate | |
| 2022-04-06 | WIP more work to make notebook part work | Francesco Abbate | |
| 2022-04-06 | Rename notebookview file | Francesco Abbate | |
| 2022-04-06 | WIP: notebook first visualizaion and input events | Francesco Abbate | |
| 2022-04-06 | WIP: implementing notebook view | Francesco Abbate | |
| InputtextView mostly ok, it is a copy of DocView but without gutter and without filename's doc related methods. The NotebookView is largely incomplete. | |||
| 2022-03-31 | Add build job for sourcehut | Francesco Abbate | |
| 2022-03-14 | No longer load deleted files from workspace | Francesco Abbate | |
| 2022-03-14 | Add changelog entry for NagView change | Francesco Abbate | |
| 2022-03-11 | nagview: support vscroll when message is too long | jgmdev | |
| Also some other minor changes: * fix transition when nagview is closed * do not draw or update when not visible * do not process events when not visible * cleaned a bit the logic on next and show * fixes #848 | |||
| 2022-02-12 | Add a script to repackage a release into an appimage | Francesco Abbate | |
| 2022-02-12 | Fix version option for appimage script | Francesco Abbate | |
| 2022-02-11 | Fix a new things about the appimage script | Francesco Abbate | |
| Using the work of @redtide fixing a few bits. It works but the need to allow for an unspecified version when invoking build-package.sh. | |||
| 2022-01-29 | Include addons with build-package for bundlesv2.0.5 | Francesco Abbate | |
| 2022-01-27 | Fix again bug with invalid ignore_files patternstesting-2.0.5 | Francesco Abbate | |
| The pattern cannot be tested in advance as it seems that Lua inspect the pattern only partially, the part that is actually used. We resort to use pcall to catch any error when using the pattern. | |||
| 2022-01-26 | Add a small top margin when drawing tabs | Francesco Abbate | |
| Using style.divider_size for the top margin size. | |||
| 2022-01-25 | Do no error out on malformed ignore patterns | Francesco Abbate | |
| 2022-01-25 | Add gruvbox light and dark theme | Francesco Abbate | |
| Created based on the gruvbox color theme: https://github.com/morhetz/gruvbox | |||
| 2022-01-24 | Fix problem with project module save hook | Francesco Abbate | |
| 2022-01-24 | Use new mutex in dmon to avoid possible lock-up | Francesco Abbate | |
| We rely on one variable _dmon.modify_watches shared between thread to ensure that we don't lock with the dmon polling thread waiting indefinitely and helding a lock. To ensure that the polling thread sees modifications done to 'modify_watches' we use an additional mutex that act as a memory barrier. | |||
| 2022-01-19 | Bump version and changelog to prepare 2.0.5 release | Francesco Abbate | |
| 2022-01-18 | Remove remaining debug message | Francesco Abbate | |
| 2022-01-13 | Treat final '/' or '/$' in ignore rule as part of the pattern | Francesco Abbate | |
| Evolve the rule for directory in ignore_files to be more natural and easy to understand. When a final '/' or '/$' is found we consider the pattern to match a directory and the pattern is not modifed. In turns, is used, before matching a directory's name a final '/' is appended to its name before checking if it matches the pattern. With the previous rule a final '/' in the pattern meant also a directory but the '/' was removed from the pattern. | |||
| 2022-01-13 | Fix error to close view when deleting a file | Francesco Abbate | |
| 2022-01-12 | Fix project files reading with symlinkfix-dir-monitor-symlinks | Francesco Abbate | |
| 2022-01-10 | Ensure config.plugins are restored on new config | Francesco Abbate | |
| When a user's or project's module configuration file is changed we make sure that the config.plugins fields are all restored so that all plugins already loaded can continue to work. | |||
| 2022-01-09 | Fix checks when opening new project directory | Francesco Abbate | |
| 2022-01-09 | Remove remaining debug code fragment | Francesco Abbate | |
| 2022-01-09 | Use a timeout in dmon thread with pending events | Francesco Abbate | |
| 2022-01-09 | Attempt to fix dmon critical section for windows | Francesco Abbate | |
| Should fix commit bb12f085f3. When taking the critical section we should always send the event to wakeup the events thread. In addition use TryEnterCriticalSection to send the event only if needed reducing the number of spurious events sent. | |||
| 2022-01-09 | Do not use timeout in dmon linux select | Francesco Abbate | |
| Wait indefinitely in select and wake-up the thread when needed. | |||
| 2022-01-09 | Fix some errors with previous commits | Francesco Abbate | |
