summaryrefslogtreecommitdiffstats
path: root/scene/gui
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-11118-0/+236
| | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Linux Editor tests workflow matrix Add Windows Editor w/ Mono workflow matrix Add Generate Glue Code job to Windows workflow Add Build GodotSharp job to Windows workflow Add godot compatibility version references Add Godot author info Add Godot version compatibility info Add Godot donor info Add Godot authors and donors to editor_about.cpp Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Merge pull request #97809 from Geometror/fix-ge-conn-layer-warningRémi Verschelde2024-10-041-1/+3
|\ | | | | | | [GraphEdit] Only print warning for connection layer deletion when justified
| * [GraphEdit] Only print warning for connection layer deletion when justifiedHendrik Brucker2024-10-041-1/+3
| |
* | Merge pull request #97291 from ↵Rémi Verschelde2024-10-041-1/+1
|\ \ | | | | | | | | | | | | | | | KoBeWi/visible_in_tree_was_a_billion_dollar_mistake Fix ScrollContainer configuration warnings
| * | Fix ScrollContainer configuration warningskobewi2024-09-211-1/+1
| | |
* | | Merge pull request #95889 from KoBeWi/tree_growing_sidewaysRémi Verschelde2024-10-041-4/+4
|\ \ \ | | | | | | | | | | | | Allow horizontal scrolling in Tree using Shift
| * | | Allow horizontal scrolling in Tree using Shiftkobewi2024-08-211-4/+4
| | | |
* | | | Expose `LineEdit` `edit` and `unedit` methods.Mounir Tohami2024-10-043-27/+50
| |_|/ |/| |
* | | Merge pull request #97255 from kitbdev/test-tabsRémi Verschelde2024-10-043-6/+17
|\ \ \ | | | | | | | | | | | | Fix TabBar initialization issue and add tests
| * | | Fix TabBar initialization issue and add testskit2024-09-203-6/+17
| | | |
* | | | Merge pull request #93270 from Gamemap/feature-itemlist-autowidthRémi Verschelde2024-10-042-3/+38
|\ \ \ \ | | | | | | | | | | | | | | | Add `Auto width` behavior to ItemList
| * | | | Add `Auto width` behavior to ItemListGamemap2024-10-042-3/+38
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Craig Hupin <althar93@hotmail.com>
* | | | | Add filename filter field to FileDialogvPumpking2024-10-042-10/+154
|/ / / / | | | | | | | | | | | | Added possibility to filter files and folders through a text entry.
* | | | Merge pull request #97519 from timothyqiu/itemlist-atRémi Verschelde2024-10-032-5/+48
|\ \ \ \ | | | | | | | | | | | | | | | Add auto translate mode for items in `ItemList`
| * | | | Add auto translate mode for items in `ItemList`Haoyu Qiu2024-09-272-5/+48
| | | | |
* | | | | Merge pull request #97730 from ↵Rémi Verschelde2024-10-031-0/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KoBeWi/rich_text_label_inside_a_scroll_container_inside_a_bag_of_milk Handle scroll events in RichtTextLabel
| * | | | | Handle scroll events in RichtTextLabelkobewi2024-10-021-0/+11
| | | | | |
* | | | | | Merge pull request #95389 from Gaktan/graph_node_stretch_fixRémi Verschelde2024-10-031-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | Fix graph node stretch not taking titlebar into account
| * | | | | Fix graph node stretch not taking titlebar into accountGaktan2024-09-081-1/+1
| | | | | |
* | | | | | Merge pull request #97439 from Gamemap/itemlist-fix-texttrimmingRémi Verschelde2024-10-021-18/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix ItemList text trimming
| * | | | | | Fix ItemList text trimming and autowrap marginGamemap2024-10-011-18/+21
| | | | | | |
* | | | | | | New Quick Open DialogStijn Hinlopen2024-10-012-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Updated list view with thumbnails, and separate file name. - Added a grid view which has larger icons. - Added toggle to filter out files from addons. - Store history for each opened resource type. New Editor settings for Quick Open: - Startup display mode (grid or list): - Determined by the requested resource type. - Whatever was last used. - Toggle to filter out files from addons (for persistence). Notes - The dialog is now created once in EditorNode, and globally available for other components. - A fixed number of result scenes are instantiated, and reused based on query. - Drop support for multiselect.
* | | | | | | Merge pull request #96309 from Geometror/fix-ge-cs-crashRémi Verschelde2024-10-011-3/+41
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Prevent crash after removing GraphEdit's connection layer
| * | | | | | Prevent crash after removing GraphEdit's connection layer and add additional ↵Hendrik Brucker2024-08-301-3/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | warnings
* | | | | | | Add auto translate mode for cells in TreeHaoyu Qiu2024-10-012-4/+52
| | | | | | |
* | | | | | | Merge pull request #97229 from aryan-11825114/ctrl-x-visual-shaderRémi Verschelde2024-09-291-0/+4
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | Add `GraphEdit.cut_nodes_request` signal
| * | | | | | Add cut_nodes_request signal to GraphEditaryan-118251142024-09-271-0/+4
| | | | | | |
* | | | | | | Merge pull request #97406 from timothyqiu/tooltip-atmRémi Verschelde2024-09-262-5/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add auto translate mode for tooltips
| * | | | | | | Add auto translate mode for tooltipsHaoyu Qiu2024-09-262-5/+17
| | | | | | | |
* | | | | | | | Merge pull request #97397 from timothyqiu/shortcut-in-tooltipsRémi Verschelde2024-09-262-10/+26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Make `_make_custom_tooltip` receive raw tooltip for buttons with shortcut enabled
| * | | | | | | | Make _make_custom_tooltip receive raw tooltip for buttons with shortcut enabledHaoyu Qiu2024-09-262-10/+26
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #97389 from timothyqiu/button-autowrap-min-sizeRémi Verschelde2024-09-261-2/+3
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | Fix button text autowrap overflow when inside a container
| * | | | | | | Fix button text autowrap overflow when inside a containerHaoyu Qiu2024-09-241-2/+3
| | | | | | | |
* | | | | | | | Merge pull request #97483 from akien-mga/clang-format-19.1.0Rémi Verschelde2024-09-261-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | CI: Update `clang-format` pre-commit hook to 19.1.0
| * | | | | | | | CI: Update `clang-format` pre-commit hook to 19.1.0Rémi Verschelde2024-09-261-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #93058 from Repiteo/scons/scons_hintsRémi Verschelde2024-09-261-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | SCons: Add unobtrusive type hints in SCons files
| * | | | | | | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
| | | | | | | |
* | | | | | | | Merge pull request #97447 from ↵Rémi Verschelde2024-09-252-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | dsnopek/x11-focus-bugs-take-twenty-seven-million-and-seven Fix renaming nodes on X11
| * | | | | | | Fix renaming nodes on X11David Snopek2024-09-252-2/+2
| |/ / / / / /
* / / / / / / Add missing ETR macros in ColorPickerHaoyu Qiu2024-09-251-10/+5
|/ / / / / /
* | | | | | Merge pull request #90743 from timothyqiu/empty-selection-clipboardRémi Verschelde2024-09-233-0/+27
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | Add TextEdit option to prevent copying without a selection
| * | | | | Add TextEdit option to prevent copying without a selectionHaoyu Qiu2024-09-143-0/+27
| | | | | |
* | | | | | Merge pull request #97269 from timothyqiu/underline-unicode-identifierRémi Verschelde2024-09-211-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix script editor not underlining Unicode identifiers when Ctrl-hovered
| * | | | | | Fix script editor not underlining Unicode identifiers when Ctrl-hoveredHaoyu Qiu2024-09-211-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #96871 from KoBeWi/borrow_containerRémi Verschelde2024-09-212-11/+25
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | Add `SCROLL_MODE_RESERVE` to ScrollContainer
| * | | | | Add SCROLL_MODE_RESERVE to ScrollContainerkobewi2024-09-122-11/+25
| | | | | |
* | | | | | Merge pull request #97167 from MewPurPur/reveal-undoredoRémi Verschelde2024-09-201-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Expose `has_undo()` and `has_redo()` of LineEdit
| * | | | | | Expose has_undo() and has_redo() of LineEditMewPurPur2024-09-191-0/+2
| | | | | | |
* | | | | | | Merge pull request #97209 from kitbdev/fix-tab-container-ensure-visible-offsetRémi Verschelde2024-09-201-3/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix TabContainer tab offset moving when not needed