Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-12 | Merge pull request #6132 from neikeq/pr-issue-6123 | Rémi Verschelde | |
Confirm code completion with numpad key ENTER | |||
2016-08-12 | Confirm code completion with numpad key ENTER | Ignacio Etcheverry | |
2016-08-06 | Likely 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-05 | VisualScript can now execute visual scripts, but there is no debugger or ↵ | Juan Linietsky | |
profiler yet. | |||
2016-08-04 | Concluded base visual scripting! can edit but not run though. | Juan Linietsky | |
2016-08-02 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2016-08-02 | WIP visual scripting, not working yet but you can check out stuff | Juan Linietsky | |
2016-08-02 | Added extra spacing support for DynamicFont | Zher Huei Lee | |
Side effect is that label min-size will now take into account kerning. | |||
2016-07-28 | Exposed enable syntax highlighting to properties | Paulb23 | |
2016-07-27 | LineEdit: Fix event handled as text when a mod key is pressed | Ignacio Etcheverry | |
2016-07-26 | Merge pull request #5926 from akien-mga/pr-graphedit-drag | Juan Linietsky | |
Fix GraphEdit dragging issues at scales != 1 | |||
2016-07-26 | Fix GraphEdit dragging issues at scales != 1 | Rémi Verschelde | |
Works around the issue originally described in #5907 (that was then hijacked to describe the broader issue it exposes). | |||
2016-07-26 | Changed the way the step decimals are computed to a safer way, fixes many ↵ | Juan Linietsky | |
issues. | |||
2016-07-24 | Merge pull request #5746 from Ovnuniarchos/FileDialogExposed | Juan Linietsky | |
Corrections and additions to FileDialog | |||
2016-07-24 | Merge pull request #5884 from 29jm/fix-crash-graphnode | Rémi Verschelde | |
Fix crash when GraphNode wasn't a child of a Control | |||
2016-07-24 | Fix crash when GraphNode wasn't a child of a Control | Johan Manuel | |
2016-07-23 | Merge pull request #5737 from neikeq/pr-issue-5269 | Rémi Verschelde | |
TextEdit: Scroll search results to the center | |||
2016-07-22 | Fix pick color from screen. Closes #5853 | MarianoGNU | |
2016-07-22 | Fix ItemList.clear() not removing separators | Johan Manuel | |
2016-07-22 | Fixed 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-22 | Fix binding for ItemList.sort_items_by_text | Rémi Verschelde | |
Also forces to recompute the cached rect for all items. Fixes #5799 | |||
2016-07-21 | properly implement item disabling, fixes #5683 | Juan Linietsky | |
2016-07-21 | Merge pull request #5829 from 29jm/master | Rémi Verschelde | |
Fix the rotation not updating in the inspector with Controls | |||
2016-07-21 | Merge pull request #5200 from neikeq/sc-CanvasItemEditor | Rémi Verschelde | |
Implement ShortCuts in CanvasItemEditor | |||
2016-07-21 | TextEdit: Center search results | Ignacio Etcheverry | |
2016-07-21 | Implement missing ShortCuts in CanvasItemEditor | Ignacio Etcheverry | |
2016-07-21 | Fix the rotation not updating in the inspector with Controls | Johan Manuel | |
2016-07-19 | Merge pull request #5792 from neikeq/pr-issue-3868 | Rémi Verschelde | |
Label: Added `get_visible_line_count` method | |||
2016-07-19 | Merge pull request #5790 from neikeq/pr-issue-1149 | Rémi Verschelde | |
MenuButton: Fix event propagation with dialogs | |||
2016-07-18 | Merge pull request #5731 from neikeq/pr-issue-5642 | Juan Linietsky | |
LineEdit: Fix rtl scrolling with mouse drag selection | |||
2016-07-18 | Label: Added `get_visible_line_count` method | Ignacio Etcheverry | |
2016-07-18 | MenuButton: Fix event propagation with dialogs | Ignacio Etcheverry | |
2016-07-18 | properly fixed notificaitons for theme changed, closes #5774 | Juan Linietsky | |
2016-07-18 | Merge pull request #5777 from Paulb23/caret_stretching | Rémi Verschelde | |
Fixed caret width on tabs | |||
2016-07-18 | Merge pull request #5527 from djrm/color_picker_fixes | Rémi Verschelde | |
Color picker fixes | |||
2016-07-18 | Fixed caret width on tabs | Paulb23 | |
2016-07-18 | Merge pull request #5742 from Ovnuniarchos/TreeItemSetButton | Rémi Verschelde | |
TreeItem.set_button exposed. | |||
2016-07-18 | Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712 | Rémi Verschelde | |
Fixed toggle breakpoint gutter not updating when the game is running, issue 5712 | |||
2016-07-18 | Merge pull request #5657 from Paulb23/block_caret | Rémi Verschelde | |
Added block caret to TextEdit | |||
2016-07-17 | Merge pull request #5755 from TheHX/issue-5716 | Rémi Verschelde | |
Fix empty reference pages after restarting Godot | |||
2016-07-17 | Fix empty reference pages after restarting Godot | Franklin Sobrinho | |
2016-07-17 | Remove some noisy debug prints | Rémi Verschelde | |
Part of #5031 | |||
2016-07-17 | Exposed mode, access, filters, and show hidden files to the editor. Also, ↵ | Ovnuniarchos | |
two functions to get/set the filter list. | |||
2016-07-16 | TreeItem.set_button exposed. | Ovnuniarchos | |
2016-07-16 | MenuButton: Fix regression | Ignacio Etcheverry | |
2016-07-16 | MenuButton: Avoid event propagation if handled as hotkey | Ignacio Etcheverry | |
2016-07-15 | LineEdit: Fix rtl scrolling with mouse drag selection | Ignacio Etcheverry | |
2016-07-15 | Color 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-15 | Fixed breakpoint gutter toggle not updating when game is running, issue 5712 | Paulb23 | |
2016-07-12 | Added block caret to TextEdit | Paulb23 | |