Commit Graph

75 Commits

Author SHA1 Message Date
Christopher Michael 4637b5e972 Ecore: Boss says to update NEWS, then update NEWS I will ;)
SVN revision: 76600
2012-09-13 10:27:27 +00:00
Carsten Haitzler 7075120c5d fix rotation issue with ecore-evas
SVN revision: 76596
2012-09-13 10:20:17 +00:00
Leandro Pereira a52cb9e0f5 ecore_con_url: Better handling of timeout messages
Timeout messages are given a 408 HTTP status code (request timeout), instead
of a CRIT() message; this gives chance to the completed callback do whatever
is necessary when a timeout happens.



SVN revision: 76419
2012-09-10 19:06:29 +00:00
Jihoon Kim 0eaa7cea4f ecore_imf: Add ECORE_IMF_PREEDIT_TYPE_SUB4~7 style
SVN revision: 76367
2012-09-10 04:48:28 +00:00
Christopher Michael ce0e9c19db Ecore: Update ChangeLog and NEWS for Vince.
SVN revision: 76308
2012-09-07 13:22:16 +00:00
Jihoon Kim 52447357b6 add NEWS about adding enum
SVN revision: 76112
2012-09-04 07:42:55 +00:00
Carsten Haitzler 09d2cf7ad6 add 2 new illume sgs's and bump ecore version to 1.8 in svn as thats
now the api ver anyway.



SVN revision: 75990
2012-09-03 09:42:18 +00:00
Cedric BAIL 0423ca5a36 ecore: Add Ecore_Con_Eet API.
SVN revision: 75910
2012-08-31 03:11:24 +00:00
Cedric BAIL e629c76ecd ecore: fix leak of evas_render_update list.
SVN revision: 75807
2012-08-29 05:18:27 +00:00
Vincent Torri b20f37ef58 Ecore: fix seg fault in ecore_thread on Windows
PHS() was returning a wrong value. Thanks to Cedric for the help

SVN revision: 75720
2012-08-27 06:04:16 +00:00
Mike Blumenkrantz dc2f7beced patch from vtorri fixing rare segv condition in main loop
SVN revision: 75206
2012-08-13 10:32:20 +00:00
Jihoon Kim 2ad1f0b52b ecore: fix version in NEWS
SVN revision: 75104
2012-08-10 13:57:13 +00:00
Cedric BAIL 6aefa60a0a ecore: add ecore_fork_reset()
SVN revision: 75045
2012-08-09 12:17:47 +00:00
Cedric BAIL e905f3ccd2 ecore: correctly shutdown Ecore_Thread.
SVN revision: 75039
2012-08-09 10:52:48 +00:00
Mike Blumenkrantz b96606e052 changelog/news updates from yesterday
SVN revision: 74779
2012-08-02 06:36:13 +00:00
Christopher Michael 398a296252 Ecore: Remove erroneous ecore_x line.
SVN revision: 73232
2012-07-03 12:26:33 +00:00
Christopher Michael b89c85f204 Ecore: Update NEWS to list Ecore_X_Error_Code enum in the proper
section.



