profile/ivi/ecore.git
11 years agoEcore_Wayland: Fix ticket 1252 and stop segfaulting when we don't have upstream
devilhorns [Wed, 15 Aug 2012 14:01:20 +0000 (14:01 +0000)]
Ecore_Wayland: Fix ticket 1252 and stop segfaulting when we don't have
a keyboard or pointer interface available for drag-n-drop.

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

11 years agoEcore_Evas (wayland_shm): Fullscreen mode bug fixes
devilhorns [Wed, 15 Aug 2012 10:55:35 +0000 (10:55 +0000)]
Ecore_Evas (wayland_shm): Fullscreen mode bug fixes

Only take min & max properties into account if the window is not fullscreen.

Be sure to call update_size before we attach the buffer, as the buffer attach
code makes use of the allocated size to damage the surface.

Add trapping for fullscreen window in the configure callback. This
(along with coming commits) allows us to actually do fullscreen now :)

During window configure, when we check for maximized, we should check
to be sure it is not fullscreen also before adjusting window size.

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

11 years agoEcore_Wayland: Only set the window allocated size if it is not a
devilhorns [Wed, 15 Aug 2012 10:02:22 +0000 (10:02 +0000)]
Ecore_Wayland: Only set the window allocated size if it is not a
fullscreen window. On a configure event, do not reset the allocated
size (this will be calculated and set later).

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

11 years agoavoid potential deadlock if the same canvas has the 2 plugs pointing
raster [Tue, 14 Aug 2012 06:29:17 +0000 (06:29 +0000)]
avoid potential deadlock if the same canvas has the 2 plugs pointing
to the SAME socket. :) nasteeeeh.

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

11 years agosmall theoretical oopsie waiting to happen - won't ever, but guar
raster [Tue, 14 Aug 2012 06:11:32 +0000 (06:11 +0000)]
small theoretical oopsie waiting to happen - won't ever, but guar
against it anyway.

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

11 years agomissing ecore_init in ecore_input.
raster [Tue, 14 Aug 2012 04:47:54 +0000 (04:47 +0000)]
missing ecore_init in ecore_input.

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

11 years agoEcore_Evas (wayland): Fix ecore_evas egl windows to properly resize
devilhorns [Mon, 13 Aug 2012 14:33:05 +0000 (14:33 +0000)]
Ecore_Evas (wayland): Fix ecore_evas egl windows to properly resize
from the top when asked too (this is akin to the wayland_shm resize
fix). Also, when we update the ecore_wl_window size, we
should be sure to call the buffer attach function so that server size
allocation can be kept in sync with the window allocation.

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

11 years agoEcore_Wayland (egl): Update server allocation when window allocation
devilhorns [Mon, 13 Aug 2012 14:30:58 +0000 (14:30 +0000)]
Ecore_Wayland (egl): Update server allocation when window allocation
changes.

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

11 years agopatch from vtorri fixing rare segv condition in main loop
discomfitor [Mon, 13 Aug 2012 10:32:20 +0000 (10:32 +0000)]
patch from vtorri fixing rare segv condition in main loop

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

11 years agoextend ecore fork infra to handle pipe re-create afetr fork for
raster [Mon, 13 Aug 2012 08:52:45 +0000 (08:52 +0000)]
extend ecore fork infra to handle pipe re-create afetr fork for
ecore-evas.

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

11 years agoformatting.
raster [Mon, 13 Aug 2012 02:55:41 +0000 (02:55 +0000)]
formatting.

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

11 years agowarning--
raster [Mon, 13 Aug 2012 02:54:57 +0000 (02:54 +0000)]
warning--

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

11 years agodocs + @since for ecore_fork()
raster [Mon, 13 Aug 2012 02:53:48 +0000 (02:53 +0000)]
docs + @since for ecore_fork()

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

11 years agorever part of stefan's coverage patch - not related to the other bits
raster [Sun, 12 Aug 2012 02:40:49 +0000 (02:40 +0000)]
rever part of stefan's coverage patch - not related to the other bits
and yes.. wrong :)

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

11 years agoecore: fix version in NEWS
jihoon [Fri, 10 Aug 2012 13:57:13 +0000 (13:57 +0000)]
ecore: fix version in NEWS

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

11 years agofix passthrough getenv for eina mempool in ecore too.
raster [Fri, 10 Aug 2012 12:50:09 +0000 (12:50 +0000)]
fix passthrough getenv for eina mempool in ecore too.

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

11 years agomore updates for 1.7.0 alpha.
raster [Fri, 10 Aug 2012 10:51:17 +0000 (10:51 +0000)]
more updates for 1.7.0 alpha.

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

11 years agomore po update for ecore.
raster [Fri, 10 Aug 2012 10:50:51 +0000 (10:50 +0000)]
more po update for ecore.

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

11 years agoalpha release of 1.7 - let's roll. ALPHA!
raster [Fri, 10 Aug 2012 10:37:05 +0000 (10:37 +0000)]
alpha release of 1.7 - let's roll. ALPHA!

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

11 years agoupdate po's
raster [Fri, 10 Aug 2012 10:36:39 +0000 (10:36 +0000)]
update po's

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

11 years agosimplify unsetting/setting damage flag in ecore evas rendering to avoid altering...
discomfitor [Fri, 10 Aug 2012 08:45:28 +0000 (08:45 +0000)]
simplify unsetting/setting damage flag in ecore evas rendering to avoid altering previously set event mask flags

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

11 years agoonly need to avoid exposures when we're shaped
discomfitor [Fri, 10 Aug 2012 08:41:10 +0000 (08:41 +0000)]
only need to avoid exposures when we're shaped

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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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