profile/ivi/ecore.git
12 years agoremvoe unused func too
raster [Thu, 29 Mar 2012 09:25:48 +0000 (09:25 +0000)]
remvoe unused func too

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

12 years agoecore_x: fix some typos
jihoon [Thu, 29 Mar 2012 09:02:22 +0000 (09:02 +0000)]
ecore_x: fix some typos

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

12 years agoand kill warnings (-Wshadow) in ecore_getopt. pointed out that
raster [Thu, 29 Mar 2012 08:56:10 +0000 (08:56 +0000)]
and kill warnings (-Wshadow) in ecore_getopt. pointed out that
ecore_getopt_help() cant be called from a thread either in the process.

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

12 years agomain loop checks for all of ecore -> back. (removed by cedric last year)
raster [Thu, 29 Mar 2012 08:52:25 +0000 (08:52 +0000)]
main loop checks for all of ecore -> back. (removed by cedric last year)

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

12 years agopur RAPI's on the .c file funcs.. TOO! so we can see which are api
raster [Thu, 29 Mar 2012 08:43:11 +0000 (08:43 +0000)]
pur RAPI's on the .c file funcs.. TOO! so we can see which are api
calls and whats internal!

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

12 years ago* Fix range of issues with ecore_fb and even ecore_evas where
raster [Thu, 29 Mar 2012 05:57:41 +0000 (05:57 +0000)]
* Fix range of issues with ecore_fb and even ecore_evas where
it didn't work right on the fb. (timestamps wrong, focus
handling etc.). This makes it work fully again.

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

12 years agoecore Ecore.h: Fixed documentation typo.
seoz [Thu, 29 Mar 2012 05:09:58 +0000 (05:09 +0000)]
ecore Ecore.h: Fixed documentation typo.

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

12 years agolet's use ()'s to group our logic better?
raster [Thu, 29 Mar 2012 03:15:36 +0000 (03:15 +0000)]
let's use ()'s to group our logic better?

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

12 years agoEcore_Evas (wayland): Be sure to call 'iterate' if this is the first
devilhorns [Thu, 29 Mar 2012 01:28:28 +0000 (01:28 +0000)]
Ecore_Evas (wayland): Be sure to call 'iterate' if this is the first
initialize of ecore_wl (needed for running clients under the Weston
Compositor). Remove extra flush call when rendering.

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

12 years agoEcore_Wayland: Add an API function which calls wl_display_iterate(readable).
devilhorns [Thu, 29 Mar 2012 01:26:30 +0000 (01:26 +0000)]
Ecore_Wayland: Add an API function which calls wl_display_iterate(readable).

Fix ecore_wl_window surface attach of the buffer for shm and egl types.

NB: This ensures that both efl/elm clients work under the Wayland
Compositor AND the E17 Compositor.

NB: The issue here is that clients (when run under the Wayland
compositor) need to make sure 'iterate' has
been called before creating surfaces so that the wl_compositor is
setup. However, the actual E17 Compositor will hang if 'iterate' is called
to early.

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

12 years agoecore_imf: remove NULL check prior to EINA_LIST_FREE
jihoon [Wed, 28 Mar 2012 11:03:11 +0000 (11:03 +0000)]
ecore_imf: remove NULL check prior to EINA_LIST_FREE
EINA_LIST_FREE checks whether its parameter is NULL or not
Thanks, Sebastian.

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

12 years agoecore_imf: describe about Ecore IMF Context more detail
jihoon [Wed, 28 Mar 2012 02:23:57 +0000 (02:23 +0000)]
ecore_imf: describe about Ecore IMF Context more detail

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

12 years agoEcore_Wayland: Remove dependency on egl (handled in compositors).
devilhorns [Tue, 27 Mar 2012 17:50:40 +0000 (17:50 +0000)]
Ecore_Wayland: Remove dependency on egl (handled in compositors).
Handle 'axis' events from multi-touch devices (also handles mouse
wheel).
Remove wl_buffer_damage calls (obsolete in newest wayland).