SVN revision: 73230
2012-07-03 12:16:09 +00:00
Christopher Michael 0f0b07ed49 Ecore: Update news with api additions.
SVN revision: 73218
2012-07-03 09:43:06 +00:00
Cedric BAIL 31cac0d124 ecore: fix use of unitialized Ecore_X_Atoms.
SVN revision: 73186
2012-07-03 02:41:35 +00:00
Jihoon Kim fa5d24f19a Update NEWS, ChangeLog about revision 71927
SVN revision: 71969
2012-06-11 23:49:48 +00:00
Mike Blumenkrantz 161ac501e5 as I promised long, long ago, ecore now has its own asynchronous dns resolver! everyone cheer for not needing c-ares any longer!
dns.c is the work of William Ahern (http://25thandclement.com/~william/projects/dns.c.html) and has been in development for ~4 years.
it has zero documentation, no examples, and no comments: I'm pretty sure he's an EFL developer in disguise.

this new resolver is roughly 10-12% faster than c-ares, will never randomly break, requires no external libraries, and is much simpler on the efl side.

by default, dns.c resolution is enabled any time ipv6 support is detected and c-ares support is not requested;
it should work on all platforms (wink wink vtorri), but it has no way of disabling ipv6 (someone can go through dns.c/h and do that if they feel so inclined)


SVN revision: 71690
2012-06-04 21:10:17 +00:00
Mike Blumenkrantz f472e919e2 add ECORE_{CON,IPC}_NO_PROXY flag to disable proxying on specified connections
SVN revision: 71681
2012-06-04 09:03:04 +00:00
Leif Middelschulte 66f32b2b03 ecore_x_randr: Add _ASK policy for new monitors.
SVN revision: 71565
2012-05-30 19:16:29 +00:00
Cedric BAIL 6d2b2f366f ecore: force pthread_join even when main loop isn't running.
pthread_create can fail if to much pthread are pending. As pthread_join
is only called when the main loop can flush the async call list, there was
a possibility for edje_cc to run out of thread due to that. We know
force the flush of the async call list and so call pthread_join when
pthread_create fail.


SVN revision: 71555
2012-05-30 12:14:34 +00:00
Cedric BAIL a5f658a4b2 ecore: cancel all pending thread at shutdown.
Hopefully this will fix bug #961.


SVN revision: 71526
2012-05-30 03:10:30 +00:00
Doyoun Kang 49ac07a2ac From: Doyoun Kang <doyoun.kang@samsung.com>
Subject: Re: [E-devel] [Patch] Add Ecore_X_Error_Code enumeration

I added the Ecore_X_Error_Code enumeration which wraps X error codes.
I think this will be useful when the X error occurs.



SVN revision: 71379
2012-05-24 04:27:01 +00:00
Cedric BAIL 302141e873 ecore: reduce likely race condition on Ecore_Thread shutdown.
SVN revision: 71311
2012-05-22 10:13:14 +00:00
Vincent Torri d5752f6530 Ecore_evas: add tranparency support for the GDI engine
SVN revision: 71193
2012-05-17 08:40:13 +00:00
Jiyoun Park 5cad9b9417 Send mouse move event before mouse down event in ecore_extn.
SVN revision: 70906
2012-05-10 09:04:44 +00:00
Cedric BAIL 273885aa95 ecore: trying to reduce rounding error in ecore.
As we move back and forth from double to fixed point, we do
have some rounding error. I am trying to limit them at much as
possible by reducing the number of computation in double.


SVN revision: 70905
2012-05-10 08:41:50 +00:00
Cedric BAIL ed1bdf1b7b ecore: don't run out of fd when crazy apps cycle through ecore_init/ecore_shutdown.
SVN revision: 70860
2012-05-08 03:50:22 +00:00
Vincent Torri 2fba71c5be Ecore_Evas (win32): add override_set() support
SVN revision: 70366
2012-04-20 14:53:06 +00:00
cnook be2d0f5d70 From: cnook <kimcinoo@gmail.com>
Subject: Re: [E-devel] [Patch][Ecore][Win32] Checking control character

I missed the updating WinCE. and..
Mr. Vincent Torri enlighten me about ChangeLog and NEWS also. Thanks!



SVN revision: 70219
2012-04-16 06:46:25 +00:00
Jihoon Kim 2fb7be8fed ecore/NEWS: fix typos
SVN revision: 70206
2012-04-16 06:00:16 +00:00
Carsten Haitzler 39f466dcfd ecore -> news up to date
SVN revision: 70203
2012-04-16 04:46:19 +00:00
Vincent Torri e17aa714d8 Ecore_Win32/WinCE: also do not autorepeat the Win key
Patch by Shinwoo Kim


SVN revision: 69638
2012-03-26 17:33:10 +00:00
Vincent Torri bff8077cc6 Ecore_Win32/WinCE: do not autorepeat Ctrl, Shift and Alt keys
Patch by Shinwoo Kim


SVN revision: 69628
2012-03-26 06:31:39 +00:00
Vincent Torri 42bb0a819b Ecore: add ecore_wince_window_focus_get() and ecore_win32_window_focus_get()
SVN revision: 69514
2012-03-20 04:35:18 +00:00
Vincent Torri 99f995ad5f Ecore: rename ecore_win32_focus_set() to ecore_win32_focus() and add ecore_wince_focus()
SVN revision: 69513
2012-03-20 04:09:51 +00:00
Leif Middelschulte ba9f6c43f6 Do not cut off \0 anymore.
SVN revision: 69301
2012-03-13 19:57:06 +00:00
Cedric BAIL 77b6473314 ecore: fix Ecore_Thread double free and update ChangeLog/NEWS.
SVN revision: 69172
2012-03-10 12:47:54 +00:00
Mike Blumenkrantz 4652719267 added ecore_con_url_status_code_get, cleaned up recent changelog/news entries, zero http status on new transfers
SVN revision: 69009
2012-03-07 17:15:01 +00:00
Jihoon Kim 05131e2348 ecore_imf: Add ecore_imf_context_input_panel_caps_lock_mode_set/get to set/get the caps lock mode on the input panel
SVN revision: 68529
2012-02-29 04:37:33 +00:00
Leif Middelschulte a681840432 Add NEWS, @since to source, and alter ChangeLog.
SVN revision: 68348
2012-02-23 15:56:38 +00:00
Cedric BAIL b9ebf5a7df ecore: update NEWS and ChangeLog accordingly.
SVN revision: 68347
2012-02-23 15:41:23 +00:00
Cedric BAIL 6152601e1f ecore: rewrite of Ecore_Thread internal to use Eina_Lock and ecore_main_loop_thread_safe_call_async.
NOTES: It is now safer and faster. I doubt I will have more time before the release to finish
ecore_thread_message_run, nor to make the shutdown nicer.


SVN revision: 68164
2012-02-20 15:57:18 +00:00
Mike Blumenkrantz 1a89d6b59d add new curl function to news
SVN revision: 67777
2012-02-09 00:50:38 +00:00
Jiyoun Park 6eb708fb1d Fix Ecore evas extn for multi client model.
It is possible that several process want to show same canvas.
For support this, I changed Ecore buffer canvas to server(socket)
If some application want to show this canvas, 
it create plug image object. 



SVN revision: 66892
2012-01-05 05:08:24 +00:00
Christopher Michael ad6ed52a3e Ecore: Add news & changelog entries (for people who actually read
these things).



SVN revision: 66547
2011-12-26 23:47:33 +00:00
Mike Blumenkrantz 3258503e8a curl patch from bluezery to use ECORE_CON_SOCKS_V4 env variable and also add socks proxying api
SVN revision: 66462
2011-12-22 08:06:51 +00:00