framework/uifw/ecore.git
14 years agoSmall typo and whitespace fix
lmunch [Thu, 28 Jan 2010 16:07:33 +0000 (16:07 +0000)]
Small typo and whitespace fix

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

14 years agoFix client limit when reject excess clients is enabled
lmunch [Thu, 28 Jan 2010 16:05:34 +0000 (16:05 +0000)]
Fix client limit when reject excess clients is enabled

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

14 years ago * ecore_con: Fix UDP server when receiving both IPv4 and IPV6 packet.
cedric [Thu, 28 Jan 2010 15:35:29 +0000 (15:35 +0000)]
* ecore_con: Fix UDP server when receiving both IPv4 and IPV6 packet.

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

14 years agoswitch to eina_strlcpy
englebass [Wed, 27 Jan 2010 20:59:26 +0000 (20:59 +0000)]
switch to eina_strlcpy

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

14 years agobetter output
caro [Wed, 27 Jan 2010 19:48:11 +0000 (19:48 +0000)]
better output

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

14 years agomake animator happen AT a vierual animator tick point.
raster [Wed, 27 Jan 2010 03:51:46 +0000 (03:51 +0000)]
make animator happen AT a vierual animator tick point.

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

14 years agomissing header
caro [Tue, 26 Jan 2010 23:32:06 +0000 (23:32 +0000)]
missing header

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

14 years agofix ecore doc and python-elementary about ecore_job merge
billiob [Tue, 26 Jan 2010 23:16:56 +0000 (23:16 +0000)]
fix ecore doc and python-elementary about ecore_job merge

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

14 years agoRemove Ecore Data
englebass [Tue, 26 Jan 2010 22:22:14 +0000 (22:22 +0000)]
Remove Ecore Data

This requires ecore_imf_modules to change.

Substitute imf_module_init in modules with
EINA_MODULE_INIT(imf_module_init) and init Ecore_IMF_Context_Info here
and then register with ecore_imf with ecore_imf_module_register

Since it seems that there is no ecore_imf_modules in svn it is hard to
test this change.

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

14 years agoRemove Ecore_Data
englebass [Tue, 26 Jan 2010 21:08:13 +0000 (21:08 +0000)]
Remove Ecore_Data

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

14 years agoRemove Ecore_Data
englebass [Tue, 26 Jan 2010 21:07:53 +0000 (21:07 +0000)]
Remove Ecore_Data

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

14 years agoRemove Ecore_Data
englebass [Tue, 26 Jan 2010 20:42:49 +0000 (20:42 +0000)]
Remove Ecore_Data

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

14 years agoremove ecore_job directory.
barbieri [Tue, 26 Jan 2010 14:12:30 +0000 (14:12 +0000)]
remove ecore_job directory.

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

14 years agofix help of the configure.
caro [Tue, 26 Jan 2010 08:57:57 +0000 (08:57 +0000)]
fix help of the configure.

there is only --enable-*** options displayed, with no default value,
so if someone wants me to add them, please tell me (it's a bit of
work, though :p)

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

14 years ago * ecore: Move ecore_job inside ecore.
cedric [Mon, 25 Jan 2010 21:59:21 +0000 (21:59 +0000)]
* ecore: Move ecore_job inside ecore.

Patch from Albin "Lutin" Tonnerre <albin.tonnerre@gmail.com>.

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

14 years agoadd atoms+cursor includes to ecore_x.h - so much simpler for users. no need
raster [Sun, 24 Jan 2010 13:07:35 +0000 (13:07 +0000)]
add atoms+cursor includes to ecore_x.h - so much simpler for users. no need
to keep them separate.

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

14 years agoRemove duplicate function declaration.
devilhorns [Sun, 24 Jan 2010 11:44:38 +0000 (11:44 +0000)]
Remove duplicate function declaration.

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

14 years agouse pre-post swap callbacks and expose for gl
raster [Sun, 24 Jan 2010 11:01:39 +0000 (11:01 +0000)]
use pre-post swap callbacks and expose for gl

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

14 years agosaftery for strncpy
raster [Sun, 24 Jan 2010 02:23:43 +0000 (02:23 +0000)]
saftery for strncpy

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

14 years agoAdd atom/function to request a position update for quickpanel. Useful for
devilhorns [Fri, 22 Jan 2010 22:48:59 +0000 (22:48 +0000)]
Add atom/function to request a position update for quickpanel. Useful for
when indicator gets dragged around.

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