NB: This will require the 'latest' wayland code from their git repo as
of 2012-03-27.

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

12 years agoEcore_Wayland: Add doxy & since for dpi function.
devilhorns [Tue, 27 Mar 2012 15:15:21 +0000 (15:15 +0000)]
Ecore_Wayland: Add doxy & since for dpi function.

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

12 years agoscim-immodule: fix bug candidate window covers the preedit string when preedit string...
jihoon [Tue, 27 Mar 2012 09:05:00 +0000 (09:05 +0000)]
scim-immodule: fix bug candidate window covers the preedit string when preedit string appears in 2 line.

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

12 years agoscim_imcontext.cpp: remove trailing whitespace
jihoon [Tue, 27 Mar 2012 08:58:35 +0000 (08:58 +0000)]
scim_imcontext.cpp: remove trailing whitespace

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

12 years agoEcore: Fix botched merge of ChangeLog.
devilhorns [Tue, 27 Mar 2012 07:09:03 +0000 (07:09 +0000)]
Ecore: Fix botched merge of ChangeLog.

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

12 years agoEcore: Update ChangeLog
devilhorns [Tue, 27 Mar 2012 02:36:00 +0000 (02:36 +0000)]
Ecore: Update ChangeLog

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

12 years agoEcore: Fix configure.ac detection of the egl library (needs version >=
devilhorns [Tue, 27 Mar 2012 02:18:40 +0000 (02:18 +0000)]
Ecore: Fix configure.ac detection of the egl library (needs version >=
7.10).

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

12 years agoEcore_Evas (wayland):
devilhorns [Tue, 27 Mar 2012 02:17:22 +0000 (02:17 +0000)]
Ecore_Evas (wayland):

- Add ecore_wl_sync to ecore_evas_wayland_* (needed for some
compositors).
- Implement ecore_evas_wayland_type_set (for setting window types).
- Implement ecore_evas_wayland_pointer_set (for setting pointer
hotspots).
- Fix ecore_evas_alpha/transparent set.

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

12 years agoEcore_Wayland:
devilhorns [Tue, 27 Mar 2012 02:13:34 +0000 (02:13 +0000)]
Ecore_Wayland:

- Comment out display_iterate during intialize (hangs compositor
initialize).
- Simplify ecore_wl_flush routine and avoid possible hangs in
wl_display_roundtrip.
- Add function (for trip ;) ) to be able to return the screen dpi.
- Implement functions for input grab/ungrab.
- Set root.x/y in mouse events.
- Remove freeing of mouse_move event (already handled generically).
- Handle setting output mm width/height (for calc of dpi).
- Implement setting surface input & opaque regions.
- Implement popup windows.
- Implement ecore_wl_window_transparent_set function.
- Implement function to allow setting Ecore_Wl_Window type.
- Implement setting the wayland mouse pointer to an image (via
ecore_wl_window_pointer_set).
- Comment out wl_display_iterate during initialize (can cause hangs in
compositor).
- Simplify ecore_wl_flush (to avoid compositor hangs).

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

12 years agoEcore_Win32/WinCE: also do not autorepeat the Win key
caro [Mon, 26 Mar 2012 17:33:10 +0000 (17:33 +0000)]
Ecore_Win32/WinCE: also do not autorepeat the Win key

Patch by Shinwoo Kim

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

12 years agoEcore_Win32/WinCE: do not autorepeat Ctrl, Shift and Alt keys
caro [Mon, 26 Mar 2012 06:31:39 +0000 (06:31 +0000)]
Ecore_Win32/WinCE: do not autorepeat Ctrl, Shift and Alt keys

Patch by Shinwoo Kim

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

