Commit Graph

44 Commits

Author SHA1 Message Date
Christopher Michael e3ad6ca2cc Ecore: Add myself to Authors (for incoming xcb stuffs).
SVN revision: 61375
2011-07-14 15:31:24 +00:00
Daniel Juyung Seo 534e53d1a1 Ecore: Added myself to authors.
SVN revision: 59650
2011-05-24 11:23:58 +00:00
Cedric BAIL 9c336235b2 ecore: add ecore_con_url_ssl_ca_set.
patch by PnB <Poor.NewBie@gmail.com>


SVN revision: 58197
2011-03-30 09:15:24 +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
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
Sebastian Dransfeld 35c165d2e4 Fix me as author
SVN revision: 55438
2010-12-10 06:05:35 +00:00
Bruno Dilly 0bc55e69b2 Fix typo in ecore AUTHORS
By Daniel Juyung Seo (SeoZ) <juyung.seo@samsung.com>



SVN revision: 54500
2010-11-12 13:08:50 +00:00
Carsten Haitzler 31458bd882 patch from mike - fix epoll on fork thing.
This is an attempt to fix the epoll/fork() issue reported to me where
we end up with a single epoll fd shared between two processes after  a
fork() in E.

I've tested with elementary test in epoll and non-epoll combinations,
and all appears to be well.  Please check it solves the issue you saw,
and reformat the code as you see fit... ;-)



SVN revision: 53670
2010-10-20 14:15:56 +00:00
Cedric BAIL 6d6f5c7360 * AUTHORS: don't forget to blame T_UNIX for his work on xrandr.
SVN revision: 53403
2010-10-14 14:49:49 +00:00
Mike Blumenkrantz 3ceb05fe0d authors updates
SVN revision: 52507
2010-09-20 20:04:05 +00:00
Brett Nash 80e8016ce5 /me has done ecore-related thingies.
SVN revision: 49815
2010-06-23 08:53:54 +00:00
Cedric BAIL 238b9836ca * ecore: return Eina_Bool instead of int when it make sense.
Patch from Nicolas Aguirre.


SVN revision: 49611
2010-06-10 11:57:12 +00:00
Carsten Haitzler eaad0eb095 big patch from Samsung SAIT (Advanced research group) for async multi-frame
rendering. to turn on:

1.
configure with --enable-async-render
2.
export EVAS_RENDER_MODE=non-blocking
  
presto. necessitates some api swizzling (thus the expedite. ecore etc. changes)

the kind of results you get on a desktop:

http://www.rasterman.com/files/evas-async-vs-none.html



SVN revision: 49087
2010-05-21 07:10:45 +00:00
Rui Seabra b923e09da0 This commit implements http auth support; in order to avoid exposing too much of curl's internal workings, I opted to have a safety parameter in order to choose between CURLAUTH_ANY and CURLAUTH_ANYSAFE.
SVN revision: 48715
2010-05-09 15:06:06 +00:00
Vincent Torri 1de064d479 add Mathieu Taillefumier
SVN revision: 42853
2009-10-02 04:36:08 +00:00
dieb 85ba9823e7 Change my email address to a fixed one.
SVN revision: 41959
2009-08-24 21:28:59 +00:00
Cedric BAIL 3c24106508 * ecore: Add Andre Dieb in ecore AUTHORS file.
SVN revision: 41952
2009-08-24 09:41:46 +00:00
Vincent Torri 26d2cf2101 add Lars and myself
SVN revision: 41180
2009-06-24 06:21:15 +00:00
Cedric BAIL 3f064e8818 * AUTHORS: Update to reflect new contribution from Albin.
SVN revision: 41076
2009-06-17 12:41:48 +00:00
Carsten Haitzler c8731aeaa6 add patch to add a pipe handler for glueing threads to the core main loop via
pipes - makes it save for a thread to send a message to the main loop and not
need lots of thread locks etc.



SVN revision: 37429
2008-11-03 05:42:27 +00:00
Cedric BAIL 1cef991ffd Add full UDP client/server support.
Patch from Matt Barclay.



