summaryrefslogtreecommitdiff
path: root/scene/main
AgeCommit message (Expand)Author
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-12-09Static analyzer fixes:bruvzg
2020-12-08Rename CanvasItem's hide signal to hiddenMarcel Admiraal
2020-11-28Merge pull request #43828 from Chaosus/restore_line_antialiasingYuri Roubinsky
2020-11-28Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde
2020-11-28Merge pull request #41100 from bruvzg/ctl_text_server_interfaceRémi Verschelde
2020-11-27Restored antialiased lines by emulation using triangle stripsYuri Roubinsky
2020-11-26Implement signed distance fields for 2D shadersreduz
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-23Implement new shortcuts system.Eric M
2020-11-20Do not start `Timer` upon manual switching of internal processAndrii Doroshenko (Xrayez)
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-15Remove property groups for Pause Mode and ScriptHugo Locurcio
2020-11-09Refactored variant constructor logicreduz
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-11-03Merge pull request #39635 from Meriipu/master_nodropRémi Verschelde
2020-11-03Tooltips: Improve code clarity and docsRémi Verschelde
2020-10-30Refactor pixel snapping.reduz
2020-10-28Implement CanvasGroup and CanvasItem clippingreduz
2020-10-27Fixes setting top_level not updating the global positionGilles Roudière
2020-10-26Fix uninitialized `Viewport::use_debanding` member variableHugo Locurcio
2020-10-26Merge pull request #42969 from Klowner/fixes/42967-popup-positionRémi Verschelde
2020-10-24Refactored 2D shader and lighting systemreduz
2020-10-21include parent display location in popup location calculationMark Riedesel
2020-10-19Merge pull request #38097 from Calinou/add-viewport-debandingJuan Linietsky
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-10-09Fix Popup crash in single window modePouleyKetchoupp
2020-10-02Updated getters and setters names for toplevelDuroxxigar
2020-10-02Merge pull request #42451 from Duroxxigar/rename-toplevelRémi Verschelde
2020-10-01Merge pull request #38743 from arrowinaknee/node-config-warningsRémi Verschelde
2020-10-01Renamed toplevel to be top_levelDuroxxigar
2020-10-01Made toplevel a property for Node3D and CanvasItemDuroxxigar
2020-09-29Merge pull request #41895 from 11thPenguin/masterRémi Verschelde
2020-09-28Make the currently hovered control get updated on mouse-releaseMeriipu
2020-09-15Merge pull request #36374 from kuruk-mm/tilemap_filter_set_and_updateRémi Verschelde
2020-09-15Merge pull request #41776 from EricEzaM/PR/tooltip-bugfixesRémi Verschelde
2020-09-15Tooltip flickering and targeting fixes.Eric M
2020-09-12TileMap: Set texture_filter and texture_repeat to generated CanvasItems and u...Mateo Dev .59
2020-09-11doc: Sync classref with current sourceRémi Verschelde
2020-09-10scene_tree.h: Update header guardYetizone
2020-09-08Fixed minor typo, gui_hid -> gui_hide.Jonah Stich
2020-09-07Merge pull request #38944 from Wavesonics/http-gzipFabio Alessandrelli
2020-09-07If the mouse is held on notification_wm_mouse_exit, do not drop focusMeriipu
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-09-03Merge pull request #41456 from nekomatata/x11-fix-popupsRémi Verschelde
2020-09-02HTTPRequest now accepts gzipAdam Brown
2020-09-01Made get_child support negative indexes, with documentationSekoiaTree
2020-08-26Fix WINDOW_EVENT_FOCUS_IN for popups on WindowsPouleyKetchoupp
2020-08-22Re-apply "Fixes for windows in X11 tiling WMs"PouleyKetchoupp
2020-08-19Revert "Fixes for windows in X11 tiling WMs"Juan Linietsky