Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | 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 | 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 | |||
2019-04-30 | Merge pull request #27796 from Leytak/patch-2 | Rémi Verschelde | |
Reset button state on exit tree | |||
2019-04-30 | Merge pull request #28287 from YeldhamDev/text_editable_contextmenu | Rémi Verschelde | |
Make 'Line/TextEdit's context menus hide their editing options when in readonly mode | |||
2019-04-30 | Merge pull request #28334 from YeldhamDev/popup_buttons_scale | Rémi Verschelde | |
Make buttons that trigger popups have the same scale | |||
2019-04-30 | issue-28446 - disable higlighting all occurences of string in editor if only ↵ | miwanczuk | |
whitespaces are selected | |||
2019-04-29 | Make 'Line/TextEdit's context menus hide their editing options when in ↵ | Michael Alexsander Silva Dias | |
readonly mode Fixes #28243. | |||
2019-04-29 | Merge pull request #28101 from MunWolf/debugger_cursor | Rémi Verschelde | |
Added a marker in text_edit that tells which row is executing. | |||
2019-04-29 | Make buttons that trigger popups have the same scale | Michael Alexsander Silva Dias | |
2019-04-29 | Merge pull request #28205 from mikolasan/26937-hide-popup-menu | Rémi Verschelde | |
Hide popup menu when OptionButton is hidden | |||
2019-04-29 | Merge pull request #28281 from zqyoung1/fix-selection-undo | Rémi Verschelde | |
Fix selection undo | |||
2019-04-29 | Merge pull request #28284 from Daw11/doc-link-fix | Rémi Verschelde | |
Fix the unclickable links inside the doc | |||
2019-04-29 | Merge pull request #28399 from YeldhamDev/textedit_expose_tab_fold | Rémi Verschelde | |
Expose 'TextEdit's tab drawing and folding to GDScript | |||
2019-04-28 | macOS: make Command + Left go to first non-whitespace character | Mitch Curtis | |
Instead of going to column 0. This matches the behaviour of other popular IDEs. Fixes #28462. | |||
2019-04-27 | Fix the unclickable links inside the doc | Daw11 | |
Fixes #27384 | |||
2019-04-25 | Use approximate equallity methods in many places | Aaron Franke | |
2019-04-25 | Merge pull request #22301 from YeldhamDev/button_popup_highlight | Rémi Verschelde | |
Enable toggle behaviour for buttons that trigger popups | |||
2019-04-24 | Expose 'TextEdit's tab drawing and folding to GDScript | Michael Alexsander Silva Dias | |
2019-04-24 | Make small changes to the new connection info on script feature | Michael Alexsander Silva Dias | |
2019-04-23 | Added a marker in text_edit that tells which row is executing. | Rikhardur Bjarni Einarsson | |
2019-04-23 | Revert "RichTextLabel: Adding the ability to change the default cursor" | Rémi Verschelde | |
2019-04-22 | Fix popup visibility for OptionButton, MenuButton and ColorPickerButton | Nikolay Neupokoev | |
Hide popup when its button or another parent object is hidden Fixes #26937 | |||
2019-04-22 | autocomplete for $" and $' | hilfazer | |
2019-04-22 | Merge pull request #27673 from qarmin/small_fixes | Rémi Verschelde | |
Small fixes, mostly duplicated code |