aboutsummaryrefslogtreecommitdiff
path: root/drivers/unix/file_access_unix.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-04Fix return type for EditorResourcePreview::check_for_invalidationRémi Verschelde2-2/+2
2016-07-03fix to the fix, and removed some conflicting shorcutsJuan Linietsky2-3/+4
2016-07-03Avoid settings from being lost when opening project manager.Juan Linietsky3-6/+22
2016-07-03Fix completion string check when column = 0George Marques1-1/+1
2016-07-03Added proper resource preview cache invalidation, fixes #5342Juan Linietsky7-0/+74
2016-07-03Stop completion when the match is perfectGeorge Marques1-0/+5
2016-07-03Fix code completion sortingGeorge Marques1-3/+11
2016-07-03GH linguist: properly detect .inc files as C++Rémi Verschelde3-722/+1
2016-07-03Added search to shortcut configPaulb232-14/+56
2016-07-02missnig ;Juan Linietsky1-1/+1
2016-07-02Removed no longer needed checkJuan Linietsky1-2/+2
2016-07-02Data dir returns a symlink in Android 6.0, which confuses DirAccess on androi...Juan Linietsky2-2/+29
2016-07-02Prettier str() for arraysIgnacio Etcheverry1-6/+12
2016-07-01Windows: prevent freeze while moving or resizing the game window.Andreas Haas2-1/+17
2016-07-01Fixed the order of input, reverts #4384, closes #5361Juan Linietsky2-10/+2
2016-07-01Color picker was getting too much focus, made it get not as much focus.Juan Linietsky4-4/+18
2016-07-01Invalidate key focus if not visible, fixes #5354Juan Linietsky1-1/+6
2016-07-01Improved drag&drop to work as n-piggeon wants to use, closes #5342Juan Linietsky1-15/+40
2016-06-30Many fixes to scene tree node dragging, closes #5341Juan Linietsky2-4/+14
2016-06-30Fixes to import plugin, closes #5318Juan Linietsky1-5/+74
2016-06-30throw error if GridContainer::set_columns goes below 1, closes #5316Juan Linietsky1-0/+1
2016-06-30Make both signals be ordered and samplelibrary items too, fixes scenes changi...Juan Linietsky2-1/+13
2016-06-30Properly show the sample and play it back, also closes #5288Juan Linietsky1-2/+3
2016-06-30Fix some bugs in diraccess, closes #5288Juan Linietsky3-25/+34
2016-06-30Added spatial editor shortcutsDaniel J. Ramirez1-149/+114
2016-06-30Only emit item_selected once per Tree row, closes #5280Juan Linietsky1-1/+6
2016-06-30Improve Quick Open searchGeorge Marques2-17/+60
2016-06-30Fixed signal connection prints when moving docks, issue 5498Paulb234-5/+17
2016-06-30Only check for constants when parsing constants, should close #5497Juan Linietsky2-20/+22
2016-06-29Ability to put constants in constant expressions, closes #5264Juan Linietsky1-0/+9
2016-06-29Warn instad of crashing when class instance is gone after yield. Closes #5247...Juan Linietsky3-0/+30
2016-06-29Allow animation name to be clipped, closes #5246Juan Linietsky1-0/+1
2016-06-29Add Variant to the list of clases, so it can be documented (make sure it can'...Juan Linietsky1-0/+6
2016-06-29only call finished signal when it really finishes, closes #5222Juan Linietsky2-3/+9
2016-06-29make property not be applied in skeleton if not inside tree. This will eventu...Juan Linietsky1-7/+9
2016-06-29remove unnecesary warning, closes #5169Juan Linietsky1-4/+4
2016-06-29fixes #5464 windows_joystick close_joystick bugSuperUserNameMan1-1/+1
2016-06-29AnimatedSprite and AnimatedSprite 3D adapt the name of the current animation ...Juan Linietsky1-1/+62
2016-06-29Canvas item editor shortcutsDaniel J. Ramirez1-23/+24
2016-06-29Fixed building for latest Haiku nightlies.Jamil Halabi3-4/+19
2016-06-29assetlib: Connect to the API using SSLRémi Verschelde1-1/+1
2016-06-30Fix wrong return bool, string, string array data through jnivolzhs1-5/+3
2016-06-29Fixed function highlighting with spacesPaulb231-0/+5
2016-06-29Turn on SNI in OpenSSLJuan Linietsky1-0/+7
2016-06-29Do a second stage remap, so it considers translation first, atlas second, clo...Juan Linietsky1-2/+17
2016-06-29Fix main(2D, 3D, Script) panel not updated when start up and select from tool...volzhs1-1/+1
2016-06-28Initialize missing variables. Fixes #5461MarianoGNU1-2/+2
2016-06-28Add tile index prefixes in tile map editor plugin. #5420Samuel Grigolato1-1/+1
2016-06-28Editor properly reloads scenes if they changed on disk or were reimportedJuan Linietsky4-5/+88
2016-06-28Added ItemList.get_selected_items() docJean Jung1-0/+1