| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-06 | Try to fix problem with js syntax of '/=' operatorfix-javascript-regexp-syntax | Francesco Abbate | |
| The operator '/=' was wrongly considered by the js syntax file as the beginning of a regexp literal. With this modification we modify the pattern for regexp literals to not match expressions starting with '/='. This doesn't seem entirely correct because apparently javascript can accept regexp literals starting with '/=' but the rule used by the javascript lexer is not known. | |||
| 2021-09-05 | Bring back pgo option in new build package script | Francesco Abbate | |
| 2021-09-05 | Adapt all scripts to work together with build-packages.sh | redtide | |
| 2021-09-04 | Move innosetup meson config into scripts directory | Francesco Abbate | |
| The purpose is to keep the main meson build file as simple as possible while keeping the innosetup config. | |||
| 2021-09-04 | Fix build-packages to use generated Info.plist | Francesco Abbate | |
| 2021-09-04 | Bring back info.plist with meson configuration | Timofffee | |
| 2021-09-04 | Revert "Update Info.plist" | Francesco | |
| This reverts commit aefa3ca205eb5455d27217869aedfb5bf638f53c. | |||
| 2021-09-04 | Revert "One more update Info.plist" | Francesco | |
| This reverts commit e8f5a5e00299437cc060ebce63e1ad28f55237df. | |||
| 2021-09-04 | Revert "Update meson.build" | Francesco | |
| This reverts commit 8866a5dddfafc60adb7e322c58a239ded739be7f. | |||
| 2021-09-04 | Update README to remove reference to notarization | Francesco | |
| We assume we don't need to mention the macOS package is notarized. | |||
| 2021-09-04 | Check if session file returned anything | Guldoman | |
| 2021-09-03 | Add missing release flag in build-packages.sh | Francesco Abbate | |
| 2021-09-03 | Update meson.build | Timofffee | |
| 2021-09-03 | One more update Info.plist | Timofffee | |
| 2021-09-03 | Update Info.plist | Timofffee | |
| 2021-09-02 | Merge pull request #481 from Guldoman/h_scroll_size_cache | Adam | |
| Add a simple cache to `DocView:get_h_scrollable_size` | |||
| 2021-09-03 | Add a simple cache to `DocView:get_h_scrollable_size` | Guldoman | |
| This function gets called at every `core.step`, so we should avoid having to recalculate the scrollable size every time, as it could get very expensive on long lines. | |||
| 2021-09-02 | Avoid exposing `treeview` commands when not usable | Guldoman | |
| 2021-09-02 | Make open files follow renames | Guldoman | |
| 2021-09-02 | Fix absolute path detection in `core.project_absolute_path` | Guldoman | |
| 2021-09-01 | Specify the WM_CLASS of the application, used by some Linux DEs | redtide | |
| 2021-09-01 | Avoid checking for unique selections on non-`DocView`s | Guldoman | |
| 2021-08-31 | Merge pull request #465 from adamharrison/fix-multicursor-commands | Adam | |
| Forgot to return an 'n'. | |||
| 2021-08-31 | Forgot to return an 'n'. | Adam Harrison | |
| 2021-08-31 | Merge pull request #455 from adamharrison/fix-multicursor-commands | Adam | |
| Fixed replace to make it multicursor-aware. | |||
| 2021-08-31 | Renamed freedesktop resources | redtide | |
| 2021-08-30 | Fixed replace to make it multicursor-aware. | Adam Harrison | |
| 2021-08-30 | Merge pull request #451 from Timofffee/fix-macos-keymap | Adam | |
| Fix macOS keymap | |||
| 2021-08-30 | Avoid recreating `line_numbers` table when a recalc is needed | Guldoman | |
| 2021-08-30 | Avoid recreating tables when calculating the longest lines | Guldoman | |
| 2021-08-30 | Split vertical and horizontal scrollbar-related functions and variables | Guldoman | |
| 2021-08-30 | Set horizontal scroll size to be more in line with other editors | Guldoman | |
| Only scroll enough to see the whole line. | |||
| 2021-08-30 | Show correct mouse cursor when hovering the horizontal scrollbar | Guldoman | |
| 2021-08-30 | Add horizontal scrollbar | Guldoman | |
| Classes and plugins that relied on having only the vertical scrollbar should continue working. | |||
| 2021-08-30 | Fix discrepancy in max line length | Guldoman | |
| The line length calculated in `Doc:load` didn't account for the newline that gets added. | |||
| 2021-08-30 | Remove line from longest lines table only if needed | Guldoman | |
| Checking if a line needs to be removed is faster than just trying to remove it. | |||
| 2021-08-30 | Define horizontal scrollable size for `DocView` | Guldoman | |
| 2021-08-30 | Extend `View` to allow horizontal scrolling | Guldoman | |
| 2021-08-30 | Make `Doc` keep track of max line length | Guldoman | |
| 2021-08-30 | Merge pull request #430 from adamharrison/vsc-multicursor-shortcuts | Adam | |
| Added in two new VSC-style multicursor shortcuts. | |||
| 2021-08-30 | Bring back min len autocomplete default to 3 | Francesco Abbate | |
| 2021-08-30 | Add renderer build options in build-packages.sh | Francesco Abbate | |
| 2021-08-30 | Fix macOS keymap | Timofffee | |
| 2021-08-30 | build script: check if .git is present | Zack A | |
| 2021-08-30 | build script: check for BUILD_PROHIBIT_GIT | boppyt | |
| 2021-08-30 | build script: add .git fallback | boppyt | |
| 2021-08-29 | Fixed cursor movement. | Adam Harrison | |
| 2021-08-29 | Fixed cursors moving around with removal and inserts with cursors. Also ↵ | Adam Harrison | |
| fixed drawing line highlights with multicursors. | |||
| 2021-08-29 | Fix crash in project search when project has no files | Guldoman | |
| 2021-08-29 | Use plain `string:find` when matching plugin directories | Guldoman | |
