summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2022-01-02Fix various typosluz paz
2022-01-02Tree: Fix de-select when selection mode set to SELECT_ROWChristoph Nelles
2022-01-02Fixed a invalidation of sets and out of range in the _horizontal_alignment fu...NNesh
2021-12-31Correctly use fallback Theme values as last resortYuri Sizov
2021-12-30Fix an incorrect exposed property type in TreeYuri Sizov
2021-12-29Use GDVIRTUAL* macros when binding virtual methods in exposed classesYuri Sizov
2021-12-29Rename speed to velocity when it's a directional VectorMarcel Admiraal
2021-12-26Unfocus Control on NOTIFICATION_EXIT_TREEPucklaMotzer09
2021-12-23Fix TabContainer not setting layout immediatelykobewi
2021-12-23Merge pull request #55636 from bruvzg/vis_char_modesRémi Verschelde
2021-12-21Merge pull request #55823 from KoBeWi/optional_buttonRémi Verschelde
2021-12-21Merge pull request #56102 from jmb462/fix-wrong-gradientedit-colorpicker-shapeRémi Verschelde
2021-12-21Implement property array for OptionButtonkobewi
2021-12-21Fix BaseButton's localization for tooltip with shortcutZae
2021-12-20Fix wrong ColorPicker shape with GradientEditjmb462
2021-12-15Merge pull request #52015 from mechPenSketch/expose_hotzones2Rémi Verschelde
2021-12-12Merge pull request #55729 from cdemirer/fix-script-editor-unexpected-scroll-u...Rémi Verschelde
2021-12-12Fix highlight for completion options match (rebased)Yuri Roubinsky
2021-12-12Expose connection hot zones in GraphNodemechPenSketch
2021-12-11Fix unexpected scroll on resize + consistent return valuecdemirer
2021-12-10Fix wrong internal children usage in BoxContainerkobewi
2021-12-10Tree Don't consume mouse event by collapse arrow which isn't shownkleonc
2021-12-10Merge pull request #55739 from Paulb23/text-edit-base-performanceRémi Verschelde
2021-12-10Merge pull request #43181 from nathanfranke/string-emptyRémi Verschelde
2021-12-10Add drag start/end signals for SliderHaoyu Qiu
2021-12-09Increased time delay on selection when opening a popupFelipeMatoba
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-08Optimise TextEdit base operationsPaulb23
2021-12-08Improve PopupMenu doc about id and indexkobewi
2021-12-08Merge pull request #55694 from KoBeWi/scrollbar_modding_toolsRémi Verschelde
2021-12-07Fix bad mouse offset with Control::wrap_mouse()jmb462
2021-12-07ScrollContainer's scrollbar visibility is now enumkobewi
2021-12-07Merge pull request #55670 from akien-mga/rename-videoplayerRémi Verschelde
2021-12-06Rename "items_count" property to "item_count"Aaron Franke
2021-12-06Rename `VideoPlayer` to `VideoStreamPlayer` for consistencyRémi Verschelde
2021-12-06Merge pull request #55662 from KoBeWi/update_minimum_size_changed_to_update_m...Rémi Verschelde
2021-12-06Fix bad popups offset in editor with single window offjmb462
2021-12-06Rename minimum_size_changed() methodkobewi
2021-12-06Add different "visible characters" behavior modes.bruvzg
2021-12-05Bind column_titles_visible as propertykobewi
2021-12-03Fixed TextEdit underline draw posPaulb23
2021-12-02Add drag and drop to TextEditConteZero
2021-12-02Merge pull request #55474 from akien-mga/copy-operators-no-referenceRémi Verschelde
2021-12-02Allow scrolling theme preview when the control picker is activeYuri Sizov
2021-11-30Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`Michael Alexsander
2021-11-30Don't return reference on copy assignment operatorsRémi Verschelde
2021-11-29Prevent hidden tab close buttons from intercepting input [4.0]ator-dev
2021-11-28progress_offset now added to reference cross draw functionRed Headphone
2021-11-26Merge pull request #54345 from floppyhammer/fix-circular-texture-progressRémi Verschelde