Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | Merge pull request #28770 from volzhs/fix-scroll-back-top | Rémi Verschelde | |
Fix scroll back top | |||
2019-05-09 | Change "ID" to lowercase "id" | Aaron Franke | |
Reasoning: ID is not an acronym, it is simply short for identification, so it logically should not be capitalized. But even if it was an acronym, other acronyms in Godot are not capitalized, like p_rid, p_ip, and p_json. | |||
2019-05-09 | Revert "Merge pull request #26053 from qarmin/back_scroll_to_start" | volzhs | |
This reverts commit b5deb1dc72d8c4c92c9850379522926e60ddf7d0, reversing changes made to 2cc8848c3c3815c6f72ce5f9b75bfab8a1498292. This change causes unwanted regression. It's too risky to have scroll back to top in ItemList.clear() | |||
2019-05-06 | Merge pull request #28709 from YeldhamDev/tabcontainer_locale_update | Rémi Verschelde | |
Fix 'TabContainer' not updating its tab titles when locale is changed | |||
2019-05-06 | Fix 'TabContainer' not updating its tab titles when locale is changed | Michael Alexsander Silva Dias | |
2019-05-05 | Add bookmarks for easier code navigation | Tomasz Chabora | |
2019-05-04 | Support Mac OS default delete char hotkeys | megalike | |
2019-05-03 | Make 'TabContainer' update when icon/title is changed | Michael Alexsander Silva Dias | |
Fixes #28655. | |||
2019-05-03 | Merge pull request #28548 from YeldhamDev/check_button_disabled_icon | Rémi Verschelde | |
Add "disabled" icon for 'CheckButton' | |||
2019-05-02 | Fix Mac OS move cursor behaviour | megalike | |
2019-05-02 | Add "disabled" icon for 'CheckButton' | Michael Alexsander Silva Dias | |
2019-05-02 | Fix regression in 'PopupMenu' when icons have different values for width and ↵ | Michael Alexsander Silva Dias | |
height | |||
2019-05-01 | Fix First Ctrl+R and Ctrl+F not showing long name variables correctly | theoniko | |
2019-05-01 | Merge pull request #28559 from megalike/mac_os_move_cursor_hotkeys | Rémi Verschelde | |
Support Mac OS default move cursor hotkeys | |||
2019-05-01 | Support Mac OS default move cursor hotkeys | megalike | |
Add missing FALLTHROUGH define | |||
2019-05-01 | Expose TextEdit's drawSpaces feature to GDScript | miwanczuk | |
2019-05-01 | Merge pull request #25350 from Connall/master | Rémi Verschelde | |
Fix "Auto Brace Complete" inserting extra quotation character sometimes in a string. | |||
2019-05-01 | Merge pull request #25453 from nekomatata/button-keep-pressed-option | Rémi Verschelde | |
Add option to keep button pressed when moving cursor outside while pressing | |||
2019-05-01 | Merge pull request #28493 from mitchcurtis/mac-line | Rémi Verschelde | |
Make Command + Left go to first non-whitespace character | |||
2019-05-01 | Fix regression on 'PopupMenu's minimal size | Michael Alexsander Silva Dias | |
2019-04-30 | Merge pull request #28481 from iwek7/issue28446/highlighingOfWhitespaces | Rémi Verschelde | |
Disable higlighting all occurences of selection in editor if it contains only whitespaces | |||
2019-04-30 | Merge pull request #24437 from mateusfccp/single_quotes_option | Rémi Verschelde | |
Add settings for single-quotes on completion | |||
2019-04-30 | Issue-28355 - show spaces in editor | miwanczuk | |
2019-04-30 | Merge pull request #26053 from qarmin/back_scroll_to_start | Rémi Verschelde | |
Back scroll bar to start when changing folder | |||
2019-04-30 | Merge pull request #26224 from hilfazer/autocomplete | Rémi Verschelde | |
Working autocomplete for $" and $' | |||
2019-04-30 | Merge pull request #26252 from ZahFox/colorpicker | Rémi Verschelde | |
ColorPicker: Properties to toggle the editability and visibility of presets | |||
2019-04-30 | Fix build error after #27294 | Rémi Verschelde | |
2019-04-30 | Merge pull request #27204 from YeldhamDev/popupmenu_checkicon_offset | Rémi Verschelde | |
Offset items in PopupMenu when Icons and Checks are present | |||
2019-04-30 | Merge pull request #27294 from lupoDharkael/rect2i | Rémi Verschelde | |
Add missing methods to Rect2i | |||
2019-04-30 | Merge pull request #27693 from YeldhamDev/method_brackets_smart | Rémi Verschelde | |
Make brackets only be inserted when necessary when autocompleting methods |