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
Ignacio Etcheverry
19f08eaa5b
Fix wrong return and argument types in documentation
...
(cherry picked from commit 1e752c0120
)
2016-05-06 11:13:35 +02:00
Paulb23
ec3b50fd65
Autocomplete no longer shows duplicates, issue 1824
...
(cherry picked from commit 084d0bef96
)
2016-05-06 11:11:14 +02:00
Rémi Verschelde
ef2f1ae811
Tabs: Fix align issue with right/close buttons
...
The stylebox around the close button was badly centered.
There were also bad margins applied when using right buttons.
(cherry picked from commit 21c181bd3c
)
2016-05-06 11:06:42 +02:00
Rémi Verschelde
7c419032c7
Tabs: cleanup code, no functional change
...
Some dead code removed, a few cosmetic changes.
(cherry picked from commit 8b32c80529
)
2016-05-06 11:06:35 +02:00
Rémi Verschelde
9bdcc97e56
Tabs: Fix navigation buttons overlap when resizing
...
It was not taking into account the minimum width of the stylebox.
Fixed by factorizing some duplicate code.
(cherry picked from commit 8574489dd2
)
2016-05-06 11:06:29 +02:00
Rémi Verschelde
7f80fce464
Tabs: Fix icon size not taken into account for offset
...
Fixes #4107 .
(cherry picked from commit bbaf296948
)
2016-05-06 11:06:22 +02:00
Rémi Verschelde
d49fff6246
FileDialog: reset mkdir label after use ( #4500 )
...
Closes #1686 .
(cherry picked from commit ab7886ffc4
)
2016-05-01 12:28:27 +02:00
Rémi Verschelde
26c2e0d09d
math: Fix rounding error for 0 in Math::round ( #4495 )
...
Thus revert the previous workaround in commit b123bc4a2a
.
Fixes #3221 .
(cherry picked from commit 6883325f92
)
2016-05-01 12:28:01 +02:00
Geequlim
5365ae9212
Add more documentations and fix AcceptDialog::add_cancel
...
(cherry picked from commit 5c61e17c10
)
2016-04-29 18:02:03 +02:00
Rémi Verschelde
238bbb6539
Classref: Document Button and ButtonArray
...
Also bind relevant constants and define some object types and better
argument names for the docs.
(cherry picked from commit 3a4ec88b37
)
2016-04-29 07:42:59 +02:00
Paulb23
517518ae9a
Added scroll lines, issue 4243
...
(cherry picked from commit 54244e0e1d
)
2016-04-29 07:42:08 +02:00
Bojidar Marinov
7f4387d21e
Fix continious update with Camera2D
...
Closes #4406
(cherry picked from commit b2e0cedbf0
)
2016-04-27 20:17:07 +02:00
Bojidar Marinov
c523749662
Fix Camera2D ignoring zoom when checking limits
...
Closes #1912
(cherry picked from commit 7a8aea0be9
)
2016-04-27 20:16:08 +02:00
Bojidar Marinov
4c358b7043
Add preview of the Camera2D's screen boundaries
...
Closes #3365
(cherry picked from commit e7f66a88d6
)
2016-04-27 20:15:46 +02:00
Alex
c712e54b63
tiny fix to loop restart ( #4358 )
...
Closes #4355
(cherry picked from commit e566b17f91
)
2016-04-27 08:50:28 +02:00
Saracen
47c7b535d2
BoneAttachments now position themselves instantly during bind.
...
(cherry picked from commit bc5ee6c98f
)
2016-04-27 08:49:30 +02:00
Hearto Lazor
5fac497aa2
Fixed curve baking, now always start at origin point
...
(cherry picked from commit 08b93da28a
)
2016-04-27 08:49:23 +02:00
Ignacio Etcheverry
dbcf969fbf
Keep editable instances data when replacing tree root node
...
(cherry picked from commit 3029f5ee02
)
2016-04-27 08:48:34 +02:00
Paulb23
b5a438413a
Setting to change line number color
...
(cherry picked from commit 8c328474f2
)
2016-04-27 08:42:18 +02:00
Ignacio Etcheverry
40d21117f9
Fix RayCast not updating when debugging collissions
...
(cherry picked from commit 6cf3bdcf76
)
2016-04-27 08:42:01 +02:00
Rémi Verschelde
8746966194
Doc: fix type of stream object
...
(cherry picked from commit 7820e590ea
)
2016-04-27 08:40:49 +02:00
sanikoyes
76eeb457d3
Fix warn print when hide an control does not inside_tree
...
(cherry picked from commit 5ec7d3f264
)
2016-04-27 08:40:38 +02:00
sanikoyes
02afea1e4e
Fix crash when tween control object previous freed
...
(cherry picked from commit da28a2f062
)
2016-04-27 08:40:19 +02:00
Paulb23
b7f5418f8d
Ability to change the caret color
...
(cherry picked from commit c7519f091d
)
2016-04-27 08:37:20 +02:00
Paulb23
b3891246e5
Fixed block indent inconsistency, fixes issue 3803
...
(cherry picked from commit 93700676b5
)
2016-04-06 19:39:30 +02:00
Bojidar Marinov
63e33cfdd2
Add a `sleeping_state_changed` signal to RigidBody and RigidBody2D classes
...
Closes #3911
(cherry picked from commit 6dcd1354c2
)
2016-04-06 18:49:51 +02:00
Paul Batty
7c6d2e7062
Fixed text edit undo and redo operation interaction
...
(cherry picked from commit 646e089782
)
2016-04-06 18:48:31 +02:00
Paulb23
4bde902de1
Fixed 'complex' typo in method name
...
(cherry picked from commit 971c3be52d
)
2016-04-06 18:47:34 +02:00
Paulb23
a5f07d18ec
Fixed undoing twice when removing selection
...
(cherry picked from commit 15f43149e1
)
2016-04-06 18:47:28 +02:00
Paulb23
48438e4f3b
Fixed insert mode interaction with auto complete
...
(cherry picked from commit a984adb5a6
)
2016-04-06 18:46:36 +02:00