summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
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
2019-04-22Merge pull request #28234 from Paulb23/connection_info_on_scriptRémi Verschelde
Display connection information in the script editor
2019-04-22Merge pull request #28266 from coldrye-collaboration/gh-28241Rémi Verschelde
Fix LineEdit not expanded to text length on undo/redo
2019-04-21Fix completely #14835 -proper selection reset on undoZach Young
2019-04-21Call minimum_size_changed() on redo/undo if expand_to_text_length is trueCarsten Klein
Fixes #28241
2019-04-21Fix 'LineEdit' offset limit not accounting for the right/clear icon widthMichael Alexsander Silva Dias
Fully fixes #28242.
2019-04-21Merge pull request #28248 from YeldhamDev/lineedit_clearbutton_limitRémi Verschelde
Fix 'LineEdit' contents not ending before the clear button if no right icon was set
2019-04-21Merge pull request #27979 from Paulb23/remember_script_stateRémi Verschelde
Restore script editor state between sessions
2019-04-20Fix 'LineEdit' contents not ending before the clear button if no right icon ↵Michael Alexsander Silva Dias
was set Fixes #28242.
2019-04-20Display connection information in the script editorPaulb23
2019-04-17Merge pull request #27821 from mawenzy/pr_sliderfixRémi Verschelde
Fix slider handle being hard to select
2019-04-13Restore script editor state between sessionsPaulb23
2019-04-12Enhance tree scrolling when dragginggroud
2019-04-11Reorganized connection dialog for much improved ease of use.Juan Linietsky
-Removed dest path field -Added a "Source" signal -Added an "Advanced" button to hide complexity -Fix bug on Tree to make sure "ensure visible" works on hidden trees -Fix bug on TextEdit to ensure signals created with script not open sill focus the right line