Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-22 | Merge pull request #27673 from qarmin/small_fixes | Rémi Verschelde | |
Small fixes, mostly duplicated code | |||
2019-04-22 | Merge pull request #28234 from Paulb23/connection_info_on_script | Rémi Verschelde | |
Display connection information in the script editor | |||
2019-04-22 | Merge pull request #28266 from coldrye-collaboration/gh-28241 | Rémi Verschelde | |
Fix LineEdit not expanded to text length on undo/redo | |||
2019-04-21 | Call minimum_size_changed() on redo/undo if expand_to_text_length is true | Carsten Klein | |
Fixes #28241 | |||
2019-04-21 | Fix 'LineEdit' offset limit not accounting for the right/clear icon width | Michael Alexsander Silva Dias | |
Fully fixes #28242. | |||
2019-04-21 | Merge pull request #28248 from YeldhamDev/lineedit_clearbutton_limit | Rémi Verschelde | |
Fix 'LineEdit' contents not ending before the clear button if no right icon was set | |||
2019-04-21 | Merge pull request #27979 from Paulb23/remember_script_state | Rémi Verschelde | |
Restore script editor state between sessions | |||
2019-04-20 | Fix 'LineEdit' contents not ending before the clear button if no right icon ↵ | Michael Alexsander Silva Dias | |
was set Fixes #28242. | |||
2019-04-20 | Display connection information in the script editor | Paulb23 | |
2019-04-17 | Merge pull request #27821 from mawenzy/pr_sliderfix | Rémi Verschelde | |
Fix slider handle being hard to select | |||
2019-04-13 | Restore script editor state between sessions | Paulb23 | |
2019-04-12 | Enhance tree scrolling when dragging | groud | |
2019-04-11 | Reorganized connection dialog for much improved ease of use. | Juan Linietsky | |
-Removed dest path field -Added a "Source" signal -Added an "Advanced" button to hide complexity -Fix bug on Tree to make sure "ensure visible" works on hidden trees -Fix bug on TextEdit to ensure signals created with script not open sill focus the right line | |||
2019-04-09 | Fix #24124, Slider control size | mawenzy | |
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde | |
It seems to stay compatible with formatting done by clang-format 6.0 and 7.0, so contributors can keep using those versions for now (they will not undo those changes). | |||
2019-04-08 | Add ability to edit editor feature profiles | Juan Linietsky | |
Allows enabling/disabling parts of the editor and storing/loading profiles for that. | |||
2019-04-08 | Small fixes, mostly dupicated code | qarmin | |
2019-04-06 | Merge pull request #25624 from nekomatata/texture-rect-flip | Rémi Verschelde | |
Add ability to flip TextureRect horizontally or vertically | |||
2019-04-05 | Merge pull request #26914 from xDGameStudios/popup_menu_add_item | Rémi Verschelde | |
Fixed optional idx argument in add_item (PopupMenu) | |||
2019-04-05 | Fix -Wimplicit-fallthrough warnings from GCC 8 | Rémi Verschelde | |
Adds `FALLTHROUGH` macro to specify when a fallthrough is intentional. Can be replaced by `[[fallthrough]]` if/when we switch to C++17. The warning is now enabled by default for GCC on `extra` warnings level (part of GCC's `-Wextra`). It's not enabled in Clang's `-Wextra` yet, but we could enable it manually once we switch to C++11. There's no equivalent feature in MSVC for now. Fixes #26135. | |||
2019-04-04 | Merge pull request #27567 from Calinou/selection-boxes-use-accent-color | Rémi Verschelde | |
Use the editor theme's accent color for 2D/3D selections and rotations | |||
2019-04-04 | Merge pull request #27596 from mo7sener/master | Rémi Verschelde | |
Fix: RichTextLabel Crash - meta_hover_ended | |||
2019-04-03 | Add ability to flip TextureRect horizontally or vertically | PouleyKetchoupp | |
2019-04-02 | Fix -Wnon-virtual-dtor warnings. | marxin | |
Example of the warning: ./core/script_language.h:198:7: warning: 'class ScriptCodeCompletionCache' has virtual functions and accessible non-virtual destructor [-Wnon-virtual-dtor] | |||
2019-04-02 | Fixed an issue where changing the default_cursor on the RichTextLabel's ↵ | Robear Selwans | |
meta_hover_ended caused the entire project to crash | |||
2019-03-31 | Use the editor theme's accent color for 2D/3D selections and rotations | Hugo Locurcio | |
2019-03-31 | Fixed not deselecting when clearing lineedit. | Paulb23 | |
2019-03-27 | Merge pull request #27088 from fire/scaling_texture_button_focus | Rémi Verschelde | |
Fix scaling issue for texture button focus texture. | |||
2019-03-27 | Merge pull request #27017 from qarmin/fix_inspector_update | Rémi Verschelde | |
Fix inspector update after changing anchor from buttons | |||
2019-03-19 | Fix inspector update after changing anchor via buttons | qarmin | |
2019-03-16 | Merge pull request #26788 from mo7sener/master | Rémi Verschelde | |
RichTextLabel: Adding the ability to change the default cursor | |||
2019-03-15 | Fix scaling issue for texture button focus texture. | K. S. Ernest (iFire) Lee | |
2019-03-11 | Fixed optional idx argument in add_item (OptionMeny & PopupMenu) | xDGameStudios | |
2019-03-10 | Fix cursor going to start while editing GraphNode's title | Bojidar Marinov | |
Fixes #26816 | |||
2019-03-08 | Added the ability to change the default cursor property for the ↵ | Robear Selwans | |
RichTextLabel component. | |||
2019-03-07 | Merge pull request #21534 from volzhs/fix-scrollcontainer-size | Rémi Verschelde | |
Precise size calculation of ScrollContainer | |||
2019-03-06 | -Make tileset and meshlibrary edit in a separate inspector, fixes #26671 | Juan Linietsky | |
-Made relationship lines appear based on theme settings, not previous hack -Fix drawing of relationship lines (was broken) -Fix double initialization of theme settings | |||
2019-03-05 | Merge pull request #26642 from DrMoriarty/check_cursor_line | Rémi Verschelde | |
Check cursor line and column | |||
2019-03-05 | Check cursor line and column | Vasiliy Makarov | |
Added a trivial check if cursor.line and cursor.column are valid. Fix #26245 | |||
2019-03-05 | Fix general issues with filesystem-related UI components in the editor | Michael Alexsander Silva Dias | |
2019-03-03 | Add a warning when using plain Container, as many users seem to ↵ | Juan Linietsky | |
misunderstand what this is. | |||
2019-03-01 | Fixed some crashers, closes #26393 | Juan Linietsky | |
2019-03-01 | Merge pull request #26140 from karliss/meta-item | Rémi Verschelde | |
Use correct meta item in rich text. | |||
2019-03-01 | Fixed wrong method binding in control | Justin Vesper | |
Control.get_parent_area_size() is now bound to Control::get_parent_area_size() instead of Control::get_size() | |||
2019-02-27 | Fix minimum size of ProgressBar-s | Bojidar Marinov | |
Was a leftover from 0a1c1c660fc6aa0689816e85f2b6791c225c6d63. Fixes #21633. | |||
2019-02-25 | Update controls when a stylebox or icon override changes; change to ↵ | Bojidar Marinov | |
CONNECT_REFERENCE_COUNTED Also, cleanup unnessesary calls to update() and NOTIFICATION_THEME_CHANGED. Fixes #25904. | |||
2019-02-22 | Make 'SplitContainer' update drawing only if actually needs to | Michael Alexsander Silva Dias | |
2019-02-21 | Fix 'SplitContainer's showing their handles when they shouldn't | Michael Alexsander Silva Dias | |
Fixes #25735. | |||
2019-02-22 | Use correct meta item in rich text. | Kārlis Seņko | |
Prevent incorrect static cast and unnecesarry meta_hover_ended/started events. | |||
2019-02-21 | Merge pull request #26105 from nekomatata/texture-button-mask-fix | Rémi Verschelde | |
TextureButton with click mask only can be clicked |