aboutsummaryrefslogtreecommitdiff
path: root/scene/gui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| * | fix LineEdit drag selection to the leftAlexHolly2017-10-201-2/+4
| | |
* | | Merge pull request #12351 from groud/fix_item_list_selection_clippingRémi Verschelde2017-10-301-3/+0
|\ \ \ | | | | | | | | Fixes the selection rect in item_list drawn not clipped
| * | | Fixes the selection rect in item_list drawn not clippedGilles Roudiere2017-10-241-3/+0
| | | |
* | | | Merge pull request #12471 from mhilbrunner/autocompleteRémi Verschelde2017-10-301-0/+6
|\ \ \ \ | | | | | | | | | | Fix get_node() and $ autocompletion when using single quotes
| * | | | Fix get_node() and $ autocompletion when using single quotesUnknown2017-10-301-0/+6
| | | | |
* | | | | Fix crash when click an empty tabs containersanikoyes2017-10-301-0/+7
| | | | |
* | | | | Added multi level undo redo to line editPaulb232017-10-292-31/+88
|/ / / /
* | | | Fix margin with tree drawingJakob Sinclair2017-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes @akien-mga point brought up in #12352 Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org>
* | | | Finished transition of Patch9Rect to NinePatchRectIndah Sylvia2017-10-242-6/+6
| | | |
* | | | Merge pull request #12310 from Paulb23/toggle_highlight_current_lineRémi Verschelde2017-10-232-2/+20
|\ \ \ \ | |/ / / |/| | | Added setting to toggle current line highlighting
| * | | Added setting to toggle current line highlightingPaulb232017-10-222-2/+20
| | | |
* | | | FileDialog: enlarge the file list a bitPoommetee Ketson2017-10-221-12/+16
|/ / /
* | | Merge pull request #12293 from Paulb23/line_highlighting_fixRémi Verschelde2017-10-211-6/+22
|\ \ \ | | | | | | | | | | | | | | | | Fixed current line highlighting, issue 12166 [ci skip]
| * | | Fixed current line highlighting and visual indication of empty selected linesPaulb232017-10-211-6/+22
| | | |
* | | | Bind unbound enums, rearrange some by valuePoommetee Ketson2017-10-223-3/+4
|/ / /
* | | Merge pull request #12042 from MillionOstrich/treeitem-move-to-bottomPoommetee Ketson2017-10-211-7/+10
|\ \ \ | |/ / |/| | Stop move_to_bottom losing references to treeitems
| * | Stop move_to_bottom losing references to treeitemsMillionOstrich2017-10-111-7/+10
| | |
* | | Merge pull request #12084 from santouits/tab_container_bugRémi Verschelde2017-10-201-2/+7
|\ \ \ | | | | | | | | | | | | | | | | tab container arrows don't work when a popup was set [ci skip]
| * | | tab container arrows don't work when a popup was setsantouits2017-10-141-2/+7
| | | |
* | | | Merge pull request #12159 from RandomShaper/fix-sticky-sliderGilles Roudiere2017-10-201-0/+6
|\ \ \ \ | | | | | | | | | | Reset slider mouse state on hiding/removing
| * | | | Reset slider mouse state on hiding/removingPedro J. Estébanez2017-10-161-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Itemlist rmb now provides the same pos as Tree rmbAlexHolly2017-10-181-3/+3
|/ / / /
* | | | Merge pull request #11407 from toger5/selection_override_colorRémi Verschelde2017-10-154-11/+54
|\ \ \ \ | |_|_|/ |/| | | added option to keep font color on selection + use consistent selection color in help (fixes: #11501)
| * | | do not overlap current line with selection colortoger52017-09-281-5/+14
| | | |
| * | | keep font color on selection as defaulttoger52017-09-284-6/+40
| | | |
* | | | Added and improved some missing icons, plus some other visual fixes.Daniel J. Ramirez2017-10-132-2/+3
| |/ / |/| |
* | | turned arround minimum Size for Seperator in reaction to issue #12020Grosskopf2017-10-121-1/+5
| |/ |/|
* | Merge pull request #11941 from Paulb23/members_selected_scroll_issue_11648Rémi Verschelde2017-10-091-0/+8
|\ \ | | | | | | Consistant scroll when using members overview, issue 11648
| * | Consistant scroll when using members overview, issue 11648Paulb232017-10-081-0/+8
| | |