Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |||
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde | |
Added some obvious errors explanations | |||
2019-09-25 | Added some obvious errors explanations | qarmin | |
2019-09-25 | Make LineEdit's minimal size adapt to its icons | Michael Alexsander Silva Dias | |
2019-09-24 | Merge pull request #31925 from bojidar-bg/31855-overriden-properties-docs | Rémi Verschelde | |
Add overriden properties to the documentation | |||
2019-09-24 | Merge pull request #31935 from aole/Change-minimum-size-when-theme-changed | Rémi Verschelde | |
Change minimum size when theme changed | |||
2019-09-24 | Merge pull request #32267 from YeldhamDev/fix_tab_icons | Rémi Verschelde | |
Fix various problems with tab-related icons | |||
2019-09-24 | Merge pull request #32202 from Relintai/fix-crash-in-rich-text-label | Rémi Verschelde | |
Fix crash on some platforms in RichTextLabel. | |||
2019-09-23 | Merge pull request #32232 from Paulb23/issue_32070_goto_doc_when_selecting | Rémi Verschelde | |
Fixed going to doc reference while selecting text | |||
2019-09-23 | Merge pull request #32055 from qarmin/some_code_fixes | Rémi Verschelde | |
Changed some code found by Clang Tidy and Coverity | |||
2019-09-23 | Merge pull request #32048 from YeldhamDev/lineedit_right_icon_fix | Rémi Verschelde | |
Expose LineEdit's 'right_icon' and fix icon size | |||
2019-09-23 | Merge pull request #32003 from codecustard/fix_optionbutton_not_selecting | Rémi Verschelde | |
Fixes OptionButton Not Updating Current Selection | |||
2019-09-22 | Fix various problems with tab-related icons | Michael Alexsander Silva Dias | |
2019-09-22 | Merge pull request #29895 from ptrojahn/menukey | Rémi Verschelde | |
Support menu key in TextEdit and LineEdit controls | |||
2019-09-22 | Changed some code found by Clang Tidy and Coverity | qarmin | |
2019-09-22 | Support menu key in TextEdit and LineEdit controls | Paul Trojahn | |
Related to #15542 | |||
2019-09-21 | Expose LineEdit's 'right_icon' and fix icon size | Michael Alexsander Silva Dias | |
2019-09-21 | Fixed going to doc reference while selecting text | Paulb23 | |
2019-09-20 | Merge pull request #32206 from Calinou/remove-unused-tree-constants | Rémi Verschelde | |
Remove an unused icon and constant in Tree | |||
2019-09-20 | Remove an unused icon and constant in Tree | Hugo Locurcio | |
2019-09-20 | Merge pull request #32190 from KoBeWi/undo_redo_stuff | Rémi Verschelde | |
Fix autocompletion undo | |||
2019-09-20 | Merge pull request #32197 from YeldhamDev/fix_multiple_modals_dim | Rémi Verschelde | |
Fix editor dimming being disabled when a dialog is closed even when others are open | |||
2019-09-20 | Merge pull request #32150 from luzpaz/typos | Rémi Verschelde | |
Fix misc. source comment typos | |||
2019-09-20 | Load overrides if getting style from current class | Tomasz Chabora | |
2019-09-19 | Fix misc. source comment typos | luz.paz | |
Found using `codespell -q 3 -S ./thirdparty,*.po -L ang,ba,cas,dof,doubleclick,fave,hist,leapyear,lod,nd,numer,ois,paket,seeked,sinc,switchs,te,uint -D ~/Projects/codespell/codespell_lib/data/dictionary.txt ` | |||
2019-09-19 | Merge pull request #31188 from codecustard/LineEdit_disable_shortcuts | Rémi Verschelde | |
Add Ability to Enable/Disable Shortcuts and Selection for LineEdit/TextEdit |