Commit Graph

2991 Commits

Author SHA1 Message Date
Cedric BAIL 06b65c3627 ecore: add @since .
SVN revision: 57453
2011-03-01 10:12:33 +00:00
Cedric BAIL fd6268a991 ecore: fix detection of complete file write in ecore_file inotify.
Patch by Guillaume Friloux <uillaume.friloux@asp64.com>.


SVN revision: 57450
2011-03-01 09:57:13 +00:00
Cedric BAIL 40edc9ccb1 ecore: add ecore_con_url_ssl_verify_peer_set patch by Raoul Hecky.
SVN revision: 57448
2011-03-01 09:51:51 +00:00
Jihoon Kim 1832a6a84b 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.



SVN revision: 57372
2011-02-27 11:20:35 +00:00
Christopher Michael c0096e92ad Ecore_Thread: Fix yet another doxy typo.
SVN revision: 57326
2011-02-25 18:42:44 +00:00
Christopher Michael 4ba275a120 Ecore_Thread: Fix doxy typo.
SVN revision: 57325
2011-02-25 18:41:37 +00:00
Vincent Torri a1977a6b74 Ecore ecore_evas:
Fix Ecore_WinCE window type


SVN revision: 57310
2011-02-24 19:37:21 +00:00
Vincent Torri 483e496d35 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.


SVN revision: 57293
2011-02-24 07:52:25 +00:00
Vincent Torri 2556aaddb6 Ecore ecore_wince: fix compilation on Windows CE
SVN revision: 57291
2011-02-24 07:46:43 +00:00
Tom Hacohen dd793e2d81 Ecore imf: Added 'since 1.1.0' to doc of new funcs.
Patch by Jihoon Kim.

SVN revision: 57242
2011-02-22 14:58:47 +00:00
Carsten Haitzler 5117d0f912 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.
        


SVN revision: 57228
2011-02-22 06:09:46 +00:00
Carsten Haitzler 754351b353 default 300sec fix from raoul
SVN revision: 57204
2011-02-21 06:38:36 +00:00
Jihoon Kim 94a5e99df3 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.



SVN revision: 57203
2011-02-21 06:22:37 +00:00
Christopher Michael f9d65ac745 Ecore_Evas: Add UNUSED where missing.
When building ecore_evas for gl, some functions had unused parameters.
Add UNUSED to those.



SVN revision: 57196
2011-02-20 16:39:43 +00:00
Vincent Torri 4a372e06e4 formatting and warnings--
SVN revision: 57188
2011-02-20 10:26:05 +00:00
Vincent Torri d369f11365 Ecore_WinCE: do not erase a window background
SVN revision: 57186
2011-02-20 10:02:23 +00:00
Vincent Torri 4bf163a1e4 * fix a bug in the key up event ('space' key was not handled)
* Greatly improve the resize. Plain, without flickering, etc...



SVN revision: 57182
2011-02-20 08:37:43 +00:00
Mathieu Taillefumier 95ea487188 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



SVN revision: 57158
2011-02-19 12:27:48 +00:00
Christopher Michael 8d02656dc5 Ecore_X_Image: Add missing LOGFN for ecore_x_image_put.
SVN revision: 57134
2011-02-17 20:11:20 +00:00
Christopher Michael d2dc1f438b 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 ?)



SVN revision: 57130
2011-02-17 18:38:56 +00:00
Cedric BAIL ff6e1d950e ecore: oops, forgotten return.
SVN revision: 57088
2011-02-16 12:46:24 +00:00
Cedric BAIL 16cd7939ff ecore: Add ecore_file_download_full patch by Sangho Park <gouache95@gmail.com>
SVN revision: 57087
2011-02-16 12:44:34 +00:00
Mike Blumenkrantz d704222f1c only log error events for actual errors
SVN revision: 57065
2011-02-15 20:17:48 +00:00
Mike Blumenkrantz 0f1cd8b482 add more descriptive error messages for epoll flag mod failure
SVN revision: 57063
2011-02-15 19:51:06 +00:00
Mike Blumenkrantz 276eccb1bf +ecore_con_client_port_get
SVN revision: 56950
2011-02-11 07:38:27 +00:00
Mike Blumenkrantz 84cd9199de avoid double printing errors
SVN revision: 56934
2011-02-10 19:22:30 +00:00
Mike Blumenkrantz 8c9577dc2a rewrite all event handler code to be unified, always increment server event count for client events (previously was only incremented on some events randomly)
SVN revision: 56933
2011-02-10 19:17:30 +00:00
Mike Blumenkrantz daafddb571 implement full event-driven error messaging api for all non-curl ecore_con
docs are in the header, happy birthday cedric


