summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
2017-11-23Fixed not be able to unfold the last linePaulb23
2017-11-21code folding scrolling fixesianb96
2017-11-21Merge pull request #13121 from Krakean/change_filedialog_removedotGeorge Marques
Remove the "." and "/" (at the end of folders name) from file manage dialog (open scene, open file, ...)
2017-11-21Merge pull request #13134 from Chaosus/fixinvalidscrollRémi Verschelde
Fix invalid scroll
2017-11-21Fix invalid scrollChaosus
2017-11-21Native pan and zoom for macOSBernhard Liebl
2017-11-21Remove the "." from file manage dialog (open scene, open file, ...)Dmitry Koteroff
Also removed the "." from game control's FileDialog component. Also remove the "/" at the end of folders name.
2017-11-20Merge pull request #13105 from Krakean/masterRémi Verschelde
Files list: Add "New Folder.." popup when nothing under mouse cursor
2017-11-20Visual fixesDaniel J. Ramirez
Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs
2017-11-20Add "New Folder.." to right mouse button click on project fileslist panel ↵Dmitry Koteroff
_WHEN_ no any file/folder is under mouse cursor.
2017-11-20Merge pull request #12952 from bojidar-bg/12392-export-enumsRémi Verschelde
Allow exporting enums from GDScript
2017-11-20Merge pull request #12983 from ianb96/scene_add_tabRémi Verschelde
Add Scene button and tab scrolling
2017-11-20Merge pull request #12984 from willnationsdev/richtextlabel-hover-signalRémi Verschelde
RichTextLabel: Adding ability for single meta hovering
2017-11-20Fix TextEdit::cursor_set_line bindingsRémi Verschelde
As spotted by @neikeq - fixes #13068.
2017-11-20Merge pull request #12950 from ianb96/code_foldingRémi Verschelde
Code Folding
2017-11-19Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere
2017-11-18add scene button and tab scrollingIan
2017-11-18scrolling fixesIan
2017-11-18change expand_to_len property to add on nonzero...also rename tokbake
expand_to_text_length and shift window on expand to see all text
2017-11-17TextEdit code foldingIan
2017-11-17Merge pull request #12962 from SaracenOne/gui_focus_next_prevJuan Linietsky
Add manual overrides for focus_next and focus_previous
2017-11-17Adding ability for single meta hoveringWill Nations
2017-11-17Allow exporting enums from GDScriptBojidar Marinov
Use as `export(E) ...` Closes #12392
2017-11-17Merge pull request #12763 from remorse107/Code-CompleteRémi Verschelde
Modified code completion for better tabbing with immediate hints.
2017-11-16Add manual overrides for focus_next and focus_previous on controls similar ↵Saracen
to what can already be done with focus neighbours.
2017-11-15Allow underscores in GDScript numeric literalsBojidar Marinov
Closes #12928
2017-11-14Merge pull request #12842 from ianb96/shader_editor_fixRémi Verschelde
Shader Editor context menu and line operations and style fix
2017-11-13Modified code completion for better tabbing, and removal of need to ↵Robert Morse
backspace and re-enter '(' to get code completion hints.
2017-11-13Merge pull request #12903 from YeldhamDev/scrollcontainer_arrangementRémi Verschelde
Small arrangement in ScrollContainer
2017-11-13Merge pull request #12014 from hi-ogawa/fix-video-playbackRémi Verschelde
Fix video playback
2017-11-13Small arrangement in ScrollContainer.Michael Alexsander Silva Dias
2017-11-13Fit stylebox on ItemListvolzhs
2017-11-12Made text in TextEdit a property.Michael Alexsander Silva Dias
2017-11-11Added "is_readonly()" to TextEdit and made it a property.Michael Alexsander Silva Dias
2017-11-11shader editor context menu and line operations and style fixIan
2017-11-11add context menu enable getters, setters, and properties in LineEdit and ↵Ian
TextEdit
2017-11-11Merge pull request #12806 from letheed/unify-degreesPoommetee Ketson
Unify degree methods and properties
2017-11-10Some fixes and improvements.Daniel J. Ramirez
Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton.
2017-11-10Unify degree members and propertiesletheed
2017-11-10Remove deprecated rotation methodsletheed
2017-11-06Merge pull request #12653 from poke1024/fixdocsclickRémi Verschelde
Fix selection and clicks on text in tables in RichTextLabel
2017-11-05Changed line and word mouse selectionPaulb23
2017-11-05Fix selection and clicks on text in tables in RichTextLabelBernhard Liebl
2017-11-04In Create New Node, always select and show best (shortest) matchBernhard Liebl
2017-11-02Fixed RichTextLabel::add_newline() #12564Zher Huei Lee
2017-10-31Remove text on enter, issue 12494Paulb23
2017-10-31Ability to shrink 3D viewport by halfJuan Linietsky
2017-10-31Revert "Fixes the selection rect in item_list drawn not clipped"Rémi Verschelde
2017-10-30Merge pull request #12268 from AlexHolly/fix-lineedit-selectionRémi Verschelde
Fix LineEdit drag selection to the left
2017-10-30Merge pull request #12351 from groud/fix_item_list_selection_clippingRémi Verschelde
Fixes the selection rect in item_list drawn not clipped