Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Fix TabContainer tab offset moving when not needed | kit | 2024-09-19 | 1 | -3/+6 | |
| | | | | | | | | ||||||
* | | | | | | | | Style: Apply new `clang-format` changes | Thaddeus Crews | 2024-09-20 | 1 | -7/+7 | |
|/ / / / / / / | ||||||
* / / / / / / | Set auto translate mode for drag previews | Haoyu Qiu | 2024-09-19 | 4 | -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_size | Rémi Verschelde | 2024-09-18 | 1 | -0/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix FileDialog default size | |||||
| * | | | | | | Fix FileDialog default size | Giganzo | 2024-09-17 | 1 | -0/+1 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #97132 from WhalesState/tab-container-minimum-size | Rémi Verschelde | 2024-09-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix `TabContainer` minimum size | |||||
| * | | | | | | Fix `TabContainer` minimum size | Mounir Tohami | 2024-09-18 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #96829 from ↵ | Rémi Verschelde | 2024-09-18 | 2 | -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 i3 | David Snopek | 2024-09-16 | 2 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #72680 from Koyper/split_container_improvements | Rémi Verschelde | 2024-09-17 | 2 | -81/+194 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | Improvements to SplitContainer including a drag bar background StyleBox | |||||
| * | | | | | | Improvements to SplitContainer including a drag bar background StyleBox. | Koyper | 2024-09-14 | 2 | -81/+194 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #96996 from WhalesState/vslider | Rémi Verschelde | 2024-09-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix `VSlider` grabber area. | |||||
| * | | | | | | | Fix `VSlider` grabber area. | Mounir Tohami | 2024-09-14 | 1 | -1/+1 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #93500 from anniryynanen/multi-press | Rémi Verschelde | 2024-09-16 | 1 | -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 time | Anni Ryynänen | 2024-09-15 | 1 | -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_grid | Rémi Verschelde | 2024-09-13 | 1 | -11/+21 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | GraphEdit: Improve dotted pattern grid performance | |||||
| * | | | | | | | GraphEdit: Improve dotted pattern grid performance | Zae | 2024-09-12 | 1 | -11/+21 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #96592 from bruvzg/alt_u | Rémi Verschelde | 2024-09-13 | 4 | -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 ↵ | bruvzg | 2024-09-12 | 4 | -96/+280 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | entered. | |||||
* | | | | | | | Merge pull request #96643 from bruvzg/fs_links | Rémi Verschelde | 2024-09-12 | 2 | -0/+32 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [FileSystem Dock] Add symlink indicator and tooltip. | |||||
| * | | | | | | | [FileSystem Dock] Add symlink indicator and tooltip. | bruvzg | 2024-09-06 | 2 | -0/+32 | |
| | | | | | | | | ||||||
* | | | | | | | | Fix native file dialog showing on loading project in editor. | bruvzg | 2024-09-12 | 1 | -1/+2 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #96878 from bruvzg/rtl_font_reload | Rémi Verschelde | 2024-09-12 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [RTL] Fix font not updated for some spans. | |||||
| * | | | | | | | [RTL] Fix font not updated for some spans. | bruvzg | 2024-09-11 | 1 | -0/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #96305 from Jordyfel/scroll-container-min-size | Rémi Verschelde | 2024-09-12 | 1 | -14/+14 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | Fix scroll container min size calculation | |||||
| * | | | | | | | Fix scroll container min size calculation | Jordyfel | 2024-09-10 | 1 | -14/+14 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #96586 from rune-scape/fix-empty-stringname-hash | Rémi Verschelde | 2024-09-11 | 3 | -53/+0 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | StringName: Fix empty hash | |||||
| * | | | | | | | StringName: Fix empty hash | rune-scape | 2024-09-09 | 3 | -53/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +Fixed compat hashes | |||||
* | | | | | | | | Prevent `LineEdit` from losing focus when text is submitted or rejected. | Mounir Tohami | 2024-09-10 | 4 | -258/+341 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #96706 from bruvzg/rtl_process | Rémi Verschelde | 2024-09-08 | 1 | -13/+16 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [RTL] Fix internal process incorrectly disabled on appending text. | |||||
| * | | | | | | | [RTL] Fix internal process incorrectly disabled on appending text. | bruvzg | 2024-09-08 | 1 | -13/+16 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #96232 from AThousandShips/tree_navigate_row | Rémi Verschelde | 2024-09-08 | 1 | -5/+13 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [Tree] Improve navigation with row select mode | |||||
| * | | | | | | | [Tree] Improve navigation with row select mode | A Thousand Ships | 2024-08-28 | 1 | -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-neighbor | Rémi Verschelde | 2024-09-08 | 1 | -1/+24 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix wrong focus neighbor for grid-aligned 0 separation controls | |||||
| * | | | | | | | | Add tie-breaking to find focus neighbor in Control | tetrapod00 | 2024-09-06 | 1 | -1/+24 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #93353 from AThousandShips/config_warning_fix | Rémi Verschelde | 2024-09-08 | 3 | -3/+3 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | Fix super call in various `get_configuration_warnings` methods | |||||
| * | | | | | | | Fix super call in various `get_configuration_warnings` methods | A Thousand Ships | 2024-09-05 | 3 | -3/+3 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #96507 from bruvzg/menu_index | Rémi Verschelde | 2024-09-06 | 1 | -7/+10 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [MenuBar] Make menu start index more consistent. | |||||
| * | | | | | | | | [MenuBar] Make menu start index more consistent. | bruvzg | 2024-09-06 | 1 | -7/+10 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* / | | | | | | | [RTL] Improve BBCode parsing. | bruvzg | 2024-09-06 | 2 | -237/+365 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #96247 from bruvzg/rtl_draw_order | Rémi Verschelde | 2024-09-06 | 1 | -78/+80 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [RTL] Move image/table draw to the `DRAW_STEP_TEXT` | |||||
| * | | | | | | | [RTL] Move image/table draw to the DRAW_STEP_TEXT | bruvzg | 2024-08-29 | 1 | -78/+80 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #96276 from KoBeWi/deprecated_on_arrival | Rémi Verschelde | 2024-09-06 | 2 | -3/+11 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deprecate `set_min_buttons_width_from_icons` | |||||
| * | | | | | | | | Deprecate set_min_buttons_width_from_icons | kobewi | 2024-09-05 | 2 | -3/+11 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #92865 from rune-scape/rune-optimal-code-edit | Rémi Verschelde | 2024-09-06 | 4 | -245/+357 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | CodeEdit: Improve render time by 2x | |||||
| * | | | | | | | CodeEdit: improve render speed | rune-scape | 2024-09-04 | 4 | -245/+357 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #96038 from kitbdev/fix-line-edit-caret-word-mode | Rémi Verschelde | 2024-09-04 | 2 | -23/+48 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix LineEdit word mode when there are no more words | |||||
| * | | | | | | | Fix LineEdit word mode when there are no words | kit | 2024-08-24 | 2 | -23/+48 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #95983 from bruvzg/win_fd_opt_fix | Rémi Verschelde | 2024-09-04 | 1 | -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 ↵ | bruvzg | 2024-08-23 | 1 | -1/+2 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | options not saved. |