platform/upstream/ecore.git
10 years agoecore/wayland: Add subsurface protocol file. 85/10785/1
Rafael Antognolli [Fri, 11 Oct 2013 17:30:49 +0000 (14:30 -0300)]
ecore/wayland: Add subsurface protocol file.

Change-Id: Ie7d83a654489e6921a26348bea38a2a18035b4f4

10 years agoMerge "ecore_evas/wayland_egl: Add missing _ecore_evas_move_resize()" into tizen accepted/tizen/ivi/genivi accepted/tizen/ivi/release tizen_ivi_genivi accepted/tizen/20130926.225126 accepted/tizen/20130926.225227 accepted/tizen/20130926.225839 accepted/tizen/20130927.000709 accepted/tizen/ivi/genivi/20140131.030557 accepted/tizen_ivi_release/20131120.050259 ivi_oct_m2 submit/tizen/20130926.220948 submit/tizen_ivi_genivi/20140131.024708 submit/tizen_ivi_release/20131120.032035
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

10 years agoecore_evas/wayland_egl: Add missing _ecore_evas_move_resize() 95/10295/1
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>
10 years agoMerge "Fix a bug when fd is negative (what is possible --see poll man page--)" into...
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

10 years agoecore_evas/wayland: Add a clipper to the frame object. 01/9901/1 accepted/tizen/20130910.210250 submit/tizen/20130910.205851 submit/tizen/20130910.221541 submit/tizen/20130910.221627 submit/tizen/20130910.221750
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>
10 years agoecore/wayland: Fix screen size get when screen is rotated. 30/9830/1
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>
10 years agoFix a bug when fd is negative (what is possible --see poll man page--) 51/8751/1
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--)

10 years agoecore_imf: Add support for wayland 44/8244/1
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>
10 years agoEcore_Wayland: Add ecore_wl_window_surface_create() API 43/8243/1
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>
10 years agoUpdate to release 1.7.8 32/8232/1 submit/tizen/20130814.144029
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>
10 years agoecore_evas/wayland_egl: Add safety check on surface.
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.

10 years agoBackport 1210067fbeb21bdce34ec710e66749de981a1617.
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)

10 years agoresetting manifest requested domain to floor
Alexandru Cornea [Fri, 28 Jun 2013 18:58:49 +0000 (21:58 +0300)]
resetting manifest requested domain to floor

10 years agoTIVI-1069: enable ecore examples
Graydon, Tracy [Thu, 27 Jun 2013 23:09:29 +0000 (16:09 -0700)]
TIVI-1069: enable ecore examples
Change-Id: I6bc943f1fc5a824ba85fe5f0b6ba0d65b37f0fda

10 years agoEnable Glib main loop integration
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>
10 years agoFix BuildRequires for gettext
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>
10 years agoUpdate to release 1.7.7
Rusty Lynch [Wed, 5 Jun 2013 21:51:52 +0000 (14:51 -0700)]
Update to release 1.7.7

10 years agoUpdate changelog for release
Rusty Lynch [Wed, 22 May 2013 18:03:39 +0000 (11:03 -0700)]
Update changelog for release

10 years agoAdd wm_rotation infrastructure support
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.

10 years agoUpdate changelog for release
Rusty Lynch [Sun, 19 May 2013 18:41:55 +0000 (11:41 -0700)]
Update changelog for release

10 years agoAdd additional IME types as needed by Tizen 2.1 theme
Rusty Lynch [Sun, 19 May 2013 18:35:31 +0000 (11:35 -0700)]
Add additional IME types as needed by Tizen 2.1 theme

10 years agoAdding ecore_evas_profiles_set and ecore_evas_profiles_get
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.

10 years agofixed group, license
Anas Nashif [Tue, 19 Mar 2013 23:25:45 +0000 (16:25 -0700)]
fixed group, license

10 years agofixed group, license
Anas Nashif [Tue, 19 Mar 2013 23:25:26 +0000 (16:25 -0700)]
fixed group, license

10 years agoUpdate to 1.7.5
Anas Nashif [Fri, 8 Mar 2013 09:02:49 +0000 (01:02 -0800)]
Update to 1.7.5

10 years agoUpdate tp 1.7.4
Anas Nashif [Sat, 22 Dec 2012 00:26:45 +0000 (16:26 -0800)]
Update tp 1.7.4

10 years agoadd wayland support
Anas Nashif [Tue, 18 Dec 2012 01:58:14 +0000 (17:58 -0800)]
add wayland support

10 years agoadd wayland support
Anas Nashif [Tue, 18 Dec 2012 01:57:48 +0000 (17:57 -0800)]
add wayland support

10 years agoUpdate to 1.7.3
Anas Nashif [Sun, 9 Dec 2012 16:44:08 +0000 (08:44 -0800)]
Update to 1.7.3

10 years agoupdate tar compression
Anas Nashif [Fri, 23 Nov 2012 19:44:20 +0000 (11:44 -0800)]
update tar compression

10 years agoupdate to 1.7.2
Anas Nashif [Fri, 23 Nov 2012 19:37:39 +0000 (11:37 -0800)]
update to 1.7.2

10 years agoadd libgcrypt-devel to BR
Anas Nashif [Thu, 8 Nov 2012 01:55:36 +0000 (17:55 -0800)]
add libgcrypt-devel to BR

10 years agobuild require gl packages
Anas Nashif [Tue, 30 Oct 2012 15:27:22 +0000 (08:27 -0700)]
build require gl packages

10 years ago add packaging files
Anas Nashif [Wed, 24 Oct 2012 16:11:31 +0000 (09:11 -0700)]
 add packaging files

10 years ago add packaging files
Anas Nashif [Wed, 24 Oct 2012 16:11:10 +0000 (09:11 -0700)]
 add packaging files

10 years agoImported Upstream version 1.7.8 47/8147/1 upstream upstream/1.7.8
Eduardo Lima (Etrunko) [Mon, 12 Aug 2013 19:48:05 +0000 (16:48 -0300)]
Imported Upstream version 1.7.8

10 years agoImported Upstream version 1.7.7 upstream/1.7.7
Rusty Lynch [Wed, 5 Jun 2013 21:03:47 +0000 (14:03 -0700)]
Imported Upstream version 1.7.7

11 years agoImported Upstream version 1.7.5 upstream/1.7.5
Anas Nashif [Fri, 8 Mar 2013 09:02:09 +0000 (01:02 -0800)]
Imported Upstream version 1.7.5

11 years agoImported Upstream version 1.7.4
Anas Nashif [Sat, 22 Dec 2012 00:26:05 +0000 (16:26 -0800)]
Imported Upstream version 1.7.4

11 years agoImported Upstream version 1.7.4 upstream/1.7.4
Anas Nashif [Sat, 22 Dec 2012 00:25:00 +0000 (16:25 -0800)]
Imported Upstream version 1.7.4

11 years agoImported Upstream version 1.7.3 upstream/1.7.3
Anas Nashif [Sun, 9 Dec 2012 16:43:48 +0000 (08:43 -0800)]
Imported Upstream version 1.7.3

11 years agoImported Upstream version 1.7.2 upstream/1.7.2
Anas Nashif [Fri, 23 Nov 2012 19:23:44 +0000 (11:23 -0800)]
Imported Upstream version 1.7.2

11 years agoImported Upstream version 1.7.1 submit/tizen/20130607.170914 upstream/1.7.1
Anas Nashif [Wed, 24 Oct 2012 16:10:33 +0000 (09:10 -0700)]
Imported Upstream version 1.7.1