aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* classref: Fix arg name for is_action_pressed/releasedRémi Verschelde2016-07-081-1/+1
* Fix own world option of Viewport.Franklin Sobrinho2016-07-081-1/+1
* Fix several bugs related to node duplication and signals, closes #5405Juan Linietsky2016-07-082-3/+21
* throw error if GridContainer::set_columns goes below 1, closes #5316Juan Linietsky2016-07-081-0/+1
* Make both signals be ordered and samplelibrary items too, fixes scenes changi...Juan Linietsky2016-07-082-1/+13
* Only emit item_selected once per Tree row, closes #5280Juan Linietsky2016-07-081-1/+6
* Remove error when getting dependencies from tscn files in some cases, closes ...Juan Linietsky2016-07-082-21/+34
* Fixed bug in instance state ordering, closes #3904Juan Linietsky2016-07-081-1/+3
* Ability to rotate controls using tool, closes #3800Juan Linietsky2016-07-081-2/+10
* Properly deliver localized coordinates when passing gui events through parent...Juan Linietsky2016-07-082-63/+12
* Avoid mirroring to go negative to fix crash, closes #4036Juan Linietsky2016-07-081-0/+5
* Fixed selected text turning black, issue 5199Paulb232016-07-081-0/+1
* Revert "Fixed the order of events called by _input, closes #4384"Rémi Verschelde2016-07-081-1/+1
* Dynamic property list for control margins allowing floating point properties ...Saracen2016-07-081-8/+80
* Rename CanvasItem.edit_get() to edit_get_state()George Marques2016-06-251-1/+1
* Fix issue saving flags (size fill expand), fixes #4176Juan Linietsky2016-06-251-2/+2
* Fix a inherited transform bug with Camera2D preview drawingBojidar Marinov2016-06-251-3/+2
* fix CanvasItem.get_global_transform() and CanvasItem.get_local_transform(), c...Juan Linietsky2016-06-251-2/+5
* Fixed the order of events called by _input, closes #4384Juan Linietsky2016-06-251-1/+1
* Add quotes to .tscn keys, solves #4366Juan Linietsky2016-06-251-2/+7
* Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431Juan Linietsky2016-06-251-1/+9
* Fix error storing path for children of instanced nodes in .tscn, fixes #4320 ...Juan Linietsky2016-06-252-4/+1
* Make dure to only call drop_data if can_drop_data returned true, closes #4616Juan Linietsky2016-06-251-2/+3
* Fix TextEdit cursor position after undo remove textGeorge Marques2016-06-251-2/+7
* Add function to get the color picker dialog from ColorPickerButton, closes #4415Juan Linietsky2016-06-252-0/+7
* Make ".." always appear even if dir is unlistable (likely lacking permissions...Juan Linietsky2016-06-251-0/+5
* LineEdit: Fix and improve selection behaviourIgnacio Etcheverry2016-06-252-19/+24
* TabContainer now reports proper minimum size, closes #4896Juan Linietsky2016-06-251-3/+6
* Send body inout notifications after state is applied, fixes #4683Juan Linietsky2016-06-252-23/+27
* does not fix the bug reported in #4326 and #4818,Juan Linietsky2016-06-251-4/+12
* correctly wrap lines longer than width in richtextlabel, fixes #4735Juan Linietsky2016-06-251-0/+7
* Better error text when trying to add/remove/move child nodes in a busy parent...Juan Linietsky2016-06-251-2/+15
* resolve numerical error when comparing instancing an inheritance to avoid sav...Juan Linietsky2016-06-251-3/+13
* Fixed ancient bug that prevented proper theme editing, closes #4924Juan Linietsky2016-06-252-30/+19
* rewrote LineEdit window repositioning code so it does not eat the last charac...Juan Linietsky2016-06-251-6/+13
* fix how some display values are shown, fixes #4953Juan Linietsky2016-06-251-1/+2
* fix crash in SamplePlayer, closes #5005Juan Linietsky2016-06-251-2/+2
* make sure tab is not visible in RichTextLabel, closes #5079Juan Linietsky2016-06-251-0/+2
* do not allow picking in captured mode, closes #5134Juan Linietsky2016-06-251-1/+1
* Show descriptive errors when look_at is improperly used, closes #5131Juan Linietsky2016-06-251-0/+9
* fixes wrong bool return, closes #5037Juan Linietsky2016-06-251-1/+1
* Caret blink no longer updates when hidden, issue 5100Paulb232016-06-251-1/+3
* Improved breakpoint marker position, and scales with font sizePaulb232016-06-251-3/+6
* Fix indentation issues in last commitsRémi Verschelde2016-06-252-28/+26
* properly pass events to parent controls, closes #4701Juan Linietsky2016-06-251-15/+23
* -Fix small bug regarding to canvas layer detection, closes #4381Juan Linietsky2016-06-251-13/+8
* Fix Theora video playback without a Vorbis streamBłażej Szczygieł2016-06-171-2/+9
* Current line draws behind line numbers and breakpont gutterPaulb232016-06-041-13/+13
* Fix crash when redoing backspace to clear selectionPaulb232016-06-041-1/+3
* Added breakpoint markers, issue 4750Paulb232016-06-042-5/+63