summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* efl: add documentation and last cleanup of the API.devs/cedric/promisesCedric BAIL2016-09-085-30/+83
* eio: implement efl_io_manager_xattr_lsCedric BAIL2016-09-081-21/+17
* eio: add an internal function for getting xattr in bulk.Cedric BAIL2016-09-082-11/+50
* eio: make xattr list packed for better performance.Cedric BAIL2016-09-081-11/+33
* eio: fix allocation in eio_dir to reuse common safer infra.Cedric BAIL2016-09-081-5/+5
* ecore: fix parenting to be done right on promise and future.Cedric BAIL2016-09-081-1/+28
* ecore: fix optional future promise to not complain of there destruction.Cedric BAIL2016-09-081-1/+19
* eio: fix manager tests.Cedric BAIL2016-09-082-168/+148
* eio: start working on a proper future eio interfaceCedric Bail2016-09-083-481/+383
* eo: add Eina.Binbuf native type.Cedric Bail2016-09-081-0/+1
* eio: add internal function able to build array instead of triggering a callba...Cedric Bail2016-09-083-83/+309
* eio: track length of resulting operation to be reported by futures.Cedric Bail2016-09-085-0/+13
* ecore: test efl_future_link.Cedric Bail2016-09-081-0/+29
* ecore: add efl_future_iterator_race.Cedric BAIL2016-09-082-0/+16
* ecore: add test for efl_future_race.Cedric Bail2016-09-081-0/+50
* ecore: add efl_future_race.Cedric Bail2016-09-082-25/+235
* ecore: add efl_future_iterator_all.Cedric BAIL2016-09-082-0/+24
* ecore: add tests for efl_future_all.Cedric Bail2016-09-081-0/+61
* ecore: add efl_future_all.Cedric Bail2016-09-082-17/+418
* efl: add a possibility to link death of Eo object with a future.Cedric BAIL2016-09-082-11/+45
* ecore: add tests for Efl.Promise.Cedric Bail2016-09-081-0/+625
* ecore: add support for optional futures.Cedric Bail2016-09-083-2/+41
* ecore: add Efl.Promise.Cedric BAIL2016-09-084-1/+591
* efl: remove unecessary legacy_prefix set to null.Cedric BAIL2016-09-081-1/+0
* eolian: add a builtin to handle a free callback.Cedric BAIL2016-09-087-7/+25
* eolian: add support for future.Cedric BAIL2016-09-086-4/+117
* eo: add abstract efl.future.Cedric BAIL2016-09-086-5/+179
* examples: elementary: ignore generated codegen example filesStefan Schmidt2016-09-081-1/+3
* efl_net_socket_fd: make it more win32 friendly.Gustavo Sverzut Barbieri2016-09-082-11/+155
* ee_gl_drm: Stop calling fb_dirtyDerek Foreman2016-09-081-24/+2
* ecore_drm2: Remove get/set for next fbDerek Foreman2016-09-082-37/+0
* ecore_drm2: simplify API to get latest FBDerek Foreman2016-09-082-6/+12
* ee_drm: simplify flippingDerek Foreman2016-09-082-5/+2
* ecore_evas_drm: Use pageflips, not vblanks, to drive animationDerek Foreman2016-09-081-34/+15
* ecore_drm2: Add a page flip completion callDerek Foreman2016-09-084-4/+42
* ecore_drm2: distinguish real flip failure from flip deferralDerek Foreman2016-09-081-3/+7
* ecore_drm2: make flip to NULL buffer mean somethingDerek Foreman2016-09-081-1/+8
* ee_drm: Get page flips out of the render threadDerek Foreman2016-09-083-8/+21
* ee_drm: Improve next buffer selection algorithmDerek Foreman2016-09-081-2/+10
* evas_engines: Add a redraws_clear callbackDerek Foreman2016-09-0816-0/+22
* ecore_drm2: Implicitly set buffer busy status when flippingDerek Foreman2016-09-083-30/+9
* ee_drm: Move all ticking into ecore_evas_drm and use new tick systemDerek Foreman2016-09-086-257/+117
* ecore_drm2: Add a function to set the pageflip callback data onceDerek Foreman2016-09-086-8/+29
* ee_drm: use the ecore_drm2_fb busy bitDerek Foreman2016-09-082-8/+5
* ecore_drm2: Add busy status to ecore_drm2_fbDerek Foreman2016-09-083-0/+36
* ecore_evas_drm: Refactor common codeDerek Foreman2016-09-081-124/+39
* ecore_evas_drm: check for libglapi presence firstDerek Foreman2016-09-081-8/+3
* evas_engines: Add fn_evas_changed callbackDerek Foreman2016-09-0814-10/+45
* ee_drm: Fix max buffer ageDerek Foreman2016-09-081-1/+1
* Eo: Make function overrides implicit.Tom Hacohen2016-09-0829-110/+74