profile/mobile/ecore.git
10 years agoBackport "Add support for move_resize." 17/16117/1 accepted/tizen/mobile tizen tizen_ivi_panda accepted/tizen/mobile/20140207.175654 submit/tizen/20140207.071018 submit/tizen_ivi_panda/20140403.193014 submit/tizen_ivi_panda/20140403.211619
Alex Wu [Fri, 7 Feb 2014 05:43:58 +0000 (13:43 +0800)]
Backport "Add support for move_resize."

Just backported the move_resize part of this commit.
Commit Details:
==================================================
git://git.enlightenment.org/core/efl.git master

commit 0dd34d31e21f1ee20f27d61eb4a2a7807f05a17f
Author: Chris Michael <cp.michael@samsung.com>
Date:   Fri Jun 7 08:09:55 2013 +0100

Add support for move_resize.
Bunch of minor "consistency" changes to bring egl and shm code in-sync.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
==================================================

Change-Id: I06313a0c0104b70e7c782f9729801639019fb171
Signed-off-by: Alex Wu <zhiwen.wu@linux.intel.com>
10 years agoAdd Ecore.h to Ecore_Wayland.h 70/15770/1 accepted/tizen/mobile/20140128.171015 submit/tizen/20140128.015335
Juan Zhao [Tue, 28 Jan 2014 01:14:30 +0000 (09:14 +0800)]
Add Ecore.h to Ecore_Wayland.h

Because Ecore_Wayland.h uses the structure defined in Ecore.h
If not, the following error will be reported for ecore_wayland users
 /usr/include/ecore-1/Ecore_Wayland.h:99:4: error: unknown type name 'Ecore_Fd_Handler'
     Ecore_Fd_Handler *fd_hdl;
     ^
 /usr/include/ecore-1/Ecore_Wayland.h:100:4: error: unknown type name 'Ecore_Idle_Enterer'
     Ecore_Idle_Enterer *idle_enterer;
     ^
 /usr/include/ecore-1/Ecore_Wayland.h:175:9: error: unknown type name 'Ecore_Fd_Handler'
          Ecore_Fd_Handler *hdlr;

Change-Id: I687631a0d58de3980bf3cdb51330eae9d737933b
Signed-off-by: wangfei <feix.w.wang@intel.com>
10 years agowayland_input: Fill in missing parts of the event structures 92/15692/1 accepted/tizen/mobile/20140127.171010 submit/tizen/20140127.083703
Alex Wu [Mon, 27 Jan 2014 05:46:33 +0000 (13:46 +0800)]
wayland_input: Fill in missing parts of the event structures

This patch ports the "Fill in missing parts of the event structures
(ev->root, ev->multi)." part of upstream commit:
======================================================================
commit 0a32212a79ada418dc12d7e76f93871032e0c4e3
Author: Chris Michael <cp.michael@samsung.com>
Date:   Tue Nov 19 10:34:27 2013 +0000

    Add support for storing mulitple touch points.
    Send events to properly focused surface.
    Fill in missing parts of the event structures (ev->root, ev->multi).

Signed-off-by: Chris Michael <cp.michael@samsung.com>
======================================================================

Without this patch, ecore will report invalid mouse position, and
make some app get into run status. See PTREL-641 for details.

Change-Id: I7e739cd72dc732c46a16935645b524e28724b024
Signed-off-by: Alex Wu <zhiwen.wu@linux.intel.com>
10 years agoPorting "ecore_imf: Add support for wayland" 83/15683/2
Alex Wu [Mon, 27 Jan 2014 01:34:19 +0000 (09:34 +0800)]
Porting "ecore_imf: Add support for wayland"

This patch ports platform/upstream/ecore tizen
9b8fa78fb55b0c034ea326abb8dde6960045432a

Signed-off-by: Alex Wu <zhiwen.wu@linux.intel.com>
Change-Id: I349c8814dd3dfe42989d5dd28da393adc290ae53

10 years agofix the bug touch don't work with a segment fault 02/14502/1 accepted/tizen/mobile/20140107.212858 submit/tizen/20140107.013332
Li,Limin [Mon, 6 Jan 2014 11:57:08 +0000 (19:57 +0800)]
fix the bug touch don't work with a segment fault

call wl_pointer_set_cursor when touch the screen but
input->pointer is null.

