summaryrefslogtreecommitdiffstats
path: root/editor/gui
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-201-0/+2
|\
| * Merge pull request #99324 from TokageItLab/fix-fpe-spinnerThaddeus Crews2024-11-191-0/+2
| |\ | | | | | | | | | Fix spinner in AnimationTrackEdit in FPS mode
| | * Fix spinner in AnimationTrackEdit in FPS modeSilc Lizard (Tokage) Renew2024-11-171-0/+2
| | |
* | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-2/+2
|\| |
| * | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-2/+2
| |/
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-153-8/+37
|\|
| * Use processed filter list for native dialogs.Pāvels Nadtočajevs2024-11-152-7/+25
| |
| * Fix missing native file dialog title translation.Pāvels Nadtočajevs2024-11-141-1/+1
| |
| * Restore original root name if renaming instance to emptykobewi2024-11-121-1/+12
| |
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-126-22/+60
|\|
| * Merge pull request #98680 from jaydensipe/expose-toast-notification-methodsThaddeus Crews2024-11-122-0/+9
| |\ | | | | | | | | | Expose `get_editor_toaster` method to `EditorInterface`
| | * Expose toast notification methodsJayden Sipe2024-11-112-0/+9
| | |
| * | Merge pull request #97946 from WhalesState/editor-spin-sliderThaddeus Crews2024-11-121-2/+2
| |\ \ | | |/ | |/| | | | Fix `EditorSpinSlider` grabber `TextureRect` doesn't follow parent when scrolling.
| | * Fix `EditorSpinSlider` grapper `TextureRect` doesn't follow parent when ↵Mounir Tohami2024-10-071-2/+2
| | | | | | | | | | | | scrolling.
| * | Merge pull request #98797 from KoBeWi/toastkill_fThaddeus Crews2024-11-112-1/+7
| |\ \ | | | | | | | | | | | | Close toasts instantly when Close button is pressed
| | * | Close toasts instantly when Close button is pressedkobewi2024-11-102-1/+7
| | | |
| * | | Merge pull request #97722 from dustdfg/fix_wrong_groups_tooltipThaddeus Crews2024-11-111-6/+6
| |\ \ \ | | | | | | | | | | | | | | | Fix tooltip message of button that opens groups/signals dock
| | * | | Fix tooltip message of button that opens groups/signals dockYevhen Babiichuk (DustDFG)2024-10-021-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com> Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
| * | | | Add a lock toggle to prevent involuntary bottom editor switchingMichael Alexsander2024-11-112-13/+36
| | |/ / | |/| |
* | | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-116-340/+431
|\| | |
| * | | Merge pull request #98558 from jasonmorgado/add-track-filterThaddeus Crews2024-11-102-12/+27
| |\ \ \ | | | | | | | | | | | | | | | Add type filters to AnimationPlayer's "Add Track"
| | * | | Add type filters to AnimationPlayer's "Add Track"Jason Morgado2024-11-092-12/+27
| | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-Authored-By: Tomek <kobewi4e@gmail.com>
| * | | | Merge pull request #98794 from ↵Thaddeus Crews2024-11-102-33/+39
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KoBeWi/programming_a_toaster_aka_internet_of_things Improve EditorToaster code
| | * | | | Improve EditorToaster codekobewi2024-11-032-33/+39
| | | | | |
| * | | | | Merge pull request #98278 from a-johnston/fuzzy-search-rebaseThaddeus Crews2024-11-102-295/+361
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add fuzzy string matching to quick open search
| | * | | | | Add fuzzy string matching to quick open searchAdam Johnston2024-10-282-295/+361
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: sam <samsface@gmail.com>
| * | | | | | Don't try to move selection if there are no visible elementsFelix Yuan2024-11-091-0/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+2
|\| | | | |
| * | | | | Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-041-1/+2
| | |/ / / | |/| | | | | | | | | | | | | | | | | | • `modernize-use-default-member-init` and `readability-redundant-member-init` • Minor adjustments to `.clang-tidy` to improve syntax & remove redundancies
* | | | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-307-39/+39
|\| | | |
| * | | | Merge pull request #98039 from aaronfranke/button-iconThaddeus Crews2024-10-297-36/+36
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Rename internal Button `*_icon` functions to `*_button_icon` to match exposed methods
| | * | | | Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-297-36/+36
| | |/ / /
| * | | | Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-292-3/+3
| |\ \ \ \ | | |/ / / | |/| | | | | | | | [Codestyle] Set clang-format `RemoveSemicolon` rule to `true`
| | * | | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-252-3/+3
| | | | | | | | | | | | | | | | | | | | - Set clang-format `Standard` rule to `c++20`
* | | | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-2728-56/+56
|\ \ \ \ \ | | | | | | | | | | | | Fix copyright headers referring to Godot
| * | | | | Fix copyright headers referring to GodotSpartan3222024-10-2728-56/+56
| | | | | |
* | | | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-262-6/+0
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Merge pull request #96786 from passivestar/spin-slider-focus-fixThaddeus Crews2024-10-252-6/+0
| |\ \ \ \ | | |/ / / | |/| | | | | | | | Fix EditorSpinSlider blocking viewport from getting focus
| | * | | Fix EditorSpinSlider blocking viewport from getting focuspassivestar2024-09-102-6/+0
| | | | |
* | | | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-0/+7
|\| | | |
| * | | | Merge pull request #97706 from lalitshankarchowdhury/fix-create-folderThaddeus Crews2024-10-211-0/+7
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Display proper message on invalid folder path
| | * | | | Display proper message on invalid folder pathLalit Shankar Chowdhury2024-10-171-0/+7
| | | | | |
* | | | | | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-182-0/+16
|\| | | | |
| * | | | | Merge pull request #97885 from timothyqiu/useful-tooltipClay John2024-10-171-0/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | | Make `EditorFileDialog`'s Recent and Fav list show full path in tooltip
| | * | | | Make EditorFileDialog's Recent and Fav list show full path in tooltipHaoyu Qiu2024-10-061-0/+2
| | | |_|/ | | |/| |
| * / | | Show correct icons in EditorDebuggerRemoteObjectJayden Sipe2024-10-151-0/+14
| |/ / /
* | | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1128-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #97820 from passivestar/quick-open-bgRémi Verschelde2024-10-041-1/+1
|\ \ \ | | | | | | | | | | | | Fix quick open background panel style
| * | | Fix quick open background panel stylepassivestar2024-10-051-1/+1
| | | |