index
:
bindings/python/python-efl.git
devs/davemds/erigo_generator
devs/kuuko/eet
devs/kuuko/elmfusion
devs/kuuko/enums-old-system
devs/kuuko/eolian
devs/kuuko/ewe
master
python-efl-1.10
python-efl-1.11
python-efl-1.12
python-efl-1.13
python-efl-1.14
python-efl-1.15
python-efl-1.16
python-efl-1.17
python-efl-1.18
python-efl-1.19
python-efl-1.20
python-efl-1.21
python-efl-1.22
python-efl-1.23
python-efl-1.24
python-efl-1.25
python-efl-1.8
python-efl-1.9
Python bindings for the EFL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
efl.eo.pxd
(
follow
)
Age
Commit message (
Expand
)
Author
2016-01-23
Eo: Add a private dict which can be used for callbacks etc.
Kai Huuhko
2015-03-09
Make Evas.SO iterator a generic Eo iterator and move to efl.eo
Kai Huuhko
2015-01-02
Another year has passed...
Dave Andreoli
2014-08-16
Expose object_from_instance and the inverse to other C code
davemds
2014-04-14
s/2013/2014/g
davemds
2014-04-14
Code cleanup: Unused/misplaced cimports
Kai Huuhko
2014-04-05
Remove const hacks
Kai Huuhko
2013-12-07
Python-EFL: fix the mess with the lgpl version.
davemds
2013-11-24
Eo: Change _register_decorated_callbacks to not use hasattr/getattr
Kai Huuhko
2013-11-10
Optimize exception propagation in several hot/time critical cases.
Kai Huuhko
2013-11-09
Eo: Add several methods, tests and more debug logging.
Kai Huuhko
2013-10-24
Move logger to its own module.
Kai Huuhko
2013-10-20
New feature: Set properties using constructor keyword arguments.
Kai Huuhko
2013-10-01
Move common conversion functions from efl.eo to efl.utils.conversions
Kai Huuhko
2013-09-30
Rename efl.pxd to efl.eina.pxd
Kai Huuhko
2013-09-20
Change the _METHOD_DEPRECATED function into a decorator.
Kai Huuhko
2013-05-14
Python-EFL: implemented decorators for edje.
davemds
2013-04-22
Elementary: Implement Accessible objects, with cbs TODO later.
Kai Huuhko
2013-04-04
Place the remnants of _cfruni and _fruni under six feet of soil.
Kai Huuhko
2013-03-30
Change the class lookup code to C only using an Eina Hash table.
Kai Huuhko
2013-03-28
Handle exceptions in eo cdef functions, don't expose _METHOD_DEPRECATED
Kai Huuhko
2013-03-26
Make the conv functions more robust.
Kai Huuhko
2013-03-23
Internal function renames:
Kai Huuhko
2013-02-16
Python-EFL: Cleaned warnings in edje
Davide Andreoli
2013-02-16
Python-EFL: _fruni() and friends not inlined anymore, this is just to remove ...
Davide Andreoli
2013-02-16
Python-EFL: edje_external now works with py3
Davide Andreoli
2013-02-14
New line chars from CR/LF to LF
Davide Andreoli
2013-02-13
todo--
Davide Andreoli
2013-02-11
Put in a first, still wip, version of the python bindings in a merged tree.
Davide Andreoli