12 years agoEcore: fix shm_open() check (can be in libc or librt)
caro [Sun, 25 Mar 2012 17:25:04 +0000 (17:25 +0000)]
Ecore: fix shm_open() check (can be in libc or librt)

  This works in linux and windows, and should fix shm_detection on BSD (including Mac)

  BSD, Mac and solaris users : please check that it compiles and shm_open is detected

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

12 years agorevert. gettext 0.18 is problematic on some platforms
caro [Sat, 24 Mar 2012 18:57:21 +0000 (18:57 +0000)]
revert. gettext 0.18 is problematic on some platforms

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

12 years agoBump gettext
ravenlock [Sat, 24 Mar 2012 15:48:38 +0000 (15:48 +0000)]
Bump gettext

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

12 years agoEcore_X.h: musst -> must in doxygen
jihoon [Fri, 23 Mar 2012 09:23:46 +0000 (09:23 +0000)]
Ecore_X.h: musst -> must in doxygen

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

12 years agoecore_imf_context.c: fix typos in doxygen
jihoon [Fri, 23 Mar 2012 08:37:13 +0000 (08:37 +0000)]
ecore_imf_context.c: fix typos in doxygen

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

12 years agoEcore_Evas.h: fix typos
jihoon [Fri, 23 Mar 2012 08:36:37 +0000 (08:36 +0000)]
Ecore_Evas.h: fix typos

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

12 years agoEcore.h: fix typos
jihoon [Fri, 23 Mar 2012 05:44:46 +0000 (05:44 +0000)]
Ecore.h: fix typos

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

12 years agoFrom: Vikram Narayanan <vikram186@gmail.com>
raster [Thu, 22 Mar 2012 06:01:59 +0000 (06:01 +0000)]
From: Vikram Narayanan <vikram186@gmail.com>
Subject: [E-devel] [PATCH] ecore/ecore_fb: Tweaks in _ecore_fb_size_get

As the width and height are defined as static, no need to initialize it
again to zero. Also removed checks for 'valid pointers' as it is redundant.

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

12 years agoEcore FD handler docs.
gastal [Wed, 21 Mar 2012 14:14:50 +0000 (14:14 +0000)]
Ecore FD handler docs.

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

12 years agoand fix ecore_evas...
caro [Tue, 20 Mar 2012 22:57:05 +0000 (22:57 +0000)]
and fix ecore_evas...

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

12 years agoEcore: fix compilation
caro [Tue, 20 Mar 2012 22:44:21 +0000 (22:44 +0000)]
Ecore: fix compilation

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

12 years agoEcore: add ecore_wince_window_focus_get() and ecore_win32_window_focus_get()
caro [Tue, 20 Mar 2012 04:35:18 +0000 (04:35 +0000)]
Ecore: add ecore_wince_window_focus_get() and ecore_win32_window_focus_get()

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

12 years agoEcore: rename ecore_win32_focus_set() to ecore_win32_focus() and add ecore_wince_focus()
caro [Tue, 20 Mar 2012 04:09:51 +0000 (04:09 +0000)]
Ecore: rename ecore_win32_focus_set() to ecore_win32_focus() and add ecore_wince_focus()

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

12 years agoecore_imf: add free memory code in ecore_imf_context_preedit_string_with_attributes_g...
jihoon [Sat, 17 Mar 2012 10:44:04 +0000 (10:44 +0000)]
ecore_imf: add free memory code in ecore_imf_context_preedit_string_with_attributes_get example

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

12 years agoand work more on getting release in shape - version requirements.
raster [Sat, 17 Mar 2012 06:25:41 +0000 (06:25 +0000)]
and work more on getting release in shape - version requirements.

(god this is a pain in the butt)

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

12 years agomissing flags
caro [Sat, 17 Mar 2012 05:42:47 +0000 (05:42 +0000)]
missing flags

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

12 years agoadd back in libs.private/requires to pc files with some fixes for
raster [Sat, 17 Mar 2012 05:37:25 +0000 (05:37 +0000)]
add back in libs.private/requires to pc files with some fixes for
missing.

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

