summaryrefslogtreecommitdiffstats
path: root/scene/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-27119-238/+238
* Merge pull request #777 from Spartan322/4.3-fix/scrollbar-grabber-mouseGeorge L. Albany2024-10-261-7/+9
|\
| * Fix `ScrollBar` grabber mouse ignores scroll marginMounir Tohami2024-10-251-7/+9
* | Merge pull request #778 from Spartan322/4.3-add/overbright-colorpickerGeorge L. Albany2024-10-252-0/+4
|\ \
| * | Enable `ColorPicker` RGB+RAW modes to have greater values for over bright.Mounir Tohami2024-10-222-0/+4
| |/
* | Merge pull request #794 from Spartan322/4.3-fixes/colorpicker-jankGeorge L. Albany2024-10-252-5/+4
|\ \
| * | Fix RGB/RAW `ColorMode` jank sliders and spinboxSpartan3222024-10-242-5/+4
| |/
* | Merge pull request #784 from Spartan322/4.3-no-close-pick-colorpickerGeorge L. Albany2024-10-251-1/+0
|\ \
| * | Remove hide on `ColorPicker` color pickingSpartan3222024-10-231-1/+0
| |/
* | Merge pull request #781 from Spartan322/4.3-unify/colorpicker-hsv-wheel-drawGeorge L. Albany2024-10-251-48/+23
|\ \
| * | Unify `ColorPicker` HSV Rectangle/Wheel drawSpartan3222024-10-231-48/+23
| |/
* | Merge pull request #803 from Spartan322/4.3-fix/colorpicker-overbright-indicatorGeorge L. Albany2024-10-251-1/+1
|\ \
| * | Fix `ColorPicker` overbright indicator positionSpartan3222024-10-251-1/+1
| |/
* | Merge pull request #795 from Spartan322/4.3-fix/colorpicker-left-sampleGeorge L. Albany2024-10-251-0/+3
|\ \
| * | Fix `ColorPicker` inactive left side sample resetSpartan3222024-10-251-0/+3
| |/
* | Merge pull request #779 from Spartan322/4.3-cleanup/colorpicker-vboxGeorge L. Albany2024-10-251-9/+2
|\ \
| * | Remove superfluous `ColorPicker` ContainersSpartan3222024-10-251-9/+2
| |/
* | Merge pull request #782 from Spartan322/4.3-remove/colorpicker-okhsl-shape-ov...George L. Albany2024-10-251-1/+0
|\ \
| * | Remove `ColorModeOKHSL.get_shape_override`Spartan3222024-10-231-1/+0
| |/
* / Unify `ColorPicker` color mode slider colorsSpartan3222024-10-232-22/+18
|/
* Rebrand preambles to RedotSpartan3222024-10-13119-0/+238
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-1/+1
* [Windows] Emit native file dialog callback from event loop, fix selected opti...bruvzg2024-09-171-1/+2
* Fix `VSlider` grabber area.Mounir Tohami2024-09-171-1/+1
* [RTL] Fix font not updated for some spans.bruvzg2024-09-171-0/+2
* Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-173-3/+3
* fix deadzone slider not working correctlykerstop2024-09-171-4/+2
* [RTL] Do not add final newline to the paragraph context.bruvzg2024-09-171-1/+1
* Fix collapsing TreeItem not updating horizontal scrollbarHaoyu Qiu2024-09-171-3/+10
* Always store ID of PopupMenu itemskobewi2024-09-163-3/+3
* Fix MenuBar popup placement assuming it's in viewport default canvaskleonc2024-09-161-2/+3
* Fix backspace always unfolding previous lineMrPersonDev2024-09-161-1/+1
* Fix `TextServer::shaped_text_*_character_pos` for the first character of wrap...bruvzg2024-09-161-1/+9
* Stop popup release timeout on click.bruvzg2024-08-121-0/+1
* [PopupMenu] Increase mouse button release timeout and reset it from `post_pop...bruvzg2024-08-071-1/+2
* Merge pull request #95122 from kleonc/tab_bar_clear_close_button_rectRémi Verschelde2024-08-061-0/+2
|\
| * Clear TabBar tab close button's rect after it's hiddenkleonc2024-08-041-0/+2
* | Fix GraphEdit port snapping in certain edge casesHendrik Brucker2024-08-021-7/+7
|/
* Merge pull request #94931 from KoBeWi/1_window_1_hackRémi Verschelde2024-08-011-8/+12
|\
| * Use legacy color picking in single window modekobewi2024-07-291-8/+12
* | Merge pull request #94810 from maidopi-usagi/graphedit_signal_fixRémi Verschelde2024-07-301-0/+4
|\ \ | |/ |/|
| * Fix leaked signal connection to connection_layer.maidopi-usagi2024-07-271-0/+4
* | Merge pull request #94848 from kitbdev/fix-placeholder-fit-contentRémi Verschelde2024-07-292-4/+9
|\ \
| * | Fix TextEdit placeholder fit content heightkit2024-07-272-4/+9
* | | Fix TextEdit scroll properties editor hint suffixkit2024-07-261-2/+2
|/ /
* | Merge pull request #94621 from Giganzo/scroll-container-rtl-fixRémi Verschelde2024-07-251-2/+2
|\ \ | |/ |/|
| * Fix rtl on follow focusGiganzo2024-07-231-2/+2
* | Merge pull request #94439 from kitbdev/fix-reopen-hscrollRémi Verschelde2024-07-231-0/+5
|\ \
| * | Fix ScriptEditor scrolling horizontally on reopenkit2024-07-161-0/+5
* | | Merge pull request #94606 from bruvzg/rtl_msdf_rRémi Verschelde2024-07-221-7/+7
|\ \ \