summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Rafael Antognolli [Fri, 11 Oct 2013 17:37:31 +0000 (14:37 -0300)]
ecore/wayland: Add and initialize subcompositor inside Ecore_Wayland.
Change-Id: I2e52750b089ce8fe1542434c42b048958afcfdef
Rafael Antognolli [Fri, 11 Oct 2013 17:30:49 +0000 (14:30 -0300)]
ecore/wayland: Add subsurface protocol file.
Change-Id: Ie7d83a654489e6921a26348bea38a2a18035b4f4
Eduardo Lima (Etrunko) [Thu, 26 Sep 2013 22:04:09 +0000 (15:04 -0700)]
Merge "ecore_evas/wayland_egl: Add missing _ecore_evas_move_resize()" into tizen
Eduardo Lima (Etrunko) [Thu, 26 Sep 2013 21:31:36 +0000 (18:31 -0300)]
ecore_evas/wayland_egl: Add missing _ecore_evas_move_resize()
Change-Id: I0eabbccca20f1a93208894c7cda166a922bf2fd1
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
Iván Briano [Tue, 24 Sep 2013 18:41:40 +0000 (11:41 -0700)]
Merge "Fix a bug when fd is negative (what is possible --see poll man page--)" into tizen
Rafael Antognolli [Tue, 10 Sep 2013 19:43:35 +0000 (16:43 -0300)]
ecore_evas/wayland: Add a clipper to the frame object.
The frame object is a simple smart object with two children: a rectangle
(background) and a text (title). During the render phase, these objects
get wrongly clipped to the client area clipper, because they have no
clipper.
This commit adds a clipper to the frame smart object, and clip the other
children to it, so they won't get clipped to the client area clipper.
It fix an old bug where there was a flickering behavior on the window
decorations. The bug only happened on wayland_egl because of differences
on how this backend handles dirty areas, but it could be a source of new
bugs on wayland_shm too, so the solution is applied to both engines.
Change-Id: I877d85892f2d3482ad4e056c85481ce3ad87f7d8
Signed-off-by: Rafael Antognolli <rafael.antognolli@intel.com>
Rafael Antognolli [Fri, 6 Sep 2013 21:25:23 +0000 (18:25 -0300)]
ecore/wayland: Fix screen size get when screen is rotated.
Remove old code that was reverting it to the wrong screen size.
Change-Id: I9df381addd1561634561df6fb78b0655cd752c84
Signed-off-by: Rafael Antognolli <rafael.antognolli@intel.com>
José Bollo [Mon, 26 Aug 2013 10:06:37 +0000 (12:06 +0200)]
Fix a bug when fd is negative (what is possible --see poll man page--)
Jan Arne Petersen [Wed, 17 Apr 2013 09:59:46 +0000 (11:59 +0200)]
ecore_imf: Add support for wayland
Add an input method module supporting the Wayland input method protocol.
In v2:
- Missing call to ecore_wl_shutdown() in im_module_shutdown()
- Access the already stored 'wayland globals' with ecore_wl_globals_get()
- Fixed compilation by adding -I(top_srcdir)/src/efl to CFLAGS
- EFL formatting fixes
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
Eduardo Lima (Etrunko) [Tue, 26 Mar 2013 18:48:41 +0000 (15:48 -0300)]
Ecore_Wayland: Add ecore_wl_window_surface_create() API
On some use cases, it is necessary to create a new wl_surface without
associating it to a wl_shell_surface. This new API makes it possible.
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
Eduardo Lima (Etrunko) [Fri, 9 Aug 2013 14:55:01 +0000 (11:55 -0300)]
Update to release 1.7.8
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
Rafael Antognolli [Tue, 13 Aug 2013 18:49:53 +0000 (15:49 -0300)]
ecore_evas/wayland_egl: Add safety check on surface.
Must check if there's a surface before adding a new frame callback.
Should fix https://phab.enlightenment.org/T275.
Rafael Antognolli [Sat, 3 Aug 2013 21:00:16 +0000 (18:00 -0300)]
Backport
1210067fbeb21bdce34ec710e66749de981a1617.
ecore_evas/wayland_egl: Only render if last frame has been presented.
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)
Alexandru Cornea [Fri, 28 Jun 2013 18:58:49 +0000 (21:58 +0300)]
resetting manifest requested domain to floor
Graydon, Tracy [Thu, 27 Jun 2013 23:09:29 +0000 (16:09 -0700)]
TIVI-1069: enable ecore examples
Change-Id: I6bc943f1fc5a824ba85fe5f0b6ba0d65b37f0fda
Mikko Ylinen [Fri, 7 Jun 2013 07:30:15 +0000 (10:30 +0300)]
Enable Glib main loop integration
Some Tizen components expect ecore main loop integrates with
Glib main loop. Enable Glib main loop integration with
--enable-glib-integration-always.
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
Mikko Ylinen [Fri, 7 Jun 2013 07:23:37 +0000 (10:23 +0300)]
Fix BuildRequires for gettext
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
Rusty Lynch [Wed, 5 Jun 2013 21:51:52 +0000 (14:51 -0700)]
Update to release 1.7.7
Rusty Lynch [Wed, 22 May 2013 18:03:39 +0000 (11:03 -0700)]
Update changelog for release
Rusty Lynch [Wed, 22 May 2013 16:57:50 +0000 (09:57 -0700)]
Add wm_rotation infrastructure support
This adds the underlying infrastructure for ecore_evas_wm_rotation
support with the backend implementation for all backends nulled out.
Rusty Lynch [Sun, 19 May 2013 18:41:55 +0000 (11:41 -0700)]
Update changelog for release
Rusty Lynch [Sun, 19 May 2013 18:35:31 +0000 (11:35 -0700)]
Add additional IME types as needed by Tizen 2.1 theme
brianjjones [Fri, 11 Jan 2013 21:16:51 +0000 (13:16 -0800)]
Adding ecore_evas_profiles_set and ecore_evas_profiles_get
Adding Tizen specific ecore_evas profile setting capability.
Anas Nashif [Tue, 19 Mar 2013 23:25:45 +0000 (16:25 -0700)]
fixed group, license
Anas Nashif [Tue, 19 Mar 2013 23:25:26 +0000 (16:25 -0700)]
fixed group, license
Anas Nashif [Fri, 8 Mar 2013 09:02:49 +0000 (01:02 -0800)]
Update to 1.7.5
Anas Nashif [Sat, 22 Dec 2012 00:26:45 +0000 (16:26 -0800)]
Update tp 1.7.4
Anas Nashif [Tue, 18 Dec 2012 01:58:14 +0000 (17:58 -0800)]
add wayland support
Anas Nashif [Tue, 18 Dec 2012 01:57:48 +0000 (17:57 -0800)]
add wayland support
Anas Nashif [Sun, 9 Dec 2012 16:44:08 +0000 (08:44 -0800)]
Update to 1.7.3
Anas Nashif [Fri, 23 Nov 2012 19:44:20 +0000 (11:44 -0800)]
update tar compression
Anas Nashif [Fri, 23 Nov 2012 19:37:39 +0000 (11:37 -0800)]
update to 1.7.2
Anas Nashif [Thu, 8 Nov 2012 01:55:36 +0000 (17:55 -0800)]
add libgcrypt-devel to BR
Anas Nashif [Tue, 30 Oct 2012 15:27:22 +0000 (08:27 -0700)]
build require gl packages
Anas Nashif [Wed, 24 Oct 2012 16:11:31 +0000 (09:11 -0700)]
add packaging files
Anas Nashif [Wed, 24 Oct 2012 16:11:10 +0000 (09:11 -0700)]
add packaging files
Eduardo Lima (Etrunko) [Mon, 12 Aug 2013 19:48:05 +0000 (16:48 -0300)]
Imported Upstream version 1.7.8
Rusty Lynch [Wed, 5 Jun 2013 21:03:47 +0000 (14:03 -0700)]
Imported Upstream version 1.7.7
Anas Nashif [Fri, 8 Mar 2013 09:02:09 +0000 (01:02 -0800)]
Imported Upstream version 1.7.5
Anas Nashif [Sat, 22 Dec 2012 00:26:05 +0000 (16:26 -0800)]
Imported Upstream version 1.7.4
Anas Nashif [Sat, 22 Dec 2012 00:25:00 +0000 (16:25 -0800)]
Imported Upstream version 1.7.4
Anas Nashif [Sun, 9 Dec 2012 16:43:48 +0000 (08:43 -0800)]
Imported Upstream version 1.7.3
Anas Nashif [Fri, 23 Nov 2012 19:23:44 +0000 (11:23 -0800)]
Imported Upstream version 1.7.2
Anas Nashif [Wed, 24 Oct 2012 16:10:33 +0000 (09:10 -0700)]
Imported Upstream version 1.7.1