this is a bit hacky in some places where I created wrappers to avoid
having to manually rewrite dozens of function calls in places where I was
unable to sed/awk the changes that were needed
this is a dead project, so submitting such a massive machine-generated patch
for review would be futile. any bugs will probably never be seen since this
app is no longer used
ref T7037
Test's text was changed some time ago, changing the escaped strings e.g.
">" to ">" (i.e. without ";").
Thus, only the starting portion of the text got shown.
Now it's fixed.
Summary: NOTE: need to check if the api replacements are correct or not
Reviewers: Hermet, jpeg
Differential Revision: https://phab.enlightenment.org/D4329
Remove eo api usage for TEXT and LINE objects.
This is a very quickly made patch, in order to test. Expedite
tests might need to be fixed up a little bit more if we use eo_halt.
Running expedite spews out TONS of errors.
Add support for: up/down/pageup/pagedown/home/end
There behaviour kinda makes sense visually, not logically (ie.
up goes to the left, pageup also, home also).
I didn't add any hint on the ui, just press the keys and test :)
Snaphot objects are opaque. So a color with alpha < 255 is not
valid. I kinda wonder:
- if snapshot objects should really be opaque
- should this have been properly handled by the image object?
Separate test for circle was added because results are quite
different for shapes/backends
For Cairo backend: rect == 0.72, circle = 0.32 -> 125% slower
For Freetype backend: rect == 2.81, circle = 2.26 -> 24% slower