see more info from:
    https://review.tizen.org:platform/upstream/ecore
    commit 6225104f422fbf2caaeeff8b7b7e43d335fff138
    commit 2acf73dd129549f2c93a2dcfe62518baf17415f5

bug:https://bugs.tizen.org/jira/browse/PTREL-562
Signed-off-by: Li,Limin <liminx.li@intel.com>
Change-Id: I8358525f45913f720a8475b11240c80a61263d51

10 years agospec: refine to enable wayland segment and refine 46/12646/1 accepted/tizen/20131206.003706 accepted/tizen/mobile/20131219.213349 accepted/tizen/mobile/20131227.211408 submit/tizen/20131121.061616 submit/tizen/20131121.062032 submit/tizen/20131219.080002 submit/tizen/20131227.032641
Juan Zhao [Wed, 20 Nov 2013 15:44:21 +0000 (23:44 +0800)]
spec: refine to enable wayland segment and refine

add bconf to enable wayland build
xim should also be disabled in wayland build because it requires ecore_x directly.

Change-Id: I2530064f34bb71babdef4e2ee59538c07bef65c5

10 years agospec: add wayland segment 31/11231/1
Juan Zhao [Tue, 22 Oct 2013 08:08:46 +0000 (16:08 +0800)]
spec: add wayland segment

disable X in wayland segment

Change-Id: I03d025bb213e2eac8a653b8b06a159f863841c8e

10 years agovkbd-efl integration: Fix black bar of vkbd-efl 30/11230/1
Alex Wu [Wed, 3 Jul 2013 08:44:00 +0000 (16:44 +0800)]
vkbd-efl integration: Fix black bar of vkbd-efl

Backport upstream efl 7a7a0b829734a9 related code.
Add Add ecore_wl_window_alpha_set(), modify the check condition
for setting opaque region

Change-Id: I6f788a52462e8fd128444f913af7a2b842fa7a82

10 years agointegrate vkbd-efl: back port upstream commit: 19561c61125 29/11229/1
Alex Wu [Thu, 6 Jun 2013 07:30:14 +0000 (15:30 +0800)]
integrate vkbd-efl: back port upstream commit: 19561c61125

Ecore_Wayland: Add ecore_wl_window_surface_create() API

Change-Id: I5a953a08b6e2c2cb3a32125843d8f0a556c5a4a5

10 years agoIntegrate vkbd-efl: back port upstream commit a2197ce503 28/11228/1
Alex Wu [Thu, 6 Jun 2013 07:22:22 +0000 (15:22 +0800)]
Integrate vkbd-efl: back port upstream commit a2197ce503

Export API to C++, add wl_registry and global accessors

Change-Id: I2b103f663271ffbce4409a7fede71e2acf84f0dd

10 years agoIntegate vkbd-efl: back port upstream commit c36058806 27/11227/1
Alex Wu [Thu, 6 Jun 2013 06:37:55 +0000 (14:37 +0800)]
Integate vkbd-efl: back port upstream commit c36058806

Cache wayland globals

Change-Id: If160dd7f8b8350c9e024501b8f0fac199d6e0b04

10 years agoPort "ecore-wayland: Improve opaque setting logic." patch from upstream 26/11226/1
Alex Wu [Tue, 19 Mar 2013 08:36:16 +0000 (16:36 +0800)]
Port "ecore-wayland: Improve opaque setting logic." patch from upstream

Change-Id: I4420b353bc237ba6e03c0b7c8fa12c60afce3d90

10 years agoecore-wayland: Fix monitoring ECORE_FD_WRITE defaultly on wayland display fd lead... 25/11225/1
Juan Zhao [Mon, 21 Oct 2013 08:19:17 +0000 (16:19 +0800)]
ecore-wayland: Fix monitoring ECORE_FD_WRITE defaultly on wayland display fd lead to 100% cpu usage

In ecore_wl_init(), adding wayland display fd with ECORE_FD_WRITE
flag make CPU usage 100%. The proper way to monitor the ECORE_FD_WRITE
is when the wl_display_flush() return value < 0 and errno == EAGAIN.
And if wl_display_flush() return, we remove ECORE_FD_WRITE flag from
the display fd.

Change from v1:
Add idle enterer destroy code into _ecore_wl_shutdown() to avoid
using freed wl_display.

backport upstream commit 58304e01ab7ef203cb944cdfead8383ef650932c

Change-Id: Id7885c255b0b7f5481379c6d73eae065ed70df2a

