summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2018-12-02RichTextLabel: update the cache when the scroll hide.allkhor
2018-12-01Fixes collapsed SplitContainersgroud
2018-11-29TextEdit: added redo option to the context menuallkhor
2018-11-28Merge pull request #23993 from Kanabenki/autocomplete-ignore-caseRémi Verschelde
2018-11-27Ceil tabs font sizeallkhor
2018-11-26Add suggestions ignoring case at the end of the code autocompleteKanabenki
2018-11-26Merge pull request #23964 from allkhor/text_edit_clear_selectionRémi Verschelde
2018-11-25TextEdit: remove selection when clear happens.allkhor
2018-11-24Fix scroll bar lock when smooth scroll enabled, issue 23314Paulb23
2018-11-23RichTextLabel: clear the scroll offset.allkhor
2018-11-23Changes IME input to use notification instead of callback, exposes IME method...bruvzg
2018-11-22Merge pull request #23680 from YeldhamDev/unified_help_search_revivedRémi Verschelde
2018-11-22Merge pull request #23731 from lupoDharkael/remove-button-tooltipRémi Verschelde
2018-11-20Unify editor class and reference searchRay Koopa
2018-11-20Make opening menus with the same parent on mouse focus explicitMichael Alexsander Silva Dias
2018-11-20Merge pull request #23728 from groud/keep_splitcontainer_offsetRémi Verschelde
2018-11-19BaseButton: add shortcut_in_tooltiplupoDharkael
2018-11-18If using relationship lines (now default) hide guides.Juan Linietsky
2018-11-16Use VScrollBar when calculating horiz. offset in ScrollContainerpshe94
2018-11-15ViewportContainer was not passing unhandled input. Pass it, fixes #17326Juan Linietsky
2018-11-15-Send mouse motion events again to CollisionObjects (Area/Body) if they move,...Juan Linietsky
2018-11-15Keep the SplitContainer offset value when it is shrinkedgroud
2018-11-15Fix return value of get_total_character_countThomas ten Cate
2018-11-14Always use default theme for overrides, closes #13071Juan Linietsky
2018-11-14Show theme values from default theme always, fixes #16011, fixes #13071Juan Linietsky
2018-11-11Fixed various uninitialised member variables in editor plugins.Ibrahn Sahir
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-11-07Fixes icons in itemlist not workinggroud
2018-11-06Merge pull request #23383 from groud/better_tilemap_transformRémi Verschelde
2018-11-05Fix creating a visual script virtual function after minimizing crashes #23536K. S. Ernest (iFire) Lee
2018-11-02Fix possible crash with VideoPlayer _mix_audio functionMarcelo Fernandez
2018-11-01Merge pull request #21962 from YeldhamDev/switch_hover_submenuJuan Linietsky
2018-11-01Merge pull request #22780 from samuelpedrajas/fix_texture_button_hoveringRémi Verschelde
2018-10-30Enhance the tilemap transform buttonsgroud
2018-10-26Remove no longer necessary "raise_from_completion" in TextEditzhagsenkk
2018-10-25Fix "fill" justification in RichTextLabel to only affect lines that have auto...Sean McCarthy
2018-10-25Merge pull request #22779 from Superwaitsum/LimitSettingsRémi Verschelde
2018-10-24Add some limits on the Editor SettingsSuperwaitsum
2018-10-24ColorPicker: extend access to presets from gdslupoDharkael
2018-10-23Fixed a typo, treshhold to threshold.M. Huri
2018-10-21Merge pull request #23196 from Paulb23/scene_tab_errors_issue_22890Rémi Verschelde
2018-10-21Update Tab hover status when adding or removing tabs, issue 22890Paulb23
2018-10-20Initialise LineEdit clear_button_status.Ibrahn Sahir
2018-10-19Repaired mistyped of 'just_disconnected'.M. Huri
2018-10-16Merge pull request #22894 from OsamaElHariri/prevent-comment-indentRémi Verschelde
2018-10-13[Docs] Fixed 'get_button_count's link and a typo related to 'button'.M. Huri
2018-10-11Merge pull request #22844 from samgreen/fix_gui_dragging_spamRémi Verschelde
2018-10-10A colon ending a comment line no longer indents the next lineOsamaElHariri
2018-10-09Fix richtextlabel meta links shouldn't open when swiping to scrolldennisseong
2018-10-08Swap condition to prevent spam in editor.Sam Green