| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add main_gutter (breakpoints, bookmarks, execution lines) to code_edit | Paulb23 | 2020-09-10 | 1 | -4/+3 |
| * | Properly disambiguate unsaved scripts | Tomasz Chabora | 2020-07-31 | 1 | -2/+6 |
| * | Script editor: Fix crash when root script is null | Rémi Verschelde | 2020-07-27 | 1 | -3/+3 |
| * | Script editor: Fix open dominant logic for language-specific external editors | Rémi Verschelde | 2020-07-27 | 1 | -2/+6 |
| * | Script editor: Don't open dominant script in external editor | Rémi Verschelde | 2020-07-26 | 1 | -15/+11 |
| * | Make unsaved scripts in the script editor more user-friendly | Andrii Doroshenko (Xrayez) | 2020-07-26 | 1 | -7/+41 |
| * | Merge pull request #33760 from nekomatata/script-editor-init-optimization | Rémi Verschelde | 2020-07-26 | 1 | -20/+41 |
| |\ |
|
| | * | Optimized ScriptEditor initialization when many scripts are loaded | PouleyKetchoupp | 2020-07-17 | 1 | -20/+41 |
| * | | Skip internal scripts for breakpoints without printing an error | Andrii Doroshenko (Xrayez) | 2020-07-23 | 1 | -1/+3 |
| * | | Fix crash when closing a TextFile | Paulb23 | 2020-07-16 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #40291 from hinlopen/dialog-size | Rémi Verschelde | 2020-07-15 | 1 | -5/+5 |
| |\ |
|
| | * | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen | 2020-07-14 | 1 | -5/+5 |
| * | | Merge pull request #40268 from DanielZTing/master | Rémi Verschelde | 2020-07-15 | 1 | -2/+2 |
| |\ \
| |/
|/| |
|
| | * | Fix cancel/OK button order on macOS | Daniel Ting | 2020-07-10 | 1 | -2/+2 |
| * | | Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter | Paulb23 | 2020-07-11 | 1 | -3/+166 |
| * | | Expose Syntax highlighter for editor plugins | Paulb23 | 2020-07-11 | 1 | -7/+32 |
| * | | Convert syntax highlighters into a resource | Paulb23 | 2020-07-11 | 1 | -2/+2 |
| |/ |
|
| * | Do not try to save internal scripts | Daniel Ting | 2020-07-08 | 1 | -2/+5 |
| * | Merge pull request #39076 from rileylyman/editor_tab_names | Rémi Verschelde | 2020-07-01 | 1 | -0/+13 |
| |\ |
|
| | * | implement generic filename disambiguation | rileylyman | 2020-06-26 | 1 | -0/+13 |
| * | | Make "Close and save changes?" actually save | Daniel Ting | 2020-06-30 | 1 | -1/+1 |
| * | | Add a separate application focus/in notification out from Window focus notifi... | Juan Linietsky | 2020-06-30 | 1 | -1/+1 |
| |/ |
|
| * | Fix overlapping hotkey designations for save all scenes and save all scripts | Bill | 2020-06-24 | 1 | -1/+1 |
| * | Remove ToolButton in favor of Button | Hugo Locurcio | 2020-06-19 | 1 | -5/+10 |
| * | Fix crash when creating new text file with no name | Phischermen | 2020-06-09 | 1 | -1/+0 |
| * | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -69/+135 |
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -218/+0 |
| * | Fix Soft Reload Script shortcut clash with Replace in Files | Dominik 'dreamsComeTrue' Jasiński | 2020-05-01 | 1 | -1/+1 |
| * | [Core] Rename linear_interpolate to lerp | Aaron Franke | 2020-04-29 | 1 | -1/+1 |
| * | Merge pull request #38235 from BigRed-118/help_tabs_shuffle_fix | Rémi Verschelde | 2020-04-29 | 1 | -0/+4 |
| |\ |
|
| | * | Fixed shuffling editor help tabs | Tom Evans | 2020-04-26 | 1 | -0/+4 |
| * | | Rename InputFilter back to Input | Rémi Verschelde | 2020-04-28 | 1 | -2/+2 |
| |/ |
|
| * | Merge pull request #37012 from Calinou/reverse-builtin-script-naming | Rémi Verschelde | 2020-04-16 | 1 | -2/+4 |
| |\ |
|
| | * | Tweak the built-in script naming for resources with custom names | Hugo Locurcio | 2020-03-13 | 1 | -2/+4 |
| * | | Remove Node.get_position_in_parent() | Tomasz Chabora | 2020-04-06 | 1 | -1/+1 |
| * | | Merge pull request #35720 from Calinou/remove-request-docs-button | Rémi Verschelde | 2020-04-02 | 1 | -12/+0 |
| |\ \ |
|
| | * | | Remove Request Docs button in the script editor due to various issues | Hugo Locurcio | 2020-04-02 | 1 | -12/+0 |
| * | | | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -25/+25 |
| |/ / |
|
| * | | Multiple changes to DisplayServerX11 | Mateo Kuruk Miccino | 2020-03-26 | 1 | -1/+1 |
| * | | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -25/+23 |
| * | | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -12/+12 |
| * | | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 1 | -3/+3 |
| * | | Added a Window node, and made it the scene root. | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
| * | | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky | 2020-03-26 | 1 | -3/+4 |
| * | | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
| * | | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 1 | -6/+6 |
| |/ |
|
| * | Threaded networking for editor debugger. | Fabio Alessandrelli | 2020-03-08 | 1 | -1/+0 |
| * | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes | Rémi Verschelde | 2020-03-01 | 1 | -4/+4 |
| |\ |
|
| | * | Rename `scancode` to `keycode`. | bruvzg | 2020-02-25 | 1 | -4/+4 |
| * | | Signals: Manually port most of remaining connect_compat uses | Rémi Verschelde | 2020-02-28 | 1 | -9/+5 |