summaryrefslogtreecommitdiffstats
path: root/scene/gui
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Fix TabContainer tab offset moving when not neededkit2024-09-191-3/+6
| | | | | | | |
* | | | | | | | Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-7/+7
|/ / / / / / /
* / / / / / / Set auto translate mode for drag previewsHaoyu Qiu2024-09-194-0/+4
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Controls - `LineEdit`, `TextEdit`: Always disabled since it's dragging user input. - `TabBar`: Use the same auto translate mode as the node. - `RichTextLabel`: Always disable since auto translation is done differently from other controls (selection text you get programmatically is always after auto translation). - Editor - Disable drag preview auto translation if the text is user input, filename, or class name. - Also disabled unexpected auto translation for audio bus effect names.
* | | | | | Merge pull request #97004 from Giganzo/file_dialog_sizeRémi Verschelde2024-09-181-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix FileDialog default size
| * | | | | | Fix FileDialog default sizeGiganzo2024-09-171-0/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #97132 from WhalesState/tab-container-minimum-sizeRémi Verschelde2024-09-181-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix `TabContainer` minimum size
| * | | | | | Fix `TabContainer` minimum sizeMounir Tohami2024-09-181-1/+1
| | | | | | |
* | | | | | | Merge pull request #96829 from ↵Rémi Verschelde2024-09-182-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | dsnopek/x11-focus-bugs-take-twenty-seven-million-and-four Fix project manager stealing focus on i3
| * | | | | | Fix project manager stealing focus on i3David Snopek2024-09-162-2/+2
| | | | | | |
* | | | | | | Merge pull request #72680 from Koyper/split_container_improvementsRémi Verschelde2024-09-172-81/+194
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | Improvements to SplitContainer including a drag bar background StyleBox
| * | | | | | Improvements to SplitContainer including a drag bar background StyleBox.Koyper2024-09-142-81/+194
| | | | | | |
* | | | | | | Merge pull request #96996 from WhalesState/vsliderRémi Verschelde2024-09-161-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix `VSlider` grabber area.
| * | | | | | | Fix `VSlider` grabber area.Mounir Tohami2024-09-141-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #93500 from anniryynanen/multi-pressRémi Verschelde2024-09-161-7/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | Improve button behavior when multiple mouse buttons are used at the same time
| * | | | | | Improve button behavior when multiple mouse buttons are used at the same timeAnni Ryynänen2024-09-151-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - To emit `pressed`, buttons require that the press was initiated while hovering. - Controls can't grab focus from a mouse click if they're not hovered. - Hovers are updated both before and after a handled mouse button event.
* | | | | | | Merge pull request #96910 from zaevi/improve_GraphEdit_dot_gridRémi Verschelde2024-09-131-11/+21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | GraphEdit: Improve dotted pattern grid performance
| * | | | | | | GraphEdit: Improve dotted pattern grid performanceZae2024-09-121-11/+21
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #96592 from bruvzg/alt_uRémi Verschelde2024-09-134-96/+280
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | Add Control+Shift+U (rebindable) action for Unicode input, show hex as it is entered.
| * | | | | | Add Control+Shift+U (rebindabe) action for Unicode input, show hex as it is ↵bruvzg2024-09-124-96/+280
| | | | | | | | | | | | | | | | | | | | | | | | | | | | entered.
* | | | | | | Merge pull request #96643 from bruvzg/fs_linksRémi Verschelde2024-09-122-0/+32
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [FileSystem Dock] Add symlink indicator and tooltip.
| * | | | | | | [FileSystem Dock] Add symlink indicator and tooltip.bruvzg2024-09-062-0/+32
| | | | | | | |
* | | | | | | | Fix native file dialog showing on loading project in editor.bruvzg2024-09-121-1/+2
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #96878 from bruvzg/rtl_font_reloadRémi Verschelde2024-09-121-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [RTL] Fix font not updated for some spans.
| * | | | | | | [RTL] Fix font not updated for some spans.bruvzg2024-09-111-0/+2
| | | | | | | |
* | | | | | | | Merge pull request #96305 from Jordyfel/scroll-container-min-sizeRémi Verschelde2024-09-121-14/+14
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | Fix scroll container min size calculation
| * | | | | | | Fix scroll container min size calculationJordyfel2024-09-101-14/+14
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #96586 from rune-scape/fix-empty-stringname-hashRémi Verschelde2024-09-113-53/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | StringName: Fix empty hash
| * | | | | | | StringName: Fix empty hashrune-scape2024-09-093-53/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +Fixed compat hashes
* | | | | | | | Prevent `LineEdit` from losing focus when text is submitted or rejected.Mounir Tohami2024-09-104-258/+341
|/ / / / / / /
* | | | | | | Merge pull request #96706 from bruvzg/rtl_processRémi Verschelde2024-09-081-13/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [RTL] Fix internal process incorrectly disabled on appending text.
| * | | | | | | [RTL] Fix internal process incorrectly disabled on appending text.bruvzg2024-09-081-13/+16
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #96232 from AThousandShips/tree_navigate_rowRémi Verschelde2024-09-081-5/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [Tree] Improve navigation with row select mode
| * | | | | | | [Tree] Improve navigation with row select modeA Thousand Ships2024-08-281-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows navigating with the `ui_left/right` actions when selecting rows, fixing a navigation inconsistency
* | | | | | | | Merge pull request #95500 from tetrapod00/zero-separation-focus-neighborRémi Verschelde2024-09-081-1/+24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix wrong focus neighbor for grid-aligned 0 separation controls
| * | | | | | | | Add tie-breaking to find focus neighbor in Controltetrapod002024-09-061-1/+24
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #93353 from AThousandShips/config_warning_fixRémi Verschelde2024-09-083-3/+3
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | Fix super call in various `get_configuration_warnings` methods
| * | | | | | | Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-053-3/+3
| | | | | | | |
* | | | | | | | Merge pull request #96507 from bruvzg/menu_indexRémi Verschelde2024-09-061-7/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [MenuBar] Make menu start index more consistent.
| * | | | | | | | [MenuBar] Make menu start index more consistent.bruvzg2024-09-061-7/+10
| | |_|_|_|/ / / | |/| | | | | |
* / | | | | | | [RTL] Improve BBCode parsing.bruvzg2024-09-062-237/+365
|/ / / / / / /
* | | | | | | Merge pull request #96247 from bruvzg/rtl_draw_orderRémi Verschelde2024-09-061-78/+80
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [RTL] Move image/table draw to the `DRAW_STEP_TEXT`
| * | | | | | | [RTL] Move image/table draw to the DRAW_STEP_TEXTbruvzg2024-08-291-78/+80
| | | | | | | |
* | | | | | | | Merge pull request #96276 from KoBeWi/deprecated_on_arrivalRémi Verschelde2024-09-062-3/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Deprecate `set_min_buttons_width_from_icons`
| * | | | | | | | Deprecate set_min_buttons_width_from_iconskobewi2024-09-052-3/+11
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #92865 from rune-scape/rune-optimal-code-editRémi Verschelde2024-09-064-245/+357
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | CodeEdit: Improve render time by 2x
| * | | | | | | CodeEdit: improve render speedrune-scape2024-09-044-245/+357
| |/ / / / / /
* | | | | | | Merge pull request #96038 from kitbdev/fix-line-edit-caret-word-modeRémi Verschelde2024-09-042-23/+48
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix LineEdit word mode when there are no more words
| * | | | | | | Fix LineEdit word mode when there are no wordskit2024-08-242-23/+48
| | | | | | | |
* | | | | | | | Merge pull request #95983 from bruvzg/win_fd_opt_fixRémi Verschelde2024-09-041-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [Windows] Emit native file dialog callback from event loop, fix selected options not saved.
| * | | | | | | | [Windows] Emit native file dialog callback from event loop, fix selected ↵bruvzg2024-08-231-1/+2
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | options not saved.