12 years agogear up svn for release. one of many steps/things to do.
raster [Sat, 17 Mar 2012 04:17:29 +0000 (04:17 +0000)]
gear up svn for release. one of many steps/things to do.

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

12 years agoecore_imf_evas: add example code in doxygen
jihoon [Fri, 16 Mar 2012 06:44:54 +0000 (06:44 +0000)]
ecore_imf_evas: add example code in doxygen

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

12 years agoecore_imf: add example code in doxygen
jihoon [Fri, 16 Mar 2012 06:44:05 +0000 (06:44 +0000)]
ecore_imf: add example code in doxygen

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

12 years agoEcore poller docs.
gastal [Thu, 15 Mar 2012 19:31:09 +0000 (19:31 +0000)]
Ecore poller docs.

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

12 years agoecore: fix Ecore_Thread memory leak.
cedric [Wed, 14 Mar 2012 17:51:38 +0000 (17:51 +0000)]
ecore: fix Ecore_Thread memory leak.

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

12 years agoEcore event functions docs improvements.
gastal [Wed, 14 Mar 2012 13:22:20 +0000 (13:22 +0000)]
Ecore event functions docs improvements.

Moved docs to header file.
Fixed some typos.
Added @brief.
Add failure information to @return.
Other random improvements.

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

12 years agoDo not cut off \0 anymore.
leif [Tue, 13 Mar 2012 19:57:06 +0000 (19:57 +0000)]
Do not cut off \0 anymore.

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

12 years agoBetter ecore event docs.
gastal [Tue, 13 Mar 2012 18:29:31 +0000 (18:29 +0000)]
Better ecore event docs.

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

12 years agoupdate client flush properly, fixing bug spotted by raoulh
discomfitor [Tue, 13 Mar 2012 13:44:18 +0000 (13:44 +0000)]
update client flush properly, fixing bug spotted by raoulh

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

12 years agoFrom: Bluezery <ohpowel@gmail.com>
discomfitor [Mon, 12 Mar 2012 04:53:47 +0000 (04:53 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][ecore_con] Simple bug fix
Date: Mon, 12 Mar 2012 13:45:02 +0900

Hello,

This is patch to prevent a segfault if curlmsg == NULL.

Thanks.

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

12 years agoecore: fix Ecore_Thread double free and update ChangeLog/NEWS.
cedric [Sat, 10 Mar 2012 12:47:54 +0000 (12:47 +0000)]
ecore: fix Ecore_Thread double free and update ChangeLog/NEWS.

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

12 years agoImprovements to ecore timer docs.
gastal [Fri, 9 Mar 2012 19:21:52 +0000 (19:21 +0000)]
Improvements to ecore timer docs.

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

12 years agoSplitting time and timer into separte groups.
gastal [Fri, 9 Mar 2012 19:21:47 +0000 (19:21 +0000)]
Splitting time and timer into separte groups.

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

12 years agoEcore idlers doc bump.
gastal [Fri, 9 Mar 2012 17:31:47 +0000 (17:31 +0000)]
Ecore idlers doc bump.

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

12 years agohey cedric - i left this commented out, but this 2nd queue is wrong as
raster [Fri, 9 Mar 2012 12:49:30 +0000 (12:49 +0000)]
hey cedric - i left this commented out, but this 2nd queue is wrong as
the first handles cleaning up the direct worker.

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

12 years agoEcore_Wayland: Update ecore_wayland to match new events in todays
devilhorns [Fri, 9 Mar 2012 02:36:00 +0000 (02:36 +0000)]
Ecore_Wayland: Update ecore_wayland to match new events in todays
Wayland code.

NB: This will probably need updating again tomorrow, and again the day
after, etc, etc.

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

12 years agoformatting
englebass [Thu, 8 Mar 2012 19:52:26 +0000 (19:52 +0000)]
formatting

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

12 years agoEcore_Wayland: Remove free of the interfaces_bound event. Thanks Seb :)
devilhorns [Thu, 8 Mar 2012 15:54:21 +0000 (15:54 +0000)]
Ecore_Wayland: Remove free of the interfaces_bound event. Thanks Seb :)

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

