summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2021-02-12Fix TextEdit autoscroll with wrapped linesPouleyKetchoupp
2021-02-12TextEdit respects content margin from StyleBoxPouleyKetchoupp
2021-02-12Fix LineEdit minimum widthreduz
2021-02-12Use get_char_size(' ') to calculate space width.bruvzg
2021-02-11Merge pull request #45870 from gongpha/graphedit-connection-updateRémi Verschelde
2021-02-10Removed _change_notifyreduz
2021-02-11Update GraphEdit when GraphNode's slot is updatedKongfa Waroros
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-02-09Merge pull request #45812 from RandomShaper/keep_selected_visibleRémi Verschelde
2021-02-08Merge pull request #45806 from KoBeWi/forest_of_deselectionRémi Verschelde
2021-02-08Update ColorPicker controls when entering treeKanabenki
2021-02-08Expose Tree::scroll_to_item()Pedro J. Estébanez
2021-02-07Set selected Tree item to null when deselectedkobewi
2021-02-07TextEdit: When left mouse is pressed to place the cursor, do not immediately ...Oliver Dick
2021-02-04doc: Don't bind argument names with p_ prefixRémi Verschelde
2021-02-01Merge pull request #45110 from fmazan/completion-panel-positioningRémi Verschelde
2021-02-01Merge pull request #45549 from flyingpimonster/graphnode-iconRémi Verschelde
2021-01-31Use integer coordinates for the font glyphs rendering.bruvzg
2021-01-28GraphNode: Add properties for custom iconsJames Westman
2021-01-26Fix unintended SpinBox mouse captureVolka
2021-01-26Merge pull request #44349 from KoBeWi/drop_the_data!Rémi Verschelde
2021-01-26Merge pull request #45220 from Calinou/range-ratio-equal-min-max-no-errorRémi Verschelde
2021-01-26Merge pull request #45369 from naithar/fix/line_edit_clear-4.0Rémi Verschelde
2021-01-26[GUI] Enforce virtual keyboard redisplay on clearSergey Minakov
2021-01-26Exposed find_next_valid_focus and find_prev_valid_focus.Nils Reid
2021-01-26Merge pull request #44194 from madmiraal/fix-font_selected_colorRémi Verschelde
2021-01-25Fix minimap capturing events and improve its themeYuri Sizov
2021-01-24Change themes *_color_* to *_*_colorMarcel Admiraal
2021-01-18RichTextLabel: adds separate `get_total_x_count`, `get_visible_x_count` and `...bruvzg
2021-01-15Make Range return 1.0 ratio if minimum and maximum values are equalHugo Locurcio
2021-01-15Merge pull request #33685 from Scony/improve-item-lists-add-item-methodsRémi Verschelde
2021-01-15Merge pull request #45196 from Paulb23/text_edit_draw_behind_gutterRémi Verschelde
2021-01-15Merge pull request #45149 from pycbouh/ge-disconnect-crashRémi Verschelde
2021-01-15Merge pull request #44870 from alexpech12/fix-rich-text-label-set-visible-cha...Rémi Verschelde
2021-01-14Fix TextEdit drawing Caret and icons out of boundsPaulb23
2021-01-14Prevent signal disconnection attempts on invalid referencesYuri Sizov
2021-01-14Keep RichTextLabel visible character properties in syncAlexander Pech
2021-01-12Fix errors when removing non Control node from TabContainerRafał Mikrut
2021-01-11Fixed completion and hint panel positioning in TextExitFilip
2021-01-08RichTextLabel: Fix build after #35505Rémi Verschelde
2021-01-08Merge pull request #35505 from dalexeev/rtl_colorsRémi Verschelde
2021-01-05Makes script editor not draw non existent spaces.David Kennedy
2021-01-05Revert "solved ctrl + alt + special character Issue #6851"Rémi Verschelde
2021-01-04Merge pull request #44906 from EricEzaM/PR/popup-menu-fix-not-matching-button...Rémi Verschelde
2021-01-04Fixed PopupMenu not matching parent MenuButton/OptionButton widthEric M
2021-01-04Fixed hover highlight style rect of items being cut off.Eric M
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-29Merge pull request #44724 from Chaosus/popup_separatorRémi Verschelde
2020-12-29Fix missed renamings from empty() to is_empty()Rémi Verschelde
2020-12-29Merge pull request #44781 from mrushyendra/scroll_container_ready_fixRémi Verschelde