10 years agoFix touch input bug after upgrade efl to upstream 24/11224/1
Alex Wu [Thu, 29 Nov 2012 02:27:14 +0000 (10:27 +0800)]
Fix touch input bug after upgrade efl to upstream

In the ecore_evas, no direct touch support, all touch event will
be converted into mouse event in the ecore_wayland_input.c .

There is a special case that should be considered in this converting,
that is every touch down event should be converted into mouse in +
mouse button. So we should let every mouse in event go in the
_ecore_evas_wl_common_cb_mouse_in(), instead of preventing it by
 "if (!ee->in)". Besides that, the coordinates carried by mouse in
event should be set to Evas_Public_Data::pointer by calling
_ecore_evas_mouse_move_process().

Change-Id: If6558e46d5d67b482f435621390adb53d2b49e89

10 years agoEcore_Evas (wayland): Don't return if we failed to get the frame smart data. We can... 23/11223/1
Christopher Michael [Tue, 16 Oct 2012 11:57:16 +0000 (11:57 +0000)]
Ecore_Evas (wayland): Don't return if we failed to get the frame smart data. We can still set the shell surface title.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78053

Change-Id: Ibd5663ee30ce05a9046cae9845d7c6fd623e6c69

10 years agoremove duplex definition 22/11222/1
Juan Zhao [Mon, 21 Oct 2013 07:47:55 +0000 (15:47 +0800)]
remove duplex definition

fw and fh is redefined one segment inside this fuction, and it's not used any
 place else, remove this definition.

Change-Id: I72dd706e8f10ed9184d0d9b894453f1f29933f71

10 years agoEcore_Evas(wayland): backport upstream's patch 21/11221/1
Christopher Michael [Tue, 16 Oct 2012 11:56:57 +0000 (11:56 +0000)]
Ecore_Evas(wayland): backport upstream's patch

Ecore_Evas (Wayland): Do not set the Smart_Data Frame rectangle as the "frame object". The resulting smart object is set to the frame object. Add the Smart_Data Frame Text to be part of the Smart Object.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78048

Change-Id: I4c8d0cab96aed2071f88697b9fad5947ac130d4d

10 years agowayland: add commit after damage 20/11220/1
Juan Zhao [Mon, 21 Oct 2013 07:06:51 +0000 (15:06 +0800)]
wayland: add commit after damage

with the changes in wayland protocol, the client should commit the changes to
 the server after sending the damage info.
Or it will triggle the submitted changes not be processed in time.

Change-Id: Ifa8ce762a64417dd7af34be4f3a591d420d3cd22

10 years agoEcore_Wayland: Fix binding of output. 19/11219/1
Christopher Michael [Tue, 16 Oct 2012 11:57:13 +0000 (11:57 +0000)]
Ecore_Wayland: Fix binding of output.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78052

Change-Id: I2284b370b3186a2c35b06faae6f07fac8628839a

10 years agoEcore_Wayland: Update to changed direction 18/11218/1
Rob Bradford [Wed, 17 Oct 2012 21:50:31 +0000 (21:50 +0000)]
Ecore_Wayland: Update to changed direction

Positive and negative have been switched so we no longer need to invert
ourselves.

Patch by: Rob Bradford <rob@linux.intel.com>

SVN revision: 78136

Change-Id: I85e78ae7e6b99ea10b5738410f5bd7d54dc3b4e6

10 years agoEcore_Wayland: Change Input to use wl_registry functions and not wl_display_bind. 17/11217/1
Christopher Michael [Tue, 16 Oct 2012 11:57:19 +0000 (11:57 +0000)]
Ecore_Wayland: Change Input to use wl_registry functions and not wl_display_bind.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78054

Change-Id: I64f39f6006425747caf033b46635a33c6ea33c71

10 years agoEcore_Wayland: Add wl_registry to the Ecore_Wayland_Display structure. 16/11216/1
Christopher Michael [Tue, 16 Oct 2012 11:57:03 +0000 (11:57 +0000)]
Ecore_Wayland: Add wl_registry to the Ecore_Wayland_Display structure.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78049

Change-Id: Ia5485cce3fae7c8c9d613bb5060d0a5280f9cdcb

10 years agoEcore_Wayland: backport upstream's patch 15/11215/1
Christopher Michael [Tue, 16 Oct 2012 11:57:06 +0000 (11:57 +0000)]
Ecore_Wayland: backport upstream's patch

