aboutsummaryrefslogtreecommitdiff
path: root/core/message_queue.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-06properly pass events to parent controls, closes #4701Juan Linietsky1-15/+23
2016-06-06-Fix small bug regarding to canvas layer detection, closes #4381Juan Linietsky1-13/+8
2016-06-06Added function get_signals_connected_to_this_this()Juan Linietsky2-0/+8
should help properly implement #5058
2016-06-07x11: fix vsync supportAndreas Haas1-5/+29
2016-06-06Fixed some icons given the feedback, also added some missing iconsDaniel J. Ramirez31-35/+508
2016-06-06Fix error tab index out of size print, issue 4997Paulb231-1/+0
2016-06-06Fixed bottom left and right icon order for anchor editor.Saracen6-2/+2
2016-06-06Add missing license information (ogg/vorbis/opus)Roberto3-0/+84
2016-06-06Add missing license information (Theora)Roberto2-0/+46
2016-06-06Keep the default environment variables as set by SConsPedro J. Estébanez1-8/+3
2016-06-06Add missing license information (WebP)Roberto3-0/+79
2016-06-06Add missing license information (MiniZip)Roberto8-6/+98
2016-06-06Somewhat fixed Directory::get_space_left() return values.J08nY2-8/+12
2016-06-06HiDPI: Use global/hidpi_mode as propertyRémi Verschelde3-4/+4
2016-06-06Better translation for Koreanvolzhs1-15/+15
2016-06-05temporary fix for vsync call on x11Ariel Manzur1-2/+5
2016-06-05vsync supportJuan Linietsky14-2/+107
-works on windows -may not work on X11, if so please fix -OSX does not seem to support disabling vsync
2016-06-05make hdpi manually configurable in project settingsJuan Linietsky5-3/+38
also added hidpi support to project manager
2016-06-05Bitmask import pluginSaracen4-0/+403
2016-06-05Added missing icons for some nodes, changed instance iconsDaniel J. Ramirez50-19/+1707
2016-06-05Fix implicit GDScript Reference inheritanceeska2-5/+8
2016-06-05fix ui_* input events in EditorAndreas Haas1-24/+24
`input/` is the category for these in globals ^^ fixes #5050
2016-06-06Fix min size bug of Labelvolzhs1-2/+2
caused by #5030
2016-06-05Added Dictionary.values()J08nY4-58/+78
2016-06-05Document Viewport and ViewportSprite classesBojidar Marinov1-0/+62
2016-06-05Sync with -doctoolBojidar Marinov1-0/+106
2016-06-05Make Input Actions config not affect the editorJuan Linietsky3-1/+67
2016-06-05changed TTR for RTRJuan Linietsky1-13/+13
2016-06-04fix for travisJuan Linietsky1-1/+1
2016-06-04-customizable shortcuts in editorJuan Linietsky20-75/+801
-editor settings now save to .tres instead of .xml -buttons can now hold a shortcut
2016-06-04Added 2x PNG versions of the iconsDaniel J. Ramirez457-2/+2210