Thank you for your patch.
- Queries
- All Stories
- Search
- Advanced Search
Advanced Search
Aug 3 2020
Jan 17 2019
Oct 2 2018
Sep 30 2018
Sep 28 2018
May 3 2018
Apr 6 2018
Mar 26 2018
@cedric
Please see https://phab.enlightenment.org/D5832 for the latest version.
I'll abandon this revision after I check if there's anything to consider from the comments.
Mar 21 2018
This patch removes legacy theme and refactors sample code.
Mar 15 2018
Mar 5 2018
Feb 21 2018
evas_object_image_size_set()
evas_object_image_load_size_set()
evas_object_image_load_scale_down_set()
Dec 12 2017
Looks good to me.
Nov 21 2017
Nov 17 2017
In D5430#93907, @jpeg wrote:You might want to compile with -Wfloat-equal.
Nov 16 2017
In D5430#93895, @jpeg wrote:Do you have any idea why scrolling feels so incredibly slow? I get a lot of tearing here, it's quite odd.
In D5430#93894, @jpeg wrote:If loop is OFF, I shouldn't see any page on the left of the first page. Or on the right of the last page.
ewww... fixed it.
on my side, distcheck failed as follows:
Nov 15 2017
Nov 8 2017
@jpeg please briefly look through this and let me know if this is "similar" to what you expected.
Nov 6 2017
Here is the link to the differential:
https://phab.enlightenment.org/D5430
I rebuilt the code from the scratch and here is the new branch:
Aug 4 2017
I have been working on building classes to support page view in efl and just pushed the results so far.
Jul 14 2017
Jun 9 2017
Should each property in Elm.Interface_Scrollable be a part of Efl.Ui.Scrollable interface?
Apr 27 2017
Apr 26 2017
static void
_down_cb(void *data, Evas *e, Evas_Object *obj, void *event_info)
{
printf("MOUSE DOWN!\n"); fflush(stdout);
}