Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-17 | Merge pull request #12962 from SaracenOne/gui_focus_next_prev | Juan Linietsky | |
Add manual overrides for focus_next and focus_previous | |||
2017-11-17 | Merge pull request #12763 from remorse107/Code-Complete | Rémi Verschelde | |
Modified code completion for better tabbing with immediate hints. | |||
2017-11-16 | Add manual overrides for focus_next and focus_previous on controls similar ↵ | Saracen | |
to what can already be done with focus neighbours. | |||
2017-11-15 | Allow underscores in GDScript numeric literals | Bojidar Marinov | |
Closes #12928 | |||
2017-11-14 | Merge pull request #12842 from ianb96/shader_editor_fix | Rémi Verschelde | |
Shader Editor context menu and line operations and style fix | |||
2017-11-13 | Modified code completion for better tabbing, and removal of need to ↵ | Robert Morse | |
backspace and re-enter '(' to get code completion hints. | |||
2017-11-13 | Merge pull request #12903 from YeldhamDev/scrollcontainer_arrangement | Rémi Verschelde | |
Small arrangement in ScrollContainer | |||
2017-11-13 | Merge pull request #12014 from hi-ogawa/fix-video-playback | Rémi Verschelde | |
Fix video playback | |||
2017-11-13 | Small arrangement in ScrollContainer. | Michael Alexsander Silva Dias | |
2017-11-13 | Fit stylebox on ItemList | volzhs | |
2017-11-12 | Made text in TextEdit a property. | Michael Alexsander Silva Dias | |
2017-11-11 | Added "is_readonly()" to TextEdit and made it a property. | Michael Alexsander Silva Dias | |
2017-11-11 | shader editor context menu and line operations and style fix | Ian | |
2017-11-11 | add context menu enable getters, setters, and properties in LineEdit and ↵ | Ian | |
TextEdit | |||
2017-11-11 | Merge pull request #12806 from letheed/unify-degrees | Poommetee Ketson | |
Unify degree methods and properties | |||
2017-11-10 | Some fixes and improvements. | Daniel J. Ramirez | |
Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton. | |||
2017-11-10 | Unify degree members and properties | letheed | |
2017-11-10 | Remove deprecated rotation methods | letheed | |
2017-11-06 | Merge pull request #12653 from poke1024/fixdocsclick | Rémi Verschelde | |
Fix selection and clicks on text in tables in RichTextLabel | |||
2017-11-05 | Changed line and word mouse selection | Paulb23 | |
2017-11-05 | Fix selection and clicks on text in tables in RichTextLabel | Bernhard Liebl | |
2017-11-04 | In Create New Node, always select and show best (shortest) match | Bernhard Liebl | |
2017-11-02 | Fixed RichTextLabel::add_newline() #12564 | Zher Huei Lee | |
2017-10-31 | Remove text on enter, issue 12494 | Paulb23 | |
2017-10-31 | Ability to shrink 3D viewport by half | Juan Linietsky | |
2017-10-31 | Revert "Fixes the selection rect in item_list drawn not clipped" | Rémi Verschelde | |
2017-10-30 | Merge pull request #12268 from AlexHolly/fix-lineedit-selection | Rémi Verschelde | |
Fix LineEdit drag selection to the left | |||
2017-10-30 | Merge pull request #12351 from groud/fix_item_list_selection_clipping | Rémi Verschelde | |
Fixes the selection rect in item_list drawn not clipped | |||
2017-10-30 | Merge pull request #12471 from mhilbrunner/autocomplete | Rémi Verschelde | |
Fix get_node() and $ autocompletion when using single quotes | |||
2017-10-30 | Fix get_node() and $ autocompletion when using single quotes | Unknown | |
2017-10-30 | Fix crash when click an empty tabs container | sanikoyes | |
2017-10-29 | Added multi level undo redo to line edit | Paulb23 | |
2017-10-24 | Fix margin with tree drawing | Jakob Sinclair | |
Fixes @akien-mga point brought up in #12352 Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org> | |||
2017-10-24 | Fixes the selection rect in item_list drawn not clipped | Gilles Roudiere | |
2017-10-24 | Finished transition of Patch9Rect to NinePatchRect | Indah Sylvia | |
2017-10-23 | Merge pull request #12310 from Paulb23/toggle_highlight_current_line | Rémi Verschelde | |
Added setting to toggle current line highlighting | |||
2017-10-22 | Added setting to toggle current line highlighting | Paulb23 | |
2017-10-22 | FileDialog: enlarge the file list a bit | Poommetee Ketson | |
2017-10-21 | Merge pull request #12293 from Paulb23/line_highlighting_fix | Rémi Verschelde | |
Fixed current line highlighting, issue 12166 [ci skip] | |||
2017-10-21 | Fixed current line highlighting and visual indication of empty selected lines | Paulb23 | |
2017-10-22 | Bind unbound enums, rearrange some by value | Poommetee Ketson | |
2017-10-21 | Merge pull request #12042 from MillionOstrich/treeitem-move-to-bottom | Poommetee Ketson | |
Stop move_to_bottom losing references to treeitems | |||
2017-10-20 | fix LineEdit drag selection to the left | AlexHolly | |
2017-10-20 | Merge pull request #12084 from santouits/tab_container_bug | Rémi Verschelde | |
tab container arrows don't work when a popup was set [ci skip] | |||
2017-10-20 | Merge pull request #12159 from RandomShaper/fix-sticky-slider | Gilles Roudiere | |
Reset slider mouse state on hiding/removing | |||
2017-10-18 | Itemlist rmb now provides the same pos as Tree rmb | AlexHolly | |
2017-10-16 | Reset slider mouse state on hiding/removing | Pedro 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-15 | Merge pull request #11407 from toger5/selection_override_color | Rémi Verschelde | |
added option to keep font color on selection + use consistent selection color in help (fixes: #11501) | |||
2017-10-14 | Fix video playback | Matt Hughes | |
This adds support to - VideoPlayer - VideoStreamWebm - VideoStreamTheora | |||
2017-10-14 | tab container arrows don't work when a popup was set | santouits | |