summaryrefslogtreecommitdiffstats
path: root/scene/2d/canvas_item.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32934 from ajweeks/fix-scale-originRémi Verschelde2019-10-301-0/+5
|\
| * Fix canvas scale gizmo placementAJ Weeks2019-10-221-0/+5
* | Merge pull request #32657 from ptrojahn/linesRémi Verschelde2019-10-261-6/+6
|\ \
| * | Fix draw_rectPaul Trojahn2019-10-111-6/+6
| |/
* / Add arcs to indicate angle being measured by rulerAJ Weeks2019-10-191-0/+14
|/
* Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-3/+1
* Call some CanvasItem property setters only if neededHugo Locurcio2019-08-311-0/+9
* Remove ERR_EXPLAIN from scene/* codeTomasz Chabora2019-08-091-72/+18
* Merge pull request #30451 from raphael10241024/fix_outlineRémi Verschelde2019-07-101-0/+3
|\
| * Fix DynamaicFont outline does not draw using draw_charRaphaelHunter2019-07-091-0/+3
* | Add `width` and `antialiased` parameters to CanvasItem `draw_rect()`Hugo Locurcio2019-07-091-6/+46
|/
* fix some crashesFurkan Türkal2019-07-011-0/+1
* Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-3/+3
* Fix canvas particle material for old GLSL versionsJFonS2019-02-111-12/+8
* Fix particles animation on GLES2JFonS2019-02-061-1/+1
* Ability to get the current canvas item being drawn from stylebox.Juan Linietsky2019-01-241-0/+7
* Add some checks to avoid disaster when making a node the scene root. Fixes #2...Juan Linietsky2019-01-171-0/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Merge pull request #23887 from ibrahn/dirty-material-list-lifetimeRémi Verschelde2018-12-111-5/+10
|\
| * Moved dirty material lists from static to lifetime controlled by main.Ibrahn Sahir2018-11-211-5/+10
* | Fixed CanvasItem.draw_multimesh() binding.MrCdK2018-12-051-1/+1
|/
* Avoid duplicate visility changed notification, fixes #18160Juan Linietsky2018-11-161-0/+3
* Fix Particles2D animation regression from #23702JFonS2018-11-151-1/+3
* Make 2D particles work OOTB (again)JFonS2018-11-131-2/+0
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-7/+7
* Merge pull request #21386 from RandomShaper/fix-picking-in-canvas-layersJuan Linietsky2018-11-071-0/+9
|\
| * Fix picking in CanvasLayerPedro J. Estébanez2018-08-251-0/+9
* | Remove animation loop from ParticlesMaterial + improvements to CPUParticles2DJFonS2018-11-041-1/+105
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* | Add a function to force transform update, fixes #17628Juan Linietsky2018-09-061-0/+13
|/
* Optimize CanvasLayer::get_global_transform_with_canvasPedro J. Estébanez2018-08-211-16/+5
* Fix CanvasItem search for a CanvasLayerPedro J. Estébanez2018-07-181-0/+3
* Fixes the bad calculation of margin & anchors when child of Node2Dgroud2018-06-071-21/+0
* Revert "Prevent visibility notification from being called twice in object cre...Rémi Verschelde2018-06-051-2/+1
* Revert "Revert "Prevent visibility notification been called twice in object c...Rémi Verschelde2018-05-311-1/+2
* Revert "Prevent visibility notification been called twice in object creation"Rémi Verschelde2018-05-311-2/+1
* Add no-blend canvas item render_modeBastiaan Olij2018-05-071-0/+2
* Merge pull request #18172 from Chaosus/fix_notificationRémi Verschelde2018-04-181-1/+2
|\
| * Prevent visibility notification been called twice in object creationChaosus2018-04-131-1/+2
* | Merge pull request #17502 from groud/2Deditor_rectJuan Linietsky2018-04-131-1/+10
|\ \ | |/ |/|
| * Remove the selection rect for nodes that do not require itGilles Roudiere2018-04-031-1/+10
* | Removed strange custom world2d in CanvasLayer, been there since always and no...Juan Linietsky2018-04-071-5/+3
* | Document condition to avoid mistakes (like #17690)Juan Linietsky2018-04-071-0/+6
|/
* 2D Skeletons WORK IN PROGRESSJuan Linietsky2018-02-211-3/+3
* Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion.Juan Linietsky2018-02-211-1/+19
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* Bind many more properties to scriptsBojidar Marinov2018-01-121-3/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* -Ability to and unwrap lightmap coordinates on importJuan Linietsky2017-12-091-0/+25