profile/ivi/ecore.git
12 years agoecore: Enable coverage builds for exsisting tests
stefan [Thu, 9 Aug 2012 16:19:30 +0000 (16:19 +0000)]
ecore: Enable coverage builds for exsisting tests

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@75055 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: add ecore_fork_reset()
cedric [Thu, 9 Aug 2012 12:17:47 +0000 (12:17 +0000)]
ecore: add ecore_fork_reset()

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@75045 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: correctly shutdown Ecore_Thread.
cedric [Thu, 9 Aug 2012 10:52:48 +0000 (10:52 +0000)]
ecore: correctly shutdown Ecore_Thread.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@75039 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Wayland: Add keyrepeating support :) Fixes ticket #1292
devilhorns [Thu, 9 Aug 2012 09:57:47 +0000 (09:57 +0000)]
Ecore_Wayland: Add keyrepeating support :) Fixes ticket #1292

This commit adds support to efl applications (elm) under wayland so
that they can get key repeats. All of this is internal and does not
require the application to do anything, which means the elm test for
notepad now works with repeating keys.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@75037 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Evas (wayland): When we maximize windows, account for framespace
devilhorns [Wed, 8 Aug 2012 10:09:49 +0000 (10:09 +0000)]
Ecore_Evas (wayland): When we maximize windows, account for framespace
width and height so the window does not draw outside the output
dimensions. Fixes ticket #1281

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@75005 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Wayland: When we unmaximize windows, used the saved allocation
devilhorns [Wed, 8 Aug 2012 10:06:12 +0000 (10:06 +0000)]
Ecore_Wayland: When we unmaximize windows, used the saved allocation
sizes. When setting a window to be not transparent, recreate the
opaque region if needed.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@75004 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: fix shutdown to use a different mutex for the list of running thread.
cedric [Tue, 7 Aug 2012 03:47:14 +0000 (03:47 +0000)]
ecore: fix shutdown to use a different mutex for the list of running thread.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74953 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Wayland: Add missing __UNUSED__ to function paramateres ... Oh,
devilhorns [Mon, 6 Aug 2012 13:13:42 +0000 (13:13 +0000)]
Ecore_Wayland: Add missing __UNUSED__ to function paramateres ... Oh,
and also Fix Ticket #1242 where windows would resize in an incorrect
direction.

When resized an elm client application in Weston, and you grabbed the
top of the window to resize it, all resizing action was occuring from
the bottom of the window. Let's fix that ;) Now when you grab the top
of the window and resize it, it actually does resize from the top :)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74933 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_wayland: Add myself a FIXME note for after the "freeze".
devilhorns [Mon, 6 Aug 2012 12:31:05 +0000 (12:31 +0000)]
Ecore_wayland: Add myself a FIXME note for after the "freeze".

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74930 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoadd more docs for new ecore fdh function
discomfitor [Mon, 6 Aug 2012 06:54:21 +0000 (06:54 +0000)]
add more docs for new ecore fdh function

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74898 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agousing DYNAMIC HINT in ecore extn make problem.
jypark [Sun, 5 Aug 2012 13:07:28 +0000 (13:07 +0000)]
using DYNAMIC HINT in ecore extn make problem.
it maybe because of get/set pair or other bug in extn.
until fixing this, I'll block dynamic hint

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74887 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix ecore-evas to not ignore maximized requests in x11.
raster [Sun, 5 Aug 2012 09:00:08 +0000 (09:00 +0000)]
fix ecore-evas to not ignore maximized requests in x11.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74883 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix docs in ecore_x.h -= were mis-aligned to enums.
raster [Sun, 5 Aug 2012 08:59:44 +0000 (08:59 +0000)]
fix docs in ecore_x.h -= were mis-aligned to enums.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74882 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore (Wayland): Patch from Robert Bradford to check for valid
devilhorns [Fri, 3 Aug 2012 13:27:05 +0000 (13:27 +0000)]
Ecore (Wayland): Patch from Robert Bradford to check for valid
surfaces for events received from Wayland where the surface has
already been destroyed.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74847 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: Update changelog for Roberts unicode patch.
devilhorns [Thu, 2 Aug 2012 06:45:45 +0000 (06:45 +0000)]
Ecore: Update changelog for Roberts unicode patch.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74781 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Wayland: Use libxkbcommon function to map keysym to unicode
devilhorns [Thu, 2 Aug 2012 06:43:20 +0000 (06:43 +0000)]
Ecore_Wayland: Use libxkbcommon function to map keysym to unicode
charachters.

