summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
2018-03-02Fix more regressions in RichTextLabel from PR 15711Bernhard Liebl
2018-03-01Fix regression through fa98637acaab9135568bf0d43a65c9c96b59c32dpoke1024
2018-02-28Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam
2018-02-27Merge pull request #16656 from JFonS/fix_gradient_crashRémi Verschelde
Fix weird editor crash when switching from editing one gradient to another keeps 'grabbing' variable to true
2018-02-21Fix typos with codespellluz.paz
Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ```
2018-02-21Fixed disappearing text on filedialog buttonsMax
2018-02-20Fixed "Open" button being enabled when nothing is selected in a FileDialog ↵Michael Alexsander Silva Dias
while in "Open folder" mode.
2018-02-20Merge pull request #16455 from volzhs/close-docsRémi Verschelde
Keep to show current script when closing all docs
2018-02-20Keep to show current script when closing all docsvolzhs
also fix error when removing multiple tabs from TabContainer at same frame. like closing multiple docs at once. Fix #16403
2018-02-19Merge pull request #16652 from aragar/FixQuotationInStringRémi Verschelde
Fix quotation in string
2018-02-19Merge pull request #15306 from poke1024/item-list-draw-speedRémi Verschelde
Boost drawing speed of ItemLists with many items
2018-02-19Fixes OptionButton selection index being reset to zero at instanciationAlexander Alekseev
Bug: engine tries to set selected item before items were added during save scene/run project, because of wrong properties order. Fixes #10213.
2018-02-19Merge pull request #16566 from groud/gui_input_reworkRémi Verschelde
2D Editor GUI input rework
2018-02-18Force controls to save rect_clip_content since they do not all default to false.isaacremnant
2018-02-17Clean up some bad words from code commentsArtem Varaksa
2018-02-162D editor GUI input rework. Changes are:Gilles Roudiere
- The input handling is done into several distinct functions, and the code is more consistent. - The actions' history is more precise ("Edited CanvasItem" is now "Rotated CanvasItem","Moved CanvasItem",etc...) - Fixed a little bug about input key events not forwarded correctly to plugins - IK is followed by default when you move a bone node, the alt-key allow you to move it normally
2018-02-14Fix weird editor crash when switching from editing one gradient to another ↵JFonS
keeps 'grabbing' variable to true
2018-02-14Merge pull request #15618 from ianb96/fold_commentRémi Verschelde
TextEdit folding over unindented comments
2018-02-14Merge pull request #15711 from poke1024/fix-rtl-descentRémi Verschelde
Fixes wrong vertical font layout in RichTextLabel
2018-02-14Merge pull request #15855 from mrcdk/texture_button_mask_fixesRémi Verschelde
The TextureButton's bitmask takes into account the stretch mode selected
2018-02-14Merge pull request #15903 from groud/fix_minsizeRémi Verschelde
Fixes GridContainer and SplitContainer wrong layouting
2018-02-14Added "allow_reselect" property to ItemList and enabled it for the ↵Michael Alexsander Silva Dias
method/help lists.
2018-02-13Merge pull request #16422 from synasius/fixed-line-edit-text-changed-signalRémi Verschelde
Fixed #15082: line edit emits two "text_changed" signals when pasting while text is selected
2018-02-12Fix quotation in stringRado'sPC\aRaGaR
fix for #16404
2018-02-05SpinBoxes calculate correctly their width before first redraw.Ovnuniarchos
2018-02-05Fixed #15082: line edit emits two "text_changed" signals when pasting while ↵Federico Frenguelli
text is selected
2018-02-03Fix wrong property type for fixed icon size in ItemListbinbitten
2018-02-01Merge pull request #16249 from binbitten/fix-highlight-ofsRémi Verschelde
Fix TextEdit current line highlight horizontal offset
2018-01-31Fix TextEdit current line highlight horizontal offsetbinbitten
2018-01-30Expose a few GraphEdit methods to script languagesGeorge Marques
2018-01-28Allow focus on disabled buttonsHein-Pieter van Braam
This behavior better matches other gui toolkits. A selected disabled button still can't be interacted with but it can now be selected. This seems to be what QT and GTK do also. This fixes #16131
2018-01-20Fixes a bas resizing with SplitContainerGilles Roudiere
2018-01-19Fixes a Gridcontainer wrong children fitting with expanded+non-zero minisizeGilles Roudiere
2018-01-19The TextureButton's bitmask takes into account the stretch mode selectedMrCdK
When the stretch is tile the mask gets applied to each tile.
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
2018-01-18TextEdit fix get_mouse after many foldsIan
2018-01-17doc: Replace some more "val" with "value" + syncRémi Verschelde
2018-01-15Changes the keep_margin parameter to true by default, so that people are not ↵Gilles Roudiere
suprised that set_anchor changes the margins values
2018-01-15ViewportContainer passes input down to children viewportsFabio Alessandrelli
2018-01-14Fixes wrong vertical font layout in RichTextLabelBernhard Liebl
2018-01-14Merge pull request #15708 from Paulb23/current_line_clipping_issue_15427Rémi Verschelde
Fixed current line highlighting with horizontal clipping, issue 15427
2018-01-14Fixed current line highligting with horizontal clipping, issue 15427Paulb23
2018-01-13Merge pull request #15670 from poke1024/fix15588Rémi Verschelde
Fixes hangs with Tree in multi selection mode (issue 15588)
2018-01-13Fixes hangs with Tree in multi selection mode (issue 15588)Bernhard Liebl
2018-01-13Merge pull request #15657 from paulloz/fix-textedit-undo-redo-selectionRémi Verschelde
TextEdit: Fix selection issue with undo/redo
2018-01-13Deselect on undo/redo in TextEditPaul Joannon
2018-01-13Fix get_parent_range to return 0 when there is no parentRuslan Mustakov
Fixes #15635
2018-01-13Small fix for Control bindingsletheed
2018-01-12Add special coloring to members, to make shadowing more obvious.Juan Linietsky
2018-01-12Renamed tree_exited to tree_exiting. tree_exited is now used for actual out ↵Juan Linietsky
of tree notification. Updated doc accordingly.