profile/ivi/ecore.git
12 years agoecore: Allow quitting the main loop before entering it
mike_m [Tue, 29 Nov 2011 09:24:51 +0000 (09:24 +0000)]
ecore: Allow quitting the main loop before entering it

elementary_config does this, and the glib based main loop didn't support it.

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@65683 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix ChangeLog entry
caro [Tue, 29 Nov 2011 07:20:04 +0000 (07:20 +0000)]
fix ChangeLog entry

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

12 years agoEcore_Win32: Fix the string value for the Delete key
caro [Tue, 29 Nov 2011 07:19:27 +0000 (07:19 +0000)]
Ecore_Win32: Fix the string value for the Delete key

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

12 years agoEcore_Win32: Fix AltGr detection on Windows XP (discard additional Ctrl left)
caro [Tue, 29 Nov 2011 06:58:55 +0000 (06:58 +0000)]
Ecore_Win32: Fix AltGr detection on Windows XP (discard additional Ctrl left)

API break (no problem if you don't use timestamps directly from Ecore_Win32)

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

12 years agofix ecore-con tracking of event count lists for clients!!! thanks
raster [Mon, 28 Nov 2011 12:06:50 +0000 (12:06 +0000)]
fix ecore-con tracking of event count lists for clients!!! thanks
valgrind!

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

12 years agoupdate po's for ecore
raster [Mon, 28 Nov 2011 12:06:15 +0000 (12:06 +0000)]
update po's for ecore

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

12 years agoupdating greek translations
maxerba [Sun, 27 Nov 2011 19:48:35 +0000 (19:48 +0000)]
updating greek translations

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

12 years agoEcore_Win32: fix and improve keyboard management on Windows XP
caro [Sun, 27 Nov 2011 12:03:56 +0000 (12:03 +0000)]
Ecore_Win32: fix and improve keyboard management on Windows XP

* fix some event values
* Add the "Windows" key support
* manage modifiers for shift, ctrl, alt and windows keys

that support is not finished, there still several bugs.

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

12 years agoEcore_X(cb): Remove not-needed variable in key event. Remove unused
devilhorns [Thu, 24 Nov 2011 23:58:26 +0000 (23:58 +0000)]
Ecore_X(cb): Remove not-needed variable in key event. Remove unused
goto label.

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

12 years agoecore/fb: Bring back the old signature of ecore_fb_input_device_open.
antognolli [Thu, 24 Nov 2011 21:08:22 +0000 (21:08 +0000)]
ecore/fb: Bring back the old signature of ecore_fb_input_device_open.

A previous patch had changed its signature, but since this is an EAPI,
we can't break it. Now ecore_fb_input_device_window_set() was added to
provide the same functionality.

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

12 years agoFrom: Bluezery <ohpowel@gmail.com>
raster [Thu, 24 Nov 2011 11:55:50 +0000 (11:55 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][ecore_file] Fix buffer flush bug

fclose() should be called before callback is called to notify user of
download completion because it cannot be flushed sometimes.

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

12 years agoecore: Fix a warning
mike_m [Thu, 24 Nov 2011 00:04:57 +0000 (00:04 +0000)]
ecore: Fix a warning

ecore_evas_fb.c: In function ‘_ecore_evas_fb_init’:
ecore_evas_fb.c:248:14: warning: implicit declaration of function ‘ecore_fb_ts_event_window_set’

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@65546 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_File: let configure do its job
caro [Wed, 23 Nov 2011 23:46:12 +0000 (23:46 +0000)]
Ecore_File: let configure do its job

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

12 years agoEcore_Win32: fix default values
caro [Wed, 23 Nov 2011 21:21:33 +0000 (21:21 +0000)]
Ecore_Win32: fix default values

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

12 years agoecore/fb: same_screen = 1 for ecore_input_events.
antognolli [Wed, 23 Nov 2011 17:08:40 +0000 (17:08 +0000)]
ecore/fb: same_screen = 1 for ecore_input_events.

AFAIU, this should be the correct, although this parameter isn't used
anywhere. But let's keep some consistency with the other backends, and
try to avoid future bugs.

Patch for SiT.

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

12 years agoecore/fb: Fix tslib input events.
antognolli [Wed, 23 Nov 2011 16:52:14 +0000 (16:52 +0000)]
ecore/fb: Fix tslib input events.

With ecore_evas_input, every event must tell for which window it
is intended.

Patch for SiT.

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

12 years agochange of email address: this is going to be ugly
discomfitor [Wed, 23 Nov 2011 08:40:50 +0000 (08:40 +0000)]
change of email address: this is going to be ugly

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

12 years agosvn:ignore
discomfitor [Wed, 23 Nov 2011 08:35:15 +0000 (08:35 +0000)]
svn:ignore

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

12 years agocomplain if eina_str_convert doesn't work to kelp quaker66 :)
raster [Tue, 22 Nov 2011 11:08:45 +0000 (11:08 +0000)]
complain if eina_str_convert doesn't work to kelp quaker66 :)

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

12 years agoFix bug ecore-evas for fb, buffer, sdl back-ends to ensure
raster [Tue, 22 Nov 2011 05:51:06 +0000 (05:51 +0000)]
Fix bug ecore-evas for fb, buffer, sdl back-ends to ensure
mouse is in on init (as events wont always give this) and focus
is set on show if appropriate if no focus in/out events come
from the back-end later

Fix setting override state to only hide if it should be
visible at that point in x back end support

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

12 years agoEcore: fix some warnings on Windows
caro [Mon, 21 Nov 2011 20:20:39 +0000 (20:20 +0000)]
Ecore: fix some warnings on Windows

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

12 years agoecore: oops forgotten to test all possible option.
cedric [Sun, 20 Nov 2011 16:52:21 +0000 (16:52 +0000)]
ecore: oops forgotten to test all possible option.

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

12 years agoecore: use Eina_File for cleaner more portable code.
cedric [Sun, 20 Nov 2011 15:14:48 +0000 (15:14 +0000)]
ecore: use Eina_File for cleaner more portable code.

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

12 years agoecore: remove some warning.
cedric [Sun, 20 Nov 2011 14:44:05 +0000 (14:44 +0000)]
ecore: remove some warning.

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

12 years agoecore: don't build binary if not requested.
cedric [Sun, 20 Nov 2011 14:37:14 +0000 (14:37 +0000)]
ecore: don't build binary if not requested.

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

12 years agoEcore: put entry in the correct section
caro [Sun, 20 Nov 2011 07:16:39 +0000 (07:16 +0000)]
Ecore: put entry in the correct section

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

12 years agoEcore: and update ChangeLog NEWS...
caro [Sun, 20 Nov 2011 07:15:51 +0000 (07:15 +0000)]
Ecore: and update ChangeLog NEWS...

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

12 years agoalso move magic unset to after all events come back so we don't break anyone's event...
discomfitor [Sun, 20 Nov 2011 07:11:05 +0000 (07:11 +0000)]
also move magic unset to after all events come back so we don't break anyone's event handlers

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

12 years agoEcore_Win32: Resolving the issue of "mouse-down inside and mouse-up outside"
caro [Sun, 20 Nov 2011 07:09:31 +0000 (07:09 +0000)]
Ecore_Win32: Resolving the issue of "mouse-down inside and mouse-up outside"

Patch by Kim Shinwoo

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

12 years agoEcore: update ChangeLog and NEWS
caro [Sun, 20 Nov 2011 06:55:31 +0000 (06:55 +0000)]
Ecore: update ChangeLog and NEWS

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

12 years agoEcore_WinCE: fix Shift, Control and Alt detection
caro [Sun, 20 Nov 2011 06:44:56 +0000 (06:44 +0000)]
Ecore_WinCE: fix Shift, Control and Alt detection

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

12 years agoEcore_Win32: formatting
caro [Sun, 20 Nov 2011 06:44:11 +0000 (06:44 +0000)]
Ecore_Win32: formatting

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

12 years agoEcore_Win32: remove LF
caro [Sun, 20 Nov 2011 06:19:40 +0000 (06:19 +0000)]
Ecore_Win32: remove LF

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

12 years agoattempt #1 to fix obscure disconnect crash
discomfitor [Sun, 20 Nov 2011 00:28:48 +0000 (00:28 +0000)]
attempt #1 to fix obscure disconnect crash

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

12 years agoEcore: fix Shift, Control and Alt keys detection
caro [Sat, 19 Nov 2011 18:03:59 +0000 (18:03 +0000)]
Ecore: fix Shift, Control and Alt keys detection

Shift (left/right), Control and Alt are now detected.
AltGr is not, as it's actually a Control (left) key,
immediately followed by an Alt key, and I don't know how
to see know if the left Control kye is the one pressed by
the user or the one thrown by AltGr.

modifiers are not set too. Will be set soon

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

12 years agomy name is Leif Middelschulte and I leave my debug printfs in my code FOREVER
discomfitor [Fri, 18 Nov 2011 18:23:17 +0000 (18:23 +0000)]
my name is Leif Middelschulte and I leave my debug printfs in my code FOREVER

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

12 years agorewrite a few small things to make code more clear
discomfitor [Fri, 18 Nov 2011 03:59:00 +0000 (03:59 +0000)]
rewrite a few small things to make code more clear

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

12 years agoevil >= 1.0.0
caro [Wed, 16 Nov 2011 17:50:39 +0000 (17:50 +0000)]
evil >= 1.0.0

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

12 years agoupdate release candidate trees to their release version in preparation
raster [Wed, 16 Nov 2011 05:34:37 +0000 (05:34 +0000)]
update release candidate trees to their release version in preparation
for alpha

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

12 years agoupdate po's for ecore
raster [Tue, 15 Nov 2011 11:38:49 +0000 (11:38 +0000)]
update po's for ecore

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

12 years agoupdate READMe for ecore
raster [Tue, 15 Nov 2011 11:38:20 +0000 (11:38 +0000)]
update READMe for ecore

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

12 years agoEcore: fix warning when no timer dump are requested
caro [Mon, 14 Nov 2011 22:33:34 +0000 (22:33 +0000)]
Ecore: fix warning when no timer dump are requested

Patch by Fabien Romano from OpenBSD

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

12 years agoEcore: warning: implicit declaration of functions 'getpid' and 'usleep' on OpenBSD
caro [Mon, 14 Nov 2011 22:29:46 +0000 (22:29 +0000)]
Ecore:   warning: implicit declaration of functions 'getpid' and 'usleep' on OpenBSD

Patch by Fabien Romano from OpenBSD

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

12 years agoEcore: fix warning: 'struct in_addr' declared inside parameter list on OpenBSD
caro [Mon, 14 Nov 2011 22:25:07 +0000 (22:25 +0000)]
Ecore: fix warning: 'struct in_addr' declared inside parameter list on OpenBSD

Patch by Fabien Romano from OpenBSD

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

12 years agoEcore_X(cb): Fix formatting in ecore_xcb_window. Fix buggers in ICCCM
devilhorns [Mon, 14 Nov 2011 18:49:50 +0000 (18:49 +0000)]
Ecore_X(cb): Fix formatting in ecore_xcb_window. Fix buggers in ICCCM
code which were not setting icccm wm protocols correctly. This 'fix'
matches up w/ the xcb_icccm_* functions defined in the xcb headers.

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

12 years agoEcore_Evas: We don't need to allocate 10 items for this array if we
devilhorns [Mon, 14 Nov 2011 18:48:19 +0000 (18:48 +0000)]
Ecore_Evas: We don't need to allocate 10 items for this array if we
are only going to use (at most) 3.

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

12 years agowarning--
raster [Mon, 14 Nov 2011 04:33:01 +0000 (04:33 +0000)]
warning--

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

12 years agowarning--
raster [Mon, 14 Nov 2011 04:32:12 +0000 (04:32 +0000)]
warning--

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

12 years agoget NEWS for ecore up-to-date
raster [Sun, 13 Nov 2011 12:29:35 +0000 (12:29 +0000)]
get NEWS for ecore up-to-date

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

12 years agolet's just make additions the same. whats' the difference between api
raster [Sun, 13 Nov 2011 06:10:46 +0000 (06:10 +0000)]
let's just make additions the same. whats' the difference between api
additions.. and xrandr api additions? both are api additions. :)

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

12 years agothis should be correct for xcb - it seems that it packs card32's into
raster [Sat, 12 Nov 2011 08:59:28 +0000 (08:59 +0000)]
this should be correct for xcb - it seems that it packs card32's into
unit32_t's

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

12 years agothere is no long at all in the X specification
caro [Sat, 12 Nov 2011 07:18:12 +0000 (07:18 +0000)]
there is no long at all in the X specification

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

12 years agoalso revert long -> int change in xcb
raster [Sat, 12 Nov 2011 01:40:51 +0000 (01:40 +0000)]
also revert long -> int change in xcb

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

12 years agoback to unsigned long. code was actually correct as-is.
raster [Sat, 12 Nov 2011 00:54:22 +0000 (00:54 +0000)]
back to unsigned long. code was actually correct as-is.

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

12 years agoEcore_X: Fix array problem for 64-bit (unsigned long vs unsigned int).
devilhorns [Fri, 11 Nov 2011 19:43:04 +0000 (19:43 +0000)]
Ecore_X: Fix array problem for 64-bit (unsigned long vs unsigned int).
Thanks vtorri ;)

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

