| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
downscaling. This makes quality much better and "at best"
equates to a 16 point sample (2x2 linear interpolation samples,
where a linear interpolation sample equates to a 2x2 sample).
This will have perfomance impact, but the quality is worth it and
makes it closer to software downscaling in quality. It supports
2x2, 2x1 and 1x2 oversampling. YUV not done, nor image mask
(font shaders not needed).
|
|
|
|
| |
failed to create a new thread so as not to access it if a thread is working newly.
|
|
|
|
|
| |
There were issues for specific cases with 2 different fonts in the middle
of a run.
|
| |
|
|
|
|
|
| |
to your own window (drop where u drag from). helpful for elm where dnd
src/dst are object based, so we talk dnd protocol to ourselves.
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 139737247d563f53a064c7f4a025a89ed64c2983.
THis fix was completely wrong.
Conflicts:
ChangeLog
|
| |
|
| |
|
|
|
|
|
|
| |
This actually breaks genlist selection.
This reverts commit 5adb2f1ae6766fb0880aba5a92fff4fa52d1402f.
|
|
|
|
|
|
|
|
|
|
|
| |
When harfbuzz is enabled, RTL text (arabic, hebrew...) is displayed differently
if the paragraph begins with or without LTR.
The problem was related to the function evas_common_language_script_type_get
and a wrong offset given as parameter to this function.
Thanks to EunYoung Kim for having found this bug.
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
|
| |
|
|
|
|
| |
correct hashes when returning.
|
|
|
|
|
|
| |
elm_entry widgets when using a desktop profile which has been broken for over a year
ticket #1179
|
|
|
|
|
|
|
| |
The _pixel_alpha_get() function used in evas_object_image_is_inside won't
work with engines other than software - since it relies on engine data
being *always* RGBA_Image * - which is wrong for OpenGL backend that uses
Evas_GL_Image * for "engine_data" pointer.
|
|
|
|
| |
This warning are triggered by a cross compilation as previously stated.
|
|
|
|
|
| |
It's a bit quirky at the moment as you have to set the base font size
(text.size) although this doesn't have any effect on textblocks.
|
|
|
|
|
|
|
|
|
|
|
| |
Ecore_Evas
I add new example related with this. (ecore_evas_extn_socket & plug example)
ecore extn use this infrasturcture, server app and client app can communicate each other
later, this can be used to contorl access message
SVN revision: 83942
|
|
|
|
|
|
| |
the preedit status
SVN revision: 83882
|
|
|
|
|
|
|
|
| |
This reduce our waste of memory by 300K in most elementary application. There is
another 400K to win by merging edje signal callback automat.
SVN revision: 83879
|
|
|
|
| |
SVN revision: 83876
|
|
|
|
|
|
| |
Do we need to have this for such small fixes?
SVN revision: 83820
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously whenever evas_software_xlib_outbuf_new_region_for_update was
called for images that were rotated (!= 0) we created a new
evas_cache_image. This resulted in (quite severe) memory spikes whenever
an image was rotated.
Now we try to get the original image first and only if that fails allocate
a new one.
TDevilhorns is already working on the port to the xcb backend.
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>
SVN revision: 83789
|
|
|
|
|
|
|
| |
The issue happens when selecting in strings that have both bidi and different
scripts in the same bidi run. E.g: "עבריתenglishрусскийעברית".
SVN revision: 83786
|
|
|
|
| |
SVN revision: 83773
|
|
|
|
| |
SVN revision: 83767
|
|
|
|
|
|
| |
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83741
|
|
|
|
|
|
| |
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83729
|
|
|
|
| |
SVN revision: 83708
|
|
|
|
| |
SVN revision: 83668
|
|
|
|
| |
SVN revision: 83645
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add #ifdef __cpluscplus to Ecore_Wayland.h so the API can be used by C++
programs. Add accessors for the wl_registry and the globals list.
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
Patch by: "U. Artie Eoff" <ullysses.a.eoff@intel.com>
SVN revision: 83642
|
|
|
|
|
|
|
|
|
| |
Thanks goes to Thiago Macieira for sharing the issue. This
is the result of the cross-desktop talk at fosdem. A lot more
comming in the futur !
SVN revision: 83578
|
|
|
|
|
|
| |
been only inside the trunk. no need to update CnN
SVN revision: 83576
|
|
|
|
| |
SVN revision: 83575
|
|
|
|
| |
SVN revision: 83572
|
|
|
|
|
|
|
| |
also fixed a small doc error
SVN revision: 83549
|
|
|
|
| |
SVN revision: 83546
|
|
|
|
| |
SVN revision: 83518
|
|
|
|
|
|
| |
object is invisible by proxy object.
SVN revision: 83501
|
|
|
|
|
|
| |
related to selection.
SVN revision: 83495
|
|
|
|
| |
SVN revision: 83433
|
|
|
|
| |
SVN revision: 83431
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
_edje_real_part_swallow() function
Hi,
Can some one please verify and merge the attahed patch with open source svn Edje code.
[Issue details :]
NULL checking is not done before sending a string to strcmp().
In _edje_real_part_swallow() function of edje_util.c file, evas_object_type_get() API can return NULL and if
this NULL value is directly passed to strcmp(), it causes a crash.
[Issue fix :]
NULL check is added for obj_type before passing it to strcmp().
Thanks & Regards,
Sumanth
Signed-Off-By: Sumanth Krishna (sumanth.m@samsung.com)
SVN revision: 83393
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This avoids blocking in eglSwapBuffers and has the side effect of
avoiding doing unnecessary work - painting where a frame won't be
presented.
We do this by using the event that the wayland compositor will send us
to tell us that the frame has been presented. Due to the fact that
evas_render_updates() could do no work and not cause a eglSwapBuffers we
must always have a frame callback listener setup.
Original patch by: Rob Bradford <rob@linux.intel.com>
(I just adjusted the patch to the single efl tree)
SVN revision: 83387
|
|
|
|
|
|
|
|
| |
/vtorri NEWS and ChangeLog
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 83381
|
|
|
|
|
|
| |
to mouse up event
SVN revision: 83318
|
|
|
|
|
|
| |
event because it's useless.
SVN revision: 83317
|
|
|
|
|
|
|
|
|
|
| |
allocation policy for EvasGL direct rendering.
Also made some variable name changes and some other minor fixes.
SVN revision: 83199
|
|
|
|
| |
SVN revision: 83190
|
|
|
|
|
|
|
|
|
|
|
| |
Always returning -1 for the frame duration does not have the desired
effect. Fix the logic checking whether eina_file_open has succeeded.
Animated GIFs play way too fast without this.
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 83100
|