summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-18TextEdit: Change font size with Ctrl+Mouse Wheel Up/DownIgnacio Etcheverry
2016-06-17Keep track of when fonts change, so theme or controls that use fonts as ↵Juan Linietsky
overrides get properly updated. closes #4622 , probably closes many other issues too
2016-06-17Merge pull request #5250 from bojidar-bg/add-sha256Juan Linietsky
Add sha256 to String and File/FileAccess.
2016-06-17fixes compilation error on visual studio, closes #5249Juan Linietsky
2016-06-17Add sha256 to String and File/FileAccess.Bojidar Marinov
Probably does #4166
2016-06-17-added missing .inc filesJuan Linietsky
-Made it possible to change the editor theme -Added two options to theme editor plugin to create empty template themes and editor themes -Make sure that saved themes to .tres keep the null theme fields, to make it easier to keep those when saving/loading the theme
2016-06-16It is now possible to set a default custom theme, whether you want a hidpi ↵Juan Linietsky
default theme, or just use a custom font for the default theme
2016-06-16Merge pull request #5239 from J08nY/classrefRémi Verschelde
Classref: Added PacketPeer*
2016-06-16Classref: added PacketPeer*J08nY
2016-06-16Fixed PacketPeer.get_var() return type in docsJ08nY
2016-06-16Sync classrefJ08nY
2016-06-16Merge pull request #5233 from UgisBrekis/scene-tree-relationship-linesRémi Verschelde
Enables parent-children relationship line drawing in scene tree editor
2016-06-15Adds the ability to draw parent-children relationship lines in scene tree editorUgisBrekis
Can be turned on/off in editor settings + line color change available as well
2016-06-15Merge pull request #5230 from Paulb23/fullscreen_distraction_mode_shortcutsRémi Verschelde
Added fullscreen and distraction free mode shortcuts
2016-06-15Added fullscreen and distraction free mode shorcutsPaulb23
2016-06-15Merge pull request #5223 from RandomShaper/fix-android-exportRémi Verschelde
Fix Android export
2016-06-15Handle tmp files properly on Android exportPedro J. Estébanez
2016-06-15Merge pull request #5219 from Geequlim/fix-5215Rémi Verschelde
Fix endless reimporting for LargeTexture close #5215
2016-06-15Merge pull request #5218 from djrm/new_iconsRémi Verschelde
Some theme icons and better exporter
2016-06-15Classref: Added docs for StreamPeer* (#5216)J08nY
2016-06-15Merge pull request #5212 from vnen/fix-emscripten-buildRémi Verschelde
Fix javascript build in Windows
2016-06-15Merge pull request #5195 from Ovnuniarchos/Shape2DIconsRémi Verschelde
New Shape2D* icons.
2016-06-15Merge pull request #5192 from J08nY/issue-5190Rémi Verschelde
Dictionary: rename param in .has() .has_all() .erase()
2016-06-15Merge pull request #5210 from J08nY/issue-5189Rémi Verschelde
String documentation: .ord_at() returns int not String
2016-06-15Merge pull request #5163 from Paulb23/script_editor_shortcutsRémi Verschelde
2016-06-15Merge pull request #5162 from GungnirInd/app_bundle_retinaRémi Verschelde
Make .app bundle high resolution aware
2016-06-15Merge pull request #5149 from m4nu3lf/masterRémi Verschelde
TimeSeek node in AnimationTreePlayer now propagates filters
2016-06-15Update russian translation from Weblate (#5140)Dmitriy Salnikov
2016-06-15Add joystick vibration support on Linux (#5043)Wilhem Barbier
2016-06-15Fix endless reimporting for LargeTexture close #5215Geequlim
2016-06-14Added new svgs to pngs exporterDaniel J. Ramirez
2016-06-14Added zoom icons for graph edit, and removed old exporterDaniel J. Ramirez
2016-06-14Added some theme icons and its sourcesDaniel J. Ramirez
2016-06-14Fix javascript build in WindowsGeorge Marques
Fix #3438
2016-06-14String documentation: .ord_at() returns int not StringJ08nY
fixes #5189
2016-06-14does not fix the bug reported in #4326 and #4818,Juan Linietsky
but at least make sure it throws and error and does not crash
2016-06-14Merge pull request #5137 from nunodonato/fixaxismessagesJuan Linietsky
show correct message when transforming with axis-constraint (fixes #4870)
2016-06-14correctly wrap lines longer than width in richtextlabel, fixes #4735Juan Linietsky
2016-06-13Merge pull request #5203 from Hinsbart/update_mappingsGeorge Marques
Update gamepad mappings.
2016-06-13Better error text when trying to add/remove/move child nodes in a busy ↵Juan Linietsky
parent, closes #4838
2016-06-13fix crash when clearing dynamicfontdata, closes #4877Juan Linietsky
2016-06-13changed visual server free() to free_rid() like in the other servers. Fixes ↵Juan Linietsky
#4917
2016-06-13added a function CanvasItem.get_item_and_children_rect() , fixes #4738Juan Linietsky
2016-06-14Update gamepad mappings.Andreas Haas
Merge mappings from https://github.com/gabomdq/SDL_GameControllerDB
2016-06-13propagate theme changes properly even through 2D nodes, fixes #4754Juan Linietsky
2016-06-13New Shape2D* icons.Ovnuniarchos
2016-06-13Merge pull request #5058 from neikeq/pr-issue-1461Juan Linietsky
Preserve signal connections when replacing target node
2016-06-13Merge pull request #5127 from bojidar-bg/asset-library-update-onshowJuan Linietsky
Update asset library assets only when opening the respective tab
2016-06-13Merge pull request #5138 from Geequlim/TextureRegionEditorJuan Linietsky
Edit the region of AtlasTexture by TextureRegionEditorPlugin
2016-06-13Merge pull request #5160 from neikeq/pr-issue-5136Juan Linietsky
FindReplaceBar: Fix search bug when text is selected