12 years agoEcore: Fix warning and seg fault
caro [Fri, 11 Nov 2011 19:12:36 +0000 (19:12 +0000)]
Ecore: Fix warning and seg fault

Fix warning: large integer implicitly truncated to unsigned type.
In ecore_x_window_prop_card32_list_get(): return -1 if malloc fails.

Patch from OpenBSD via Jonathan Armani

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

12 years agoEcore_X: If malloc fails (when trying to get a window property list),
devilhorns [Fri, 11 Nov 2011 19:11:35 +0000 (19:11 +0000)]
Ecore_X: If malloc fails (when trying to get a window property list),
then return -1 to indicate failure. Add some missing parens in the
formatting.

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

12 years agoEcore: Fix warning: large integer implicitly truncated to unsigned type inecore_x/xcb
caro [Fri, 11 Nov 2011 18:51:53 +0000 (18:51 +0000)]
Ecore: Fix warning: large integer implicitly truncated to unsigned type inecore_x/xcb

xcb_get_property_unchecked() requires an uint32_t as last parameter, so use
UINT_MAX instead of LONG_MAX

Patch from OpenBSD via Jonathan Armani

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

12 years agoEcore: Add virtual keys support for Shift, Ctrl, Alt on Win32 and WinCE
caro [Fri, 11 Nov 2011 07:32:08 +0000 (07:32 +0000)]
Ecore: Add virtual keys support for Shift, Ctrl, Alt on Win32 and WinCE