SVN revision: 56894
2011-02-10 08:49:23 +00:00
Mike Blumenkrantz 54baacb790 added some more possibly useless safety checks to ecore_con_ares
SVN revision: 56892
2011-02-10 07:50:20 +00:00
Sebastian Dransfeld bd1b8e9985 renmae variable to prevent name clash
SVN revision: 56856
2011-02-09 17:10:00 +00:00
Mike McCormack d909b912b4 From: Mike McCormack <mj.mccormack@samsung.com>
Subject: [E-devel] [PATCH] Remove SIGRT stuff

Unused, and doesn't work as it stands.  Delete...


SVN revision: 56641
2011-02-02 01:27:24 +00:00
Carsten Haitzler f55fa9619c revert mike's patch - creates endless stream of complaints/badness.
SVN revision: 56626
2011-02-01 10:21:22 +00:00
Mike McCormack 7443e3ecb5 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.



SVN revision: 56613
2011-02-01 05:56:15 +00:00
Davide Andreoli ecf4379680 ok, sorry, there was a reason: shutting up gcc warnings. spank myself :P
SVN revision: 56612
2011-01-31 18:57:13 +00:00
Davide Andreoli 080b978c88 :/ setting a const char * param to NULL ?? and after the return ?? :O
random spank

SVN revision: 56611
2011-01-31 18:48:50 +00:00
Davide Andreoli b84bd07b90 tab--
SVN revision: 56610
2011-01-31 17:29:24 +00:00
Carsten Haitzler 75b46faa61 fix sync to send done messges but not wait for sync counter with gl
engine.



SVN revision: 56563
2011-01-31 06:21:57 +00:00
Rui Seabra 02b46306bf Fix error message and mark previous change in ChangeLog
SVN revision: 56391
2011-01-29 23:15:17 +00:00
Rui Seabra bc85d09f19 Support https and support some add some debugging messages. Also removed that FIXME as it's implemented in the case of linking with curl.
SVN revision: 56390
2011-01-29 22:46:23 +00:00
Mike McCormack 56b1e2dcc4 From: Mike McCormack <mj.mccormack@samsung.com>
Subject: [E-devel] [PATCH] ecore main loop "fd_handlers_to_call" list optimization
Date: Thu, 02 Dec 2010 15:22:13 +0900

Hi All,

Rather than using malloc'ed list entries in the mail loop, use a single linked in-place list.

This avoid lots of mallocs and frees as the main loop iterates.

thanks,

Mike


SVN revision: 56368
2011-01-29 05:34:00 +00:00
Carsten Haitzler 6819161c96 provide enums for progress return.
SVN revision: 56350
2011-01-29 02:48:03 +00:00
Carsten Haitzler 8c75bff8c9 ,++ in docs
SVN revision: 56343
2011-01-28 14:38:53 +00:00
Vincent Torri 6ef596d4d5 Use memcpy instead of strndup() as we know the length of the string.
Also fixes compilation on Mac OS X where strndup() is not defined.


SVN revision: 56341
2011-01-28 09:17:54 +00:00
Carsten Haitzler 5459ecbcee fix documentation so vtorri can write a correct example :)
SVN revision: 56340
2011-01-28 03:00:48 +00:00
Carsten Haitzler 51c7fa56c0 re-enable progress callbacks.
SVN revision: 56339
2011-01-28 02:46:27 +00:00
Carsten Haitzler a450497a08 ecore_con_url_get needs no args.
SVN revision: 56338
2011-01-28 02:24:24 +00:00
Davide Andreoli 9893be7b25 typo in doxy
SVN revision: 56334
2011-01-27 21:48:51 +00:00
Mike Blumenkrantz 4cb086f57b fix doc typo
SVN revision: 56330
2011-01-27 20:40:02 +00:00
Vincent Torri d7ab1f34f3 typo
SVN revision: 56328
2011-01-27 19:06:39 +00:00
Carsten Haitzler 6d83a46b76 exe none enum++
SVN revision: 56315
2011-01-27 03:30:42 +00:00