summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
2016-09-02-Added focus to comment nodeJuan Linietsky
-Make comment node not grab focus on main area
2016-08-30More visual script improvementsJuan Linietsky
-Added anti-aliasing on lines -Improved draw performance enormously -Removed sequence ports for most nodes, current visual scripts will likely be broken now. Sorry!
2016-08-30Merge pull request #5262 from vnen/button-signalsRémi Verschelde
Add button_down and button_up signals
2016-08-29Merge pull request #6264 from MasonAsh/issue-6263Rémi Verschelde
Fix sliders incorrectly calculating value on click
2016-08-29Merge pull request #6220 from volzhs/issue-5789Rémi Verschelde
Make LineEdit not to cover whole line when rename node
2016-08-29Merge pull request #5956 from djrm/tree_behaviorRémi Verschelde
Double click on scene tree element to focus currently selected node
2016-08-28Merge pull request #6249 from volzhs/issue-6121Rémi Verschelde
Show last added action on Input Map
2016-08-28Show last added action on Input Map and implement InputEvent "=="volzhs
2016-08-27Double click on scene tree element to focus currently selected nodeDaniel J. Ramirez
In 3D it will focus in the first viewport Enable double click for trees
2016-08-26Add button_down and button_up signalsGeorge Marques
2016-08-25More visual script workJuan Linietsky
-Block switches to 2d/3d editor if editing visual script -Added cast node in flow control -Added ability to do RPC in visual script -Comment nodes -Fix bug with inverted cable in connecting backwards -Copy and paste nodes, including from different scripts
2016-08-24Slider value accounts for grabber offsetMason Ashbridge
2016-08-23Proper function/property selection in visual script editing for property.Juan Linietsky
This one has an ordered list, built-in description, search, etc.
2016-08-23prettier connections for graph editJuan Linietsky
2016-08-23Make LineEdit not to cover whole line when rename nodevolzhs
2016-08-12Merge pull request #6132 from neikeq/pr-issue-6123Rémi Verschelde
Confirm code completion with numpad key ENTER
2016-08-12Confirm code completion with numpad key ENTERIgnacio Etcheverry
2016-08-06Likely with bugs and with some features are missing, as well as profiler ↵Juan Linietsky
support, but VisualScript should be more or less done!
2016-08-05VisualScript can now execute visual scripts, but there is no debugger or ↵Juan Linietsky
profiler yet.
2016-08-04Concluded base visual scripting! can edit but not run though.Juan Linietsky
2016-08-02Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-08-02WIP visual scripting, not working yet but you can check out stuffJuan Linietsky
2016-08-02Added extra spacing support for DynamicFontZher Huei Lee
Side effect is that label min-size will now take into account kerning.
2016-07-28Exposed enable syntax highlighting to propertiesPaulb23
2016-07-27LineEdit: Fix event handled as text when a mod key is pressedIgnacio Etcheverry
2016-07-26Merge pull request #5926 from akien-mga/pr-graphedit-dragJuan Linietsky
Fix GraphEdit dragging issues at scales != 1
2016-07-26Fix GraphEdit dragging issues at scales != 1Rémi Verschelde
Works around the issue originally described in #5907 (that was then hijacked to describe the broader issue it exposes).
2016-07-26Changed the way the step decimals are computed to a safer way, fixes many ↵Juan Linietsky
issues.
2016-07-24Merge pull request #5746 from Ovnuniarchos/FileDialogExposedJuan Linietsky
Corrections and additions to FileDialog
2016-07-24Merge pull request #5884 from 29jm/fix-crash-graphnodeRémi Verschelde
Fix crash when GraphNode wasn't a child of a Control
2016-07-24Fix crash when GraphNode wasn't a child of a ControlJohan Manuel
2016-07-23Merge pull request #5737 from neikeq/pr-issue-5269Rémi Verschelde
TextEdit: Scroll search results to the center
2016-07-22Fix pick color from screen. Closes #5853MarianoGNU
2016-07-22Fix ItemList.clear() not removing separatorsJohan Manuel
2016-07-22Fixed ItemList indexing bug while selecting items.Robert Lewicki
Also added functionality for unselecting items in itemlist while clicking in empty space. Fixes #5772.
2016-07-22Fix binding for ItemList.sort_items_by_textRémi Verschelde
Also forces to recompute the cached rect for all items. Fixes #5799
2016-07-21properly implement item disabling, fixes #5683Juan Linietsky
2016-07-21Merge pull request #5829 from 29jm/masterRémi Verschelde
Fix the rotation not updating in the inspector with Controls
2016-07-21Merge pull request #5200 from neikeq/sc-CanvasItemEditorRémi Verschelde
Implement ShortCuts in CanvasItemEditor
2016-07-21TextEdit: Center search resultsIgnacio Etcheverry
2016-07-21Implement missing ShortCuts in CanvasItemEditorIgnacio Etcheverry
2016-07-21Fix the rotation not updating in the inspector with ControlsJohan Manuel
2016-07-19Merge pull request #5792 from neikeq/pr-issue-3868Rémi Verschelde
Label: Added `get_visible_line_count` method
2016-07-19Merge pull request #5790 from neikeq/pr-issue-1149Rémi Verschelde
MenuButton: Fix event propagation with dialogs
2016-07-18Merge pull request #5731 from neikeq/pr-issue-5642Juan Linietsky
LineEdit: Fix rtl scrolling with mouse drag selection
2016-07-18Label: Added `get_visible_line_count` methodIgnacio Etcheverry
2016-07-18MenuButton: Fix event propagation with dialogsIgnacio Etcheverry
2016-07-18properly fixed notificaitons for theme changed, closes #5774Juan Linietsky
2016-07-18Merge pull request #5777 from Paulb23/caret_stretchingRémi Verschelde
Fixed caret width on tabs
2016-07-18Merge pull request #5527 from djrm/color_picker_fixesRémi Verschelde
Color picker fixes