Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-31 | Merge pull request #30972 from Chaosus/vs_copy_paste | Rémi Verschelde | |
Implement copy/paste in visual shaders | |||
2019-07-31 | Implement copy/paste in visual shaders | Chaosus | |
2019-07-30 | Fix ProgressBar Wrong Value with Border | Emmanuel Barroga | |
Closes: #30969 The FG rectangle of the progressbar is incorrect when dealing with a non-zero border. This issue stems from wrong order of operations when drawing the rectangle: int p = r * get_size().width - mp; | |||
2019-07-29 | Merge pull request #30932 from Dragoncraft89/master | Rémi Verschelde | |
Translate TabContainer titles, when inherited from node name | |||
2019-07-29 | Translate TabContainer titles, when inherited from node name | Florian Kothmeier | |
2019-07-29 | Remove useless variable and line in OptionButton | NilsIrl | |
2019-07-29 | Change if to switch in OptionButton | NilsIrl | |
2019-07-27 | Revert "Update Control margins when size is overridden by change to minsize" | Rémi Verschelde | |
2019-07-26 | Small adjustments to tooltips in '(Editor)FileDialog' | Michael Alexsander Silva Dias | |
2019-07-25 | Merge pull request #30351 from bojidar-bg/30288-override-global-theme | Rémi Verschelde | |
Keep track of default theme and project custom default theme seperatelly | |||
2019-07-25 | DirAccess: Drop compat get_next(bool *is_dir) which was hidden | Rémi Verschelde | |
Fixes this warning: ``` ./core/os/dir_access.h:74:17: warning: 'virtual String DirAccess::get_next(bool*)' was hidden [-Woverloaded-virtual] ``` Part of #30790. | |||
2019-07-23 | Inspector: Make default float step configurable | Rémi Verschelde | |
Also allow lifting the decimal step formatting with a hint range step of 0. A new `range_step_decimals()` is added for this to avoid breaking compatibility on the general purpose `step_decimals()` (which still returns 0 for an input step of 0). Supersedes #25470. Partial fix for #18251. | |||
2019-07-20 | Merge pull request #30576 from qarmin/lgtm_coverage | Rémi Verschelde | |
Changed some code reported by LGTM and Coverity | |||
2019-07-20 | Changed some code showed in LGTM and Coverage | qarmin | |
2019-07-15 | Fix incorrect caret position when clicking a 'LineEdit' with a non-left ↵ | Michael Alexsander Silva Dias | |
alignment | |||
2019-07-13 | Fix GraphNode immediately losing focus | Emmanuel Barroga | |
Closes: #30243 GraphNode immediately loses focus, and gives focus to its parent. This fix changes implementation so that it does not transfer focus to its parent after receiving focus. Instead, it will transfer focus when the "close button" is pressed. | |||
2019-07-10 | Merge pull request #30455 from qarmin/const_reference | Rémi Verschelde | |
Pass by reference to const | |||
2019-07-10 | Use reference to constant in functions | qarmin | |
2019-07-10 | Fix incorrect X position of line length guideline | Shiqing | |
2019-07-09 | TreeItem: Rename new button disable method to set_button_disabled | Rémi Verschelde | |
Follow-up to #30408. Also sync classref with current source. | |||
2019-07-09 | Merge pull request #28190 from griant/test | Rémi Verschelde | |
fix improper uncommenting behavior in TextEditor | |||
2019-07-09 | Merge pull request #30443 from Calinou/improve-node-configuration-warnings | Rémi Verschelde | |
Improve the node configuration warning display | |||
2019-07-09 | Improve the node configuration warning display | Hugo Locurcio | |
- Refer to properties explicitly when possible - When multiple warnings are returned, always separate them by one blank line to make them easier to distinguish - Improve grammar and formatting | |||
2019-07-08 | Use base `Color()` constructors instead of `Color::html()` | Hugo Locurcio | |
This results in slightly smaller binaries (-17 KB for an editor binary) as no strings need to be allocated. | |||
2019-07-08 | Merge pull request #30408 from Meriipu/tree_buttondisable | Rémi Verschelde | |
TreeItem: Added a setter for the disabled-property of buttons | |||
2019-07-08 | Merge pull request #30407 from qarmin/small_fixess | Rémi Verschelde | |
Fixes minor issues found by static analyzer | |||
2019-07-07 | Fixes minor issues found by static analyzer | qarmin | |
2019-07-07 | TreeItem: Added a setter for the disabled-property of buttons | Meriipu | |
2019-07-06 | Merge pull request #30371 from creikey/fix-30366 | Rémi Verschelde | |
Give up finding item if started at beginning | |||
2019-07-06 | Fix editor remaining dimmed after certain actions | Bojidar Marinov | |
Fixes #30368 | |||
2019-07-05 | Give up finding item if started at beginning | Cameron Reikes | |
When the current item is -1, then the loop will infinitely repeat, constantly setting i to zero and never exiting. | |||
2019-07-06 | Fix light area position in the selected completion | geequlim | |
2019-07-05 | Keep track of default theme and project custom default theme seperatelly | Bojidar Marinov | |
Fixes #30288 | |||
2019-07-05 | Show icons for code completion options | Geequlim | |
2019-07-01 | Merge pull request #30126 from qarmin/remove_unnecessary_code | Rémi Verschelde | |
Remove unnecessary code and add some error explanations | |||
2019-07-01 | Merge pull request #29572 from qarmin/fix_text_edit_select | Rémi Verschelde | |
Fix TextEdit Select crash | |||
2019-07-01 | Remove unnecessary code and add some error explanations | qarmin | |
2019-07-01 | Merge pull request #30146 from Chaosus/editor_file_dlg_ex | Rémi Verschelde | |
Auto-change file extension in EditorFileDialog when filter changes | |||
2019-07-01 | Merge pull request #30161 from Calinou/add-tooltip-mouse-filter-warning | Rémi Verschelde | |
Add a configuration warning when using Ignore mouse filter with tooltip | |||
2019-06-30 | Draw the script editor's line length guideline below characters | Hugo Locurcio | |
This prevents characters from looking strange if they cross the line length guideline. | |||
2019-06-30 | Add a configuration warning when using Ignore mouse filter with tooltip | Hugo Locurcio | |
This closes #30144. | |||
2019-06-30 | Merge pull request #30062 from zaksnet/fix-referencerect-node | Rémi Verschelde | |
Adds ReferenceRect an option to be visible inside the game | |||
2019-06-29 | Merge pull request #30168 from Calinou/label-font-shadow-use-outline | Rémi Verschelde | |
Draw the outline as part of the Label font shadow | |||
2019-06-28 | Draw the outline as part of the Label font shadow | Hugo Locurcio | |
This closes #30165. | |||
2019-06-28 | Auto-change file extension in EditorFileDialog when filter changes | Chaosus | |
2019-06-28 | Fix some bugs inside ColorPicker | Chaosus | |
2019-06-28 | Fix ReferenceRect node | Zak | |
ReferenceRect node by default was only displaying in the editor and not when the game is running. | |||
2019-06-27 | Merge pull request #30114 from Chaosus/vs_context_menu | Rémi Verschelde | |
Shows menu when dragging connection on empty space in visual shader | |||
2019-06-27 | Shows menu when dragging connection on empty space in visual shader graph | Chaosus | |
2019-06-27 | Merge pull request #29941 from qarmin/redundant_code_and_others | Rémi Verschelde | |
Remove redundant code, possible NULL pointers and others |