summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
2019-10-22Merge pull request #32940 from nekomatata/text-edit-clear-colorsRémi Verschelde
TextEdit syntax highlighting fixes
2019-10-22Merge pull request #32965 from volzhs/richtextlabel-scroll-activeRémi Verschelde
Fix scrolling RichTextLabel with scroll_active=false
2019-10-22Fixed crashes when renaming a state in AnimationNodeStateMachineEditorPouleyKetchoupp
Recursive calls to Control::_modal_stack_remove could cause a crash because of the list element not being invalidated while being erased from the list. It happens in the state machine case by hiding a line edit control when it loses focus. Fixes #23808
2019-10-22Merge pull request #32902 from nekomatata/auto-indent-bracket-fixRémi Verschelde
Auto-indent after opening bracket and parenthesis in the script editor
2019-10-22Merge pull request #32864 from nekomatata/rich-text-image-sizeRémi Verschelde
Support for resized images in RichTextLabel
2019-10-22Merge pull request #32833 from nekomatata/label-autowrap-fixRémi Verschelde
Allow Label autowrap to cut words when they exceed line width
2019-10-22Fix scrolling RichTextLabel with scroll_active=falsevolzhs
2019-10-20TextEdit syntax highlighting fixesPouleyKetchoupp
- Fixed visual update when using add_keyword_color(), add_color_region(), clear_colors() in scripts - More accurate description for clear_colors() in TextEdit documentation
2019-10-20Fixed -1 minimap index when smooth scrolling is enabledPaulb23
2019-10-18Auto-indent after opening bracket and parenthesis in the script editorPouleyKetchoupp
This change makes auto-indent work the same way as for curly brackets, so '[', '(', '{' all act the same. Fixes #32897
2019-10-16Support for resized images in RichTextLabelPouleyKetchoupp
BBCode Tag: [img=<width>x<height>]{path}[/img]
2019-10-16Allow Label autowrap to cut words when they exceed line widthPouleyKetchoupp
Fixes #30832
2019-10-15Merge pull request #32820 from qarmin/small_fixes_static_analyzerRémi Verschelde
Small fixes to redundand code, copy paste bugs
2019-10-14Fix color of FileDialog iconsYuri Roubinsky
2019-10-14Small fixes to redundand code, copy paste bugsqarmin
2019-10-11Merge pull request #32628 from Paulb23/issue_32609_set_text_scrollbarRémi Verschelde
Fixed inserting text at caret not updating scrollbar size
2019-10-10Remove dependency on the editor directory being in the build's include path.Marcel Admiraal
- Add or remove the necessary subdirectorires to the includes to remove dependency on the editor directory being in the build's include path. - Ensure includes in modified files conform to style guideline. - Remove editor from the build include path.
2019-10-08Merge pull request #32411 from YeldhamDev/fix_grid_overflowRémi Verschelde
Fix GridContainer's children overflowing it when not all slots of a row are occupied
2019-10-08Merge pull request #32571 from DavidSichma/rect_flipRémi Verschelde
Correctly flip texture src region
2019-10-08PopupMenu: Fix missing text/xl_text when using add_shortcutRémi Verschelde
Use macros to ensure that `text`, `xl_text` and `id` are always set using the same logic. Fixes #25519. Also fixes up #26914 when `p_id == -1` handling was only added for a couple methods instead of all of them.
2019-10-08PopupMenu: Reorder add_* methods in more natural orderRémi Verschelde
Also adds `add_icon_radio_check_shortcut` matching `add_icon_radio_check_item`, binds them for scripting languages, and binds `add_multistate_item`.
2019-10-07Fixed inserting text at caret not updating scrollbar sizePaulb23
2019-10-07Fixed drawing the caret at eol when at eol is not visiblePaulb23
2019-10-07Merge pull request #32351 from nekomatata/texture-rect-size-updateRémi Verschelde
Update TextureRect when its Texture is modified directly
2019-10-06Added missing bind_method to TreeItem::get_custom_color().dankan1890
Fix #32595
2019-10-06Merge pull request #32569 from qarmin/fix_control_crashRémi Verschelde
Fix crash in Control functions
2019-10-05Fix crash in Control functionsqarmin
2019-10-05Update TextureRect and Sprite when their Texture is modified directly.PouleyKetchoupp
Modified Sprite to use "changed" signal instead of _changed_callback to make it work when tool is disabled (change receptors are editor only). Fixes #32349
2019-10-05Correctly flip texture src regionDavid Sichma
2019-10-04Merge pull request #22834 from lupoDharkael/recursive-itemRémi Verschelde
Add call_recursive method to TreeItem
2019-10-02Handle scrolling correctly in Tree controls inside ScrollContainersMrCdK
2019-10-01FIX: GridContainer children visibility check for min size evaluationternvein
2019-10-01Merge pull request #32364 from Relintai/resizeable-texture-progressRémi Verschelde
TextureProgress: nine_patch_stretch property -> enable stretching for radial fills.
2019-10-01Merge pull request #32440 from Ternvein/control-translation-fixRémi Verschelde
Fix for WindowDialog and Tabs controls translation
2019-09-30Make TextureProgress's nine_patch_stretch property to enable stretching for ↵Relintai
radial fills.
2019-09-30Altered rotation_degrees rangeSoumya Lahiri
2019-09-30FIX: Tabs text translationternvein
2019-09-30FIX: WindowDialog title translationternvein
2019-09-30Merge pull request #32390 from lupoDharkael/timer-treeRémi Verschelde
TextEdit: Fix timer inside tree warning
2019-09-28Make empty columns automatically expand in GridContainerMichael Alexsander Silva Dias
2019-09-28Fix GridContainer's children overflowing it when not all slots of a row are ↵Michael Alexsander Silva Dias
occupied
2019-09-27doc: Sync classref with current sourceRémi Verschelde
And various fixes to bindings, hyperlinks and an uninitialized variable.
2019-09-27Merge pull request #32379 from Calinou/colorpicker-add-overbright-indicatorRémi Verschelde
Draw an indicator to denote overbright colors in ColorPicker
2019-09-27Merge pull request #29681 from swarnimarun/vs-graph-unificationRémi Verschelde
Visual Script Graph Unification
2019-09-27Draw an indicator to denote overbright colors in ColorPickerHugo Locurcio
This makes it faster to distinguish overbright colors from "standard" colors.
2019-09-27TextEdit: Fix timer inside tree warninglupoDharkael
2019-09-27Merge pull request #32369 from ndarilek/get_button_tooltipRémi Verschelde
Implement `TreeItem.get_button_tooltip(column, idx)`.
2019-09-26#14011: Implement `TreeItem.get_button_tooltip(column, idx)`.Nolan Darilek
When added to `TreeItem`, buttons are given tooltips. When returned via `get_button(...)`, however, the button is a `Texture` and the tooltip information isn't included. For accessibility purposes, it is useful to have access to the tooltip text. As such, we can retrieve a button's tooltip to use as a button label.
2019-09-26Implement #32347 - RichTextLabel's Item and Item* structs should not inherit ↵Relintai
Object, it's too expensive
2019-09-26Visualscript editor graph unification & refactoringSwarnim Arun
Removes the need to have separate graphs per function for the VisualScript Nodes, and refactoring UI and other improvements such as fuzzy search, right click search boxes and in-graph editable nodes