Patch by Shinwoo Kim

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

12 years agoEcore: add callbacks for window focus in/out event on Win32 and WinCE
caro [Fri, 11 Nov 2011 07:24:00 +0000 (07:24 +0000)]
Ecore: add callbacks for window focus in/out event on Win32 and WinCE

Patch by Shinwoo Kim

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

12 years agoredo ecore-con shutdown to fix crashes if people are stupid and call ecore_con_shutdo...
discomfitor [Fri, 11 Nov 2011 02:44:16 +0000 (02:44 +0000)]
redo ecore-con shutdown to fix crashes if people are stupid and call ecore_con_shutdown() while servers exist and main loop is still running

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

12 years agoProperly check for empty string
sachiel [Thu, 10 Nov 2011 23:21:15 +0000 (23:21 +0000)]
Properly check for empty string

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

12 years agoEcore: fix reg exp when with_internal_maximum_log_level is enabled
caro [Thu, 10 Nov 2011 19:27:12 +0000 (19:27 +0000)]
Ecore: fix reg exp when with_internal_maximum_log_level is enabled

replace \+ by + as it should be
add -E option to grep, handle the + in expression

Patch from OpenBSD via Jonathan Armani <armani@openbsd.org>

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

12 years agoEcore: detect Cocoa options only if we want ecore-cocoa.
caro [Thu, 10 Nov 2011 18:18:39 +0000 (18:18 +0000)]
Ecore: detect Cocoa options only if we want ecore-cocoa.
Build can fail if Cocoa options are passed and gnustep-gui has been installed

