summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
2019-08-30Merge pull request #31792 from Calinou/spinbox-expression-ignore-prefix-suffixRémi Verschelde
Ignore the prefix and suffix in the SpinBox expression
2019-08-30Merge pull request #30927 from mahubu/console-multi-selection-cursorRémi Verschelde
Change cursor to multi-selection cursor when selecting text in RichTextLabel
2019-08-30Ignore the prefix and suffix in the SpinBox expressionHugo Locurcio
This fixes a regression caused by 86a31e9e385c7909a0cdd24a5ee790c3dca03b98.
2019-08-30Merge pull request #25353 from azagaya/masterRémi Verschelde
Use also invisible tabs to calculate minimum size of tab container
2019-08-30Make tab containers in editor, project settings, and export dialog, to use ↵azagaya
hidden tabs for min size computation.
2019-08-29Calculate the SpinBox value using the Expression classHugo Locurcio
This closes #31780.
2019-08-28Fix wrong offset in Button when alignment is set to leftMichael Alexsander Silva Dias
2019-08-28Merge pull request #31606 from toasteater/fix/nativescript-new-json-return-typeRémi Verschelde
Fix the return type of NativeScript::new in API json
2019-08-26Fix Multiline texts not updating correcly inside arraysMichael Alexsander Silva Dias
2019-08-26Fix return type of Control::get_drag_data in API jsontoasteater
Control::get_drag_data is a virtual method that returns Variant, but have the Object type in its MethodInfo. This changes the MethodInfo of Control::get_drag_data
2019-08-25Merge pull request #31496 from nekomatata/fix-text-edit-insert-selectionRémi Verschelde
Update TextEdit selection when inserting line
2019-08-25Merge pull request #31654 from Paulb23/minimap_fixesRémi Verschelde
Viewport highlight, colour cache and minimap scrolling fixes.
2019-08-25Refactor TextEdit control height calculationsPaulb23
2019-08-25Update TextEdit selection & cursor when inserting linePouleyKetchoupp
Fixes #31458
2019-08-25Minimap scroll now acts similar to scrollbarPaulb23
2019-08-25Merge pull request #31628 from merumelu/treeitem-icon-modulateRémi Verschelde
Tree: fix and expose icon modulation
2019-08-25Disallow undo/redo in readonly TextEdit'sYuri Roubinski
2019-08-24Tree: fix and expose icon modulationmerumelu
2019-08-24Fixed syntax highlighting cache not clearing final linePaulb23
2019-08-24Adjust viewport colour based on background colourPaulb23
2019-08-23Merge pull request #30398 from tomasantunes/master2Rémi Verschelde
Increase color preset slots
2019-08-23Merge pull request #31575 from creikey/increase-anchor-precisionRémi Verschelde
Increase control node's anchor precision
2019-08-22Fix minimap mouse click resolving to -1Paulb23
2019-08-22Increase control node's anchor precisionCameron Reikes
2019-08-21Add minimap to text_editPaulb23
2019-08-21Add syntax highlighting cachePaulb23
2019-08-21Rename FileDialog's folder icon custom color to `folder_icon_modulate`Hugo Locurcio
The custom color introduced in be8d569744e4eed9acb313d355d96e6989e92087 had the same name as the "folder" icon, which could cause conflicts in the generated documentation. The new name is also more self-explanatory.
2019-08-21Fix filter quotes wraped insert completion optionsgeequlim
2019-08-20Use a different color for folder icons in file dialogsHugo Locurcio
This makes them easier to distinguish from files for quick visual grepping. This can also be used in projects by setting the FileDialog "folder" color. The default value (`Color(1, 1, 1)`) has no visual impact, for compatibility with existing projects.
2019-08-18Keep syntax highlighting on TextEdit in readonly modeMichael Alexsander Silva Dias
2019-08-15Add an outline to box selection rectangles for better visibilityHugo Locurcio
This also refactors selection box color definitions to avoid repetition.
2019-08-15Fix autocompletion widget having its text leak outsideMichael Alexsander Silva Dias
2019-08-14Merge pull request #31266 from ↵Rémi Verschelde
IAmActuallyCthulhu/pr/remove-redundant-author-comments Remove redundant author doc comments
2019-08-14Merge pull request #31267 from sparkart/fix_optionbutton_offsetRémi Verschelde
Fix Offset with OptionButton Popup
2019-08-14Exposed set_as_minsize to gdscriptFabian
2019-08-13Merge pull request #31338 from Calinou/reorganize-menusRémi Verschelde
Reorganize various menus for consistency and conciseness
2019-08-13Reorganize various menus for consistency and concisenessHugo Locurcio
- Clean up the recent scripts dialog to match the recent scenes dialog - Add "..." at the end of shortcuts that cause a modal dialog to appear This closes #31148.
2019-08-12Fix Right-Click Menu Deselecting Edits ContentEmmanuel Barroga
Right-clicking a property to open the context menu deselects the text field. This causes the context menu to be useless because it doesn't have anything to edit.
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-08-12Fix Offset with OptionButton PopupEmmanuel Barroga
Fixes the offset issue with the OptionButton's popup.
2019-08-09Merge pull request #31213 from KoBeWi/explain_scenesRémi Verschelde
Replace ERR_EXPLAIN in scene/* code
2019-08-09Remove ERR_EXPLAIN from scene/* codeTomasz Chabora
2019-08-09Fix Exponential Range Graphical ErrorEmmanuel Barroga
Fixes the Exponential Range Slider having a graphical error with less than 1 values.
2019-08-07Merge pull request #31077 from qarmin/coverity_bugsRémi Verschelde
Change some code proposed by Coverity and Cppcheck
2019-08-07Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin
2019-08-06Implemented check_vadjust in CheckBox & CheckButton. It was exposed to the ↵Ken Paulson
editor, but wasn't used.
2019-08-05Update WindowDialog title when translation changesMichael Alexsander Silva Dias
2019-08-05Merge pull request #31075 from KoBeWi/right_for_acceptanceRémi Verschelde
Accept also right-click event in LineEdit
2019-08-04Accept also right-click event in LineEditTomasz Chabora
2019-08-01Same method when redrawing as when theme changedCameron Reikes