summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
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
2016-07-18Fixed caret width on tabsPaulb23
2016-07-18Merge pull request #5742 from Ovnuniarchos/TreeItemSetButtonRémi Verschelde
TreeItem.set_button exposed.
2016-07-18Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712Rémi Verschelde
Fixed toggle breakpoint gutter not updating when the game is running, issue 5712
2016-07-18Merge pull request #5657 from Paulb23/block_caretRémi Verschelde
Added block caret to TextEdit
2016-07-17Merge pull request #5755 from TheHX/issue-5716Rémi Verschelde
Fix empty reference pages after restarting Godot
2016-07-17Fix empty reference pages after restarting GodotFranklin Sobrinho
2016-07-17Remove some noisy debug printsRémi Verschelde
Part of #5031
2016-07-17Exposed mode, access, filters, and show hidden files to the editor. Also, ↵Ovnuniarchos
two functions to get/set the filter list.
2016-07-16TreeItem.set_button exposed.Ovnuniarchos
2016-07-16MenuButton: Fix regressionIgnacio Etcheverry
2016-07-16MenuButton: Avoid event propagation if handled as hotkeyIgnacio Etcheverry
2016-07-15LineEdit: Fix rtl scrolling with mouse drag selectionIgnacio Etcheverry
2016-07-15Color picker fixes:Daniel J. Ramirez
- fixed alpha channel slider range in raw mode to go from 0 to 1 fixes #4396 - fixed HS bars going outside the control area - fixed color text field changing to hex mode even if script mode was selected
2016-07-15Fixed breakpoint gutter toggle not updating when game is running, issue 5712Paulb23
2016-07-12Added block caret to TextEditPaulb23