Juan Linietsky
6199efbc7e
throw error if GridContainer::set_columns goes below 1, closes #5316
...
(cherry picked from commit f6725f9768
)
2016-07-08 18:52:30 +02:00
Juan Linietsky
9b90d70ae7
Only emit item_selected once per Tree row, closes #5280
...
(cherry picked from commit 89bb72b2d3
)
2016-07-08 18:48:46 +02:00
Juan Linietsky
c5fd6a3b69
Ability to rotate controls using tool, closes #3800
...
(cherry picked from commit e2d208f122
)
2016-07-08 18:34:31 +02:00
Paulb23
9d85bfa00a
Fixed selected text turning black, issue 5199
...
(cherry picked from commit 7f98f37f13
)
2016-07-08 18:18:48 +02:00
Saracen
b0aab53853
Dynamic property list for control margins allowing floating point properties to be used with ratio anchors.
...
(cherry picked from commit d8392dd117
)
2016-07-08 16:25:19 +02:00
Juan Linietsky
cf300ace96
Fix issue saving flags (size fill expand), fixes #4176
...
(cherry picked from commit a8f8f52b19
)
2016-06-25 01:55:39 +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
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
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
b06cf23c1a
make sure tab is not visible in RichTextLabel, closes #5079
...
(cherry picked from commit ef2f6a18d2
)
2016-06-25 01:22:40 +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
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
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
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
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
Paulb23
b5a438413a
Setting to change line number color
...
(cherry picked from commit 8c328474f2
)
2016-04-27 08:42:18 +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
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