12 years agoEcore_X(cb): Let's compile again, yea ? ;)
devilhorns [Thu, 8 Mar 2012 15:25:46 +0000 (15:25 +0000)]
Ecore_X(cb): Let's compile again, yea ? ;)

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

12 years agothis is dicsomfitors focus problem. commit and lets see if peolpe
raster [Thu, 8 Mar 2012 07:51:39 +0000 (07:51 +0000)]
this is dicsomfitors focus problem. commit and lets see if peolpe
suffer.

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

12 years agoreturn 0 on failure for status_code_get, and don't call curl functions more than...
discomfitor [Thu, 8 Mar 2012 07:46:42 +0000 (07:46 +0000)]
return 0 on failure for status_code_get, and don't call curl functions more than once

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

12 years agoEcore_Con: should fix compilation on Mac OS X
caro [Wed, 7 Mar 2012 23:34:38 +0000 (23:34 +0000)]
Ecore_Con: should fix compilation on Mac OS X

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

12 years agoEcore_Wayland: Don't need to init egl here (just yet). Add an event
devilhorns [Wed, 7 Mar 2012 21:46:52 +0000 (21:46 +0000)]
Ecore_Wayland: Don't need to init egl here (just yet). Add an event
(interfaces_bound) to be raised when ecore_wayland has everything it
needs to function properly. (Used in the e17 wayland only code).

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

12 years agoEcore_Evas (wayland_shm): Make sure we have a window for the engine
devilhorns [Wed, 7 Mar 2012 21:46:01 +0000 (21:46 +0000)]
Ecore_Evas (wayland_shm): Make sure we have a window for the engine
before trying to attach a buffer.

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

12 years agoThe Typo That Broke The World
discomfitor [Wed, 7 Mar 2012 21:06:34 +0000 (21:06 +0000)]
The Typo That Broke The World

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

12 years agos/foced/forced/
discomfitor [Wed, 7 Mar 2012 19:39:22 +0000 (19:39 +0000)]
s/foced/forced/

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

12 years agoEcore: fix detection of net/if.h and shm_open on Mac OS X
caro [Wed, 7 Mar 2012 17:17:06 +0000 (17:17 +0000)]
Ecore: fix detection of net/if.h and shm_open on Mac OS X

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

12 years agoadded ecore_con_url_status_code_get, cleaned up recent changelog/news entries, zero...
discomfitor [Wed, 7 Mar 2012 17:15:01 +0000 (17:15 +0000)]
added ecore_con_url_status_code_get, cleaned up recent changelog/news entries, zero http status on new transfers

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

12 years agocheck return code on CURLINFO_RESPONSE_CODE and add helper function for it
discomfitor [Wed, 7 Mar 2012 17:06:33 +0000 (17:06 +0000)]
check return code on CURLINFO_RESPONSE_CODE and add helper function for it

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

12 years agoecore: add needed exotic include.
cedric [Wed, 7 Mar 2012 16:14:47 +0000 (16:14 +0000)]
ecore: add needed exotic include.

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

12 years agoecore: remove an impossible to track assert.
cedric [Wed, 7 Mar 2012 16:11:55 +0000 (16:11 +0000)]
ecore: remove an impossible to track assert.

NOTE: I am now all for removing this lock. They trigger crash,
are not implementing the feature they are advertising, are not
maintained and impossible to fix.

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

12 years agoscim_immodule: remove unused code
jihoon [Wed, 7 Mar 2012 14:52:22 +0000 (14:52 +0000)]
scim_immodule: remove unused code

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

12 years agochlog++
raster [Wed, 7 Mar 2012 14:35:22 +0000 (14:35 +0000)]
chlog++

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

