Juan Linietsky
299b0102f0
Fixed the order of events called by _input, closes #4384
...
(cherry picked from commit ad8d4a6b26
)
2016-06-25 01:41:59 +02:00
Juan Linietsky
fb255a69b6
Add quotes to .tscn keys, solves #4366
...
(cherry picked from commit 6872139300
)
2016-06-25 01:41:59 +02:00
Juan Linietsky
ad01fa2248
Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431
...
(cherry picked from commit 85d8000449
)
2016-06-25 01:41:59 +02:00
Juan Linietsky
b457b8ac89
Fix error storing path for children of instanced nodes in .tscn, fixes #4320 fixes #4579 fixes #4580
...
(cherry picked from commit 6bdd17f07c
)
2016-06-25 01:41:59 +02:00
Juan Linietsky
a71ea0abc6
Make dure to only call drop_data if can_drop_data returned true, closes #4616
...
(cherry picked from commit 0e07f49a03
)
2016-06-25 01:41:59 +02:00
George Marques
edadb46bd4
Fix TextEdit cursor position after undo remove text
...
It was going to where the text started, now it goes to where the text
ends.
(cherry picked from commit 831ae2d510
)
2016-06-25 01:41:58 +02:00
Juan Linietsky
af41d7bffa
Add function to get the color picker dialog from ColorPickerButton, closes #4415
...
(cherry picked from commit 400febf585
)
2016-06-25 01:41:58 +02:00
Juan Linietsky
beb2176399
Make ".." always appear even if dir is unlistable (likely lacking permissions), closes #1938
...
(cherry picked from commit adc13e9027
)
2016-06-25 01:41:57 +02:00
Ignacio Etcheverry
18cb1f8e44
LineEdit: Fix and improve selection behaviour
...
(cherry picked from commit 99612207b7
)
2016-06-25 01:41:57 +02:00
Juan Linietsky
775b089548
TabContainer now reports proper minimum size, closes #4896
...
(cherry picked from commit 65bcde0a7d
)
2016-06-25 01:41:57 +02:00
Juan Linietsky
7b36595641
Send body inout notifications after state is applied, fixes #4683
...
(cherry picked from commit 95dc15b750
)
2016-06-25 01:41:57 +02:00
Juan Linietsky
d662f5aa63
does not fix the bug reported in #4326 and #4818 ,
...
but at least make sure it throws and error and does not crash
(cherry picked from commit 333de40180
)
2016-06-25 01:41:56 +02:00
Juan Linietsky
85c6d1b37d
correctly wrap lines longer than width in richtextlabel, fixes #4735
...
(cherry picked from commit c204170232
)
2016-06-25 01:41:56 +02:00
Juan Linietsky
fd4d666289
Better error text when trying to add/remove/move child nodes in a busy parent, closes #4838
...
(cherry picked from commit 37ed2bae69
)
2016-06-25 01:41:56 +02:00
Juan Linietsky
b075525e84
resolve numerical error when comparing instancing an inheritance to avoid saving changed properties when they didn't, closes 4759
...
(cherry picked from commit f0abda999e
)
2016-06-25 01:22:41 +02:00
Juan Linietsky
6525e0017c
Fixed ancient bug that prevented proper theme editing, closes #4924
...
(cherry picked from commit c1056a9bfb
)
2016-06-25 01:22:41 +02:00
Juan Linietsky
d411cbe1d9
rewrote LineEdit window repositioning code so it does not eat the last character, closes #4992
...
(cherry picked from commit 83bf8036de
)
2016-06-25 01:22:41 +02:00
Juan Linietsky
2212cc827c
fix how some display values are shown, fixes #4953
...
(cherry picked from commit 1555608276
)
2016-06-25 01:22:41 +02:00
Juan Linietsky
c22ac11afb
fix crash in SamplePlayer, closes #5005
...
(cherry picked from commit ef9720c8f0
)
2016-06-25 01:22:41 +02:00
Juan Linietsky
b06cf23c1a
make sure tab is not visible in RichTextLabel, closes #5079
...
(cherry picked from commit ef2f6a18d2
)
2016-06-25 01:22:40 +02:00
Juan Linietsky
51330b29ae
do not allow picking in captured mode, closes #5134
...
(cherry picked from commit b75fb6674b
)
2016-06-25 01:22:40 +02:00
Juan Linietsky
8289760227
Show descriptive errors when look_at is improperly used, closes #5131
...
(cherry picked from commit 375fbe5c7c
and db1e9bac79
)
2016-06-25 01:22:40 +02:00
Juan Linietsky
6a83c87dda
fixes wrong bool return, closes #5037
...
(cherry picked from commit c5a2aff6db
)
2016-06-25 00:31:10 +02:00
Paulb23
93616e41f9
Caret blink no longer updates when hidden, issue 5100
...
(cherry picked from commit e260e3872c
)
2016-06-25 00:26:10 +02:00
Paulb23
afbc9d550f
Improved breakpoint marker position, and scales with font size
...
(cherry picked from commit d66b034bd1
)
2016-06-25 00:22:36 +02:00
Rémi Verschelde
9791d2ef6d
Fix indentation issues in last commits
...
Ping @reduz.
(cherry picked from commit 0729c852b4
)
2016-06-25 00:19:27 +02:00
Juan Linietsky
cb94271e9f
properly pass events to parent controls, closes #4701
...
(cherry picked from commit aec5506414
)
2016-06-25 00:16:35 +02:00
Juan Linietsky
bb8b57cbae
-Fix small bug regarding to canvas layer detection, closes #4381
...
(cherry picked from commit 2b9cab25c0
)
2016-06-25 00:16:08 +02:00
Błażej Szczygieł
763b29f34e
Fix Theora video playback without a Vorbis stream
...
- prevent audio resampler errors when number of channels is 0,
- don't check for 'audio_done' when there is no audio data.
2016-06-17 13:38:47 +02:00
Paulb23
7928b5fef6
Current line draws behind line numbers and breakpont gutter
...
(cherry picked from commit 6ae126ef9b
)
2016-06-04 22:20:02 +02:00
Paulb23
71487793df
Fix crash when redoing backspace to clear selection
...
(cherry picked from commit 4a5997ec1c
)
2016-06-04 22:20:02 +02:00
Paulb23
99c948ba56
Added breakpoint markers, issue 4750
...
(cherry picked from commit 72fda444d1
)
2016-06-04 22:20:02 +02:00
Paulb23
652f82dae8
Fixed caret color not changing though properties
...
(cherry picked from commit 6dd538a7ae
)
2016-06-04 22:20:02 +02:00
Daniel J. Ramirez
ef4ac86656
Modified damp ranges
...
(cherry picked from commit ba0baa3ca7
)
2016-06-04 22:20:02 +02:00
Daniel J. Ramirez
f346733d80
Clamped some light2D ranges
...
(cherry picked from commit c9350d7897
)
2016-06-04 22:20:02 +02:00
captainwasabi
08fa7a0ff1
Fix for tooltip blinking ( #4713 )
...
Moved where active tooltips are canceled to wait until the mouse actually moves off the control.
(cherry picked from commit 4b80895082
)
2016-06-04 22:20:02 +02:00
Paulb23
481c076feb
Fixed hex notation highlighting
...
(cherry picked from commit b2bf266ddc
)
2016-06-04 22:20:02 +02:00
Paulb23
86c0438f9d
Member variable syntax highlighting
...
(cherry picked from commit fc9f9adcb2
)
2016-06-04 22:20:02 +02:00
volzhs
094a9c3bcc
open directory or file when double click
...
fixes #4607
(cherry picked from commit 81b4d38fa7
)
2016-05-18 08:21:38 +02:00
Rémi Verschelde
5d2a23d99c
Revert "Revert "-make sure single select after multi select works better""
...
This reverts commit 9ed2084b42
.
Will then add the proper fix.
2016-05-18 08:21:16 +02:00
Rémi Verschelde
9ed2084b42
Revert "-make sure single select after multi select works better"
...
This reverts commit f909634832
.
It caused various regressions (#4556 and #4607 ).
2016-05-13 08:06:31 +02:00
MattUV
f120514402
classref: Fixed return types in Area and Area2D ( #4635 )
...
(cherry picked from commit 91c85ff1f5
)
2016-05-12 19:35:41 +02:00
Paulb23
c5e17d553e
Bind caret blink to gdscript and properties
...
(cherry picked from commit dc90cba42e
)
2016-05-12 09:05:46 +02:00
Paulb23
bd51dea8f6
Added caret blink in text editor
...
(cherry picked from commit e03e7deb1b
)
2016-05-12 09:04:03 +02:00
Paulb23
abc97d3bb4
Fixed autocomplete truncate, issue 4554
...
(cherry picked from commit accc2a195b
)
2016-05-12 09:03:59 +02:00
Paulb23
18782aec61
Fixed autocomlete strings not appearing for function arguments
...
(cherry picked from commit 9e6234201b
)
2016-05-12 09:00:22 +02:00
Paulb23
5d98718c28
Fixed animation player auto-queue duplication and undo/redo
...
(cherry picked from commit 488495852b
)
2016-05-12 08:58:39 +02:00
Paulb23
7ab1c1ea3b
Fixed code completion after opening bracket, issue 3977
...
(cherry picked from commit 0a2b341d0a
)
2016-05-12 08:55:43 +02:00
Rémi Verschelde
b6be2f503d
Rotation APIs: Better exposure for degrees methods
...
Made public the various set/getters for rotations in degrees.
For consistency, renamed the exposed method names to remove the leading
underscore, and kept the old names with a deprecation warning.
Fixes #4511 .
(cherry picked from commit 4eab767a6f
)
2016-05-12 08:55:14 +02:00
Juan Linietsky
23c659fc47
-make sure single select after multi select works better
...
-fixed some warnings for OSX
(cherry picked from commit f909634832
)
2016-05-06 11:14:11 +02:00