Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-09 | eolian: move from eo_prefix to c_prefix | Daniel Kolesa | |
2019-03-11 | eolian: enable checking of beta/stable contexts in all classes | Daniel Kolesa | |
Summary: This enables all the checks unconditionally, without ignoring classes that don't have an Efl namespace. This required a lot of beta marking to make it build. It most likely doesn't mark types correctly, as that is not fully enabled yet. Reviewers: zmike, cedric, segfaultxavi, bu5hm4n Reviewed By: segfaultxavi Subscribers: #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D8266 | |||
2019-01-18 | efl: convert all classes to the new eolian syntax | Marcel Hollerbach | |
ref T7459 Reviewed-by: Daniel Kolesa <daniel@octaforge.org> Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es> Differential Revision: https://phab.enlightenment.org/D7684 | |||
2018-02-12 | interfaces: merge all bounds_get methods into efl.gfx.path | Mike Blumenkrantz | |
ref 884fc35160152712decdf7fd43082ef3912c0856 | |||
2018-02-12 | ector: rename ector_renderer "bounds_get" method to "boundary_get" | Mike Blumenkrantz | |
this conflicted with a method from Efl.Gfx.Path | |||
2018-02-12 | ector: fix property/method name conflict for "fill" | Mike Blumenkrantz | |
Shape implements a property, sw/gl/cairo implements a method rename method to op_fill | |||
2016-12-27 | ector: use new property impl syntax | Daniel Kolesa | |
2016-11-15 | docs: ector_gl: fill gaps in ector gl backend eo file documentation | Stefan Schmidt | |
2016-08-11 | Change the EFL to follow the new Eo rename. | Tom Hacohen | |
2016-05-12 | Efl: Remove "legacy_prefix: null;" as it's now the default. | Tom Hacohen | |
2016-05-11 | Efl vg/ector: Fix namespacing to use . and not _. | Tom Hacohen | |
2016-05-11 | Ector generic: Remove .Generic and .Base (hack no longer needed). | Tom Hacohen | |
2016-05-11 | Ector renderer gl: Remove the no longer needed .Base hack. | Tom Hacohen | |
2016-05-10 | Efl gfx gradient: Remove the no longer needed .Base hack. | Tom Hacohen | |
2016-01-05 | ector: initial implementation of our own Ector GL backend. | Cedric BAIL | |