Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-04 | Fix return type for EditorResourcePreview::check_for_invalidation | Rémi Verschelde | |
2016-07-04 | Merge pull request #5539 from vnen/fix-completion-crash | Rémi Verschelde | |
Fix completion string check when column = 0 | |||
2016-07-03 | fix to the fix, and removed some conflicting shorcuts | Juan Linietsky | |
2016-07-03 | Avoid settings from being lost when opening project manager. | Juan Linietsky | |
Probably fixes many issues of this kind, like missing shortcuts or other settings | |||
2016-07-03 | Fix completion string check when column = 0 | George Marques | |
2016-07-03 | Merge pull request #5530 from Paulb23/shortcut_search | Rémi Verschelde | |
Added search to shortcut config | |||
2016-07-03 | Merge pull request #5516 from Hinsbart/fix_win_freeze | Rémi Verschelde | |
Windows: prevent freeze while moving or resizing the game window. | |||
2016-07-03 | Merge pull request #5508 from djrm/spatial_editor_shortcuts | Rémi Verschelde | |
Added spatial editor shortcuts | |||
2016-07-03 | Merge pull request #5507 from vnen/completion-sort-improve | Rémi Verschelde | |
Fix code completion sorting | |||
2016-07-03 | Merge pull request #5506 from vnen/enhance-quickopen-search | Rémi Verschelde | |
Improve Quick Open search | |||
2016-07-03 | Merge pull request #5504 from djrm/canvas_item_editor_shortcuts | Rémi Verschelde | |
Canvas item editor shortcuts | |||
2016-07-03 | Merge pull request #5491 from volzhs/fix-jni-bool-string | Rémi Verschelde | |
Fix wrong return bool, string, string array data through jni | |||
2016-07-03 | Added proper resource preview cache invalidation, fixes #5342 | Juan Linietsky | |
2016-07-03 | Stop completion when the match is perfect | George Marques | |
to avoid the completion insisting showing up after a completion. | |||
2016-07-03 | Fix code completion sorting | George Marques | |
2016-07-03 | GH linguist: properly detect .inc files as C++ | Rémi Verschelde | |
Also drop two unnecessary speex buildsystem files. | |||
2016-07-03 | Added search to shortcut config | Paulb23 | |
2016-07-02 | missnig ; | Juan Linietsky | |
2016-07-02 | Removed no longer needed check | Juan Linietsky | |
2016-07-02 | Data dir returns a symlink in Android 6.0, which confuses DirAccess on ↵ | Juan Linietsky | |
android, this should fix it | |||
2016-07-02 | Merge pull request #5522 from neikeq/pr-issue-5519 | Juan Linietsky | |
Prettier str() for arrays | |||
2016-07-02 | Prettier str() for arrays | Ignacio Etcheverry | |
2016-07-01 | Merge pull request #5407 from RandomShaper/opt-self-indexing | Juan Linietsky | |
Optimize member access with self | |||
2016-07-01 | Windows: prevent freeze while moving or resizing the game window. | Andreas Haas | |
When moving or resizing the window, Windows spins up a seperate event-loop, effectively blocking the normal one. To work around this, we're starting a timer that will continue sending WM_TIMER messages which we can use to keep the mainloop running. fixes #4695 | |||
2016-07-01 | Fixed the order of input, reverts #4384, closes #5361 | Juan Linietsky | |
2016-07-01 | Color picker was getting too much focus, made it get not as much focus. | Juan Linietsky | |
This abuse of focus was the original culprit of #5354 | |||
2016-07-01 | Invalidate key focus if not visible, fixes #5354 | Juan Linietsky | |
2016-07-01 | Improved drag&drop to work as n-piggeon wants to use, closes #5342 | Juan Linietsky | |
2016-06-30 | Many fixes to scene tree node dragging, closes #5341 | Juan Linietsky | |
2016-06-30 | Fixes to import plugin, closes #5318 | Juan Linietsky | |
2016-06-30 | throw error if GridContainer::set_columns goes below 1, closes #5316 | Juan Linietsky | |
2016-06-30 | Make both signals be ordered and samplelibrary items too, fixes scenes ↵ | Juan Linietsky | |
changing for git, closes #5289 | |||
2016-06-30 | Properly show the sample and play it back, also closes #5288 | Juan Linietsky | |
2016-06-30 | Fix some bugs in diraccess, closes #5288 | Juan Linietsky | |
2016-06-30 | Added spatial editor shortcuts | Daniel J. Ramirez | |
for now it does not support the emulate numpad setting | |||
2016-06-30 | Only emit item_selected once per Tree row, closes #5280 | Juan Linietsky | |
2016-06-30 | Improve Quick Open search | George Marques | |
Makes it sort by similarity with best match on top | |||
2016-06-30 | Merge pull request #5502 from Paulb23/dock_connection_spam_issue_5498 | Rémi Verschelde | |
Fixed signal connection prints when moving docks, issue 5498 | |||
2016-06-30 | Fixed signal connection prints when moving docks, issue 5498 | Paulb23 | |
2016-06-30 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2016-06-30 | Only check for constants when parsing constants, should close #5497 | Juan Linietsky | |
2016-06-30 | Merge pull request #5495 from SuperUserNameMan/joystick_bug_windows | Rémi Verschelde | |
fixes #5464 windows_joystick close_joystick bug | |||
2016-06-30 | Merge pull request #5494 from jay3d/master | Rémi Verschelde | |
Fixed building for latest Haiku nightlies. | |||
2016-06-30 | Merge pull request #5474 from samuelgrigolato/tile-map-idx | Rémi Verschelde | |
Add tile index prefixes in tile map editor plugin | |||
2016-06-30 | Merge pull request #5449 from sanikoyes/Pr-placeholder-line-edit | Rémi Verschelde | |
Add placeholder property for line_edit | |||
2016-06-30 | Merge pull request #5445 from susnux/arch-detection | Rémi Verschelde | |
Fix compiling for X11 on non-86, this fixes #5444 | |||
2016-06-30 | Merge pull request #5439 from samuelgrigolato/fix-filesystem-dock-min-size | Rémi Verschelde | |
Fix issue when switching between FileSystem and other editor docks | |||
2016-06-30 | Merge pull request #5419 from djrm/shortcuts | Rémi Verschelde | |
Shortcuts for script switching in script Mode | |||
2016-06-30 | Merge pull request #5462 from volzhs/fix-pm-warning | Rémi Verschelde | |
remove the warning of instances in use at Project manager exit | |||
2016-06-30 | Merge pull request #5487 from Paulb23/function_highlighting_issue_5454 | Rémi Verschelde | |
Fixed function highlighting with spaces |