Patch from Robert Bradford. Fixes ticket #1105

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74780 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agochangelog/news updates from yesterday
discomfitor [Thu, 2 Aug 2012 06:36:13 +0000 (06:36 +0000)]
changelog/news updates from yesterday

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74779 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: Update configure.ac to reflect that the wayland code requires
devilhorns [Thu, 2 Aug 2012 06:27:19 +0000 (06:27 +0000)]
Ecore: Update configure.ac to reflect that the wayland code requires
wayland-cursor library now.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74776 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Evas: Update ChangeLog with ecore_evas_wayland fullscreen patch.
devilhorns [Thu, 2 Aug 2012 06:26:03 +0000 (06:26 +0000)]
Ecore_Evas: Update ChangeLog with ecore_evas_wayland fullscreen patch.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74775 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Evas (wayland): Patch from Robert Bradford to fix a small bug in
devilhorns [Thu, 2 Aug 2012 06:24:47 +0000 (06:24 +0000)]
Ecore_Evas (wayland): Patch from Robert Bradford to fix a small bug in
the ecore_evas fullscreen code.

Previously, fullscreening was only done if the ecore_evas was visible.
This patch allows to specify an ecore_evas be fullscreen before it is
displayed.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74774 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoFix building with epoll disabled. Also set the right values for the constants, for...
sachiel [Thu, 2 Aug 2012 00:37:58 +0000 (00:37 +0000)]
Fix building with epoll disabled. Also set the right values for the constants, for pedantic reasons.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74770 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoadd ecore_main_fd_handler_file_add() for use with regular files.
discomfitor [Wed, 1 Aug 2012 14:37:24 +0000 (14:37 +0000)]
add ecore_main_fd_handler_file_add() for use with regular files.
epoll does not handle reading from files since it is only a mechanism for determining whether a fd is ready for read/write/error, and regular files are always ready. as a result, we must select on them explicitly without adding to the epoll fd