SVN revision: 36474
2008-10-06 09:28:15 +00:00
Cedric BAIL fb90b057e8 Patch from Quarium. Ecore_Con handle in progress connection with it.
SVN revision: 36380
2008-10-01 15:27:52 +00:00
Carsten Haitzler 5b4a924fd5 tim horton's quartz engine patches - ecore adds.
SVN revision: 36110
2008-09-20 02:08:50 +00:00
rephorm 16f3aae0c9 Add abstract socket namespace support to ecore_con.
Lots of work on ecore_dbus
Hilights:
  - get the socket address for system/session/startup busses from the environment
  - can request/release a bus name
  - receive method calls (we need to add a way to register callbacks for specific methods)
  - send signals and method replies (untested)

*** API BREAKAGE ***
ecore_dbus_message_new_method_call() - the 'destination' param has moved to after the 'method' param to keep things consistent with newly supported message types and the param ordering in the spec.


SVN revision: 26081
2006-09-24 07:24:52 +00:00
codewarrior 93dd8ce0fc - ++authors
- add ecore_file_symlink


SVN revision: 19506
2006-01-03 00:18:42 +00:00
David Walter Seikel 82021edf95 Time I added myself.
SVN revision: 18940
2005-12-10 22:40:34 +00:00
Carsten Haitzler a0caf8afa1 tslib patch :)
SVN revision: 16723
2005-09-15 04:19:45 +00:00
Dan Sinclair 1c6ef60b3c - add ecore_file_download_protocol_available so we can determine if the
protocols we need are compiled in or not


SVN revision: 15488
2005-06-22 14:51:37 +00:00
Carsten Haitzler a30276b663 Jorge has submitted a good start on ecore_dbus... :)
SVN revision: 14472
2005-04-29 05:29:29 +00:00
Carsten Haitzler 4eb5ded2ac simons client limiter patch
SVN revision: 14467
2005-04-29 04:51:31 +00:00
Carsten Haitzler e8c7d1b52e seb's patch
SVN revision: 13221
2005-02-07 13:51:05 +00:00
Kim Woelders 1611c78704 Make ecore_x atoms public.
SVN revision: 12352
2004-12-04 10:10:29 +00:00
rbdpngn d452320abe Added myself as an author in the docs, since the data structure stuff came
from EWD.
Removed a duplicated entry for Nicholas Curran in the AUTHORS file.


SVN revision: 10840
2004-07-15 13:38:19 +00:00
Carsten Haitzler 093bd1d9c2 nathan's docs :)
SVN revision: 10113
2004-05-08 04:44:04 +00:00
handyande 20950022d6 Added theme functionality to support the examine changes
Oh, and I was told to blow my trumpet ;)


SVN revision: 10010
2004-05-02 21:02:49 +00:00
xcomputerman 489d074543 OK, I'll toot my own horn, if you insist...
SVN revision: 9981
2004-04-30 05:58:18 +00:00
rbdpngn 37ea47af7a Added myself to AUTHORS.
SVN revision: 9979
2004-04-30 04:40:41 +00:00
Carsten Haitzler ab01bcabdb hey guys! can u rememebr to add yourselves to AUTHORS?
SVN revision: 9978
2004-04-30 03:10:17 +00:00
Carsten Haitzler a5c2425084 damn you salizar! damn you!
errr. i mean. ecore moves to HEAD!


SVN revision: 7475
2003-09-23 08:09:32 +00:00
Carsten Haitzler cddaadb447 DELETED!
SVN revision: 7474
2003-09-23 07:54:34 +00:00
Term 7f12c5c062 By popular demand, I'm committing the collisionless naming scheme now, even
though E17 itself hasn't been updated. I don't like having to hand-merge
raster's changes anyway. :)


SVN revision: 5498
2001-10-16 15:45:29 +00:00
boris 7cec80e83e Added e_event_loop_quit() which will cause the event loop to drop out, this
means that clients can clean up properly.


SVN revision: 5278
2001-08-25 19:05:04 +00:00
Carsten Haitzler 2fb642685f add ipc :)
SVN revision: 4336
2001-03-06 20:33:26 +00:00
Tom Gilbert 8685930a75 Initial event abstraction for e17. More work needed.
SVN revision: 3663
2000-10-20 10:48:21 +00:00