Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-22 | Merge pull request #32940 from nekomatata/text-edit-clear-colors | Rémi Verschelde | |
TextEdit syntax highlighting fixes | |||
2019-10-22 | Merge pull request #32965 from volzhs/richtextlabel-scroll-active | Rémi Verschelde | |
Fix scrolling RichTextLabel with scroll_active=false | |||
2019-10-22 | Fixed crashes when renaming a state in AnimationNodeStateMachineEditor | PouleyKetchoupp | |
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-22 | Merge pull request #32902 from nekomatata/auto-indent-bracket-fix | Rémi Verschelde | |
Auto-indent after opening bracket and parenthesis in the script editor | |||
2019-10-22 | Merge pull request #32864 from nekomatata/rich-text-image-size | Rémi Verschelde | |
Support for resized images in RichTextLabel | |||
2019-10-22 | Merge pull request #32833 from nekomatata/label-autowrap-fix | Rémi Verschelde | |
Allow Label autowrap to cut words when they exceed line width | |||
2019-10-22 | Fix scrolling RichTextLabel with scroll_active=false | volzhs | |
2019-10-20 | TextEdit syntax highlighting fixes | PouleyKetchoupp | |
- 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-20 | Fixed -1 minimap index when smooth scrolling is enabled | Paulb23 | |
2019-10-18 | Auto-indent after opening bracket and parenthesis in the script editor | PouleyKetchoupp | |
This change makes auto-indent work the same way as for curly brackets, so '[', '(', '{' all act the same. Fixes #32897 | |||
2019-10-16 | Support for resized images in RichTextLabel | PouleyKetchoupp | |
BBCode Tag: [img=<width>x<height>]{path}[/img] | |||
2019-10-16 | Allow Label autowrap to cut words when they exceed line width | PouleyKetchoupp | |
Fixes #30832 | |||
2019-10-15 | Merge pull request #32820 from qarmin/small_fixes_static_analyzer | Rémi Verschelde | |
Small fixes to redundand code, copy paste bugs | |||
2019-10-14 | Fix color of FileDialog icons | Yuri Roubinsky | |
2019-10-14 | Small fixes to redundand code, copy paste bugs | qarmin | |
2019-10-11 | Merge pull request #32628 from Paulb23/issue_32609_set_text_scrollbar | Rémi Verschelde | |
Fixed inserting text at caret not updating scrollbar size | |||
2019-10-10 | Remove 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-08 | Merge pull request #32411 from YeldhamDev/fix_grid_overflow | Rémi Verschelde | |
Fix GridContainer's children overflowing it when not all slots of a row are occupied | |||
2019-10-08 | Merge pull request #32571 from DavidSichma/rect_flip | Rémi Verschelde | |
Correctly flip texture src region | |||
2019-10-08 | PopupMenu: Fix missing text/xl_text when using add_shortcut | Ré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-08 | PopupMenu: Reorder add_* methods in more natural order | Ré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-07 | Fixed inserting text at caret not updating scrollbar size | Paulb23 | |
2019-10-07 | Fixed drawing the caret at eol when at eol is not visible | Paulb23 | |
2019-10-07 | Merge pull request #32351 from nekomatata/texture-rect-size-update | Rémi Verschelde | |
Update TextureRect when its Texture is modified directly | |||
2019-10-06 | Added missing bind_method to TreeItem::get_custom_color(). | dankan1890 | |
Fix #32595 | |||
2019-10-06 | Merge pull request #32569 from qarmin/fix_control_crash | Rémi Verschelde | |
Fix crash in Control functions | |||
2019-10-05 | Fix crash in Control functions | qarmin | |
2019-10-05 | Update 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-05 | Correctly flip texture src region | David Sichma | |
2019-10-04 | Merge pull request #22834 from lupoDharkael/recursive-item | Rémi Verschelde | |
Add call_recursive method to TreeItem | |||
2019-10-02 | Handle scrolling correctly in Tree controls inside ScrollContainers | MrCdK | |
2019-10-01 | FIX: GridContainer children visibility check for min size evaluation | ternvein | |
2019-10-01 | Merge pull request #32364 from Relintai/resizeable-texture-progress | Rémi Verschelde | |
TextureProgress: nine_patch_stretch property -> enable stretching for radial fills. | |||
2019-10-01 | Merge pull request #32440 from Ternvein/control-translation-fix | Rémi Verschelde | |
Fix for WindowDialog and Tabs controls translation | |||
2019-09-30 | Make TextureProgress's nine_patch_stretch property to enable stretching for ↵ | Relintai | |
radial fills. | |||
2019-09-30 | Altered rotation_degrees range | Soumya Lahiri | |
2019-09-30 | FIX: Tabs text translation | ternvein | |
2019-09-30 | FIX: WindowDialog title translation | ternvein | |
2019-09-30 | Merge pull request #32390 from lupoDharkael/timer-tree | Rémi Verschelde | |
TextEdit: Fix timer inside tree warning | |||
2019-09-28 | Make empty columns automatically expand in GridContainer | Michael Alexsander Silva Dias | |
2019-09-28 | Fix GridContainer's children overflowing it when not all slots of a row are ↵ | Michael Alexsander Silva Dias | |
occupied | |||
2019-09-27 | doc: Sync classref with current source | Rémi Verschelde | |
And various fixes to bindings, hyperlinks and an uninitialized variable. | |||
2019-09-27 | Merge pull request #32379 from Calinou/colorpicker-add-overbright-indicator | Rémi Verschelde | |
Draw an indicator to denote overbright colors in ColorPicker | |||
2019-09-27 | Merge pull request #29681 from swarnimarun/vs-graph-unification | Rémi Verschelde | |
Visual Script Graph Unification | |||
2019-09-27 | Draw an indicator to denote overbright colors in ColorPicker | Hugo Locurcio | |
This makes it faster to distinguish overbright colors from "standard" colors. | |||
2019-09-27 | TextEdit: Fix timer inside tree warning | lupoDharkael | |
2019-09-27 | Merge pull request #32369 from ndarilek/get_button_tooltip | Ré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-26 | Implement #32347 - RichTextLabel's Item and Item* structs should not inherit ↵ | Relintai | |
Object, it's too expensive | |||
2019-09-26 | Visualscript editor graph unification & refactoring | Swarnim 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 |