summaryrefslogtreecommitdiffstats
path: root/scene/gui
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #81724 from ↵Rémi Verschelde2023-10-202-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 enterjsjtxietian2023-10-192-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 Verschelde2023-10-181-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 iconsYuri Sizov2023-10-171-7/+7
| | |
* | | Merge pull request #81638 from jsjtxietian/fix-spinBox-reset-text-when-redrawRémi Verschelde2023-10-182-3/+9
|\ \ \ | |_|/ |/| | | | | Fix SpinBox will reset unsubmited text when redrawing
| * | Fix spinBox will reset text when redrawingjsjtxietian2023-10-082-3/+9
| | |
* | | Merge pull request #82409 from KoBeWi/3_in_1Rémi Verschelde2023-10-183-19/+1
|\ \ \ | |_|/ |/| | | | | Document, cleanup and fix some theme properties
| * | Document, cleanup and fix some theme propertieskobewi2023-09-273-19/+1
| | |
* | | Merge pull request #83286 from bronsonholden/fix-text-edit-hscroll-jitterRémi Verschelde2023-10-171-1/+1
|\ \ \ | | | | | | | | | | | | Remove vertical scrollbar padding from line width calc
| * | | Remove vertical scrollbar padding from line width calcBronson Holden2023-10-131-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-precisionRémi Verschelde2023-10-162-20/+15
|\ \ \ \ | | | | | | | | | | | | | | | Fix code editor scrolling experience on track pads
| * | | | Put cheaper condition firstBram Buurlage2023-10-121-2/+2
| | | | | | | | | | | | | | | Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
| * | | | Use Math::round() instead of round() for rounding the scroll positionBram Buurlage2023-09-301-1/+1
| | | | |
| * | | | Editor: fix code editor scrolling experience on track padsBram Buurlage2023-09-302-20/+15
| | | | |
* | | | | Fix phantom tab right button.Wierdox2023-10-131-0/+2
| | | | |
* | | | | Merge pull request #80916 from ↵Rémi Verschelde2023-10-134-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.ajreckof2023-10-134-8/+26
| | | | |
* | | | | Code Editor: Fix regression with using doc comments for code regionsDanil Alexeev2023-10-131-1/+4
| | | | |
* | | | | Merge pull request #81034 from garychia/open_folderRémi Verschelde2023-10-101-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | FileDialog: Avoid selecting the first item automatically in Open Folder Mode
| * | | | | Avoid selecting the first item automatically in Open Folder ModeChia-Hsiang Cheng2023-08-271-1/+1
| | | | | |
* | | | | | Merge pull request #83065 from KoBeWi/tree_works_in_mysterious_waysRémi Verschelde2023-10-101-13/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Allow clicking buttons of non-selectable TreeItems
| * | | | | | Allow clicking buttons of non-selectable TreeItemskobewi2023-10-091-13/+13
| | | | | | |
* | | | | | | Merge pull request #83062 from bruvzg/no_dup_esRémi Verschelde2023-10-101-3/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | Do not apply extra spacing twice.
| * | | | | | Do not apply extra spacing twice.bruvzg2023-10-091-3/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #83003 from AThousandShips/null_check_extraRémi Verschelde2023-10-091-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
| * | | | | | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
| |/ / / / /
* | | | | | Merge pull request #82970 from bruvzg/rtl_roundRémi Verschelde2023-10-091-3/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [RTL] Remove unnecessary glyph position rounding.
| * | | | | | [RTL] Remove unnecessary glyph position rounding.bruvzg2023-10-081-3/+2
| |/ / / / /
* | | | | | Merge pull request #80271 from Ymanawat/optionmenu-scroll-testRémi Verschelde2023-10-091-8/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix scrolling on keyboard/controller input
| * | | | | | Fix scrolling popup_menu On keyboard/controller inputYogendra Manawat2023-08-301-8/+10
| | | | | | |
* | | | | | | Merge pull request #71519 from adamscott/fix-code-completion-home-endRémi Verschelde2023-10-091-13/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | Fix code completion override of home and end keys
| * | | | | | Fix code completion override of home and end keysAdam Scott2023-10-061-13/+2
| | | | | | |
* | | | | | | Accept cancel event when unfocusing LineEditkobewi2023-10-061-0/+1
| | | | | | |
* | | | | | | Merge pull request #82811 from MewPurPur/more-line-edit-organizationRémi Verschelde2023-10-061-2/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | Place LineEdit secret in its own section
| * | | | | | Place LineEdit secret in its own sectionMewPurPur2023-10-041-2/+4
| | |_|/ / / | |/| | | |
* | | | | | Add vararg call() method to C++ Callablekobewi2023-10-053-27/+10
| | | | | |
* | | | | | Merge pull request #82694 from BrianMacIntosh/masterRémi Verschelde2023-10-051-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 MacIntosh2023-10-021-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-organizationRémi Verschelde2023-10-041-8/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Organize TextEdit's inspector
| * | | | | | | Organize TextEdit's inspectorMewPurPur2023-10-041-8/+10
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #82743 from bruvzg/fd_no_editorRémi Verschelde2023-10-041-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.bruvzg2023-10-031-0/+13
| | | | | | | |
* | | | | | | | Merge pull request #81218 from bruvzg/_temp_fsRémi Verschelde2023-10-042-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 ↵bruvzg2023-10-032-2/+3
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | the callback.
* / / / / / / / [macOS] Add `about_to_open` and `popup_hide` callback for the global menus, ↵bruvzg2023-10-044-114/+608
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | move part of logic to the PopupMenu to allow live menu modification.
* | | | | | | Merge pull request #81633 from matorin57/code-completion-popupRémi Verschelde2023-10-032-10/+36
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Avoid resetting the code completion popup excessively
| * | | | | | | Avoid resetting the code completion popup excessivelyDESKTOP-UT43QTQ\Garrigan-Desktop2023-09-202-10/+36
| | | | | | | |
* | | | | | | | Merge pull request #80409 from bruvzg/est_title_sizeRémi Verschelde2023-10-031-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [DisplayServer] Add method to estimate window title bar size.
| * | | | | | | | [DisplayServer] Add method to estimate window title bar size.bruvzg2023-10-031-0/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #78762 from Sauermann/fix-svc-event-filterRémi Verschelde2023-10-032-0/+18
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | Enable `InputEvent`-filtering in `SubViewportContainer`