Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
| | |||||
* | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com> | ||||
* | Refactor toggling script list | kobewi | 2024-08-28 | 1 | -0/+1 |
| | |||||
* | Merge pull request #94002 from kitbdev/fix-goto-error | Rémi Verschelde | 2024-08-27 | 1 | -1/+1 |
|\ | | | | | | | Fix goto line issues in code editor | ||||
| * | Fix goto line issues in code editor | kit | 2024-07-31 | 1 | -1/+1 |
| | | |||||
* | | Make shader language editors inherit the same base class | Aaron Franke | 2024-08-15 | 1 | -2/+3 |
|/ | |||||
* | [Scene] Add `SceneStringNames::confirmed` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
| | |||||
* | [Scene] Add `SceneStringNames::panel` | A Thousand Ships | 2024-05-30 | 1 | -1/+1 |
| | |||||
* | [Scene] Add `SceneStringNames::id_pressed` | A Thousand Ships | 2024-05-30 | 1 | -5/+5 |
| | |||||
* | Merge pull request #87099 from bitwise-aiden/ba-add-trim-newlines | Rémi Verschelde | 2024-05-30 | 1 | -0/+9 |
|\ | | | | | | | Implement `trim_final_newlines` setting and functionality | ||||
| * | Implement trim_final_newlines functionality | Aiden Storey | 2024-05-02 | 1 | -0/+9 |
| | | |||||
* | | Merge pull request #89806 from timothyqiu/smart-undo | Rémi Verschelde | 2024-05-28 | 1 | -2/+13 |
|\ \ | | | | | | | | | | Disable shader editor's undo/redo menu items when they do nothing | ||||
| * | | Disable shader editor's undo/redo menu items when they do nothing | Haoyu Qiu | 2024-03-23 | 1 | -2/+13 |
| | | | |||||
* | | | Merge pull request #91549 from magian1127/4.0ChangeHighlightingStartKey | Rémi Verschelde | 2024-05-17 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | | | | | Resolve conflict between shader uniform tooltips `/**` and general annotation `/**/`. | ||||
| * | | | Resolve conflict between shader uniform tooltips "/**" and general ↵ | Magian | 2024-05-14 | 1 | -0/+2 |
| | |/ | |/| | | | | | | | annotation "/**/". | ||||
* | | | Merge pull request #91909 from KoBeWi/have_fun_reviewing_this | Rémi Verschelde | 2024-05-14 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | | | | | Use Core/Scene stringnames consistently | ||||
| * | | | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -3/+3 |
| | | | | |||||
* | | | | Merge pull request #91497 from magian1127/4.0fixShaderHighlighting | Rémi Verschelde | 2024-05-13 | 1 | -0/+5 |
|\ \ \ \ | |/ / / |/| | | | | | | | Fix shader highlighting the interruption in `color_region` caused by `disabled_branch_regions`. | ||||
| * | | | Fix shader highlighting the interruption in color_region caused by ↵ | Magian | 2024-05-03 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | disabled_branch_regions. | ||||
* | | | | Merge pull request #91647 from jsjtxietian/fix-uint-hightlight | Rémi Verschelde | 2024-05-07 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | Make native shader source visualizer highlight uint suffix | ||||
| * | | | | Make native shader source visualizer can highlight uint suffix | jsjtxietian | 2024-05-07 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Reduce and prevent unnecessary random-access to `List` | A Thousand Ships | 2024-05-04 | 1 | -3/+1 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator` * Remade existing operations into other solutions when applicable | ||||
* | / / | Fix uint's suffix is not highlighted in text shader editor | jsjtxietian | 2024-05-03 | 1 | -0/+2 |
| |/ / |/| | | |||||
* | | | Merge pull request #86978 from kitbdev/multicaret-overhaul | Rémi Verschelde | 2024-04-30 | 1 | -5/+5 |
|\ \ \ | | | | | | | | | | | | | Overhaul multicaret editing and selection in TextEdit | ||||
| * | | | Overhaul multiple caret editing in TextEdit. | kit | 2024-04-26 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | Use a multicaret edit to delay merging overlapping carets until the end. | ||||
| * | | | Overhaul TextEdit selection. | kit | 2024-04-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | The caret is now a part of the selection. | ||||
* | | | | Implement tooltips for shader uniform in the inspector. | Magian | 2024-04-26 | 1 | -0/+3 |
|/ / / | | | | | | | | | | using regular expressions | ||||
* | / | Translate "Line N" as a whole | Haoyu Qiu | 2024-03-23 | 1 | -2/+1 |
| |/ |/| | |||||
* | | Merge pull request #88742 from MajorMcDoom/text-editor-zoom | Rémi Verschelde | 2024-02-27 | 1 | -1/+3 |
|\ \ | | | | | | | | | | Fix the text editor theme not being applied on editor start | ||||
| * | | Fixed the text editor theme not being applied on editor start. | Zi Ye | 2024-02-25 | 1 | -1/+3 |
| | | | |||||
* | | | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 1 | -1/+1 |
|/ / | |||||
* | | Add methods to add submenus without using names | kobewi | 2024-02-22 | 1 | -3/+1 |
| | | |||||
* | | Improved text editor status bar and zooming UX. | Zi Ye | 2024-02-21 | 1 | -83/+83 |
| | | |||||
* | | Use check_changed_settings_in_group() everywhere | kobewi | 2024-02-19 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #87479 from kitbdev/apply-ime | Rémi Verschelde | 2024-02-13 | 1 | -0/+4 |
|\ \ | | | | | | | | | | Fix TextEdit IME issues | ||||
| * | | Apply TextEdit IME on most actions | kit | 2024-01-29 | 1 | -0/+4 |
| |/ | |||||
* / | Replace error checks against `size` with `is_empty` | A Thousand Ships | 2024-02-09 | 1 | -1/+1 |
|/ | |||||
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well. | ||||
* | Update deferred calls to use Callables | kobewi | 2024-01-09 | 1 | -5/+5 |
| | |||||
* | Fix node names of submenu items across the editor | Yuri Sizov | 2023-11-08 | 1 | -2/+2 |
| | | | | Also removes some programmer remarks and fixes some docs. | ||||
* | Add Duplicate Lines shortcut to CodeTextEditor | PucklaMotzer09 | 2023-09-25 | 1 | -0/+4 |
| | | | | This keyboard shortcut has been made with inspiration from the VS Code keyboard shortcut editor.action.copyLinesDownAction. It duplicates all selected lines and inserts them below no matter where the caret is within the line. | ||||
* | Fix accessing editor theme items throughout the UI | Yuri Sizov | 2023-09-15 | 1 | -3/+3 |
| | | | | This also exposes `EditorInterface::get_editor_theme`. | ||||
* | Fix shader text editor include file reloading | bitsawer | 2023-09-07 | 1 | -2/+9 |
| | |||||
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -5/+6 |
| | |||||
* | Deprecate project_settings_changed signal | kobewi | 2023-08-10 | 1 | -1/+1 |
| | |||||
* | Unify and streamline connecting to Resource changes | kobewi | 2023-07-17 | 1 | -4/+4 |
| | |||||
* | Fix comments and indentation in .gdshaderinc files | jpcerrone | 2023-07-07 | 1 | -5/+3 |
| | | | | | | Fixes #78205 The handling of comments and indentation in the shader editor wasn't considering shader include files. | ||||
* | Make shader preprocessor keyword colors consistent | bitsawer | 2023-07-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #73588 from ↵ | Rémi Verschelde | 2023-05-09 | 1 | -5/+0 |
|\ | | | | | | | | | | | smosages/resolve-display-shader-settings-in-settings-editor Define shader language project settings before creation of `TextShaderEditor` object. | ||||
| * | Move ShaderWarning definitions into rendering_server | smosages | 2023-02-25 | 1 | -5/+0 |
| | |