Ecore_Wayland: Update ecore_wayland to work with most recent Wayland from their git repo. This changes the way events are dispatched, and adds the new wl_registry listeners in place of wl_display_add_global_listener. Also fixes calls to non-existant wl_display_iterate. Fixes binding the various Wayland interfaces (compositor, shell, etc). Fixes binding of output and input.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78050

Change-Id: I28a44c8a1888ba9cbb3767a7f2bd759daafd1d5d

10 years agoMerge branch 'tizen_2.2' into tizen accepted/tizen/20130924.125634 accepted/tizen/20130930.063706 submit/tizen/20130924.045422 submit/tizen/20130930.042807
Anas Nashif [Tue, 24 Sep 2013 04:48:45 +0000 (00:48 -0400)]
Merge branch 'tizen_2.2' into tizen

10 years agocleanup spec 43/9143/1
Anas Nashif [Mon, 2 Sep 2013 15:00:03 +0000 (11:00 -0400)]
cleanup spec

- set license correctly
- Use correct license naming
- Fixed rpm groups
- Use find_lang to install locale files

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 years agopackage upload tizen_2.2 2.2_release submit/tizen_2.2/20130814.091405 submit/tizen_2.2/20130814.102347
Sungho Kwak [Fri, 26 Jul 2013 05:19:05 +0000 (14:19 +0900)]
package upload

Change-Id: Ied89aff1dd62c1fb37df57741236aed93470f846

10 years ago[ecore_imf] fix crash because of invalid show request context
Jihoon Kim [Tue, 16 Jul 2013 08:39:34 +0000 (17:39 +0900)]
[ecore_imf] fix crash because of invalid show request context

Change-Id: I4ead2d39dbb8a7e85abdf988ff818f7d3129c3b8

10 years agopackage upload submit/tizen_2.2/20130716.173050 submit/tizen_2.2/20130717.020004 submit/tizen_2.2/20130717.053044
Sungho Kwak [Sun, 14 Jul 2013 23:49:43 +0000 (08:49 +0900)]
package upload

Change-Id: I561a5e16074f24f0a3f99882d37a0727b0b0d5ce

10 years agoFix get preferred rotation value
Sangjin Lee [Sat, 13 Jul 2013 09:50:30 +0000 (18:50 +0900)]
Fix get preferred rotation value

Change-Id: Ifbe25667671a6a15a953d73c685de4ac06e023a5

10 years agopackage upload submit/tizen_2.2/20130714.140107 submit/tizen_2.2/20130714.144820
Sungho Kwak [Thu, 4 Jul 2013 10:00:16 +0000 (19:00 +0900)]
package upload

Change-Id: If9f2159addc23008aedec7d267439b6a3563a37c

10 years agofix lockup issue (N_SE-44214)
Jiyoun Park [Thu, 4 Jul 2013 09:04:11 +0000 (18:04 +0900)]
fix lockup issue (N_SE-44214)
because this sync draw done cannot be send

Change-Id: Id05978e925d5b44d6ca9af0a1684bbb255b9ec5b

10 years ago[ecore_x] add accessibility support - enable, disable
Shinwoo Kim [Wed, 3 Jul 2013 04:16:09 +0000 (13:16 +0900)]
[ecore_x] add accessibility support - enable, disable

Change-Id: I2ba4ea5a98d4765568b961517986302133552d57

10 years agopackage upload
Sungho Kwak [Fri, 21 Jun 2013 00:17:12 +0000 (09:17 +0900)]
package upload

Change-Id: I04ab84e9370a5e5729d1719ae405877ff9e226f9

10 years agoBackport 6d54f4: fix 64bit ecore-x selection overrun bug.
Daniel Willmann [Mon, 20 May 2013 16:08:09 +0000 (17:08 +0100)]
Backport 6d54f4: fix 64bit ecore-x selection overrun bug.

"""
Ecore-X: Fix selection parser to not use longs - wrong on 64bit as the
rest of ecore-x keeps types to their REAL sizes (ints),  but xlib uses
longs (change size - eg 64bit even though protocol-wise  the data is
DEFINEd as 32bit)
"""

Change-Id: I307551d3ad2c5b95e291737bdad08280db4a03ee
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
10 years ago[ecore_evas] handle idle_flush_timer correctly.
Daniel Juyung Seo [Wed, 12 Jun 2013 09:11:45 +0000 (18:11 +0900)]
[ecore_evas] handle idle_flush_timer correctly.

