aboutsummaryrefslogtreecommitdiff
path: root/scene/2d/canvas_item.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* draw_line: Properly bind antialiased argumentRémi Verschelde2016-08-311-1/+1
* More visual script improvementsJuan Linietsky2016-08-301-5/+6
* Conversion function for screen coords to local Canvas coordsKyle Luce2016-07-101-0/+11
* Properly deliver localized coordinates when passing gui events through parent...Juan Linietsky2016-06-271-55/+1
* Ability to set draw transform as a matrix, closes #5428Juan Linietsky2016-06-261-0/+12
* Rename CanvasItem.edit_get() to edit_get_state()George Marques2016-06-231-1/+1
* fix CanvasItem.get_global_transform() and CanvasItem.get_local_transform(), c...Juan Linietsky2016-06-201-2/+5
* Remove unused connection. ShaderEditor should'nt handle ShaderGraphs.MarianoGNU2016-06-201-17/+0
* added a function CanvasItem.get_item_and_children_rect() , fixes #4738Juan Linietsky2016-06-131-0/+19
* Fix indentation issues in last commitsRémi Verschelde2016-06-071-7/+6
* -Fix small bug regarding to canvas layer detection, closes #4381Juan Linietsky2016-06-061-13/+8
* Fix wrong return and argument types in documentationIgnacio Etcheverry2016-05-041-3/+3
* remove trailing whitespaceHubert Jarosz2016-03-091-4/+4
* -Take in consideration canvas layers for GUI inputJuan Linietsky2016-01-241-0/+8
* -Fix global transform cache not being cleared in 2D nodes, fixes many editor ...Juan Linietsky2016-01-021-0/+1
* -Fix TouchScreenButton to work with stretch and viewport canvas transform, cl...Juan Linietsky2016-01-021-2/+2
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Fix CanvasItem.draw_set_transform to act according to docs, fixes #2487reduz2015-12-291-1/+1
* Add missing argument names in GDScript bindingsRémi Verschelde2015-12-281-1/+1
* -implement arrows on tabs, when too many tabs are present, fixes #2806Juan Linietsky2015-12-141-2/+2
* Merge pull request #2306 from dbsGen/patch-1Rémi Verschelde2015-12-101-0/+2
|\
| * Fixed the mouse position for control when it is in a canvas_layer.Gen2015-07-271-0/+2
* | Added set_hidden method to Spatial and CanvasItemromulox_x2015-11-261-0/+10
* | Fix propagation of NOTIFICATION_VISIBILITY_CHANGEDeska2015-09-261-1/+1
* | Ability to keep collisionshapes and collisionpolygons when running the game.reduz2015-09-151-0/+9
* | Added a proper name and an explanation to arg4 on CanvasItem.draw_texture_rect*.Ovnuniarchos2015-07-201-2/+2
|/
* Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky2015-06-291-4/+4
* more fixesJuan Linietsky2015-05-191-0/+2
* -Fixed android export options (screen sizes, orientation should work)Juan Linietsky2015-05-011-1/+13
* -Changed Godot exit to be clean.Juan Linietsky2015-04-201-1/+0
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* Changes to LightJuan Linietsky2015-04-031-14/+19
* input events on Area2D is now supportedJuan Linietsky2015-03-221-0/+62
* back buffer copy node, to improve on texscreen()Juan Linietsky2015-03-121-1/+0
* lot of work on 2D lighting and isometric mapsJuan Linietsky2015-03-091-0/+1
* support for 2D shadow castersJuan Linietsky2015-03-021-102/+207
* Merge pull request #1369 from not-surt/tile_rotationJuan Linietsky2015-02-211-4/+4
|\
| * Merge branch 'master' of https://github.com/okamstudio/godotCarl Olsson2015-02-111-1/+22
| |\
| * \ Merge branch 'master' of https://github.com/okamstudio/godotCarl Olsson2015-02-021-1/+1
| |\ \
| * | | Working TileMap tile transpose transform.Carl Olsson2015-02-021-4/+4
* | | | support for light and normal mapping in 2DJuan Linietsky2015-02-181-0/+15
| |_|/ |/| |
* | | added missing set_shader_param functionsJuan Linietsky2015-02-111-1/+22
| |/ |/|
* | Visual Shader Editing for 2DJuan Linietsky2015-01-201-1/+1
|/
* -fixed issue with shader not being reset on layers, closes #1199Juan Linietsky2015-01-121-1/+16
* -Initial (untested) implementation of 2D shaders. Probably broken, will be fi...Juan Linietsky2015-01-111-1/+85
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-051-23/+23
* -draw_primitive binding fixJuan Linietsky2014-05-251-1/+1
* Making Godot Easier to Use..Juan Linietsky2014-05-241-2/+3
* mini-fixJuan Linietsky2014-05-041-1/+1
* -Added google play services (needed for some stuff)Juan Linietsky2014-04-141-0/+11