I realize that this is a feature freeze, but it's rather non-invasive and this is an absolute must-have to fix mounting for e17 so...sorry!

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74741 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: fix typo in ecore_main_fd_handler_add
jihoon [Mon, 30 Jul 2012 10:27:30 +0000 (10:27 +0000)]
ecore: fix typo in ecore_main_fd_handler_add

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74576 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Evas (wayland): Account for framespace width & height when
devilhorns [Mon, 30 Jul 2012 09:53:43 +0000 (09:53 +0000)]
Ecore_Evas (wayland): Account for framespace width & height when
resizing the Ecore_Evas.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74566 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore_evas: fix typo in ecore_evas.c
jihoon [Sat, 28 Jul 2012 09:26:06 +0000 (09:26 +0000)]
ecore_evas: fix typo in ecore_evas.c

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74527 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: add Ecore_IMF doxygen link in Ecore Documentation
jihoon [Sat, 28 Jul 2012 09:25:23 +0000 (09:25 +0000)]
ecore: add Ecore_IMF doxygen link in Ecore Documentation

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74526 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: fix typo in ecore_timer_delay
jihoon [Sat, 28 Jul 2012 09:24:18 +0000 (09:24 +0000)]
ecore: fix typo in ecore_timer_delay

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74525 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Wayland: Test for a valid surface before we try to process the
devilhorns [Thu, 26 Jul 2012 07:23:32 +0000 (07:23 +0000)]
Ecore_Wayland: Test for a valid surface before we try to process the
pointer_enter event.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74419 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoxim: remove trailing whitespace
jihoon [Thu, 26 Jul 2012 00:03:51 +0000 (00:03 +0000)]
xim: remove trailing whitespace

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74408 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoibus-immodule: initialize for added interfaces
jihoon [Wed, 25 Jul 2012 14:50:06 +0000 (14:50 +0000)]
ibus-immodule: initialize for added interfaces

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74396 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore_con: Remove duplicate code
discomfitor [Tue, 24 Jul 2012 14:22:00 +0000 (14:22 +0000)]
ecore_con: Remove duplicate code

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74356 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_wayland: Fix calls to update_modifier state and pass the proper
devilhorns [Mon, 23 Jul 2012 14:04:17 +0000 (14:04 +0000)]
Ecore_wayland: Fix calls to update_modifier state and pass the proper
paramaters. Only set input & opaque regions during resize.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74325 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Wayland: Update geometry callback function to match new changes
devilhorns [Mon, 23 Jul 2012 09:31:49 +0000 (09:31 +0000)]
Ecore_Wayland: Update geometry callback function to match new changes
in wayland. Now passes in a 'transform' also.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74319 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoremove workaround
caro [Sat, 21 Jul 2012 18:36:18 +0000 (18:36 +0000)]
remove workaround

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74289 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore/examples: Fix build of ecore_exe example.
antognolli [Fri, 20 Jul 2012 18:23:38 +0000 (18:23 +0000)]
ecore/examples: Fix build of ecore_exe example.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74258 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore_con: fix compilation on Windows
caro [Fri, 20 Jul 2012 11:05:25 +0000 (11:05 +0000)]
ecore_con: fix compilation on Windows

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74240 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago libtool authors must be impaled (#4)
caro [Fri, 20 Jul 2012 11:04:45 +0000 (11:04 +0000)]
 libtool authors must be impaled (#4)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74239 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agotypo
caro [Fri, 20 Jul 2012 10:45:25 +0000 (10:45 +0000)]
typo

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74232 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoadd docs for exe line buffer.
raster [Fri, 20 Jul 2012 09:42:11 +0000 (09:42 +0000)]
add docs for exe line buffer.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74227 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix bug in example of assuming 0 termination of "data" as its not a
raster [Fri, 20 Jul 2012 09:40:03 +0000 (09:40 +0000)]
fix bug in example of assuming 0 termination of "data" as its not a
string.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74226 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoadd warning if u dont have process priority swizzling.
raster [Wed, 18 Jul 2012 11:54:32 +0000 (11:54 +0000)]
add warning if u dont have process priority swizzling.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74060 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agomodify changelog
jypark [Tue, 17 Jul 2012 06:25:43 +0000 (06:25 +0000)]
modify changelog

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73945 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix e17->elm cnp.
raster [Mon, 16 Jul 2012 11:01:44 +0000 (11:01 +0000)]
fix e17->elm cnp.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73924 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix really really hard-to-trigger magic failure in ecore-con
discomfitor [Mon, 16 Jul 2012 10:30:31 +0000 (10:30 +0000)]
fix really really hard-to-trigger magic failure in ecore-con

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73918 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix minor version defines to be at 1.6 (in sync now) ready for going
raster [Mon, 16 Jul 2012 06:36:02 +0000 (06:36 +0000)]
fix minor version defines to be at 1.6 (in sync now) ready for going
to 7 on release.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73906 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_IMF.h: remove trailing whitespace
jihoon [Mon, 16 Jul 2012 02:10:33 +0000 (02:10 +0000)]
Ecore_IMF.h: remove trailing whitespace

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73902 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoscim_immodule: fix build warnings
jihoon [Mon, 16 Jul 2012 01:01:16 +0000 (01:01 +0000)]
scim_immodule: fix build warnings

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73901 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix ecore extn not call pre/post render function.
jypark [Fri, 13 Jul 2012 06:16:55 +0000 (06:16 +0000)]
fix ecore extn not call pre/post render function.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73786 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore/doc: Better description for ecore_evas_avoid_damage_set().
antognolli [Thu, 12 Jul 2012 14:55:09 +0000 (14:55 +0000)]
ecore/doc: Better description for ecore_evas_avoid_damage_set().

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73619 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoAdd comment
caro [Tue, 10 Jul 2012 16:33:06 +0000 (16:33 +0000)]
Add comment

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73538 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Evas: dpi_get() for Windows (XP and CE)
caro [Tue, 10 Jul 2012 16:13:26 +0000 (16:13 +0000)]
Ecore_Evas: dpi_get() for Windows (XP and CE)

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73537 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore/ecore_input - Conceptually, PASS_ON is right.
hermet [Tue, 10 Jul 2012 14:26:16 +0000 (14:26 +0000)]
ecore/ecore_input - Conceptually, PASS_ON is right.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73535 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoupdate all versions in @sincs, README's and configure.ac's etc. to
raster [Mon, 9 Jul 2012 10:20:21 +0000 (10:20 +0000)]
update all versions in @sincs, README's and configure.ac's etc. to
reflect a unified release version, for now 1.6.99.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73498 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoupdate po's for ecore.
raster [Mon, 9 Jul 2012 10:13:28 +0000 (10:13 +0000)]
update po's for ecore.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73495 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore/ecore_x - just added a comment
hermet [Sat, 7 Jul 2012 06:29:29 +0000 (06:29 +0000)]
ecore/ecore_x - just added a comment

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73445 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoevas, ecore: fix crash when sdl doesn't init properly.
cedric [Fri, 6 Jul 2012 08:16:03 +0000 (08:16 +0000)]
evas, ecore: fix crash when sdl doesn't init properly.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73400 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix 2 more things in ecore-fb
raster [Thu, 5 Jul 2012 14:51:29 +0000 (14:51 +0000)]
fix 2 more things in ecore-fb

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73361 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix ecore-fb.. so terminology works 100% perfectly in fb!
raster [Thu, 5 Jul 2012 14:18:29 +0000 (14:18 +0000)]
fix ecore-fb.. so terminology works 100% perfectly in fb!

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73354 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Evas_Wayland_Egl: Actually implement the screen_dpi_get function
devilhorns [Thu, 5 Jul 2012 14:17:04 +0000 (14:17 +0000)]
Ecore_Evas_Wayland_Egl: Actually implement the screen_dpi_get function
inside the Ecore_Evas_Engine_Functions.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73353 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Evas_Wayland: Add code to handle the ecore_evas_screen_dpi_get
devilhorns [Thu, 5 Jul 2012 14:09:32 +0000 (14:09 +0000)]
Ecore_Evas_Wayland: Add code to handle the ecore_evas_screen_dpi_get
function recently added. NB: This only gets the xdpi currently from
ecore_wayland.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73352 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Wayland: Fix some typos in the doxygen with regard to dpi get.
devilhorns [Thu, 5 Jul 2012 14:06:20 +0000 (14:06 +0000)]
Ecore_Wayland: Fix some typos in the doxygen with regard to dpi get.
Add a comment pending future investigation with regard to how dpi is
calculated here.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73351 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore/imf_context: Fix up docs.
stefan [Thu, 5 Jul 2012 13:55:57 +0000 (13:55 +0000)]
ecore/imf_context: Fix up docs.

Copy and paste is only the first step. The second, and more important, is to actually adjust the
docs to the new function.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73349 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore/examples: Follow E coding style here as a good example for others.
stefan [Thu, 5 Jul 2012 13:44:29 +0000 (13:44 +0000)]
ecore/examples: Follow E coding style here as a good example for others.

I had a look at the ecore_events examples and the indent was mixed with tabs and spaces. Made it
really unreadable on the HTML output. Give newcomers a hand and start with the E coding style here.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73347 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoa WTF i noticed!
raster [Thu, 5 Jul 2012 13:07:33 +0000 (13:07 +0000)]
a WTF i noticed!

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73344 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore evas gets func to get dpi and frix x screen size get.
raster [Thu, 5 Jul 2012 12:51:05 +0000 (12:51 +0000)]
ecore evas gets func to get dpi and frix x screen size get.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73341 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoibus-immodule: remove trailing whitespaces and fix indentation
jihoon [Thu, 5 Jul 2012 01:03:15 +0000 (01:03 +0000)]
ibus-immodule: remove trailing whitespaces and fix indentation

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73319 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Wayland: Updates to work with latest Wayland:
devilhorns [Wed, 4 Jul 2012 07:16:29 +0000 (07:16 +0000)]
Ecore_Wayland: Updates to work with latest Wayland:
  Add pointer frame callback. Add pointer surface listener.
  Use doubles for input surface position.
  Fix dnd function prototype to use wl_data_offer now.
  Fix dnd_add function to not use proxy_create anymore.
  Fix regression where window resizing down would leave artifacts.
    - Need to update the window allocation size before attaching the
new buffer.
  Fix set_transient & set_popup to use the parent surface, not the
shell surface.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73254 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Evas: Fix missing initializer for for the engine_functions. (was
devilhorns [Wed, 4 Jul 2012 06:00:23 +0000 (06:00 +0000)]
Ecore_Evas: Fix missing initializer for for the engine_functions. (was
missing profiles_set).

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73251 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_IMF: add @since to enums missed @since
jihoon [Tue, 3 Jul 2012 14:23:17 +0000 (14:23 +0000)]
Ecore_IMF: add @since to enums missed @since

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73242 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_IMF: add @since to new enums and functions
jihoon [Tue, 3 Jul 2012 14:21:01 +0000 (14:21 +0000)]
Ecore_IMF: add @since to new enums and functions

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73241 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: Remove erroneous ecore_x line.
devilhorns [Tue, 3 Jul 2012 12:26:33 +0000 (12:26 +0000)]
Ecore: Remove erroneous ecore_x line.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73232 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: Update NEWS to list Ecore_X_Error_Code enum in the proper
devilhorns [Tue, 3 Jul 2012 12:16:09 +0000 (12:16 +0000)]
Ecore: Update NEWS to list Ecore_X_Error_Code enum in the proper
section.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73230 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X: Add @since to new functions.
devilhorns [Tue, 3 Jul 2012 09:43:56 +0000 (09:43 +0000)]
Ecore_X: Add @since to new functions.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73219 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: Update news with api additions.
devilhorns [Tue, 3 Jul 2012 09:43:06 +0000 (09:43 +0000)]
Ecore: Update news with api additions.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73218 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: And also add entries for ecore_imf changes.
devilhorns [Tue, 3 Jul 2012 09:14:50 +0000 (09:14 +0000)]
Ecore: And also add entries for ecore_imf changes.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73216 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: Update Changelog for Tizen code merge.
devilhorns [Tue, 3 Jul 2012 09:13:11 +0000 (09:13 +0000)]
Ecore: Update Changelog for Tizen code merge.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73215 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X: Add missing function prototypes in Ecore_X header from Tizen
devilhorns [Tue, 3 Jul 2012 08:06:10 +0000 (08:06 +0000)]
Ecore_X: Add missing function prototypes in Ecore_X header from Tizen
merge.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73208 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Evas Merge Tizen changes to upstream EFL.
devilhorns [Tue, 3 Jul 2012 07:44:17 +0000 (07:44 +0000)]
Ecore_Evas Merge Tizen changes to upstream EFL.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73206 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Imf: Merge Tizen changes to upstream EFL.
devilhorns [Tue, 3 Jul 2012 07:39:08 +0000 (07:39 +0000)]
Ecore_Imf: Merge Tizen changes to upstream EFL.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73204 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X: Merge Tizen changes to upstream EFL.
devilhorns [Tue, 3 Jul 2012 07:36:55 +0000 (07:36 +0000)]
Ecore_X: Merge Tizen changes to upstream EFL.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73203 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: fix use of unitialized Ecore_X_Atoms.
cedric [Tue, 3 Jul 2012 02:41:35 +0000 (02:41 +0000)]
ecore: fix use of unitialized Ecore_X_Atoms.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73186 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agochangelog for previous commit
discomfitor [Mon, 2 Jul 2012 09:25:09 +0000 (09:25 +0000)]
changelog for previous commit

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73142 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agocorrectly handle resolver failures during connection, should fix super long-standing...
discomfitor [Mon, 2 Jul 2012 09:24:02 +0000 (09:24 +0000)]
correctly handle resolver failures during connection, should fix super long-standing bug which caused crashes when no network connection was present

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73141 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agochange the minimum version of ibus because of API compatibility
jihoon [Mon, 2 Jul 2012 02:01:15 +0000 (02:01 +0000)]
change the minimum version of ibus because of API compatibility

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73119 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agocomp sync back on by default. need to solve this another way.
raster [Sun, 1 Jul 2012 22:44:55 +0000 (22:44 +0000)]
comp sync back on by default. need to solve this another way.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73114 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoibus-immodule: support async mode. especially there is problem when korean input...
jihoon [Sun, 1 Jul 2012 12:57:52 +0000 (12:57 +0000)]
ibus-immodule: support async mode. especially there is problem when korean input in sync mode. It's known issue in ibus

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73111 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoibus-immodule: fix formatting
jihoon [Sun, 1 Jul 2012 12:42:46 +0000 (12:42 +0000)]
ibus-immodule: fix formatting

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73110 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoscim-immodule: handle altgr modifier
jihoon [Fri, 29 Jun 2012 05:23:41 +0000 (05:23 +0000)]
scim-immodule: handle altgr modifier

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73022 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoibusimmodule: handle altgr modifier
jihoon [Fri, 29 Jun 2012 05:23:00 +0000 (05:23 +0000)]
ibusimmodule: handle altgr modifier

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73021 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agothere - @since. it has no docs anyway.
raster [Thu, 28 Jun 2012 09:26:22 +0000 (09:26 +0000)]
there - @since. it has no docs anyway.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@72988 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: unused-params--
stefan [Thu, 28 Jun 2012 08:51:42 +0000 (08:51 +0000)]
ecore: unused-params--

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@72985 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoadd some error messages when server connections fail for debugging
discomfitor [Thu, 28 Jun 2012 08:51:06 +0000 (08:51 +0000)]
add some error messages when server connections fail for debugging

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@72984 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoadd compose sequence decode/hanling to ecore-input. needs manual use
raster [Thu, 28 Jun 2012 08:17:13 +0000 (08:17 +0000)]
add compose sequence decode/hanling to ecore-input. needs manual use
to detect though. needs to be added to edje_entry and terminology.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@72982 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: Rename Mode to AltGr
englebass [Thu, 28 Jun 2012 07:30:32 +0000 (07:30 +0000)]
ecore: Rename Mode to AltGr

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@72980 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoibusimmodule: remove trailing whitespaces
jihoon [Thu, 28 Jun 2012 02:43:58 +0000 (02:43 +0000)]
ibusimmodule: remove trailing whitespaces

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@72969 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore xim: No need to cast here
englebass [Wed, 27 Jun 2012 20:50:45 +0000 (20:50 +0000)]
ecore xim: No need to cast here

XKeyPressedEvent is correct

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@72967 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore xim: Enable lock scroll
englebass [Wed, 27 Jun 2012 17:54:12 +0000 (17:54 +0000)]
ecore xim: Enable lock scroll

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@72956 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore xim: Use ecore x modifiers
englebass [Wed, 27 Jun 2012 17:54:08 +0000 (17:54 +0000)]
ecore xim: Use ecore x modifiers

So if the users do a strange remapping it will work for them

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@72955 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore_x: Make x modifiers public
englebass [Wed, 27 Jun 2012 17:54:01 +0000 (17:54 +0000)]
ecore_x: Make x modifiers public

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@72954 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: ChangeLog for last commit
englebass [Wed, 27 Jun 2012 11:00:28 +0000 (11:00 +0000)]
ecore: ChangeLog for last commit

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@72939 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33