Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-17 | Fix minor typos | Yuri Chornoivan | |
2019-06-17 | Merge pull request #29838 from KoBeWi/4real | Rémi Verschelde | |
Fix selection undo... for real | |||
2019-06-17 | Fix selection undo... for real | Tomasz Chabora | |
2019-06-16 | Fix Range's "changed" signal emitting with a value even if binded to emit none | Michael Alexsander Silva Dias | |
2019-06-15 | Merge pull request #29785 from eligt/fix-richtext-alignment | Rémi Verschelde | |
Fix RichTextLabel alignment tags not working properly | |||
2019-06-15 | Merge pull request #29787 from Paulb23/fix_negative_cursor_column | Rémi Verschelde | |
Fix TextEdit cursor.column having a negative value | |||
2019-06-14 | Fix TextEdit cursor.column having a negative value | Paulb23 | |
2019-06-14 | Fix RichTextLabel alignment tags not working properly | Elia Sarti | |
Also fixes #6982 Fix error and formatting | |||
2019-06-14 | Merge pull request #29647 from YeldhamDev/file_dialog_hidden_toggle | Rémi Verschelde | |
Add toggle for hidden file visibility in FileDialog | |||
2019-06-12 | Merge pull request #29731 from akien-mga/scene-is-off-limits | Rémi Verschelde | |
Cleanup some unecessary editor/ includes in scene/ | |||
2019-06-12 | Cleanup some unecessary editor/ includes in scene/ | Rémi Verschelde | |
Part of #29730, handles false positives. | |||
2019-06-12 | BaseButton: Make shortcuts call virtual methods | Rémi Verschelde | |
When buttons are not in Toggle Mode, shortcuts used to only trigger the `pressed` signal, without calling the `_pressed` virtual method, contrarily to what happens when you click the button. For Toggle Mode buttons, it did call the `_toggled` virtual method together with emitting the `toggled` signal *twice*. This commit harmonizes it all and makes shortcuts behave the same as mouse clicks or `ui_accept`, for both toggle and non-toggle modes. Fixes #29604. | |||
2019-06-12 | Merge pull request #29601 from NilsIrl/hiding_enabled | Rémi Verschelde | |
Treat hiding_enabled as bool throughout | |||
2019-06-12 | Merge pull request #29648 from jbuck3/tree-tooltips | Rémi Verschelde | |
Fix Tree button tooltips | |||
2019-06-12 | Merge pull request #29306 from qarmin/small_code_fixes | Rémi Verschelde | |
Small fixes to unrechable code, possibly overflows, using NULL pointers | |||
2019-06-11 | Merge pull request #29678 from akien-mga/err-macros-semicolon | Rémi Verschelde | |
Fix error macro calls not ending with semicolon | |||
2019-06-11 | Merge pull request #29573 from qarmin/fix_rich_text_process_line | Rémi Verschelde | |
Fix RichLabelText::_process_line crash | |||
2019-06-11 | Fix error macro calls not ending with semicolon | Rémi Verschelde | |
It's not necessary, but the vast majority of calls of error macros do have an ending semicolon, so it's best to be consistent. Most WARN_DEPRECATED calls did *not* have a semicolon, but there's no reason for them to be treated differently. | |||
2019-06-11 | Merge pull request #29539 from qarmin/fix_crash_with_get_keywords_color | Rémi Verschelde | |
Fix crash with get_keywords_color | |||
2019-06-11 | Fix third and fourth level (AltGr / ⌥ modifier) keys input in LineEdit. | bruvzg | |
2019-06-09 | Fix Tree button tooltips | James Buck | |
Fixes #22777 | |||
2019-06-10 | Add toggle for hidden file visibility in FileDialog | Michael Alexsander Silva Dias | |
2019-06-08 | Treat hiding_enabled as bool throughout | Nils ANDRÉ-CHANG | |
2019-06-07 | Fix RichLabelText::_process_line crash | qarmin | |
2019-06-06 | Fix crash with get_keywords_color | qarmin | |
2019-06-04 | Merge pull request #29469 from bojidar-bg/29446-graphnode-seperation | Rémi Verschelde | |
Fix GraphNode not adding separation after the first node | |||
2019-06-04 | Fix GraphNode not adding seperation after the first node | Bojidar Marinov | |
Fixes #29446 | |||
2019-06-04 | Fix crash when searching Tree with no selection | Tomasz Chabora | |
2019-06-03 | Merge pull request #26848 from ptrojahn/utf8navigation | Rémi Verschelde | |
Support UTF-8 in TextEdit and LineEdit navigation | |||
2019-06-03 | Small fixes to unrechable code, possibly overflows, using NULL pointers | qarmin | |
2019-06-02 | Fixed get_item_at_position being weird | Tomasz Chabora | |
2019-06-01 | Merge pull request #28841 from KoBeWi/option_button_options | Rémi Verschelde | |
Improvements to incremental search | |||
2019-05-31 | Fix and expose String::strip_escapes(), use it in LineEdit paste | Rémi Verschelde | |
Supersedes #27736. | |||
2019-05-31 | Improvements to incremental search | Tomasz Chabora | |
2019-05-29 | Remove some redundant lines | James Buck | |
2019-05-29 | Merge pull request #29261 from volzhs/fix-basebutton | Rémi Verschelde | |
Fix BaseButton not emitting signal with virtual function | |||
2019-05-29 | Fix BaseButton not emitting signal with virtual function | volzhs | |
Fix #29258 | |||
2019-05-28 | Fix some unincialised variables | qarmin | |
2019-05-28 | Merge pull request #27836 from turtletooth/right-click | Rémi Verschelde | |
Allow Right Click in Empty Space on FileSystemDock | |||
2019-05-28 | Merge pull request #28454 from homer666/popup-centered-maxsize | Rémi Verschelde | |
Add `popup_centered_clamped()` method to Popup | |||
2019-05-28 | Merge pull request #28726 from megalike/add_mac_os_hotkeys_le | Rémi Verschelde | |
Support Mac OS hotkeys in line_edit | |||
2019-05-28 | Merge pull request #29174 from Chaosus/fix_line_wrap_output | Rémi Verschelde | |
Fix "Index out of size" TextEdit's spam to output (when using Expression nodes in the visual shaders) | |||
2019-05-27 | Fix uninitialised member variable 'meta_hovering' in RichTextLabel | Ibrahn Sahir | |
2019-05-26 | Fix TextEdit blocking scroll without scrollbar | Tomasz Chabora | |
2019-05-25 | Fix "Index out of size" TextEdit's spam to output | Chaosus | |
2019-05-24 | Merge pull request #29078 from KoBeWi/scroll_stuff | Rémi Verschelde | |
Improvements to scroll handling | |||
2019-05-24 | Merge pull request #28811 from iwek7/editor_remove_spaces_to_closes_indention | Rémi Verschelde | |
Change rules of indenting for spaces | |||
2019-05-24 | Merge pull request #29067 from KoBeWi/spin_edit | Rémi Verschelde | |
Pass mouse events to SpinBox from its LineEdit | |||
2019-05-24 | Merge pull request #29060 from volzhs/toggled-group | Rémi Verschelde | |
Refactor BaseButton event handling | |||
2019-05-24 | Improvements to scroll handling | Tomasz Chabora | |