Rémi Verschelde
|
d826b043ad
|
Merge pull request #12950 from ianb96/code_folding
Code Folding
|
2017-11-20 00:15:10 +01:00 |
|
Gilles Roudiere
|
8d1f2b1857
|
Rework the canvas_item API for further improves to the canvas item editor
|
2017-11-19 13:36:31 +01:00 |
|
Ian
|
1e59169d2d
|
scrolling fixes
|
2017-11-18 20:07:53 -05:00 |
|
kbake
|
a5973f4071
|
change expand_to_len property to add on nonzero...also rename to
expand_to_text_length and shift window on expand to see all text
|
2017-11-18 18:57:48 -05:00 |
|
Ian
|
d350f506a0
|
TextEdit code folding
|
2017-11-17 21:49:43 -05:00 |
|
Juan Linietsky
|
0e04316214
|
Merge pull request #12962 from SaracenOne/gui_focus_next_prev
Add manual overrides for focus_next and focus_previous
|
2017-11-17 15:03:05 -03:00 |
|
Rémi Verschelde
|
139a957802
|
Merge pull request #12763 from remorse107/Code-Complete
Modified code completion for better tabbing with immediate hints.
|
2017-11-17 00:33:27 +01:00 |
|
Saracen
|
e4201734df
|
Add manual overrides for focus_next and focus_previous on controls similar to what can already be done with focus neighbours.
|
2017-11-16 09:45:52 +00:00 |
|
Bojidar Marinov
|
443ce6fef2
|
Allow underscores in GDScript numeric literals
Closes #12928
|
2017-11-15 22:53:08 +02:00 |
|
Rémi Verschelde
|
4685674389
|
Merge pull request #12842 from ianb96/shader_editor_fix
Shader Editor context menu and line operations and style fix
|
2017-11-14 07:33:04 +01:00 |
|
Robert Morse
|
3372413037
|
Modified code completion for better tabbing, and removal of need to backspace and re-enter '(' to get code completion hints.
|
2017-11-13 18:19:11 -06:00 |
|
Rémi Verschelde
|
3c64635003
|
Merge pull request #12903 from YeldhamDev/scrollcontainer_arrangement
Small arrangement in ScrollContainer
|
2017-11-13 21:28:32 +01:00 |
|
Rémi Verschelde
|
03a080547d
|
Merge pull request #12014 from hi-ogawa/fix-video-playback
Fix video playback
|
2017-11-13 19:57:18 +01:00 |
|
Michael Alexsander Silva Dias
|
f2f18261c3
|
Small arrangement in ScrollContainer.
|
2017-11-13 12:15:48 -02:00 |
|
volzhs
|
710c87ec99
|
Fit stylebox on ItemList
|
2017-11-13 22:24:58 +09:00 |
|
Michael Alexsander Silva Dias
|
2a26931246
|
Made text in TextEdit a property.
|
2017-11-12 13:10:26 -02:00 |
|
Michael Alexsander Silva Dias
|
920f3f6546
|
Added "is_readonly()" to TextEdit and made it a property.
|
2017-11-11 22:14:14 -02:00 |
|
Ian
|
94b3e786cd
|
shader editor context menu and line operations and style fix
|
2017-11-11 14:46:59 -05:00 |
|
Ian
|
fc299b4f37
|
add context menu enable getters, setters, and properties in LineEdit and TextEdit
|
2017-11-11 03:30:59 -05:00 |
|
Poommetee Ketson
|
aca18b6a49
|
Merge pull request #12806 from letheed/unify-degrees
Unify degree methods and properties
|
2017-11-11 13:27:02 +07:00 |
|
Daniel J. Ramirez
|
8cf0d6ceb4
|
Some fixes and improvements.
Changed FileDialogs for EditorFileDialogs in EditorNode.
Updated CheckButton.
|
2017-11-10 16:45:08 -06:00 |
|
letheed
|
482e07af7e
|
Unify degree members and properties
|
2017-11-10 12:52:07 +01:00 |
|
letheed
|
ab2647a0d0
|
Remove deprecated rotation methods
|
2017-11-10 09:09:30 +01:00 |
|
Rémi Verschelde
|
386ec5d954
|
Merge pull request #12653 from poke1024/fixdocsclick
Fix selection and clicks on text in tables in RichTextLabel
|
2017-11-06 09:44:31 +01:00 |
|
Paulb23
|
6f6afde0c5
|
Changed line and word mouse selection
|
2017-11-05 15:54:00 +00:00 |
|
Bernhard Liebl
|
a7304b0c54
|
Fix selection and clicks on text in tables in RichTextLabel
|
2017-11-05 11:38:14 +01:00 |
|
Bernhard Liebl
|
8f204d78fd
|
In Create New Node, always select and show best (shortest) match
|
2017-11-04 20:21:41 +01:00 |
|
Zher Huei Lee
|
6ba94cb924
|
Fixed RichTextLabel::add_newline() #12564
|
2017-11-02 08:46:28 +08:00 |
|
Paulb23
|
e03a054714
|
Remove text on enter, issue 12494
|
2017-10-31 20:42:53 +00:00 |
|
Juan Linietsky
|
a4ea63737c
|
Ability to shrink 3D viewport by half
|
2017-10-31 14:23:47 -03:00 |
|
Rémi Verschelde
|
a1ffadb953
|
Revert "Fixes the selection rect in item_list drawn not clipped"
|
2017-10-31 10:58:53 +01:00 |
|
Rémi Verschelde
|
5bbc9a7e66
|
Merge pull request #12268 from AlexHolly/fix-lineedit-selection
Fix LineEdit drag selection to the left
|
2017-10-30 23:31:37 +01:00 |
|
Rémi Verschelde
|
4e753971c3
|
Merge pull request #12351 from groud/fix_item_list_selection_clipping
Fixes the selection rect in item_list drawn not clipped
|
2017-10-30 23:09:49 +01:00 |
|
Rémi Verschelde
|
4889b80698
|
Merge pull request #12471 from mhilbrunner/autocomplete
Fix get_node() and $ autocompletion when using single quotes
|
2017-10-30 22:22:46 +01:00 |
|
Unknown
|
7683ff3e42
|
Fix get_node() and $ autocompletion when using single quotes
|
2017-10-30 21:58:32 +01:00 |
|
sanikoyes
|
b3f5d119aa
|
Fix crash when click an empty tabs container
|
2017-10-30 20:20:51 +08:00 |
|
Paulb23
|
9dddce75d0
|
Added multi level undo redo to line edit
|
2017-10-29 23:21:06 +00:00 |
|
Jakob Sinclair
|
708982bee1
|
Fix margin with tree drawing
Fixes @akien-mga point brought up in #12352
Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org>
|
2017-10-24 21:06:27 +02:00 |
|
Gilles Roudiere
|
37d2b17f88
|
Fixes the selection rect in item_list drawn not clipped
|
2017-10-24 10:09:39 +02:00 |
|
Indah Sylvia
|
79dda1350d
|
Finished transition of Patch9Rect to NinePatchRect
|
2017-10-24 13:01:45 +07:00 |
|
Rémi Verschelde
|
ad5613ec40
|
Merge pull request #12310 from Paulb23/toggle_highlight_current_line
Added setting to toggle current line highlighting
|
2017-10-23 23:25:11 +02:00 |
|
Paulb23
|
45670df354
|
Added setting to toggle current line highlighting
|
2017-10-22 13:42:08 +01:00 |
|
Poommetee Ketson
|
3a71471edd
|
FileDialog: enlarge the file list a bit
|
2017-10-22 09:14:11 +07:00 |
|
Rémi Verschelde
|
d39348151e
|
Merge pull request #12293 from Paulb23/line_highlighting_fix
Fixed current line highlighting, issue 12166
[ci skip]
|
2017-10-21 23:41:53 +02:00 |
|
Paulb23
|
c594c8001b
|
Fixed current line highlighting and visual indication of empty selected lines
|
2017-10-21 21:35:50 +01:00 |
|
Poommetee Ketson
|
9cadb9e5f3
|
Bind unbound enums, rearrange some by value
|
2017-10-22 01:58:02 +07:00 |
|
Poommetee Ketson
|
ec12e3b4f9
|
Merge pull request #12042 from MillionOstrich/treeitem-move-to-bottom
Stop move_to_bottom losing references to treeitems
|
2017-10-21 04:58:11 +07:00 |
|
AlexHolly
|
d46093b974
|
fix LineEdit drag selection to the left
|
2017-10-20 22:25:12 +02:00 |
|
Rémi Verschelde
|
0e8db63009
|
Merge pull request #12084 from santouits/tab_container_bug
tab container arrows don't work when a popup was set
[ci skip]
|
2017-10-20 13:04:25 +02:00 |
|
Gilles Roudiere
|
5e348e72c1
|
Merge pull request #12159 from RandomShaper/fix-sticky-slider
Reset slider mouse state on hiding/removing
|
2017-10-20 11:48:57 +02:00 |
|