summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
2017-11-17Merge pull request #12962 from SaracenOne/gui_focus_next_prevJuan Linietsky
Add manual overrides for focus_next and focus_previous
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
2017-10-30Merge pull request #12471 from mhilbrunner/autocompleteRémi Verschelde
Fix get_node() and $ autocompletion when using single quotes
2017-10-30Fix get_node() and $ autocompletion when using single quotesUnknown
2017-10-30Fix crash when click an empty tabs containersanikoyes
2017-10-29Added multi level undo redo to line editPaulb23
2017-10-24Fix margin with tree drawingJakob Sinclair
Fixes @akien-mga point brought up in #12352 Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org>
2017-10-24Fixes the selection rect in item_list drawn not clippedGilles Roudiere
2017-10-24Finished transition of Patch9Rect to NinePatchRectIndah Sylvia
2017-10-23Merge pull request #12310 from Paulb23/toggle_highlight_current_lineRémi Verschelde
Added setting to toggle current line highlighting
2017-10-22Added setting to toggle current line highlightingPaulb23
2017-10-22FileDialog: enlarge the file list a bitPoommetee Ketson
2017-10-21Merge pull request #12293 from Paulb23/line_highlighting_fixRémi Verschelde
Fixed current line highlighting, issue 12166 [ci skip]
2017-10-21Fixed current line highlighting and visual indication of empty selected linesPaulb23
2017-10-22Bind unbound enums, rearrange some by valuePoommetee Ketson
2017-10-21Merge pull request #12042 from MillionOstrich/treeitem-move-to-bottomPoommetee Ketson
Stop move_to_bottom losing references to treeitems
2017-10-20fix LineEdit drag selection to the leftAlexHolly
2017-10-20Merge pull request #12084 from santouits/tab_container_bugRémi Verschelde
tab container arrows don't work when a popup was set [ci skip]
2017-10-20Merge pull request #12159 from RandomShaper/fix-sticky-sliderGilles Roudiere
Reset slider mouse state on hiding/removing
2017-10-18Itemlist rmb now provides the same pos as Tree rmbAlexHolly
2017-10-16Reset slider mouse state on hiding/removingPedro J. Estébanez
Resetting `grab.active`, but also `mouse_inside` so that after reappearing it must be hovered again -even if the mouse is still over it- in order to get a highlight. That is consistent to the way other controls in the engine, e.g. buttons, work. Fixes #12130.
2017-10-15Merge pull request #11407 from toger5/selection_override_colorRémi Verschelde
added option to keep font color on selection + use consistent selection color in help (fixes: #11501)
2017-10-14Fix video playbackMatt Hughes
This adds support to - VideoPlayer - VideoStreamWebm - VideoStreamTheora
2017-10-14tab container arrows don't work when a popup was setsantouits