14 years agoAdded missing compose values for SDL key events
xcomputerman [Fri, 22 Jan 2010 22:26:42 +0000 (22:26 +0000)]
Added missing compose values for SDL key events

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

14 years agopid++ for evas gl x11 windows!
raster [Fri, 22 Jan 2010 11:15:58 +0000 (11:15 +0000)]
pid++ for evas gl x11 windows!

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

14 years agofix warnings
caro [Fri, 22 Jan 2010 07:03:04 +0000 (07:03 +0000)]
fix warnings
patch by Albin Tonnerre

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

14 years agoadd missing API ecore_x_xregion_is_equal()
caro [Fri, 22 Jan 2010 06:55:06 +0000 (06:55 +0000)]
add missing API ecore_x_xregion_is_equal()
patch by Albin Tonnerre

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

14 years agofix function name
caro [Fri, 22 Jan 2010 06:53:24 +0000 (06:53 +0000)]
fix function name
patch by Albin Tonnerre

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

14 years agoSDLK_COLON was reporting ";" instead of ":"
xcomputerman [Fri, 22 Jan 2010 01:12:22 +0000 (01:12 +0000)]
SDLK_COLON was reporting ";" instead of ":"

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

14 years agobetter readme based on trac/wiki description.
barbieri [Fri, 22 Jan 2010 00:18:22 +0000 (00:18 +0000)]
better readme based on trac/wiki description.

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

14 years agolink against xinput2
caro [Thu, 21 Jan 2010 09:56:49 +0000 (09:56 +0000)]
link against xinput2

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

14 years ago * ecore: Handle NULL in ecore_file_dir_get.
cedric [Wed, 20 Jan 2010 12:41:22 +0000 (12:41 +0000)]
* ecore: Handle NULL in ecore_file_dir_get.

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

14 years agomake genericevent ifdefed - obviously is too new. oddd - it's on ubuntu 9.04
raster [Wed, 20 Jan 2010 00:09:26 +0000 (00:09 +0000)]
make genericevent ifdefed - obviously is too new. oddd - it's on ubuntu 9.04
- which isnt too new.

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

14 years agoPatch to add key modifiers for Ecore_SDL (thanks Ryan Hope)
xcomputerman [Tue, 19 Jan 2010 09:01:48 +0000 (09:01 +0000)]
Patch to add key modifiers for Ecore_SDL (thanks Ryan Hope)

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

14 years agoFrom: 이상진 <lsj119@samsung.com>
raster [Tue, 19 Jan 2010 05:13:58 +0000 (05:13 +0000)]
From: 이상진 <lsj119@samsung.com>

generic events exposed from ecore_x (if you have the newest xlib goop like xi2)

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

14 years agofix raster's cleaning for Windows CE
caro [Mon, 18 Jan 2010 18:26:34 +0000 (18:26 +0000)]
fix raster's cleaning for Windows CE

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

14 years agoadd stub Windows CE ecore_exe. Will be filled later
caro [Mon, 18 Jan 2010 18:16:50 +0000 (18:16 +0000)]
add stub Windows CE ecore_exe. Will be filled later

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

14 years ago * ecore: Fix ecore_file_dir_get.
cedric [Mon, 18 Jan 2010 11:05:03 +0000 (11:05 +0000)]
* ecore: Fix ecore_file_dir_get.

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

14 years agoecore: do not install ecore-x.pc twice
dottedmag [Mon, 18 Jan 2010 07:01:28 +0000 (07:01 +0000)]
ecore: do not install ecore-x.pc twice

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

14 years agoMake ecore_x build again.
devilhorns [Sun, 17 Jan 2010 19:57:50 +0000 (19:57 +0000)]
Make ecore_x build again.
Remove whitespace.

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

14 years agoRemove extra parentheses on calls to _ecore_mouse_button.
mekius [Sun, 17 Jan 2010 19:37:38 +0000 (19:37 +0000)]
Remove extra parentheses on calls to _ecore_mouse_button.

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

14 years agoalso more multitouch suport improvements.
raster [Sun, 17 Jan 2010 08:52:38 +0000 (08:52 +0000)]
also more multitouch suport improvements.

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

14 years ago,++
raster [Sun, 17 Jan 2010 04:25:39 +0000 (04:25 +0000)]
,++

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

