summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2022-10-08Add warning for missing characters in label fontRedMser
2022-10-07Getters for TextEdit scrollbarsmicroaeris
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-07Merge pull request #62910 from Vitika9/gsoc-colorpicker-uxRémi Verschelde
2022-10-07Add split caret direction markers. Fix block/overtype caret size.bruvzg
2022-10-06Merge pull request #66961 from Rindbee/fix-set_custom_colorRémi Verschelde
2022-10-06Merge pull request #61902 from Paulb23/multi-caretRémi Verschelde
2022-10-06Fix wrong condition used in `set_custom_color`Rindbee
2022-10-05Fix Control not disconnecting signalMarkus Sauermann
2022-10-05Add multi caret support to CodeEditPaulb23
2022-10-05Add mutliple Caret support to TextEditPaulb23
2022-10-05Merge pull request #66770 from EricEzaM/search-by-eventRémi Verschelde
2022-10-04Merge pull request #66559 from zaevi/fix_ScrollContainer_touch_scrollRémi Verschelde
2022-10-03Move selecion into caretPaulb23
2022-10-03Improve MenuButton and OptionButtonEricEzaM
2022-10-03Add searching by event for Editor Settings shortcuts and Project Settings inp...EricEzaM
2022-09-28Merge pull request #58995 from Sauermann/fix-mouse-cursor-change-2Rémi Verschelde
2022-09-28Merge pull request #66543 from akien-mga/msvc-warning-c4702Rémi Verschelde
2022-09-29Fix ScrollContainer touch-scrolling not working.Zae
2022-09-28Fix MSVC warning C4702: unreachable codeRémi Verschelde
2022-09-28Fix MSVC warning C4706: assignment within conditional expressionRémi Verschelde
2022-09-27Merge pull request #66160 from dpalais/double_timeRémi Verschelde
2022-09-27Merge pull request #66445 from EricEzaM/GH-66442-shortcut-change-popupmenu-up...Rémi Verschelde
2022-09-26Change time parameters and variables to double typeDave Palais
2022-09-26Ensure popup menu redraws items when shortcuts update.Eric M
2022-09-26[RTL] Fix font variations / OpenType features of theme default font not updat...bruvzg
2022-09-26Merge pull request #65540 from MewPurPur/easier-bookmarksRémi Verschelde
2022-09-25Merge pull request #66288 from bruvzg/te_fix_colorRémi Verschelde
2022-09-24Fix ColorPicker always emitting color_changed on html submitMicky
2022-09-24Ensure all checks of `is_action` in the editor which are for 'shortcut' use, ...Eric M
2022-09-23[TextEdit] Use error/selection font color for the current glyph only, instead...bruvzg
2022-09-23Merge pull request #65158 from nongvantinh/fixed-infinite-loopRémi Verschelde
2022-09-22Revert custom_minimum_size type back to Vector2 instead of Vector2iAaron Franke
2022-09-21Merge pull request #66213 from KoBeWi/not_right_but_works™Rémi Verschelde
2022-09-21Remove duplicate code in ItemListkobewi
2022-09-21Tree recursive foldingNinni Pipping
2022-09-21Merge pull request #66126 from RedMser/shortcut-context-inspectorRémi Verschelde
2022-09-19Merge pull request #66068 from bruvzg/rtl_fx_connectedRémi Verschelde
2022-09-19Merge pull request #66112 from Zylann/get_configuration_warnings_psaRémi Verschelde
2022-09-19Fix #66062: editing shortcut_context in inspectorRedMser
2022-09-19Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron
2022-09-19[RTL] Add option to apply built-in effects to the individual connected glyphs.bruvzg
2022-09-18Update mouse cursor shape after changesMarkus Sauermann
2022-09-18Make the inner TabBar in a TabContainer behave as if it were in a ContainerRindbee
2022-09-18Merge pull request #66012 from Rindbee/fix-TabContainer-minimum_sizeRémi Verschelde
2022-09-18Fix minimum size calculation for TabContainerRindbee
2022-09-16Fix RichTextLabel not updating on theme/theme override change until text is u...bruvzg
2022-09-14Add configuration warning to GraphEdit regarding future refactoringHendrik Brucker
2022-09-13RTL Improvementsbruvzg
2022-09-09Improve parameter naming and documentation in GraphEdit and GraphNodeYuri Sizov