This fixes crashes in _ecore_evas_idle_timeout_update.
This was already fixed in upstream commit d1c6f7d937b70e6e1b21163df876cf9c9e974c46 (svn r83840).

Change-Id: I0bff64d7860251b261f4b0d798ee734e77a36d03

10 years agopackage upload
Sungho Kwak [Wed, 12 Jun 2013 01:58:14 +0000 (10:58 +0900)]
package upload

Change-Id: Id69f6c318c5a1f6c8bbb370edef80383f7253d10

10 years agoecore will wait untill every threads are done in ecore_shutdown.
Sungho Kwak [Fri, 7 Jun 2013 07:18:58 +0000 (16:18 +0900)]
ecore will wait untill every threads are done in ecore_shutdown.
This commit was written by c.haitzler@samsung.com

Change-Id: I04b76a0fdcfbfa2ffee86fdbdc627f6d7df5a4fd

10 years agoadd log for abort on errors
Jongmin Lee [Thu, 6 Jun 2013 08:51:49 +0000 (17:51 +0900)]
add log for abort on errors

Change-Id: Ieeafc559edcb6ddb329b6cdd1c94751875346de6

10 years agofix ecore animator vsync didn't work when vsync occurs
Jiyoun Park [Thu, 6 Jun 2013 08:02:54 +0000 (17:02 +0900)]
fix ecore animator vsync didn't work when vsync occurs

Change-Id: Ib965d09c2db0b86025be53b55fedd1b8ec6970e6

10 years agoadd log related with ecore extn
Jiyoun Park [Mon, 27 May 2013 08:27:12 +0000 (17:27 +0900)]
add log related with ecore extn

Change-Id: I5589a9956cb8d9378fe49e00c8a4f326c1a128e3

10 years agoEcore: merge of DnD stuff from open source
Daniel Zaoui [Wed, 8 May 2013 07:38:54 +0000 (10:38 +0300)]
Ecore: merge of DnD stuff from open source

Change-Id: I44fe8dbe02e48469bbd5b1f41d983fa8124892cc

10 years agoecore_pipe.c: fixed fd handler increasing issue.
Daniel Juyung Seo [Wed, 22 May 2013 11:48:22 +0000 (20:48 +0900)]
ecore_pipe.c: fixed fd handler increasing issue.

Call _ecore_pipe_unhandle() when you return from _ecore_pipe_read() or the fd will never be closed.
This fixed increasing numbers of fd handler issue when you call ecore_pipe_add/del repeatedly.
In that case, reusing ecore_pipe is recommended though.

Cherry-pick from upstream 3c618e54a16e7c1c5f471f1f4528b57561259f46.

Change-Id: Ic3ae08bd80ed57d5f401db28d8531d330b69fc34

10 years agochange debug message
Jiyoun Park [Sun, 19 May 2013 01:01:23 +0000 (10:01 +0900)]
change debug message

Change-Id: If0ea8bb409b0786c6d248c8192c691b59ec85834

10 years ago[ecore_evas_x] Added the deiconify job to give the chance to other jobs
Gwanglim Lee [Thu, 16 May 2013 04:38:47 +0000 (13:38 +0900)]
[ecore_evas_x] Added the deiconify job to give the chance to other jobs

Change-Id: I4d5ed8edeb3599b441ef571481ea761662b592f7

10 years ago[ecore] Memory leak is fixed and correct free() call
Prakash [Wed, 8 May 2013 12:46:09 +0000 (18:16 +0530)]
[ecore] Memory leak is fixed and correct free() call

Change-Id: Ic25abe9077a1d17ca3262a14ad646d795632a3af

10 years agofix plm P130430-0630
Jiyoun Park [Tue, 7 May 2013 09:43:08 +0000 (18:43 +0900)]
fix plm P130430-0630
fix memory leak related with profile

Change-Id: I99a883bf71fecedee51a66b663b237d73a4c4ffa

10 years agofix PLM:P130422-5484if we recieve up event without down event, we
Jiyoun Park [Sun, 5 May 2013 02:12:05 +0000 (11:12 +0900)]
fix PLM:P130422-5484if we recieve up event without down event, we
ignore it.

Change-Id: I87e8d3fd65a973979aa448aeb4bd5e1bba8cda13

