Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |
2019-05-22 | Fix 'TextEdit's line wrapping being highlighted incorrectly | Michael Alexsander Silva Dias | |
Fixes #22867. | |||
2019-05-21 | Initialize readonly/editable in LineEdit and TextEdit controls | Ibrahn Sahir | |
2019-05-21 | Merge pull request #29040 from swarnimarun/fix_override_bug | Rémi Verschelde | |
Clear overrides on passing null | |||
2019-05-21 | Merge pull request #29041 from hbina/add_const | Rémi Verschelde | |
add const to methods that return literals | |||
2019-05-21 | Refactor BaseButton event handling | volzhs | |
also _toggled() function and "toggled" signal called when unpressed by ButtonGroup | |||
2019-05-21 | Pass mouse events to SpinBox from its LineEdit | Tomasz Chabora | |
2019-05-21 | Merge pull request #29046 from volzhs/tree-page-down | Rémi Verschelde | |
PageDown key selects last one when left items count is short | |||
2019-05-21 | PageDown key selects last one when left items count is short | volzhs | |
2019-05-21 | added a const keyword for a methods that return constant literal... | hbina085 | |
2019-05-21 | Clear overrides on passing null | Swarnim Arun | |
2019-05-20 | Merge pull request #28952 from jbuck3/update-margins | Rémi Verschelde | |
Update Control margins when size is overridden by change to minsize | |||
2019-05-20 | Merge pull request #28218 from KoBeWi/b00km4rk5 | Rémi Verschelde | |
Add bookmarks for easier code navigation | |||
2019-05-20 | Merge pull request #26809 from KoBeWi/undo_set_text_like_a_boss | Rémi Verschelde | |
Allow to undo TextEdit.set_text | |||
2019-05-20 | Merge pull request #27559 from groud/anchor_mode | Rémi Verschelde | |
Improve the anchors and margin workflow | |||
2019-05-19 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 1.15.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear doubleclick leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | |||
2019-05-17 | Merge pull request #28366 from iwek7/feature/issue28355/showSpacesInEditor | Max Hilbrunner | |
Add feature to show spaces in code editor | |||
2019-05-16 | Update Control margins when size is overridden by change to minsize | James Buck | |
2019-05-16 | Fix text_edit drawing incorrect chars when syntax highlighting enabled | Paulb23 | |
2019-05-16 | Allow to undo TextEdit.set_text | Tomasz Chabora | |
2019-05-15 | Fix leftover connection to the "Open" signal in FileSystemDock | Michael Alexsander Silva Dias | |
Fixes #28903. | |||
2019-05-14 | Merge pull request #28583 from theoniko/show-long-name-variables-correctly | Michael Alexsander Silva Dias | |
Fix First Ctrl+R and Ctrl+F not showing long name variables correctly | |||
2019-05-13 | Improve the anchors and margin workflow | Gilles Roudiere | |
2019-05-11 | Change rules of indenting for spaces | miwanczuk | |
Now indentations and deindentations of spaces attemt to align text to closest full indent level. It works with tab/tab+shift (both with selection and no selection) as well as backspace. Also fixes bug where selection and cursor position were mispaced after (un)indenting selected text. |