summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-22added XClassHint to windows in OS_X11::initialize for improved window managem...Russell
2014-05-21Merge pull request #443 from Shindoku/masterreduz
2014-05-22Added a setting to disable autocomplete popup and fixed the autocomplete time...Jonas Rudlang
2014-05-20Merge pull request #436 from marynate/PR-2d-uniform-scalereduz
2014-05-20Merge pull request #368 from marynate/PR-2d-editor-uxreduz
2014-05-21Add 2d unifrom scalemarynate
2014-05-21Add pan mode in 2d editormarynate
2014-05-20Merge pull request #410 from marynate/PR-hotkey-quit-to-pmreduz
2014-05-20Merge pull request #413 from marynate/PR-decouple-skeleton-meshreduz
2014-05-20Merge pull request #415 from marynate/PR-auto-editor-icons-cppreduz
2014-05-20Merge pull request #432 from marynate/PR-fix-screen-button-null-texturereduz
2014-05-20Merge pull request #434 from marynate/PR-fix-script-editor-scrollreduz
2014-05-21Fix script editor scrollbar disappear issuemarynate
2014-05-20Fix potential null exception in screen button without texture assignedmarynate
2014-05-14A bit of everything:Juan Linietsky
2014-05-14Add sCons dependency for editor_icons.cpp, so it's only re-generated when the...marynate
2014-05-13Auto generate editor_icons.cpp to make it more easy to update editor iconsmarynate
2014-05-13Add 'mesh/skeleton' property to MeshInstance to decouple mesh->skeleton from ...marynate
2014-05-13Add hotkey Shift+CMD+Q in editor for quit to project manager, resolvesmarynate
2014-05-12Merge pull request #409 from marynate/PR-help-seach-exact-methodreduz
2014-05-13User can use '.METHOD' or 'METHOD(' to seach exact method in Search Classes d...marynate
2014-05-12Merge pull request #408 from marynate/PR-string-rightreduz
2014-05-13Make String::right count from pos instead of pos+1marynate
2014-05-11Merge pull request #392 from marynate/PR-delete-without-confirmreduz
2014-05-11Merge pull request #393 from marynate/PR-2d-key-movereduz
2014-05-11Merge pull request #397 from marynate/PR-line-edit-drag-n-dropreduz
2014-05-11Fix LineEdit selected text drag and drop behavior: move instead of duplicate ...marynate
2014-05-10Change key move behavior of canvas item editor to ignore zoom level; Addmarynate
2014-05-10Shift+Del to delete nodes without confirmationmarynate
2014-05-08Merge pull request #386 from marynate/PR-scene-tree-align-eye-iconreduz
2014-05-09Make visibility icon always last to display in scene treemarynate
2014-05-08Merge pull request #383 from sanikoyes/hotfix-Crash-In-Editorreduz
2014-05-08Merge pull request #381 from marynate/PR-scene-tree-iconsreduz
2014-05-08Fix crash in editor when open new scene in editingsanikoyes
2014-05-08Add lock and group icon to scene tree editormarynate
2014-05-07Merge pull request #379 from jonyrock/auto_brace_complete_open_bug_fixreduz
2014-05-07remove degud outputjonyrock
2014-05-07call during autocompletionjonyrock
2014-05-06Merge pull request #375 from marynate/PR-2d-editor-F-keyreduz
2014-05-06Merge pull request #374 from marynate/PR-code-completereduz
2014-05-06Press F key in 2d editor to center view to selected nodemarynate
2014-05-06Add auto code completion (without press Ctrl+Space manually)marynate
2014-05-06Merge pull request #373 from marynate/PR-contextual-helpreduz
2014-05-06Implement Shift+F1 as contextual help hotkey for script editor; There'smarynate
2014-05-06Update EditorHelp to response help request other than class; Make sure Editor...marynate
2014-05-06EditorNode consume F1 key only when Shift or Command key not pressed at the s...marynate
2014-05-06Add get_word_under_cursor() method to TextEditmarynate
2014-05-06Start working on script editor helpmarynate
2014-05-05Merge pull request #371 from SystemFail/masterreduz
2014-05-06fix z-buffer issues on x11/mesaDeviance