12 years agoadd patrch for rotation atoms also fix previous indicator patch to
raster [Wed, 7 Mar 2012 14:34:24 +0000 (14:34 +0000)]
add patrch for rotation atoms also fix previous indicator patch to
have atoms set up right.

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

12 years agoFrom: myoungwoon kim <myoungwoon@gmail.com>
raster [Wed, 7 Mar 2012 14:26:20 +0000 (14:26 +0000)]
From: myoungwoon kim <myoungwoon@gmail.com>
Subject: [E-devel] [Patch] Ecore, Elementary: Supporting indicator
opacity mode

This is Myoungwoon Roy Kim.

This patches are for supporting the indicator's opacity mode and made by
Jeonhoon Park(jh1979.park@samsung.com) who is responsible for Indicator
application.

Requirements:
- In mobile device, Indicator area should be displayed as Opacity,
Transparency, or sometimes Translucency according to the UX
requirements.
This requirement can be applied in case of fullscreen based menu and
fullscreen applications like video player etc.

Functional requirements:
1. User can set indicator's opacity mode as opacity, transparency, and
translucency
2. User can get the current indicator's opacity mode.

Currently there are no APIs for supporting the upper functional
requirements.

Thus, he added support for indicator's opacity mode.
It is designed for EFL developers easily to set the indicator's opacity
like the existing indicator's mode.
He added a Elm_Win_Indicator_Opacity_Mode structure variable into
Elm_Win
structure.
Meanwhile, new two APIs are implemented independently from the existing
source code.

Anybody please review this and apply it to upstream code.

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

12 years agolets have actual atom vars to hold the atoms eh? so we compile and
raster [Wed, 7 Mar 2012 11:25:16 +0000 (11:25 +0000)]
lets have actual atom vars to hold the atoms eh? so we compile and
link and stuff :)

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

12 years agoEcore_Evas: fix compilation after the removal of ecore_win32_shape_set() API
caro [Wed, 7 Mar 2012 10:39:30 +0000 (10:39 +0000)]
Ecore_Evas: fix compilation after the removal of ecore_win32_shape_set() API

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

12 years agoEcore_Win32: fix initialization of base_width/height values
caro [Wed, 7 Mar 2012 10:28:48 +0000 (10:28 +0000)]
Ecore_Win32: fix initialization of base_width/height values

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

12 years agoecore - updated Changelog. Forgot it even if I set his poster to my desktop backgroun...
hermet [Wed, 7 Mar 2012 10:24:30 +0000 (10:24 +0000)]
ecore - updated Changelog. Forgot it even if I set his poster to my desktop background image.

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

12 years agoecore/ecore_x - added ecore_x_illume clipboard stuff.
hermet [Wed, 7 Mar 2012 10:13:24 +0000 (10:13 +0000)]
ecore/ecore_x - added ecore_x_illume clipboard stuff.

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

12 years agoecore_imf: change parameter name in ecore_imf_context_input_panel_return_key_type_set
jihoon [Tue, 6 Mar 2012 02:46:09 +0000 (02:46 +0000)]
ecore_imf: change parameter name in ecore_imf_context_input_panel_return_key_type_set

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

12 years agoEcore_Wayland: Don't require a current surface to retrieve pointer
devilhorns [Mon, 5 Mar 2012 16:50:20 +0000 (16:50 +0000)]
Ecore_Wayland: Don't require a current surface to retrieve pointer
position as we may not have an active window when this is requested.

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

12 years agoEcore con style fix.
gastal [Mon, 5 Mar 2012 14:59:59 +0000 (14:59 +0000)]
Ecore con style fix.

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

12 years agoStyle fix for ecore exe docs.
gastal [Mon, 5 Mar 2012 14:59:55 +0000 (14:59 +0000)]
Style fix for ecore exe docs.

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

12 years agoBetter ecore main loop docs.
gastal [Mon, 5 Mar 2012 14:47:44 +0000 (14:47 +0000)]
Better ecore main loop docs.

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

