framework/uifw/ecore.git
10 years agopackage upload 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

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

Change-Id: Iceb7f890238827375e1dead46b85de2d5cf01a95

10 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 tizen_2.1 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