aboutsummaryrefslogtreecommitdiff
path: root/scene/gui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed not be able to unfold the last linePaulb232017-11-231-1/+1
|
* code folding scrolling fixesianb962017-11-211-18/+29
|
* Merge pull request #13121 from Krakean/change_filedialog_removedotGeorge Marques2017-11-211-1/+4
|\ | | | | Remove the "." and "/" (at the end of folders name) from file manage dialog (open scene, open file, ...)
| * Remove the "." from file manage dialog (open scene, open file, ...)Dmitry Koteroff2017-11-211-1/+4
| | | | | | | | | | | | Also removed the "." from game control's FileDialog component. Also remove the "/" at the end of folders name.
* | Merge pull request #13134 from Chaosus/fixinvalidscrollRémi Verschelde2017-11-211-1/+4
|\ \ | | | | | | Fix invalid scroll
| * | Fix invalid scrollChaosus2017-11-211-1/+4
| |/
* / Native pan and zoom for macOSBernhard Liebl2017-11-218-40/+116
|/
* Merge pull request #13105 from Krakean/masterRémi Verschelde2017-11-201-0/+6
|\ | | | | Files list: Add "New Folder.." popup when nothing under mouse cursor
| * Add "New Folder.." to right mouse button click on project fileslist panel ↵Dmitry Koteroff2017-11-201-0/+6
| | | | | | | | _WHEN_ no any file/folder is under mouse cursor.
* | Visual fixesDaniel J. Ramirez2017-11-201-2/+4
|/ | | | | Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs
* Merge pull request #12952 from bojidar-bg/12392-export-enumsRémi Verschelde2017-11-201-6/+26
|\ | | | | Allow exporting enums from GDScript
| * Allow exporting enums from GDScriptBojidar Marinov2017-11-171-6/+26
| | | | | | | | | | Use as `export(E) ...` Closes #12392
* | Merge pull request #12983 from ianb96/scene_add_tabRémi Verschelde2017-11-202-61/+107
|\ \ | | | | | | Add Scene button and tab scrolling
| * | add scene button and tab scrollingIan2017-11-182-61/+107
| | |
* | | Merge pull request #12984 from willnationsdev/richtextlabel-hover-signalRémi Verschelde2017-11-202-3/+26
|\ \ \ | | | | | | | | RichTextLabel: Adding ability for single meta hovering
| * | | Adding ability for single meta hoveringWill Nations2017-11-172-3/+26
| | | |
* | | | Fix TextEdit::cursor_set_line bindingsRémi Verschelde2017-11-201-1/+1
| | | | | | | | | | | | | | | | As spotted by @neikeq - fixes #13068.
* | | | Merge pull request #12950 from ianb96/code_foldingRémi Verschelde2017-11-202-73/+554
|\ \ \ \ | | | | | | | | | | Code Folding
| * | | | scrolling fixesIan2017-11-182-119/+221
| | | | |
| * | | | TextEdit code foldingIan2017-11-172-51/+430
| | |/ / | |/| |
* | | | Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere2017-11-192-41/+89
| | | |
* | | | change expand_to_len property to add on nonzero...also rename tokbake2017-11-181-1/+2
|/ / / | | | | | | | | | expand_to_text_length and shift window on expand to see all text
* | | Merge pull request #12962 from SaracenOne/gui_focus_next_prevJuan Linietsky2017-11-172-1/+74
|\ \ \ | |_|/ |/| | Add manual overrides for focus_next and focus_previous
| * | Add manual overrides for focus_next and focus_previous on controls similar ↵Saracen2017-11-162-1/+74
| | | | | | | | | | | | to what can already be done with focus neighbours.
* | | Merge pull request #12763 from remorse107/Code-CompleteRémi Verschelde2017-11-171-0/+1
|\ \ \ | | | | | | | | Modified code completion for better tabbing with immediate hints.
| * | | Modified code completion for better tabbing, and removal of need to ↵Robert Morse2017-11-131-0/+1
| | |/ | |/| | | | | | | backspace and re-enter '(' to get code completion hints.
* | | Allow underscores in GDScript numeric literalsBojidar Marinov2017-11-151-3/+4
| | | | | | | | | | | | Closes #12928
* | | Merge pull request #12842 from ianb96/shader_editor_fixRémi Verschelde2017-11-142-1/+7
|\ \ \ | | | | | | | | Shader Editor context menu and line operations and style fix
| * | | shader editor context menu and line operations and style fixIan2017-11-112-1/+7
| | |/ | |/|
* | | Merge pull request #12903 from YeldhamDev/scrollcontainer_arrangementRémi Verschelde2017-11-131-3/+2
|\ \ \ | | | | | | | | Small arrangement in ScrollContainer
| * | | Small arrangement in ScrollContainer.Michael Alexsander Silva Dias2017-11-131-3/+2
| | | |
* | | | Merge pull request #12014 from hi-ogawa/fix-video-playbackRémi Verschelde2017-11-132-9/+155
|\ \ \ \ | | | | | | | | | | Fix video playback
| * | | | Fix video playbackMatt Hughes2017-10-142-9/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support to - VideoPlayer - VideoStreamWebm - VideoStreamTheora
* | | | | Fit stylebox on ItemListvolzhs2017-11-131-2/+2
| |/ / / |/| | |
* | | | Made text in TextEdit a property.Michael Alexsander Silva Dias2017-11-121-0/+1
| | | |
* | | | Added "is_readonly()" to TextEdit and made it a property.Michael Alexsander Silva Dias2017-11-112-0/+9
| |/ / |/| |
* | | add context menu enable getters, setters, and properties in LineEdit and ↵Ian2017-11-114-1/+25
| | | | | | | | | | | | TextEdit
* | | Merge pull request #12806 from letheed/unify-degreesPoommetee Ketson2017-11-112-7/+7
|\ \ \ | | | | | | | | Unify degree methods and properties
| * | | Unify degree members and propertiesletheed2017-11-102-7/+7
| | | |
* | | | Some fixes and improvements.Daniel J. Ramirez2017-11-102-2/+22
|/ / / | | | | | | | | | | | | Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton.
* | / Remove deprecated rotation methodsletheed2017-11-102-18/+0
| |/ |/|
* | Merge pull request #12653 from poke1024/fixdocsclickRémi Verschelde2017-11-061-0/+3
|\ \ | | | | | | Fix selection and clicks on text in tables in RichTextLabel
| * | Fix selection and clicks on text in tables in RichTextLabelBernhard Liebl2017-11-051-0/+3
| | |
* | | Changed line and word mouse selectionPaulb232017-11-052-59/+137
| | |
* | | In Create New Node, always select and show best (shortest) matchBernhard Liebl2017-11-042-0/+21
|/ /
* | Fixed RichTextLabel::add_newline() #12564Zher Huei Lee2017-11-021-1/+2
| |
* | Remove text on enter, issue 12494Paulb232017-10-311-4/+3
| |
* | Ability to shrink 3D viewport by halfJuan Linietsky2017-10-312-1/+38
| |
* | Revert "Fixes the selection rect in item_list drawn not clipped"Rémi Verschelde2017-10-311-0/+3
| |
* | Merge pull request #12268 from AlexHolly/fix-lineedit-selectionRémi Verschelde2017-10-301-2/+4
|\ \ | | | | | | Fix LineEdit drag selection to the left