Nicolas: can you please test on your Mac OS X ?

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

12 years agoupdate po files for ecore
raster [Thu, 10 Nov 2011 06:37:20 +0000 (06:37 +0000)]
update po files for ecore

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

12 years agoFrom: Bluezery <ohpowel@gmail.com>
raster [Thu, 10 Nov 2011 06:35:53 +0000 (06:35 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [ecore_con] Bug fix when data is NULL.

If data is NULL, curl makes length field as -1 .
length filed should be set by 0.

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

12 years agoremove some unused vars
discomfitor [Wed, 9 Nov 2011 01:19:14 +0000 (01:19 +0000)]
remove some unused vars

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

12 years agofix null deref
discomfitor [Wed, 9 Nov 2011 01:18:18 +0000 (01:18 +0000)]
fix null deref

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

12 years agopatch from bluezery to use proper eina log dom and remove 0 byte destination files...
discomfitor [Wed, 9 Nov 2011 01:03:09 +0000 (01:03 +0000)]
patch from bluezery to use proper eina log dom and remove 0 byte destination files on failed download

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

12 years agoEcore_X(cb): Fix formatting in newly added randr code.
devilhorns [Tue, 8 Nov 2011 22:16:14 +0000 (22:16 +0000)]
Ecore_X(cb): Fix formatting in newly added randr code.

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

12 years agoEcore_X(cb): Add missing randr functions for new Randr Config dialog
devilhorns [Tue, 8 Nov 2011 22:09:32 +0000 (22:09 +0000)]
Ecore_X(cb): Add missing randr functions for new Randr Config dialog
in E.

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

12 years agoEcore_Fb: Comment out unused (but declared) function prototypes to
devilhorns [Tue, 8 Nov 2011 21:10:26 +0000 (21:10 +0000)]
Ecore_Fb: Comment out unused (but declared) function prototypes to
remove compiler warning.

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

12 years agoEcore_X(cb): Fix compiler warnings when building without gesture
devilhorns [Tue, 8 Nov 2011 21:09:33 +0000 (21:09 +0000)]
Ecore_X(cb): Fix compiler warnings when building without gesture
support.

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

12 years agofix DSO
discomfitor [Tue, 8 Nov 2011 05:28:27 +0000 (05:28 +0000)]
fix DSO

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

12 years agoecore: improve ecore_con speed by using mempool.
cedric [Sun, 6 Nov 2011 12:26:00 +0000 (12:26 +0000)]
ecore: improve ecore_con speed by using mempool.

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

12 years agoadd workareas get as requested in ticket #793 but actually support
raster [Sun, 6 Nov 2011 09:16:00 +0000 (09:16 +0000)]
add workareas get as requested in ticket #793 but actually support
more than 1 - for multi-screen.

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

12 years agoTicket #824 - no readme.in's
raster [Sun, 6 Nov 2011 08:47:38 +0000 (08:47 +0000)]
Ticket #824 - no readme.in's

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

12 years agofix but resulting from threadsafety addition by mike.
raster [Sun, 6 Nov 2011 06:17:56 +0000 (06:17 +0000)]
fix but resulting from threadsafety addition by mike.

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

12 years agochlog++
raster [Sun, 6 Nov 2011 06:16:31 +0000 (06:16 +0000)]
chlog++

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

12 years agoauthors++
raster [Sun, 6 Nov 2011 06:15:05 +0000 (06:15 +0000)]
authors++

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

12 years agoFrom: Bluezery <ohpowel@gmail.com>
raster [Sun, 6 Nov 2011 06:14:31 +0000 (06:14 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [ecore_file] Check a return value of
ecore_con_url_get()

_ecore_file_download_curl() does not check return value of  even if
ecore_con_url_get(), it can be failed.
I add a simple error checking.
Please review this patch.

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

12 years agoEcore-evas: Add psl1ght module to ecore-evas
kakaroto [Sat, 5 Nov 2011 17:50:02 +0000 (17:50 +0000)]
Ecore-evas: Add psl1ght module to ecore-evas

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

12 years agoEcore: Add ecore-psl1ght library
kakaroto [Sat, 5 Nov 2011 17:49:55 +0000 (17:49 +0000)]
Ecore: Add ecore-psl1ght library

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

12 years agoEcore: Port ecore to the PS3
kakaroto [Sat, 5 Nov 2011 17:49:49 +0000 (17:49 +0000)]
Ecore: Port ecore to the PS3

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

12 years agoEcore: AM_PROG_CC_STDC is deprecated
caro [Fri, 4 Nov 2011 20:29:47 +0000 (20:29 +0000)]
Ecore: AM_PROG_CC_STDC is deprecated

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

12 years agoadd yet another warning here in case people miss the first few subtle hints
discomfitor [Fri, 4 Nov 2011 14:44:30 +0000 (14:44 +0000)]
add yet another warning here in case people miss the first few subtle hints

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

12 years agoEcore_X(cb): Fixup formatting in new gesture file. Remove erroneous
devilhorns [Fri, 4 Nov 2011 13:46:58 +0000 (13:46 +0000)]
Ecore_X(cb): Fixup formatting in new gesture file. Remove erroneous
fprintfs (LOGFN already handles printing that info out).

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

12 years agoFrom: Sung-Jin Park <sj76.park@samsung.com>
raster [Fri, 4 Nov 2011 12:44:28 +0000 (12:44 +0000)]
From: Sung-Jin Park <sj76.park@samsung.com>
Subject: Re: review request : ecore x patch for X Gesture extention

Do you remember that I told you X gesture extension patch for ecore x ?
I’d like to put the attached patch to ecore_x in upstream.
This patch is just for initializing/receiving X gesture extension stuff.
Would you please put this in SVN ? : )
Thanks and regards,
Sung-Jin Park

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

12 years agopatch from Jihoon Kim to remove Evas dependency in imf
discomfitor [Wed, 2 Nov 2011 23:51:58 +0000 (23:51 +0000)]
patch from Jihoon Kim to remove Evas dependency in imf

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

12 years agoecore: changelog++
captainigloo [Wed, 2 Nov 2011 20:07:03 +0000 (20:07 +0000)]
ecore: changelog++

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

12 years agoformatting
caro [Wed, 2 Nov 2011 20:06:08 +0000 (20:06 +0000)]
formatting

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

12 years agoecore: fix ecore build when ecore_cocoa is not build !
captainigloo [Wed, 2 Nov 2011 19:44:36 +0000 (19:44 +0000)]
ecore: fix ecore build when ecore_cocoa is not build !

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

12 years agoecore: Add ecore_cocoa and ecore_evas_cocoa engine support. Currently, event and...
captainigloo [Wed, 2 Nov 2011 19:20:09 +0000 (19:20 +0000)]
ecore: Add ecore_cocoa and ecore_evas_cocoa engine support. Currently, event and main loop integration is not working, but you can create a new ecore_cocoa window and attach an evas inside.

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

12 years agoEcore: fix Cocoa stuff detection on FreeBSD and Mac OS X, clean up ipv6 detection
caro [Wed, 2 Nov 2011 18:16:23 +0000 (18:16 +0000)]
Ecore: fix Cocoa stuff detection on FreeBSD and Mac OS X, clean up ipv6 detection

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

12 years agoImplement ee's req value to other windowing system.
jypark [Wed, 2 Nov 2011 06:55:12 +0000 (06:55 +0000)]
Implement ee's req value to other windowing system.
currently only x windowing system implement this value

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

12 years agosvn:ignores
discomfitor [Wed, 2 Nov 2011 03:00:34 +0000 (03:00 +0000)]
svn:ignores

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

12 years agomake ipv6 support configurable
discomfitor [Wed, 2 Nov 2011 02:59:36 +0000 (02:59 +0000)]
make ipv6 support configurable

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

12 years agoFrom: Jihoon Kim <jihoon48.kim@samsung.com>
raster [Tue, 1 Nov 2011 02:30:07 +0000 (02:30 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: Re: [E-devel] [PATCH] Fix the bug that user cannot input key

At this moment, space is processed in case of WM_KEYDOWN and WM_CHAR.

Therefore, 'space' key is processed twice, it makes bug.

In previous my patch, I changed keyname and string wrong.

I send the revised patch again.

(also applied to wince)

this is am improvement.. but its not all "right" yet. :(

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

12 years agoFrom: Kim Yunhan <spbear@gmail.com>
raster [Tue, 1 Nov 2011 02:25:14 +0000 (02:25 +0000)]
From: Kim Yunhan <spbear@gmail.com>
Subject: [E-devel] Small patch with ecore_con_url.

When I tested with elementary map, there is too many logs on console.
It makes me difficult to distinguish normal logs that I want to debug.
:'-(
It's libcurl's internal log for representing progress bar like this.

-----
downloaded : 343 / 363
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
   Current
                                    Dload  Upload   Total   Spent
Left
 Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:--
--:--:--
  0
  downloaded : 343 / 362
    % Total    % Received % Xferd  Average Speed   Time    Time     Time
     Current
                                      Dload  Upload   Total   Spent
Left
 Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:--
--:--:--
  0
  downloaded : 343 / 361
    % Total    % Received % Xferd  Average Speed   Time    Time     Time
     Current
                                      Dload  Upload   Total   Spent
Left
 Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:--
--:--:--
  0
  downloaded : 344 / 365
  downloaded : 345 / 365
  downloaded : 346 / 365
  downloaded : 347 / 365
  -----

  So, I want to remove this log.
  And I look around ecore_con_url's code.
  Then I found solution for it.

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

12 years agoImplement ee's req value to other windowing system.
jypark [Mon, 31 Oct 2011 10:46:35 +0000 (10:46 +0000)]
Implement ee's req value to other windowing system.
currently only x windowing system implement this value.

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