| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #81724 from ↵ | Rémi Verschelde | 2023-10-20 | 2 | -5/+18 | |
| |\ \ | |/ |/| | | | | | | | jsjtxietian/fix-line-edit-secret-char-hard-to-change Make LineEdit secret character easier to change and enter | |||||
| | * | Make LineEdit secret character easier to change and enter | jsjtxietian | 2023-10-19 | 2 | -5/+18 | |
| | | | | | | | | | | | | | | | 1. Allow values longer than 1 character in the property, but trim characters after the first one. 2. Allow empty strings, this acts like if a space was used as a secret character, so that an error isn't printed when you erase all characters in the property. | |||||
| * | | Merge pull request #83517 from ↵ | Rémi Verschelde | 2023-10-18 | 1 | -7/+7 | |
| |\ \ | | | | | | | | | | | | | | | | YuriSizov/for-NON-separator-items-add-some-padding-for-the-content Fix incorrect offset of `PopupMenu` separator icons | |||||
| | * | | Fix incorrect offset of `PopupMenu` separator icons | Yuri Sizov | 2023-10-17 | 1 | -7/+7 | |
| | | | | ||||||
| * | | | Merge pull request #81638 from jsjtxietian/fix-spinBox-reset-text-when-redraw | Rémi Verschelde | 2023-10-18 | 2 | -3/+9 | |
| |\ \ \ | |_|/ |/| | | | | | Fix SpinBox will reset unsubmited text when redrawing | |||||
| | * | | Fix spinBox will reset text when redrawing | jsjtxietian | 2023-10-08 | 2 | -3/+9 | |
| | | | | ||||||
| * | | | Merge pull request #82409 from KoBeWi/3_in_1 | Rémi Verschelde | 2023-10-18 | 3 | -19/+1 | |
| |\ \ \ | |_|/ |/| | | | | | Document, cleanup and fix some theme properties | |||||
| | * | | Document, cleanup and fix some theme properties | kobewi | 2023-09-27 | 3 | -19/+1 | |
| | | | | ||||||
| * | | | Merge pull request #83286 from bronsonholden/fix-text-edit-hscroll-jitter | Rémi Verschelde | 2023-10-17 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | | | | | Remove vertical scrollbar padding from line width calc | |||||
| | * | | | Remove vertical scrollbar padding from line width calc | Bronson Holden | 2023-10-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Visibility of the vertical scrollbar is already accounted for in `_update_wrap_at_column` which in turn affects max line width of the text area. | |||||
| * | | | | Merge pull request #73502 from Kurble/text-edit-scrolling-precision | Rémi Verschelde | 2023-10-16 | 2 | -20/+15 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | Fix code editor scrolling experience on track pads | |||||
| | * | | | | Put cheaper condition first | Bram Buurlage | 2023-10-12 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | |||||
| | * | | | | Use Math::round() instead of round() for rounding the scroll position | Bram Buurlage | 2023-09-30 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Editor: fix code editor scrolling experience on track pads | Bram Buurlage | 2023-09-30 | 2 | -20/+15 | |
| | | | | | | ||||||
| * | | | | | Fix phantom tab right button. | Wierdox | 2023-10-13 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #80916 from ↵ | Rémi Verschelde | 2023-10-13 | 4 | -8/+26 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | ajreckof/fix-deferred-mode-not-working-for-color-picker-sliders Fix ColorPicker deferred mode not working for sliders. | |||||
| | * | | | | Fix ColorPicker deferred mode not working for sliders. | ajreckof | 2023-10-13 | 4 | -8/+26 | |
| | | | | | | ||||||
| * | | | | | Code Editor: Fix regression with using doc comments for code regions | Danil Alexeev | 2023-10-13 | 1 | -1/+4 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #81034 from garychia/open_folder | Rémi Verschelde | 2023-10-10 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | FileDialog: Avoid selecting the first item automatically in Open Folder Mode | |||||
| | * | | | | | Avoid selecting the first item automatically in Open Folder Mode | Chia-Hsiang Cheng | 2023-08-27 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #83065 from KoBeWi/tree_works_in_mysterious_ways | Rémi Verschelde | 2023-10-10 | 1 | -13/+13 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Allow clicking buttons of non-selectable TreeItems | |||||
| | * | | | | | | Allow clicking buttons of non-selectable TreeItems | kobewi | 2023-10-09 | 1 | -13/+13 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #83062 from bruvzg/no_dup_es | Rémi Verschelde | 2023-10-10 | 1 | -3/+0 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | Do not apply extra spacing twice. | |||||
| | * | | | | | | Do not apply extra spacing twice. | bruvzg | 2023-10-09 | 1 | -3/+0 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge pull request #83003 from AThousandShips/null_check_extra | Rémi Verschelde | 2023-10-09 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | |||||
| | * | | | | | | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-10-08 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #82970 from bruvzg/rtl_round | Rémi Verschelde | 2023-10-09 | 1 | -3/+2 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [RTL] Remove unnecessary glyph position rounding. | |||||
| | * | | | | | | [RTL] Remove unnecessary glyph position rounding. | bruvzg | 2023-10-08 | 1 | -3/+2 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #80271 from Ymanawat/optionmenu-scroll-test | Rémi Verschelde | 2023-10-09 | 1 | -8/+10 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix scrolling on keyboard/controller input | |||||
| | * | | | | | | Fix scrolling popup_menu On keyboard/controller input | Yogendra Manawat | 2023-08-30 | 1 | -8/+10 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #71519 from adamscott/fix-code-completion-home-end | Rémi Verschelde | 2023-10-09 | 1 | -13/+2 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | Fix code completion override of home and end keys | |||||
| | * | | | | | | Fix code completion override of home and end keys | Adam Scott | 2023-10-06 | 1 | -13/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Accept cancel event when unfocusing LineEdit | kobewi | 2023-10-06 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #82811 from MewPurPur/more-line-edit-organization | Rémi Verschelde | 2023-10-06 | 1 | -2/+4 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | Place LineEdit secret in its own section | |||||
| | * | | | | | | Place LineEdit secret in its own section | MewPurPur | 2023-10-04 | 1 | -2/+4 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Add vararg call() method to C++ Callable | kobewi | 2023-10-05 | 3 | -27/+10 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #82694 from BrianMacIntosh/master | Rémi Verschelde | 2023-10-05 | 1 | -4/+10 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | "Whole Words" search can detect word boundaries inside the search term. | |||||
| | * | | | | | | "Whole Words" search can detect word boundaries inside the search term. | Brian MacIntosh | 2023-10-02 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For example, searching for ".func" will now match in "a.func" even with Whole Words enabled. | |||||
| * | | | | | | | Merge pull request #82776 from MewPurPur/more-text-edit-organization | Rémi Verschelde | 2023-10-04 | 1 | -8/+10 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Organize TextEdit's inspector | |||||
| | * | | | | | | | Organize TextEdit's inspector | MewPurPur | 2023-10-04 | 1 | -8/+10 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #82743 from bruvzg/fd_no_editor | Rémi Verschelde | 2023-10-04 | 1 | -0/+13 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [File Dialog] Do not open native file dialogs in the edited scene. | |||||
| | * | | | | | | | [File Dialog] Do not open native file dialogs in the edited scene. | bruvzg | 2023-10-03 | 1 | -0/+13 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #81218 from bruvzg/_temp_fs | Rémi Verschelde | 2023-10-04 | 2 | -2/+3 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Native File Dialogs] Improve filter list handling, add selected filter to the callback. | |||||
| | * | | | | | | | | [Native File Dialogs] Improve filter list handling, add selected filter to ↵ | bruvzg | 2023-10-03 | 2 | -2/+3 | |
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | the callback. | |||||
| * / / / / / / / | [macOS] Add `about_to_open` and `popup_hide` callback for the global menus, ↵ | bruvzg | 2023-10-04 | 4 | -114/+608 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | move part of logic to the PopupMenu to allow live menu modification. | |||||
| * | | | | | | | Merge pull request #81633 from matorin57/code-completion-popup | Rémi Verschelde | 2023-10-03 | 2 | -10/+36 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Avoid resetting the code completion popup excessively | |||||
| | * | | | | | | | Avoid resetting the code completion popup excessively | DESKTOP-UT43QTQ\Garrigan-Desktop | 2023-09-20 | 2 | -10/+36 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #80409 from bruvzg/est_title_size | Rémi Verschelde | 2023-10-03 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DisplayServer] Add method to estimate window title bar size. | |||||
| | * | | | | | | | | [DisplayServer] Add method to estimate window title bar size. | bruvzg | 2023-10-03 | 1 | -0/+1 | |
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #78762 from Sauermann/fix-svc-event-filter | Rémi Verschelde | 2023-10-03 | 2 | -0/+18 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | Enable `InputEvent`-filtering in `SubViewportContainer` | |||||