12 years agoMake listed ecore evas examples links.
gastal [Mon, 5 Mar 2012 14:47:37 +0000 (14:47 +0000)]
Make listed ecore evas examples links.

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

12 years agoremoved useless information about libm dependency which is shipped with libc
thanatermesis [Mon, 5 Mar 2012 13:26:41 +0000 (13:26 +0000)]
removed useless information about libm dependency which is shipped with libc

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

12 years agopatch from bluezery finishing socks env variable pickup from ecore_con_socks.c
discomfitor [Sat, 3 Mar 2012 19:49:19 +0000 (19:49 +0000)]
patch from bluezery finishing socks env variable pickup from ecore_con_socks.c

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

12 years agoecore: fix brief description of ecore_x_window_focus_get
jihoon [Sat, 3 Mar 2012 12:51:20 +0000 (12:51 +0000)]
ecore: fix brief description of ecore_x_window_focus_get

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

12 years agoecore: fix doxygen ingroup about ecore_x_window_defaults_set API
jihoon [Sat, 3 Mar 2012 07:20:54 +0000 (07:20 +0000)]
ecore: fix doxygen ingroup about ecore_x_window_defaults_set API

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

12 years agoecore Ecore_Evas.h: Fixed documentation typo.
seoz [Fri, 2 Mar 2012 12:07:52 +0000 (12:07 +0000)]
ecore Ecore_Evas.h: Fixed documentation typo.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@68624 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Wayland: Remove image_target_texture_2d (not used and requires
devilhorns [Thu, 1 Mar 2012 17:25:54 +0000 (17:25 +0000)]
Ecore_Wayland: Remove image_target_texture_2d (not used and requires
GL header which causes issues for E17 wayland only).

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

12 years agoEcore_Wayland: Add ecore_wl_pointer_xy_get function.
devilhorns [Thu, 1 Mar 2012 13:43:41 +0000 (13:43 +0000)]
Ecore_Wayland: Add ecore_wl_pointer_xy_get function.

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

12 years agoecore_imf: fix doxygen
jihoon [Thu, 1 Mar 2012 13:34:08 +0000 (13:34 +0000)]
ecore_imf: fix doxygen

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

12 years agoEcore_Evas (wayland_egl): Cleanup the engine structure & remove unused
devilhorns [Thu, 1 Mar 2012 13:33:23 +0000 (13:33 +0000)]
Ecore_Evas (wayland_egl): Cleanup the engine structure & remove unused
things. Implement alpha_set, transparent_set, and ignore_events for
ecore_evas_wayland_EGL.

NB: Big fat warning ... don't try to use alpha_set for EE_Wayland_Egl.
It segfaults for some unknown reason. If anyone knows EGL code, please
feel free to have a look. Any help is appreciated here.

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

12 years agoBetter ecore_evas intro docs.
gastal [Thu, 1 Mar 2012 13:02:17 +0000 (13:02 +0000)]
Better ecore_evas intro docs.

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

12 years agoImproved ecore_evas_callbacks example.
gastal [Thu, 1 Mar 2012 13:02:13 +0000 (13:02 +0000)]
Improved ecore_evas_callbacks example.

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

12 years agoImproved ecore_evas_basics example.
gastal [Thu, 1 Mar 2012 13:02:08 +0000 (13:02 +0000)]
Improved ecore_evas_basics example.

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

12 years agoFixing some typos.
gastal [Thu, 1 Mar 2012 13:02:03 +0000 (13:02 +0000)]
Fixing some typos.

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

12 years agoEcore_Evas (wayland): Implement alpha_set, transparent_set, and
devilhorns [Wed, 29 Feb 2012 21:00:38 +0000 (21:00 +0000)]
Ecore_Evas (wayland): Implement alpha_set, transparent_set, and
ignore_events for ecore_evas_wayland_shm.

NB: I have to code for egl done, but am tracking a segfault when we
set alpha :/

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