Changeset [82664]: evas/async_render: skip early if text_props with no glyphs...
evas/async_render: skip early if text_props with no glyphs This is intended to preserve old behavior now that we have evas_common_font_draw_cb() to handle both sync and async callbacks. However, we...
View ArticleChangeset [82665]: evas/text: remove misleading comments on glyphs array refs
evas/text: remove misleading comments on glyphs array refs
View ArticleChangeset [82666]: evas/async_render: only get a ref if a thread cmd was...
evas/async_render: only get a ref if a thread cmd was issued This patch should make us get a reference on images, maps and glyphs which are sent in a command to the render thread. Before we were doing...
View ArticleChangeset [82668]: efl: Fix unused variable warning Signed-off-by: Mike...
efl: Fix unused variable warning Signed-off-by: Mike McCormack?<mikem@…>
View ArticleChangeset [82669]: efl: Avoid shadow warnings (signal -> sig) Signed-off-by:...
efl: Avoid shadow warnings (signal -> sig) Signed-off-by: Mike McCormack?<mikem@…>
View ArticleChangeset [82670]: elementary: Fix an unused warning Signed-off-by: Mike...
elementary: Fix an unused warning Signed-off-by: Mike McCormack?<mikem@…>
View ArticleChangeset [82671]: Tweak build script for latest efl merges
Tweak build script for latest efl merges
View ArticleChangeset [82672]: e: Fix an unused warning Signed-off-by: Mike McCormack ...
e: Fix an unused warning Signed-off-by: Mike McCormack?<mikem@…>
View ArticleChangeset [82673]: unset color class for comp popups, onefangs rejoice again
unset color class for comp popups, onefangs rejoice again
View ArticleChangeset [82674]: emotion: reorder cleanup of modules.
emotion: reorder cleanup of modules.
View ArticleChangeset [82675]: merge ethumb. This one was a painful bitch. The edbus2...
merge ethumb. This one was a painful bitch. The edbus2 port was quite broken, mainly leaking eina_stringshare and also not adding the '\0' to the strings that are represented as bytearray (paths...
View ArticleChangeset [82676]: efl/ethumb: the test is actually an example.
efl/ethumb: the test is actually an example.
View ArticleChangeset [82679]: fix frame handling. before it was confusing having to...
fix frame handling. before it was confusing having to place the img behind the border and draw a hole, it would also cut parts of the view doing that.
View ArticleChangeset [82680]: efl/emotion: postpone finding modules as well.
efl/emotion: postpone finding modules as well.
View ArticleChangeset [82681]: ethumb: improve plugin handling. be more like emotion,...
ethumb: improve plugin handling. be more like emotion, delay plugin load and change the api to register/unregister, more future-proof.
View ArticleChangeset [82682]: ethumb: do not free module list if it was not discovered...
ethumb: do not free module list if it was not discovered this will now happen when using ethumb_client, that doesn't need to search for any plugins localy! :-)
View Article