Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-04 | Merge pull request #4191 from leezh/progressbar_minsize | Rémi Verschelde | |
Progress bar minsize now checks percent_visible | |||
2016-04-03 | Fixed insert mode interaction with auto complete | Paulb23 | |
2016-04-03 | Fixed insert mode removing first unselected character | Paulb23 | |
2016-04-02 | Function syntax highlighting | Paul Batty | |
2016-04-01 | Added insert mode to text editor | Paulb23 | |
2016-03-31 | Progress bar minsize now checks percent_visible | Zher Huei Lee | |
Allows for really thin progress bars such as for pixel-art styles. | |||
2016-03-26 | Fixed numbers not highlighting after space | Paulb23 | |
2016-03-23 | Merge pull request #4102 from SaracenOne/dynamic_margin_properties | Rémi Verschelde | |
Dynamic property list for control margins | |||
2016-03-22 | Merge pull request #4115 from Paulb23/number_syntax_highlighting | Rémi Verschelde | |
Syntax highlighting for numbers | |||
2016-03-22 | Fix GDScript crash when call show/hide in func _exit_tree | sanikoyes | |
2016-03-21 | Syntax highlighting for numbers | Paulb23 | |
2016-03-20 | Dynamic property list for control margins allowing floating point properties ↵ | Saracen | |
to be used with ratio anchors. | |||
2016-03-19 | Merge pull request #4095 from neikeq/pr-bind-add_spacer | Rémi Verschelde | |
BoxContainer: Bind method add_spacer(bool) | |||
2016-03-19 | BoxContainer: Bind method add_spacer(bool) | Ignacio Etcheverry | |
2016-03-19 | TextEdit: Fix Shift+Delete shortcut not calling cut() | Ignacio Etcheverry | |
2016-03-17 | Fix cursor getting locked on tree control if tree is cleared while modifying ↵ | Saracen | |
numerical element. | |||
2016-03-17 | Fixed highlighting when word occurs as substring first | Paulb23 | |
2016-03-17 | Fixed highliting with shift and mouse | Paulb23 | |
2016-03-16 | Highlight all occurrences of selected word | Paulb23 | |
2016-03-15 | LineEdit/TextEdit: Add Shift+Delete shortcut for cut | Ignacio Etcheverry | |
2016-03-15 | TextEdit: Fix inconsistent copy, cut and paste behaviour | Ignacio Etcheverry | |
2016-03-15 | Merge pull request #4051 from AlexHolly/fileeditor-open-any | Rémi Verschelde | |
(editor)filedialog open file and dir MODE_OPEN_ANY | |||
2016-03-14 | Merge pull request #4017 from Paulb23/set_tab_size | Rémi Verschelde | |
Added configurable tab size in the text editor. | |||
2016-03-14 | Added configuable tab size | Paulb23 | |
2016-03-14 | (editor)filedialog mode open any | Alexander Holland | |
2016-03-13 | Merge pull request #4035 from TheHX/item-list | Rémi Verschelde | |
Add icon region support for ItemList | |||
2016-03-13 | Undo and redo commands on text editor now affect internal version which ↵ | Saracen | |
fixes inconsistent file saving validation. | |||
2016-03-13 | Add icon region support for ItemList | Franklin Sobrinho | |
2016-03-12 | -Made editor support SSL certs by default (embedded them) | Juan Linietsky | |
-Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now. | |||
2016-03-10 | Fix a crash when running a game with Controls with a tools build | Bojidar Marinov | |
Regression from #3997 TOOLS_ENABLED is defined, even when running from editor, but EDITOR_DEF SEGFAULTs | |||
2016-03-10 | Merge pull request #3865 from Marqin/coverity | Rémi Verschelde | |
[Coverity] fixed 11 of 537 potential bugs found by Coverity | |||
2016-03-09 | Add option to keep margins when changing anchors, closes #3979 | Bojidar Marinov | |
Amend: Fixed an issue for non-tool builds Amend2: Same, just fixed doing nothing at some times | |||
2016-03-09 | fix six possible "divide by zero" | Hubert Jarosz | |
2016-03-09 | fix two reading uninitialized pointers | Hubert Jarosz | |
fixed in: tools/editor/project_settings.cpp scene/gui/graph_edit.cpp | |||
2016-03-09 | remove trailing whitespace | Hubert Jarosz | |
2016-03-08 | Merge pull request #3969 from Paulb23/scroll_past_end_of_file | Juan Linietsky | |
Enabled scrolling past end of file in text editor. | |||
2016-03-07 | Enabled scrolling past end of file | Paulb23 | |
2016-03-04 | Add special new line opening | Martin Chuckeles | |
2016-03-04 | -Work on addon editor plugin (disabled by default) | Juan Linietsky | |
-New HTTPRequest node, to make HTTP requests simpler. | |||
2016-03-04 | Add editor settings for call hint placement | Martin Chuckeles | |
Added settings: text_editor/put_callhint_tooltip_below_current_line and text_editor/callhint_tooltip_offset | |||
2016-03-03 | Hide hint if completion is active | Martin Chuckeles | |
2016-03-03 | Move the call hint under the current line | Martin Chuckeles | |
2016-02-08 | -Cleaned up GraphEdit, also fixes #3568 | Juan Linietsky | |
2016-02-08 | Property handle rotated controls in 2D editor, fixes #3613 | Juan Linietsky | |
2016-02-08 | Merge pull request #3627 from lordadamson/master | Rémi Verschelde | |
renamed function get_video_texutre to get_video_texture | |||
2016-02-08 | renamed function get_video_texutre to get_video_texture | Adham Zahran | |
2016-02-08 | Merge pull request #3409 from akien-mga/pr-script-tab-colour | Rémi Verschelde | |
Make custom_bg fit the whole "selected" area in ItemLists | |||
2016-02-06 | Stop ColorPicker's narcissism ( fixes #3592 ) | MarianoGNU | |
Also prevent alpha in guidelines. | |||
2016-02-05 | ColorPicker: Prevent regenerating hsv values every time. Fixes #3492 | MarianoGNU | |
2016-02-04 | support horizontal mouse wheel, use in text editor | hondres | |