14 years agoactually looked at headers for xi2 now.
raster [Sun, 17 Jan 2010 04:11:52 +0000 (04:11 +0000)]
actually looked at headers for xi2 now.

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

14 years agoopcode -> _ecore_x_xi2_opcode
raster [Sun, 17 Jan 2010 01:33:43 +0000 (01:33 +0000)]
opcode -> _ecore_x_xi2_opcode

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

14 years agoSlight modification to the zone request send function.
devilhorns [Sat, 16 Jan 2010 18:36:30 +0000 (18:36 +0000)]
Slight modification to the zone request send function.

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

14 years agoInlcude Eina.h for Eina_Bool (use with ecore_x_input_multi_select)
devilhorns [Sat, 16 Jan 2010 17:12:50 +0000 (17:12 +0000)]
Inlcude Eina.h for Eina_Bool (use with ecore_x_input_multi_select)

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

14 years agoAdd atoms/functions to allow a quickpanel zone to be set.
devilhorns [Sat, 16 Jan 2010 17:02:33 +0000 (17:02 +0000)]
Add atoms/functions to allow a quickpanel zone to be set.

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

14 years agostatement not reached
caro [Sat, 16 Jan 2010 13:58:02 +0000 (13:58 +0000)]
statement not reached

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

14 years agostatement not reached
caro [Sat, 16 Jan 2010 13:51:55 +0000 (13:51 +0000)]
statement not reached

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

14 years agodo not do arithmetic pointer on void
caro [Sat, 16 Jan 2010 13:50:57 +0000 (13:50 +0000)]
do not do arithmetic pointer on void

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

14 years agofix warnings on opensolaris
caro [Sat, 16 Jan 2010 13:44:25 +0000 (13:44 +0000)]
fix warnings on opensolaris

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

14 years agoSecond argument isn't sort order, it's list size
englebass [Sat, 16 Jan 2010 13:43:04 +0000 (13:43 +0000)]
Second argument isn't sort order, it's list size

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

14 years agomultitouch support for xi2 and floating xi devices
raster [Sat, 16 Jan 2010 12:20:56 +0000 (12:20 +0000)]
multitouch support for xi2 and floating xi devices

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

14 years agoMake ecore_file compile again.
devilhorns [Sat, 16 Jan 2010 05:20:14 +0000 (05:20 +0000)]
Make ecore_file compile again.

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

14 years agoEcore_Data gone
englebass [Fri, 15 Jan 2010 21:47:27 +0000 (21:47 +0000)]
Ecore_Data gone

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

14 years agoRemove dependency on Ecore_Data
englebass [Fri, 15 Jan 2010 21:47:15 +0000 (21:47 +0000)]
Remove dependency on Ecore_Data

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

14 years agoRemove dependency on Ecore_Data
englebass [Fri, 15 Jan 2010 21:47:03 +0000 (21:47 +0000)]
Remove dependency on Ecore_Data

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

14 years agobzero is deprecated, use memset instead.
caro [Fri, 15 Jan 2010 07:44:27 +0000 (07:44 +0000)]
bzero is deprecated, use memset instead.

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

14 years agomake clang happy
englebass [Thu, 14 Jan 2010 23:48:04 +0000 (23:48 +0000)]
make clang happy

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

14 years agoremove unused variable
englebass [Thu, 14 Jan 2010 23:47:52 +0000 (23:47 +0000)]
remove unused variable

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

14 years agomake clang happy
englebass [Thu, 14 Jan 2010 23:47:26 +0000 (23:47 +0000)]
make clang happy

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

14 years agoAdd atom/function for setting illume zones. Needed so we can retrieve from
devilhorns [Thu, 14 Jan 2010 20:08:27 +0000 (20:08 +0000)]
Add atom/function for setting illume zones. Needed so we can retrieve from
elm apps.

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

14 years ago * ecore_evas: Cleanup buffer render user. Why isn't this common too ?
cedric [Thu, 14 Jan 2010 17:52:29 +0000 (17:52 +0000)]
* ecore_evas: Cleanup buffer render user. Why isn't this common too ?

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

14 years agoecore_x/xcb: Fix broken init count in ecore_x_init
dottedmag [Thu, 14 Jan 2010 05:10:26 +0000 (05:10 +0000)]
ecore_x/xcb: Fix broken init count in ecore_x_init

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

