cedric [Thu, 14 Apr 2011 19:26:15 +0000 (19:26 +0000)]
autogen: add forgotten autopoint.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58671
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 14 Apr 2011 14:51:36 +0000 (14:51 +0000)]
autogen: unobrk things.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58668
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 14 Apr 2011 14:03:46 +0000 (14:03 +0000)]
autogen: improve detection of parameter change.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58667
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 13 Apr 2011 12:12:41 +0000 (12:12 +0000)]
and oops.. fix my fox to coord xlations. working now.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58630
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 13 Apr 2011 12:06:17 +0000 (12:06 +0000)]
printf--
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58629
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 13 Apr 2011 12:05:31 +0000 (12:05 +0000)]
fix buglet in inlined image buffer canvas -> coords repeated when
dragged outside the bounds.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58628
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 13 Apr 2011 09:06:05 +0000 (09:06 +0000)]
From: Doyun Kang <doyoun.kang@samsung.com>
Add support for shape input setting and modification (with
fixes/modifications and extensions added tomake it more complete).
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58621
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Mon, 11 Apr 2011 19:58:56 +0000 (19:58 +0000)]
Ecore: use isfinite() if available
Use isfinite() if available, otherwise use finite() on
compilers != vc++, otherwise use _finite()
and a bit of formatting too (i know, it's bad)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58566
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jeffdameth [Mon, 11 Apr 2011 12:51:43 +0000 (12:51 +0000)]
changelog update
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58552
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jeffdameth [Mon, 11 Apr 2011 12:10:59 +0000 (12:10 +0000)]
ecore: fix removal of windows from ignore_list with ecore_x_window_ignore_set
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58549
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 11 Apr 2011 11:31:55 +0000 (11:31 +0000)]
Ecore ecore_imf: Fixed formatting and removed trailing whitespaces.
Patch by Jihoon Kim <jihoon48.kim@samsung.com>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58545
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 9 Apr 2011 03:21:49 +0000 (03:21 +0000)]
From: Leif Middelschulte <leif.middelschulte@gmail.com>
Subject: [E-devel] [PATCH] ecore_x_randr_current_output_get ~>
ecore_x_randr_window_outputs_get
find attached a set of patches that do the following:
State before patches:
ecore_x_randr_current_output_get was unimplemented.
State after patches:
Patch1: ecore_x_randr_window_outputs_get implements functionality of
ecore_x_randr_current_output_get
Patch2: ecore_x_randr_current_output_get is deprecated and redirects
calls to ecore_x_randr_window_outputs_get
(also i fixed the function to handle realloc errors and not fail, as
well as properly do rectangle intersects based on ROOT relative coords
which is what you wanted to start with as this would have only worked
right on immediate children of root)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58513
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Wed, 6 Apr 2011 23:49:14 +0000 (23:49 +0000)]
Ecore_X: Randr: Fixup formatting.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58399
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 5 Apr 2011 17:35:18 +0000 (17:35 +0000)]
Ecore_X: XLib: Add missing 'void' in dpms functions.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58366
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 5 Apr 2011 14:04:10 +0000 (14:04 +0000)]
ecore: fix ecore_evas removal of Evas Quartz backend.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58363
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 5 Apr 2011 12:08:53 +0000 (12:08 +0000)]
ecore: remove user of deprecated Evas Quartz backend.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58355
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 5 Apr 2011 08:31:42 +0000 (08:31 +0000)]
From: Leif Middelschulte <leif.middelschulte@gmail.com>
Subject: [E-devel] [PATCH] EDID decoding functionality
find attached a patch for EDID data extraction. My display's
manufacturer didn't comply with the standard too much, so I can't test
it entirely. But it should work.
... with modifications to make it actually compile and api be cleaner,
code more robust etc.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58348
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 4 Apr 2011 22:54:42 +0000 (22:54 +0000)]
Ecore_X: XLib: Add missing EAPI in front of
ecore_x_dnd_source_action_set function.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58340
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 4 Apr 2011 17:06:40 +0000 (17:06 +0000)]
Ecore: Ecore_X: Xlib: Fix memory leak.
When handling xdnd_enter event(s), if we do not support the dnd target
version, then we issue a warning and return from the handling
function. If we are going to return (and not issue the ecore_x_event),
then free the allocated memory of the ecore_x_event_xdnd_enter
structure that we previously allocated.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58337
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 4 Apr 2011 12:33:41 +0000 (12:33 +0000)]
ecore: put recommandation about asynchronous dns resolution and curl.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58325
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Sun, 3 Apr 2011 16:06:37 +0000 (16:06 +0000)]
Ecore_X: Xlib - Set correct doxy group for function.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58304
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
billiob [Sun, 3 Apr 2011 09:50:51 +0000 (09:50 +0000)]
ecore: redundant declaration with Ecore_X_Atoms.h
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58294
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 1 Apr 2011 16:37:55 +0000 (16:37 +0000)]
ecore: Add pipelining support for HTTP 1.1.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58265
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 31 Mar 2011 10:36:20 +0000 (10:36 +0000)]
ahem! who put unused there? who? screen *IS* used!
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58224
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 31 Mar 2011 08:13:14 +0000 (08:13 +0000)]
add new version of efl sync proto between comp and client.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58220
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 30 Mar 2011 10:10:04 +0000 (10:10 +0000)]
ecore-evas: feature++ : support netm sync protocol for clients
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58198
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 30 Mar 2011 09:15:24 +0000 (09:15 +0000)]
ecore: add ecore_con_url_ssl_ca_set.
patch by PnB <Poor.NewBie@gmail.com>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58197
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 29 Mar 2011 02:28:41 +0000 (02:28 +0000)]
Ecore ecore_file.c: NULL check before using strcmp().
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58168
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 27 Mar 2011 18:10:20 +0000 (18:10 +0000)]
rename libtool version names to fit libtool doc
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58119
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 23 Mar 2011 22:48:09 +0000 (22:48 +0000)]
updated build fix for windows from vtorri
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58047
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 23 Mar 2011 21:36:36 +0000 (21:36 +0000)]
unbreak this header by adding inttypes.h...
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58045
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 23 Mar 2011 17:28:21 +0000 (17:28 +0000)]
ecore: fix ecore_con_url_ftp_upload to upload all the file.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58036
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 23 Mar 2011 13:31:05 +0000 (13:31 +0000)]
fix associate stuff with interecepts so events come in with
override-redirect windows.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58033
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 23 Mar 2011 08:27:55 +0000 (08:27 +0000)]
correct compile section in dox
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@58016
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 21 Mar 2011 17:53:34 +0000 (17:53 +0000)]
Ecore_X:Xlib - No need for a return at the end of a function.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57937
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 21 Mar 2011 14:43:21 +0000 (14:43 +0000)]
Ecore/Xlib: Remove unused variable.
NB: _ecore_x_mouse_up_count appears to not be used. It was used in one
code block only and appears to serve no real purpose. Both variable
and code block are now commented out without any ill effects.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57933
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 19 Mar 2011 20:27:16 +0000 (20:27 +0000)]
fix stupid 64bit compile warning from stupid gnutls api bug
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57901
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 19 Mar 2011 05:02:37 +0000 (05:02 +0000)]
fix stupid openssl crash
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57878
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mej [Sat, 19 Mar 2011 00:47:15 +0000 (00:47 +0000)]
Add build hint for c-ares support.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57865
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 18 Mar 2011 07:35:19 +0000 (07:35 +0000)]
revert version change 999 -> 99. also e17 didnt even need it as it
produced no versioned .so files.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57844
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Thu, 17 Mar 2011 13:12:50 +0000 (13:12 +0000)]
Set v_mic to 99 (less than 256) to please OS X
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57824
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 16 Mar 2011 13:16:14 +0000 (13:16 +0000)]
ecore: add ecore_thread_reschedule.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57797
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 13 Mar 2011 10:46:25 +0000 (10:46 +0000)]
Ecore:
Windows : change API (I allow myself that right for the win32 port :) )
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57724
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 13 Mar 2011 10:42:22 +0000 (10:42 +0000)]
formatting
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57723
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 10 Mar 2011 09:15:36 +0000 (09:15 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] patch for describing ecore_imf APIs more
detail
This patch will supplement the documentation about
ecore_imf_context_preedit_start_event_add,
ecore_imf_context_preedit_end_event_add and
ecore_imf_context_delete_surrounding_event_add API.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57659
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 3 Mar 2011 21:05:28 +0000 (21:05 +0000)]
Ecore ecore_con:
* include arpa/inet.h if it is detected
* use correct types
* small cleanup
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57503
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 3 Mar 2011 15:49:32 +0000 (15:49 +0000)]
Ecore ecore.dox.in: Modified @@ to @.
It looks like @ gives a 'mailto:' links automatically.
I applied it to ecore first.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57496
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 1 Mar 2011 10:12:33 +0000 (10:12 +0000)]
ecore: add @since .
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57453
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 1 Mar 2011 09:57:13 +0000 (09:57 +0000)]
ecore: fix detection of complete file write in ecore_file inotify.
Patch by Guillaume Friloux <uillaume.friloux@asp64.com>.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57450
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 1 Mar 2011 09:51:51 +0000 (09:51 +0000)]
ecore: add ecore_con_url_ssl_verify_peer_set patch by Raoul Hecky.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57448
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 28 Feb 2011 09:07:39 +0000 (09:07 +0000)]
Ecore ecore.dox.in: Fixed type and sych with AUTHORS.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57405
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 27 Feb 2011 11:20:35 +0000 (11:20 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] Add
ecore_imf_context_preedit_string_with_attributes_get API
This is patch for adding
ecore_imf_context_preedit_string_with_attributes_get API.
In ecore_imf, there is ecore_imf_context_preedit_string_get API, but the
attribute info from input method engine cannot be got from it.
After discussing rater, we decided to add new API.
Attribute infomation can be got as Eina_List type containing
Ecore_IMF_Preedit_Attr structure items.
In this patch, ECORE_IMF_PREEDIT_TYPE_SUB1,2,3 means the depth of
preedit
style.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57372
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
maxerba [Fri, 25 Feb 2011 20:26:34 +0000 (20:26 +0000)]
updating various translations
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57327
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Fri, 25 Feb 2011 18:42:44 +0000 (18:42 +0000)]
Ecore_Thread: Fix yet another doxy typo.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57326
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Fri, 25 Feb 2011 18:41:37 +0000 (18:41 +0000)]
Ecore_Thread: Fix doxy typo.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57325
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 25 Feb 2011 11:29:15 +0000 (11:29 +0000)]
ecore: fix timeline.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57318
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 24 Feb 2011 19:37:21 +0000 (19:37 +0000)]
Ecore ecore_evas:
Fix Ecore_WinCE window type
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57310
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
maxerba [Thu, 24 Feb 2011 17:28:12 +0000 (17:28 +0000)]
updating slovenian translation
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57305
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 24 Feb 2011 07:52:25 +0000 (07:52 +0000)]
Ecore ecore_file:
fix compilation when ecore_con and curl are not available
When ecore_con and curl are not available, a callback using them
is still compiled.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57293
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 24 Feb 2011 07:46:43 +0000 (07:46 +0000)]
Ecore ecore_wince: fix compilation on Windows CE
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57291
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 23 Feb 2011 20:57:30 +0000 (20:57 +0000)]
re-add autopoint for gettext stuff
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57287
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 22 Feb 2011 17:16:59 +0000 (17:16 +0000)]
efl: don't track config.cache.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57246
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 22 Feb 2011 14:58:47 +0000 (14:58 +0000)]
Ecore imf: Added 'since 1.1.0' to doc of new funcs.
Patch by Jihoon Kim.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57242
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 22 Feb 2011 12:15:54 +0000 (12:15 +0000)]
ecore: forgot that we do use gettext somewhere in ecore.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57235
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 22 Feb 2011 10:29:28 +0000 (10:29 +0000)]
efl: add back touch on configure time generated file.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57232
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 22 Feb 2011 06:09:46 +0000 (06:09 +0000)]
Fix: ecore-file inotify fd would be duplicated in children
on fork. Have it detecti this on next monitor add and re-init
the inotify fd and fd handler.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57228
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 21 Feb 2011 14:56:49 +0000 (14:56 +0000)]
efl: turn on cached result, that will reduce your configure time a lot !
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57213
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 21 Feb 2011 06:38:44 +0000 (06:38 +0000)]
fix up chlog.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57205
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 21 Feb 2011 06:38:36 +0000 (06:38 +0000)]
default 300sec fix from raoul
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57204
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 21 Feb 2011 06:22:37 +0000 (06:22 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] ecore_imf_context_canvas_get,
ecore_imf_context_window_get
This patch includes the code to add ecore_imf_context_canvas_get and
ecore_imf_context_window_get.
These APIs are coupled with the ecore_imf_context_canvas_set and
ecore_imf_context_window_set.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57203
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Sun, 20 Feb 2011 16:39:43 +0000 (16:39 +0000)]
Ecore_Evas: Add UNUSED where missing.
When building ecore_evas for gl, some functions had unused parameters.
Add UNUSED to those.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57196
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 20 Feb 2011 10:26:05 +0000 (10:26 +0000)]
formatting and warnings--
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57188
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 20 Feb 2011 10:02:23 +0000 (10:02 +0000)]
Ecore_WinCE: do not erase a window background
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57186
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 20 Feb 2011 08:37:43 +0000 (08:37 +0000)]
* fix a bug in the key up event ('space' key was not handled)
* Greatly improve the resize. Plain, without flickering, etc...
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57182
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 19 Feb 2011 12:27:48 +0000 (12:27 +0000)]
From: Mathieu Taillefumier <mathieu.taillefumier@free.fr>
Subject: Re: [E-devel] [PATCH][Ecore] second version of the backlight
functions
Add backlight support impl - thanks mathieu
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57158
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 17 Feb 2011 20:11:20 +0000 (20:11 +0000)]
Ecore_X_Image: Add missing LOGFN for ecore_x_image_put.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57134
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 17 Feb 2011 18:38:56 +0000 (18:38 +0000)]
Ecore_X_Image: Add trap for potential missing XImage.
if Ecore_X_Image-->XImage does not exist, we call
_ecore_x_image_shm_create to create it via shm, BUT that function
can return a NULL XImage if shm is not supported, so we need to check
the return of that, else we are calling XShmPutImage with no XImage.
(NB: This should probably be backported to 1.0...if someone could
handle that please ?)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57130
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 16 Feb 2011 12:46:24 +0000 (12:46 +0000)]
ecore: oops, forgotten return.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57088
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 16 Feb 2011 12:44:34 +0000 (12:44 +0000)]
ecore: Add ecore_file_download_full patch by Sangho Park <gouache95@gmail.com>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57087
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 16 Feb 2011 10:58:03 +0000 (10:58 +0000)]
eet, ecore, evas, efreet: don't track generated files.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57084
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Tue, 15 Feb 2011 20:17:48 +0000 (20:17 +0000)]
only log error events for actual errors
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57065
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Tue, 15 Feb 2011 19:51:06 +0000 (19:51 +0000)]
add more descriptive error messages for epoll flag mod failure
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57063
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Fri, 11 Feb 2011 07:38:27 +0000 (07:38 +0000)]
+ecore_con_client_port_get
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56950
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 10 Feb 2011 19:44:18 +0000 (19:44 +0000)]
changelog for previous commit
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56935
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 10 Feb 2011 19:22:30 +0000 (19:22 +0000)]
avoid double printing errors
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56934
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 10 Feb 2011 19:17:30 +0000 (19:17 +0000)]
rewrite all event handler code to be unified, always increment server event count for client events (previously was only incremented on some events randomly)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56933
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 10 Feb 2011 16:50:18 +0000 (16:50 +0000)]
dox.in update: elementary,evas,edje,ecore,eio,eet,eeze.
Sync authors in doc with AUTHORS.
Updated date to 2011.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56926
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 10 Feb 2011 08:49:23 +0000 (08:49 +0000)]
implement full event-driven error messaging api for all non-curl ecore_con
docs are in the header, happy birthday cedric
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56894
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 10 Feb 2011 07:50:20 +0000 (07:50 +0000)]
added some more possibly useless safety checks to ecore_con_ares
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56892
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Wed, 9 Feb 2011 17:10:00 +0000 (17:10 +0000)]
renmae variable to prevent name clash
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56856
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
ravenlock [Sun, 6 Feb 2011 01:44:52 +0000 (01:44 +0000)]
undo my erroneous commit. (Thinking .po files were undamaged?)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56743
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
ravenlock [Sun, 6 Feb 2011 01:33:03 +0000 (01:33 +0000)]
Failed to wrap one clearenv()
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56742
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 3 Feb 2011 19:54:43 +0000 (19:54 +0000)]
put visual studio files outside the libraries directory
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56689
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 2 Feb 2011 06:49:53 +0000 (06:49 +0000)]
update from most recent commit from VC
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56643
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Wed, 2 Feb 2011 01:27:24 +0000 (01:27 +0000)]
From: Mike McCormack <mj.mccormack@samsung.com>
Subject: [E-devel] [PATCH] Remove SIGRT stuff
Unused, and doesn't work as it stands. Delete...
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56641
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 1 Feb 2011 10:21:22 +0000 (10:21 +0000)]
revert mike's patch - creates endless stream of complaints/badness.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56626
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 1 Feb 2011 05:56:15 +0000 (05:56 +0000)]
From: Mike McCormack <mj.mccormack@samsung.com>
Subject: Re: [E-devel] [PATCH] Handle ecore signals with a pipe
This removes a race condition in the main loop where
a signal could come after the signal check, and before
entering the select loop, possibly resulting in a hang.
In practice, this hang wouldn't be seen due to other activity
in the main loop.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56613
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
davemds [Mon, 31 Jan 2011 18:57:13 +0000 (18:57 +0000)]
ok, sorry, there was a reason: shutting up gcc warnings. spank myself :P
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56612
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
davemds [Mon, 31 Jan 2011 18:48:50 +0000 (18:48 +0000)]
:/ setting a const char * param to NULL ?? and after the return ?? :O
random spank
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56611
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
davemds [Mon, 31 Jan 2011 17:29:24 +0000 (17:29 +0000)]
tab--
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56610
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33