10 years agoexpand indicator type to support transparent indicator
Jiyoun Park [Thu, 18 Apr 2013 09:03:55 +0000 (18:03 +0900)]
expand indicator type to support transparent indicator

Change-Id: Ic0cda73d1462d8c21557ec354854951df36203f0

10 years agoremove touch event position for security issue
Jiyoun Park [Wed, 17 Apr 2013 12:12:41 +0000 (21:12 +0900)]
remove touch event position for security issue

Change-Id: If0270d3aaf845bd70d519e5d441ae9677caf6dd6

10 years agopackage upload
Sungho Kwak [Wed, 5 Jun 2013 10:34:45 +0000 (19:34 +0900)]
package upload

Change-Id: I51c4a28b9d58857ebd90300b6949cf6598f214ee

10 years agopackage upload
Sungho Kwak [Wed, 5 Jun 2013 10:33:21 +0000 (19:33 +0900)]
package upload

Change-Id: I991a298dd02d207a5ebdf6d47b7298b71600e113

10 years agoadd new api unsniff
Jiyoun Park [Fri, 31 May 2013 10:11:07 +0000 (19:11 +0900)]
add new api unsniff
currently there is only api sniff so app cannot unsniff

Change-Id: Ie89ec9c6f1fb2fffc3d36095ab2969aa44b21776

10 years agopackage upload
Sungho Kwak [Wed, 29 May 2013 10:39:28 +0000 (19:39 +0900)]
package upload

Change-Id: I376a13b4ee4a88e2a31fa689a45ff4738d162559

10 years agoMerge "add ECORE_IMF_INPUT_PANEL_LAYOUT_DATETIME layout" into tizen_2.1
Sehwan Park [Wed, 29 May 2013 05:15:07 +0000 (14:15 +0900)]
Merge "add ECORE_IMF_INPUT_PANEL_LAYOUT_DATETIME layout" into tizen_2.1

10 years agoMerge branch 'tizen_2.1' of ssh://tizendev.org:29418/framework/uifw/ecore into tizen_2.1
Sungho Kwak [Tue, 28 May 2013 05:03:42 +0000 (14:03 +0900)]
Merge branch 'tizen_2.1' of ssh://tizendev.org:29418/framework/uifw/ecore into tizen_2.1

10 years agoadd ECORE_IMF_INPUT_PANEL_LAYOUT_DATETIME layout
Jihoon Kim [Mon, 27 May 2013 06:58:24 +0000 (15:58 +0900)]
add ECORE_IMF_INPUT_PANEL_LAYOUT_DATETIME layout

Change-Id: If6e26ee8a2b3430548a75074d89709ea7fae5a9c

10 years ago[ecore_x] add accessibility support - back, scroll, mouse
Shinwoo Kim [Thu, 25 Apr 2013 11:01:38 +0000 (20:01 +0900)]
[ecore_x] add accessibility support - back, scroll, mouse

Change-Id: Ia9ca5cb1ff6d68b555552afe14eff2997129cb56

11 years agoupload ecore package
Jihoon Kim [Wed, 15 May 2013 06:06:36 +0000 (15:06 +0900)]
upload ecore package

Change-Id: Iceb7f890238827375e1dead46b85de2d5cf01a95

11 years agofix crash when ecore_imf_context_del is called in ecore_imf_context_input_panel_callb...
Jihoon Kim [Tue, 14 May 2013 07:08:14 +0000 (16:08 +0900)]
fix crash when ecore_imf_context_del is called in ecore_imf_context_input_panel_callback_call

Change-Id: I0512b5cdd031b05845536119f5ccae3438fbed39

11 years agopackage upload accepted/tizen/20130607.164339 accepted/tizen/20130717.140945 accepted/tizen/20130717.141257 accepted/tizen/20130829.155147 submit/tizen/20130607.172036 submit/tizen/20130715.235216 submit/tizen/20130716.221226 submit/tizen/20130717.144958 submit/tizen/20130829.155600 submit/tizen_2.1/20130514.052329
Sungho Kwak [Fri, 3 May 2013 07:09:42 +0000 (16:09 +0900)]
package upload

Change-Id: I65cdb398a101ee6a5794267cf8e13a6dd38cd1a5

11 years agofix rotate window bug when window manager change window size itself
Jiyoun Park [Thu, 2 May 2013 10:20:52 +0000 (19:20 +0900)]
fix rotate window bug when window manager change window size itself