14 years agoFunctions & Atoms for get/set of bottom_panel geometry (for use with elm_conformant
devilhorns [Thu, 14 Jan 2010 02:30:06 +0000 (02:30 +0000)]
Functions & Atoms for get/set of bottom_panel geometry (for use with elm_conformant
widget).

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

14 years agoecore_x/xcb: Do not segfault if unable to connect to display
dottedmag [Wed, 13 Jan 2010 20:24:48 +0000 (20:24 +0000)]
ecore_x/xcb: Do not segfault if unable to connect to display

There is xcb_connection_has_error to check connection errors,
and return value of xcb_connect is always non-NULL.

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

14 years ago * ecore: Remove symbol duplication.
cedric [Wed, 13 Jan 2010 14:20:01 +0000 (14:20 +0000)]
* ecore: Remove symbol duplication.

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

14 years agosys/stat.h needed for permissions
caro [Wed, 13 Jan 2010 06:51:16 +0000 (06:51 +0000)]
sys/stat.h needed for permissions

Thanks to Laurent Ghigonis

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

14 years agoOpenBSD's netinet/in.h does not include sys/types.h (directly or not)
caro [Wed, 13 Jan 2010 06:46:15 +0000 (06:46 +0000)]
OpenBSD's netinet/in.h does not include sys/types.h (directly or not)

Thanks to Laurent Ghigonis

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

14 years agoMore missing headers from EXTRA_DIST
xcomputerman [Tue, 12 Jan 2010 23:19:34 +0000 (23:19 +0000)]
More missing headers from EXTRA_DIST

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

14 years agoMissing private header from EXTRA_DIST
xcomputerman [Tue, 12 Jan 2010 22:41:46 +0000 (22:41 +0000)]
Missing private header from EXTRA_DIST

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

14 years agoupdate efl_path_max.m4
caro [Mon, 11 Jan 2010 07:12:43 +0000 (07:12 +0000)]
update efl_path_max.m4

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

14 years agoFix compile errors
xcomputerman [Sat, 9 Jan 2010 19:38:34 +0000 (19:38 +0000)]
Fix compile errors

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

14 years agoand fix compile- again. no ;. this was not tested.
raster [Sat, 9 Jan 2010 03:28:53 +0000 (03:28 +0000)]
and fix compile- again. no ;. this was not tested.

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

14 years agosome safety to avoid possible segv's
raster [Fri, 8 Jan 2010 23:27:15 +0000 (23:27 +0000)]
some safety to avoid possible segv's

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

14 years agoFix nasty formatting.
devilhorns [Fri, 8 Jan 2010 19:49:05 +0000 (19:49 +0000)]
Fix nasty formatting.

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

14 years agoAdd atom for set/get of top shelf geometry.
devilhorns [Fri, 8 Jan 2010 16:16:05 +0000 (16:16 +0000)]
Add atom for set/get of top shelf geometry.
Fix void function in netwm that was returning a value when it shouldn't.
Remove wasted whitespace.

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

14 years agofix valgrind complaint
raster [Fri, 8 Jan 2010 11:29:20 +0000 (11:29 +0000)]
fix valgrind complaint

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

14 years agodoesnt even compile without these changes!
raster [Fri, 8 Jan 2010 08:39:50 +0000 (08:39 +0000)]
doesnt even compile without these changes!

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

14 years agoadd call to set compositor selection owner
raster [Fri, 8 Jan 2010 08:24:35 +0000 (08:24 +0000)]
add call to set compositor selection owner

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

14 years agoFix whitespace f**kup
englebass [Thu, 7 Jan 2010 19:32:51 +0000 (19:32 +0000)]
Fix whitespace f**kup

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

14 years agoLink against ecore_input_evas
englebass [Thu, 7 Jan 2010 19:31:02 +0000 (19:31 +0000)]
Link against ecore_input_evas

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

14 years agoRemove whitespace
englebass [Thu, 7 Jan 2010 19:27:06 +0000 (19:27 +0000)]
Remove whitespace

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

14 years agoSplit evas from ecore_input
englebass [Thu, 7 Jan 2010 19:26:52 +0000 (19:26 +0000)]
Split evas from ecore_input

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

14 years agosome cleanups
raster [Thu, 7 Jan 2010 13:36:45 +0000 (13:36 +0000)]
some cleanups

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

14 years agoand add file
caro [Thu, 7 Jan 2010 07:56:25 +0000 (07:56 +0000)]
and add file

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

14 years agogerman translation
caro [Thu, 7 Jan 2010 07:52:16 +0000 (07:52 +0000)]
german translation

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

14 years agoclean up engines - put idle entere handlign in core. same with lists. quyartz
raster [Thu, 7 Jan 2010 05:29:06 +0000 (05:29 +0000)]
clean up engines - put idle entere handlign in core. same with lists. quyartz
looks broken to me. sdl looks like it could be much more complete - like
multiple sdl windows/instances.

anyway - allow rendering to be manual.

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

14 years agoprintf--
raster [Thu, 7 Jan 2010 01:19:45 +0000 (01:19 +0000)]
printf--

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

14 years agoAdd missing header for memcpy
englebass [Thu, 7 Jan 2010 00:31:24 +0000 (00:31 +0000)]
Add missing header for memcpy

string.h is needed for memcpy

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

14 years agoPatch from Mathieu Taillefumier
englebass [Thu, 7 Jan 2010 00:30:05 +0000 (00:30 +0000)]
Patch from Mathieu Taillefumier

I modified some hearder file in ecore to ease the cleanup of the private
header files in ecore. Each module has now a private header with its own
log color (eina_log related). I also created two private header files
for ecore_sdl and ecore_input for this purpose and corrected some typos
in the xlib_xcb private header file.

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

14 years agofix shm leak
raster [Wed, 6 Jan 2010 15:21:01 +0000 (15:21 +0000)]
fix shm leak

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

14 years agoadding some stuff for compositing goop!
raster [Wed, 6 Jan 2010 14:14:23 +0000 (14:14 +0000)]
adding some stuff for compositing goop!

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

14 years ago * fix Windows port of ecore_exe wrt to latest changes
caro [Wed, 6 Jan 2010 06:56:23 +0000 (06:56 +0000)]
 * fix Windows port of ecore_exe wrt to latest changes
 * formatting

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

14 years agoEcore_Exe improvements.
barbieri [Wed, 6 Jan 2010 05:16:59 +0000 (05:16 +0000)]
Ecore_Exe improvements.

  * add const to getters.

  * add ecore_exe_callback_pre_free_set(), enabling bindings to free
    their resources once the handle is destroyed.

  * fix some possible segv from not checking magic

  * check conditions before ecore_exe_send() does its work

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

14 years agofix some warnings
caro [Mon, 4 Jan 2010 23:43:16 +0000 (23:43 +0000)]
fix some warnings

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

14 years ago * put local code in its own file. It will be better
caro [Mon, 4 Jan 2010 19:35:21 +0000 (19:35 +0000)]
 * put local code in its own file. It will be better
   when i'll add the Windows XP code, rather than
   plenty #ifdef in te code
 * remove some extra EAPI in code and useless Ecore_Data.h

I've tested and it seems to work. If you see problems with
local connections, please report in that thread

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

14 years agoPATH_MAX checks, by Lutin.
barbieri [Mon, 4 Jan 2010 19:20:15 +0000 (19:20 +0000)]
PATH_MAX checks, by Lutin.

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

14 years ago * move structures from ecore_private.h to the corresponding source files
caro [Sun, 3 Jan 2010 21:55:50 +0000 (21:55 +0000)]
 * move structures from ecore_private.h to the corresponding source files
 * add 2 internal ecore_exe functions as ecore_signak.c uses Ecore_Exe members
   no test is done in those 2 functions
 * remove standard headers from ecore_private.h

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

14 years agoRemove wasted whitespace & fix some formatting.
devilhorns [Sun, 3 Jan 2010 21:50:23 +0000 (21:50 +0000)]
Remove wasted whitespace & fix some formatting.

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

14 years agoadd --enable-xim
billiob [Sat, 2 Jan 2010 22:46:01 +0000 (22:46 +0000)]
add --enable-xim

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

14 years agoAdd missing atom for ILLUME_CLOSE.
devilhorns [Wed, 30 Dec 2009 01:36:14 +0000 (01:36 +0000)]
Add missing atom for ILLUME_CLOSE.
Add atom & function for ILLUME_HOME (this is so we can create new home
windows easily, since the code for actual window is separate from layout
code).

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