summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
2019-05-14Merge pull request #28583 from theoniko/show-long-name-variables-correctlyMichael Alexsander Silva Dias
Fix First Ctrl+R and Ctrl+F not showing long name variables correctly
2019-05-11Merge pull request #28770 from volzhs/fix-scroll-back-topRémi Verschelde
Fix scroll back top
2019-05-09Change "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-09Revert "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-06Merge pull request #28709 from YeldhamDev/tabcontainer_locale_updateRémi Verschelde
Fix 'TabContainer' not updating its tab titles when locale is changed
2019-05-06Fix 'TabContainer' not updating its tab titles when locale is changedMichael Alexsander Silva Dias
2019-05-04Support Mac OS default delete char hotkeysmegalike
2019-05-03Make 'TabContainer' update when icon/title is changedMichael Alexsander Silva Dias
Fixes #28655.
2019-05-03Merge pull request #28548 from YeldhamDev/check_button_disabled_iconRémi Verschelde
Add "disabled" icon for 'CheckButton'
2019-05-02Fix Mac OS move cursor behaviourmegalike
2019-05-02Add "disabled" icon for 'CheckButton'Michael Alexsander Silva Dias
2019-05-02Fix regression in 'PopupMenu' when icons have different values for width and ↵Michael Alexsander Silva Dias
height
2019-05-01Fix First Ctrl+R and Ctrl+F not showing long name variables correctlytheoniko
2019-05-01Merge pull request #28559 from megalike/mac_os_move_cursor_hotkeysRémi Verschelde
Support Mac OS default move cursor hotkeys
2019-05-01Support Mac OS default move cursor hotkeysmegalike
Add missing FALLTHROUGH define
2019-05-01Merge pull request #25350 from Connall/masterRémi Verschelde
Fix "Auto Brace Complete" inserting extra quotation character sometimes in a string.
2019-05-01Merge pull request #25453 from nekomatata/button-keep-pressed-optionRémi Verschelde
Add option to keep button pressed when moving cursor outside while pressing
2019-05-01Merge pull request #28493 from mitchcurtis/mac-lineRémi Verschelde
Make Command + Left go to first non-whitespace character
2019-05-01Fix regression on 'PopupMenu's minimal sizeMichael Alexsander Silva Dias
2019-04-30Merge pull request #28481 from iwek7/issue28446/highlighingOfWhitespacesRémi Verschelde
Disable higlighting all occurences of selection in editor if it contains only whitespaces
2019-04-30Merge pull request #24437 from mateusfccp/single_quotes_optionRémi Verschelde
Add settings for single-quotes on completion
2019-04-30Merge pull request #26053 from qarmin/back_scroll_to_startRémi Verschelde
Back scroll bar to start when changing folder
2019-04-30Merge pull request #26224 from hilfazer/autocompleteRémi Verschelde
Working autocomplete for $" and $'
2019-04-30Merge pull request #26252 from ZahFox/colorpickerRémi Verschelde
ColorPicker: Properties to toggle the editability and visibility of presets
2019-04-30Fix build error after #27294Rémi Verschelde
2019-04-30Merge pull request #27204 from YeldhamDev/popupmenu_checkicon_offsetRémi Verschelde
Offset items in PopupMenu when Icons and Checks are present
2019-04-30Merge pull request #27294 from lupoDharkael/rect2iRémi Verschelde
Add missing methods to Rect2i
2019-04-30Merge pull request #27693 from YeldhamDev/method_brackets_smartRémi Verschelde
Make brackets only be inserted when necessary when autocompleting methods
2019-04-30Merge pull request #27796 from Leytak/patch-2Rémi Verschelde
Reset button state on exit tree
2019-04-30Merge pull request #28287 from YeldhamDev/text_editable_contextmenuRémi Verschelde
Make 'Line/TextEdit's context menus hide their editing options when in readonly mode
2019-04-30Merge pull request #28334 from YeldhamDev/popup_buttons_scaleRémi Verschelde
Make buttons that trigger popups have the same scale
2019-04-30issue-28446 - disable higlighting all occurences of string in editor if only ↵miwanczuk
whitespaces are selected
2019-04-29Make 'Line/TextEdit's context menus hide their editing options when in ↵Michael Alexsander Silva Dias
readonly mode Fixes #28243.
2019-04-29Merge pull request #28101 from MunWolf/debugger_cursorRémi Verschelde
Added a marker in text_edit that tells which row is executing.
2019-04-29Make buttons that trigger popups have the same scaleMichael Alexsander Silva Dias
2019-04-29Merge pull request #28205 from mikolasan/26937-hide-popup-menuRémi Verschelde
Hide popup menu when OptionButton is hidden
2019-04-29Merge pull request #28281 from zqyoung1/fix-selection-undoRémi Verschelde
Fix selection undo
2019-04-29Merge pull request #28284 from Daw11/doc-link-fixRémi Verschelde
Fix the unclickable links inside the doc
2019-04-29Merge pull request #28399 from YeldhamDev/textedit_expose_tab_foldRémi Verschelde
Expose 'TextEdit's tab drawing and folding to GDScript
2019-04-28macOS: make Command + Left go to first non-whitespace characterMitch Curtis
Instead of going to column 0. This matches the behaviour of other popular IDEs. Fixes #28462.
2019-04-27Fix the unclickable links inside the docDaw11
Fixes #27384
2019-04-25Use approximate equallity methods in many placesAaron Franke
2019-04-25Merge pull request #22301 from YeldhamDev/button_popup_highlightRémi Verschelde
Enable toggle behaviour for buttons that trigger popups
2019-04-24Expose 'TextEdit's tab drawing and folding to GDScriptMichael Alexsander Silva Dias
2019-04-24Make small changes to the new connection info on script featureMichael Alexsander Silva Dias
2019-04-23Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson
2019-04-23Revert "RichTextLabel: Adding the ability to change the default cursor"Rémi Verschelde
2019-04-22Fix popup visibility for OptionButton, MenuButton and ColorPickerButtonNikolay Neupokoev
Hide popup when its button or another parent object is hidden Fixes #26937
2019-04-22autocomplete for $" and $'hilfazer
2019-04-22Merge pull request #27673 from qarmin/small_fixesRémi Verschelde
Small fixes, mostly duplicated code