Change-Id: If43be1bcd0e769faca6ec6e492acc36d1f756318

11 years agoAdded logic to send rotation done message to wm, even if window is already rotated... 2.1b_release accepted/tizen_2.1/20130426.150217 submit/tizen_2.1/20130426.145416
Seunghun Lee [Fri, 26 Apr 2013 10:32:04 +0000 (19:32 +0900)]
Added logic to send rotation done message to wm, even if window is already rotated. That's why wm must be wait for comming rotation done message after sending rotation request.

Change-Id: I8b83a3476c744f5cb22889c8c1428d829bdd9899

11 years agoPackage upload accepted/tizen_2.1/20130425.024948 submit/tizen_2.1/20130424.233640
Gwanglim Lee [Sat, 13 Apr 2013 19:05:04 +0000 (04:05 +0900)]
Package upload

Change-Id: I920b75e1fd26640d1b9099b8ed83907d1247f205

11 years ago[ECORE_X] In order to avoid wrong illume window mode set, changed ecore_x_e_illume_wi...
Gwanglim Lee [Sat, 13 Apr 2013 18:58:17 +0000 (03:58 +0900)]
[ECORE_X] In order to avoid wrong illume window mode set, changed ecore_x_e_illume_window_state_set to use x client message from x property set.

Change-Id: I8995e03131cb98e975f0409f583c98c0798ca895

11 years agopackage upload
Sungho Kwak [Wed, 10 Apr 2013 10:47:16 +0000 (19:47 +0900)]
package upload

Change-Id: I832c4259866a8182c55d3122e448cc1b47acd500

11 years ago[ECORE_X] Added API - ecore_x_e_illume_window_state_send
Doyoun Kang [Tue, 9 Apr 2013 06:33:24 +0000 (15:33 +0900)]
[ECORE_X] Added API - ecore_x_e_illume_window_state_send

Change-Id: I6db4a64420075ad23f586ef291d0831e13f6fa1b

11 years agopackage upload
Sungho Kwak [Thu, 28 Mar 2013 02:28:20 +0000 (11:28 +0900)]
package upload

Change-Id: Icc9932167e18fedeae572cb7d1f8c4292a4708c6

11 years ago[ecore_imf] Add ecore_imf_context_input_panel_layout_variation_set
Jihoon Kim [Tue, 26 Mar 2013 12:09:49 +0000 (21:09 +0900)]
[ecore_imf] Add ecore_imf_context_input_panel_layout_variation_set

Change-Id: Ifa7646e561a33fe4f1c89d34bce57a041b422089

11 years agopackage upload
Sungho Kwak [Mon, 25 Mar 2013 06:52:20 +0000 (15:52 +0900)]
package upload

Change-Id: I00304adaf2b6cbb12d14829daf82397a569fee1a

11 years agofix lockup issue related with sync counter
Jiyoun Park [Fri, 22 Mar 2013 08:42:11 +0000 (17:42 +0900)]
fix lockup issue related with sync counter
alpha set didn't clear sync counter number

Change-Id: Iaba42e3ea9504b227829a26b730792bcf757b394

11 years agopackage upload
Sungho Kwak [Fri, 22 Mar 2013 08:43:34 +0000 (17:43 +0900)]
package upload

Change-Id: If0fd8a2da4e4629f4df4c67b80dfb0ee96a5e509

11 years ago[ecore_evas][ecore_x] added the window manager rotation feature
Gwanglim Lee [Tue, 19 Mar 2013 17:54:43 +0000 (02:54 +0900)]
[ecore_evas][ecore_x] added the window manager rotation feature

Change-Id: I73e927118bab72b9f0f71a3986ce5fe522060369

11 years agomerge with master
Jinkun Jang [Fri, 15 Mar 2013 16:19:08 +0000 (01:19 +0900)]
merge with master

11 years agosync
Jinkun Jang [Thu, 14 Mar 2013 03:36:36 +0000 (12:36 +0900)]
sync

11 years agoTizen 2.1 base
Jinkun Jang [Tue, 12 Mar 2013 16:52:36 +0000 (01:52 +0900)]
Tizen 2.1 base

15 years agomove around - flatter.
raster [Sun, 17 Aug 2008 07:44:18 +0000 (07:44 +0000)]
move around - flatter.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@35497 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33