Mike Blumenkrantz [Wed, 29 Jun 2011 19:53:11 +0000 (19:53 +0000)]
sync disk find/watch qualifiers
SVN revision: 60836
Christopher Michael [Wed, 29 Jun 2011 19:40:20 +0000 (19:40 +0000)]
Ecore: Ecore_X: Add missing EAPI for ecore_x_dnd_source_action_get
function.
SVN revision: 60834
Mike Blumenkrantz [Wed, 29 Jun 2011 18:53:40 +0000 (18:53 +0000)]
eeze_scanner seems to finally be complete, have at it
SVN revision: 60833
Mike Blumenkrantz [Wed, 29 Jun 2011 18:53:38 +0000 (18:53 +0000)]
fix some segvs and drive detection
SVN revision: 60832
Rafael Antognolli [Wed, 29 Jun 2011 18:15:36 +0000 (18:15 +0000)]
ecore/timer - Document ecore_timer_freeze and ecore_timer_thaw.
SVN revision: 60830
Rafael Antognolli [Wed, 29 Jun 2011 18:07:34 +0000 (18:07 +0000)]
ecore/poller - Add a poller example and its explanation.
SVN revision: 60829
Rafael Antognolli [Wed, 29 Jun 2011 18:07:23 +0000 (18:07 +0000)]
ecore/time - Rename example to avoid mismatch.
SVN revision: 60828
Rafael Antognolli [Wed, 29 Jun 2011 18:07:08 +0000 (18:07 +0000)]
ecore/timer - Add a commented example.
SVN revision: 60827
Cedric BAIL [Wed, 29 Jun 2011 17:45:13 +0000 (17:45 +0000)]
emotion: add some help to debug the pipeline.
SVN revision: 60826
Cedric BAIL [Wed, 29 Jun 2011 17:30:19 +0000 (17:30 +0000)]
emotion: restore/save last know position for file.
SVN revision: 60825
Cedric BAIL [Wed, 29 Jun 2011 17:28:55 +0000 (17:28 +0000)]
eio: more xattr support.
SVN revision: 60824
Gustavo Lima Chaves [Wed, 29 Jun 2011 14:46:29 +0000 (14:46 +0000)]
[evas] Unbork examples, sorry.
SVN revision: 60821
Cedric BAIL [Wed, 29 Jun 2011 14:16:41 +0000 (14:16 +0000)]
eio: forgotten Eio.h decl.
SVN revision: 60820
Cedric BAIL [Wed, 29 Jun 2011 13:58:42 +0000 (13:58 +0000)]
emotion: use stringshare for file.
SVN revision: 60818
Gustavo Lima Chaves [Wed, 29 Jun 2011 13:25:58 +0000 (13:25 +0000)]
[evas] Documantation and examples on this group of
functions:
- evas_object_image_add
- evas_object_image_file_get
- evas_object_image_file_set
- evas_object_image_filled_add
- evas_object_image_filled_get
- evas_object_image_filled_set
- evas_object_image_fill_get
- evas_object_image_fill_set
SVN revision: 60817
Cedric BAIL [Wed, 29 Jun 2011 08:24:13 +0000 (08:24 +0000)]
ecore: forgotten eina_threads_init/shutdown.
SVN revision: 60801
Tom Hacohen [Wed, 29 Jun 2011 05:05:35 +0000 (05:05 +0000)]
Evas events: Fix issues with mouse_in/out caused by previous commit.
SVN revision: 60793
Tom Hacohen [Wed, 29 Jun 2011 05:05:32 +0000 (05:05 +0000)]
Evas events: Re-apply commits 60787,60788.
SVN revision: 60792
Carsten Haitzler [Wed, 29 Jun 2011 03:14:57 +0000 (03:14 +0000)]
REVERT commits 60787 and 60788 by tasn. BORK mouse in/out (e17 menus)
SVN revision: 60790
Iván Briano [Wed, 29 Jun 2011 02:32:37 +0000 (02:32 +0000)]
It doesn't look like this matters, so let's fix the build.
And if it does matter, I hope it breaks something from cedric. One femur, for example. Or both.
SVN revision: 60789
Tom Hacohen [Wed, 29 Jun 2011 02:03:33 +0000 (02:03 +0000)]
Evas events: Fixed more issues with pointer grabbing.
We want to free the grab even if mouse up happened outside of the
object's region (that's the whole point of grabbing...). Also, we don't
want to update the grabbed list anywhere but in mouse down.
SVN revision: 60788
Tom Hacohen [Wed, 29 Jun 2011 02:03:25 +0000 (02:03 +0000)]
Evas events: Fix 1 more issue with pointer grabbing.
We only need to change the list of grabbed objects if we are initiating
a new grab, and not if are already in a grab because of multi touch.
SVN revision: 60787
Jonas M. Gastal [Tue, 28 Jun 2011 18:19:30 +0000 (18:19 +0000)]
Evas: document evas_object_rectangle.
SVN revision: 60772
Jonas M. Gastal [Tue, 28 Jun 2011 18:19:09 +0000 (18:19 +0000)]
Evas: Fix latex doc generation.
SVN revision: 60771
Iván Briano [Tue, 28 Jun 2011 18:05:19 +0000 (18:05 +0000)]
don't leak
SVN revision: 60770
Gustavo Lima Chaves [Tue, 28 Jun 2011 17:43:44 +0000 (17:43 +0000)]
[evas] Documenting more functions on Evas objects:
- evas_object_event_callback_add
- evas_object_event_callback_del_full
- evas_object_focus_get
- evas_object_focus_set
- evas_object_key_grab
- evas_object_key_ungrab
- evas_object_pass_events_get
- evas_object_pass_events_set
- evas_object_precise_is_inside_get
- evas_object_precise_is_inside_set
- evas_object_propagate_events_get
- evas_object_propagate_events_set
- evas_object_repeat_events_get
- evas_object_repeat_events_set
Examples on them also follow.
SVN revision: 60769
Cedric BAIL [Tue, 28 Jun 2011 15:53:19 +0000 (15:53 +0000)]
ecore: do count threads only in the main loop.
NOTE: for an unknow reason I always get the wrong number
of threads when doing the computation from the thread.
Even if I use volatile and mutex. So to avoid that move
that stuff in the main loop. It increase the complexity
of the code, but at least it work.
SVN revision: 60767
Rafael Antognolli [Tue, 28 Jun 2011 15:05:29 +0000 (15:05 +0000)]
ecore/fd_handler - Add an example.
SVN revision: 60766
Rafael Antognolli [Tue, 28 Jun 2011 15:05:09 +0000 (15:05 +0000)]
ecore/fd_handler - Fix prepare_callback_set and improve its doc.
Now they can be set even if the list is empty (sorry discomfitor,
removing your optimization and making it O(n) again, back from O(0)).
Also notice that due to the already existing check, if a prepare
callback was already set to a fd handler, it can't be changed, so I
added that to the docs.
SVN revision: 60765
Rafael Antognolli [Tue, 28 Jun 2011 15:03:58 +0000 (15:03 +0000)]
ecore/fd_handler - Rename fd_handler example that uses gnutls.
SVN revision: 60764
Cedric BAIL [Tue, 28 Jun 2011 14:53:34 +0000 (14:53 +0000)]
ecore: actually limit the number of pipe in the cache.
SVN revision: 60763
Jonas M. Gastal [Tue, 28 Jun 2011 14:38:17 +0000 (14:38 +0000)]
Eina: eina_strbuf example and documentation.
SVN revision: 60762
Jonas M. Gastal [Tue, 28 Jun 2011 14:37:49 +0000 (14:37 +0000)]
Eina: Slight improvement to eina_strbuf's documentation.
SVN revision: 60761
Cedric BAIL [Tue, 28 Jun 2011 14:35:21 +0000 (14:35 +0000)]
ethumb: fix various source of misusage.
SVN revision: 60760
Cedric BAIL [Tue, 28 Jun 2011 14:26:22 +0000 (14:26 +0000)]
evas: raise level of warning.
SVN revision: 60758
Jonas M. Gastal [Tue, 28 Jun 2011 13:52:59 +0000 (13:52 +0000)]
Eina: improve eina_str documentation.
SVN revision: 60757
Carsten Haitzler [Tue, 28 Jun 2011 12:34:52 +0000 (12:34 +0000)]
add ecore_throttle
SVN revision: 60756
Cedric BAIL [Tue, 28 Jun 2011 08:39:28 +0000 (08:39 +0000)]
ethumb: mute emotion during thumbnailing.
SVN revision: 60751
Tom Hacohen [Tue, 28 Jun 2011 08:27:26 +0000 (08:27 +0000)]
Evas textblock: Yet another coord_set fix.
SVN revision: 60750
Tom Hacohen [Tue, 28 Jun 2011 08:13:45 +0000 (08:13 +0000)]
Evas textblock: Fixed coord_set and line_coord set in a couple of cases.
SVN revision: 60749
Carsten Haitzler [Tue, 28 Jun 2011 08:11:07 +0000 (08:11 +0000)]
actually - we dont need to clear at all. rely on engine alpha
returning right value and let evas_render do it.
SVN revision: 60748
Tom Hacohen [Tue, 28 Jun 2011 02:10:36 +0000 (02:10 +0000)]
Evas: Updated changelog.
SVN revision: 60744
Tom Hacohen [Tue, 28 Jun 2011 02:10:31 +0000 (02:10 +0000)]
Evas polygon: Hopefully this time really fix is_inside calculation.
SVN revision: 60743
Jonas M. Gastal [Mon, 27 Jun 2011 20:26:43 +0000 (20:26 +0000)]
Eina: eina_str example and accompanying documentation.
SVN revision: 60742
Rafael Antognolli [Mon, 27 Jun 2011 19:58:53 +0000 (19:58 +0000)]
ecore/events - constify data parameter of event_handler_data_set.
Make this function and ecore_event_handler_add be consistent about it.
SVN revision: 60741
Rafael Antognolli [Mon, 27 Jun 2011 19:42:28 +0000 (19:42 +0000)]
ecore/event_handler - Improve documentation and add an example.
SVN revision: 60740
Gustavo Lima Chaves [Mon, 27 Jun 2011 16:04:51 +0000 (16:04 +0000)]
[evas] Examples and doc. revamping of stacking functions.
SVN revision: 60737
Rafael Antognolli [Mon, 27 Jun 2011 15:10:34 +0000 (15:10 +0000)]
eina/autotools - fix typo on eina_log example
SVN revision: 60735
Jonas M. Gastal [Mon, 27 Jun 2011 14:02:10 +0000 (14:02 +0000)]
Eina: Reorganization of eina log documentation.
SVN revision: 60733
Cedric BAIL [Mon, 27 Jun 2011 11:47:18 +0000 (11:47 +0000)]
emotion: this file are now useless.
SVN revision: 60730
Carsten Haitzler [Mon, 27 Jun 2011 08:35:59 +0000 (08:35 +0000)]
fix clear of gl buffer for alpha dest gl engine rendering
SVN revision: 60724
Tom Hacohen [Mon, 27 Jun 2011 05:31:07 +0000 (05:31 +0000)]
Evas polygon: Fix polygon is_inside calculation.
SVN revision: 60721
Tom Hacohen [Mon, 27 Jun 2011 02:19:41 +0000 (02:19 +0000)]
Revert "bla" - Wasn't supposed to go in yet.
This reverts commit 60711.
SVN revision: 60713
Tom Hacohen [Mon, 27 Jun 2011 02:18:34 +0000 (02:18 +0000)]
Evas polygon: Implement "is_inside" for polygons.
SVN revision: 60712
Tom Hacohen [Mon, 27 Jun 2011 02:18:31 +0000 (02:18 +0000)]
bla
SVN revision: 60711
Carsten Haitzler [Sun, 26 Jun 2011 23:11:07 +0000 (23:11 +0000)]
add errs for efreet cache init failures.
SVN revision: 60707
Mike Blumenkrantz [Sun, 26 Jun 2011 00:08:03 +0000 (00:08 +0000)]
fix eina_binbuf_* signatures to use unsigned char instead of char...
SVN revision: 60693
Cedric BAIL [Sat, 25 Jun 2011 22:52:01 +0000 (22:52 +0000)]
eio: forgot the header.
SVN revision: 60690
Cedric BAIL [Sat, 25 Jun 2011 22:49:01 +0000 (22:49 +0000)]
eio: make it possible to know if an Eio_File was cancelled.
SVN revision: 60689
Mike Blumenkrantz [Sat, 25 Jun 2011 08:39:07 +0000 (08:39 +0000)]
apparently SSL_set_verify with SSL_VERIFY_PEER is NOT sufficient for validating a certificate as its man page implies. good thing the correct way is properly docu...right. openssl. riiiiiiiiiggghhht.
+ecore_con_ssl_server_verify_basic for checking a cert against its hostname
SVN revision: 60673
Cedric BAIL [Fri, 24 Jun 2011 16:13:29 +0000 (16:13 +0000)]
emotion: keep last gstreamer buffer around as YUV data are not copied inside evas.
SVN revision: 60667
Cedric BAIL [Fri, 24 Jun 2011 14:52:59 +0000 (14:52 +0000)]
emotion: fix shutdown of gstreamer plugin.
SVN revision: 60666
Cedric BAIL [Fri, 24 Jun 2011 14:11:24 +0000 (14:11 +0000)]
emotion: advertise only on frame size change.
SVN revision: 60665
Cedric BAIL [Fri, 24 Jun 2011 12:26:29 +0000 (12:26 +0000)]
emotion: advertise native resolution.
SVN revision: 60664
Cedric BAIL [Fri, 24 Jun 2011 12:25:15 +0000 (12:25 +0000)]
emotion: make preroll work and try to really turn off audio when mutted.
SVN revision: 60663
Tom Hacohen [Fri, 24 Jun 2011 08:43:38 +0000 (08:43 +0000)]
Edje entry: Differentiate between entry,changed and preedit,changed.
Patch by Jihoon Kim.
SVN revision: 60658
Tom Hacohen [Fri, 24 Jun 2011 06:59:30 +0000 (06:59 +0000)]
Evas events: handle MOUSE_OUT stuff only if there's no mouse grab on.
ATTENTION: if you find any weird issues, please let me know. After testing
here, reading the code and discussing it with raster I decided to commit it,
but this is a very sensitive area. :P
SVN revision: 60651
Carsten Haitzler [Fri, 24 Jun 2011 05:35:33 +0000 (05:35 +0000)]
multitouch grab fix.
SVN revision: 60650
Cedric BAIL [Thu, 23 Jun 2011 15:33:34 +0000 (15:33 +0000)]
emotion: forgottent strange Windows rules.
SVN revision: 60638
Cedric BAIL [Thu, 23 Jun 2011 14:58:11 +0000 (14:58 +0000)]
emotion: add a way to test if a file could be played by emotion.
SVN revision: 60637
Cedric BAIL [Thu, 23 Jun 2011 13:29:45 +0000 (13:29 +0000)]
eio: eio doesn't modify data at all, so make it const.
SVN revision: 60635
Cedric BAIL [Thu, 23 Jun 2011 09:58:54 +0000 (09:58 +0000)]
eina: add Eina_LockRW. more refactoring code comming.
SVN revision: 60628
Cedric BAIL [Thu, 23 Jun 2011 09:55:57 +0000 (09:55 +0000)]
edje: refactor text_class and color_class code.
SVN revision: 60627
Michael Jennings [Thu, 23 Jun 2011 07:01:45 +0000 (07:01 +0000)]
Assorted build and spec fixes.
SVN revision: 60624
Rafael Antognolli [Wed, 22 Jun 2011 22:56:36 +0000 (22:56 +0000)]
ecore/idler - Fix wrong explanation!
Event callbacks don't stop being called by returning false, but won't
allow other callbacks to handle that event.
SVN revision: 60611
Michael Jennings [Wed, 22 Jun 2011 22:38:05 +0000 (22:38 +0000)]
evas/autotools - Fix dist-check because of missing files in EXTRA_DIST.
Patch by: "Michael Jennings" <mej@kainx.org>
SVN revision: 60610
Rafael Antognolli [Wed, 22 Jun 2011 21:31:53 +0000 (21:31 +0000)]
evas/autotools - fix build when no dependencies for examples are found.
Some examples need ecore, ecore-evas and edje to demonstrate its
functionality. If --enable-build-examples is used, these dependencies are
required. This commit disables the examples build if they are not found
in the system.
TODO: improve efl_examples.m4 and use it in evas build too - I'll work on
that soon.
SVN revision: 60609
Rafael Antognolli [Wed, 22 Jun 2011 20:54:32 +0000 (20:54 +0000)]
ecore/job - Improve documentation and add an example.
SVN revision: 60608
Christopher Michael [Wed, 22 Jun 2011 20:32:43 +0000 (20:32 +0000)]
Evas: Pass 'make distcheck' for gl_common.
SVN revision: 60607
Jonas M. Gastal [Wed, 22 Jun 2011 19:48:37 +0000 (19:48 +0000)]
Eina: Adding eina file example to makefile.
SVN revision: 60606
Jonas M. Gastal [Wed, 22 Jun 2011 19:48:27 +0000 (19:48 +0000)]
Eina: Eina error documentation improvement.
SVN revision: 60605
Jonas M. Gastal [Wed, 22 Jun 2011 19:25:44 +0000 (19:25 +0000)]
Eina: Eina file documentation.
SVN revision: 60604
Rafael Antognolli [Wed, 22 Jun 2011 18:29:38 +0000 (18:29 +0000)]
ecore/idler - Improve documentation and add an example.
SVN revision: 60602
Cedric BAIL [Wed, 22 Jun 2011 17:45:22 +0000 (17:45 +0000)]
eio: oops forgot to export that function.
SVN revision: 60601
Cedric BAIL [Wed, 22 Jun 2011 16:09:14 +0000 (16:09 +0000)]
eio: fix api change.
SVN revision: 60600
Cedric BAIL [Wed, 22 Jun 2011 15:59:15 +0000 (15:59 +0000)]
edje: give more info when needed.
Typicall case being with elementary not taking theme
into account due to misspelling.
SVN revision: 60599
Rafael Antognolli [Wed, 22 Jun 2011 15:01:55 +0000 (15:01 +0000)]
ecore/doc - Move some examples to examples.dox
Also remove references to examples that don't exist anymore.
More examples are going to be explained, and removing them from Ecore.h
will improve the readability of that file. This is the same that was
done to Elementary.
I'm going to move all the examples reference to this file, and should
have them being pointed by functions that use them too.
SVN revision: 60598
Rafael Antognolli [Wed, 22 Jun 2011 15:00:44 +0000 (15:00 +0000)]
ecore/main_loop - Improve documentation of some functions.
SVN revision: 60597
Cedric BAIL [Wed, 22 Jun 2011 14:51:53 +0000 (14:51 +0000)]
edje: fix huge memory leak.
SVN revision: 60593
Cedric BAIL [Wed, 22 Jun 2011 14:04:09 +0000 (14:04 +0000)]
eina: update Eina_Refcount API to please Tasn.
SVN revision: 60592
Vincent Torri [Wed, 22 Jun 2011 13:50:59 +0000 (13:50 +0000)]
From: Vincent Torri <vtorri@univ-evry.fr>
To: enlightenment-devel@lists.sourceforge.net
Subject: Re: [E-devel] E SVN: raster trunk/edje/src/lib
Date: Wed, 22 Jun 2011 15:32:41 +0200 (CEST)
On Wed, 22 Jun 2011, Enlightenment SVN wrote:
[...]
i would have prefered a beautiful colored spank message with ERR
Vincent
SVN revision: 60591
Carsten Haitzler [Wed, 22 Jun 2011 13:28:43 +0000 (13:28 +0000)]
for the french.
SVN revision: 60590
Carsten Haitzler [Wed, 22 Jun 2011 12:47:12 +0000 (12:47 +0000)]
dont bloody cache files! all this will do is leak them forever. no
cache. JUSt a shared hash. ZERO speculative retention cache. it was
broken before anyway.
grrrrr..........
SVN revision: 60589
Cedric BAIL [Wed, 22 Jun 2011 11:05:02 +0000 (11:05 +0000)]
edje: remove debug printf.
SVN revision: 60587
Cedric BAIL [Wed, 22 Jun 2011 09:47:16 +0000 (09:47 +0000)]
edje: don't forget to del text_class when destroying object.
SVN revision: 60585
Cedric BAIL [Wed, 22 Jun 2011 08:14:32 +0000 (08:14 +0000)]
eina: fix eina_stringshare_dump bug #791 reported by jgastal@profusion.mobi.
SVN revision: 60580
Jonas M. Gastal [Tue, 21 Jun 2011 20:45:50 +0000 (20:45 +0000)]
Eina: Eina_Stringshare documentation.
SVN revision: 60559
Rafael Antognolli [Tue, 21 Jun 2011 17:15:54 +0000 (17:15 +0000)]
ecore/time - Add an example to use the ecore_time_* functions.
It exemplifies the difference between ecore_time_get(), ecore_time_unix_get()
and ecore_loop_time_get(). A description of this example is also provided.
SVN revision: 60557
Rafael Antognolli [Tue, 21 Jun 2011 17:14:19 +0000 (17:14 +0000)]
ecore/examples - Add support for building and installing examples.
Also move them from ecore/examples to ecore/src/examples, to match the other
libraries organization.
SVN revision: 60556
Cedric BAIL [Tue, 21 Jun 2011 15:49:08 +0000 (15:49 +0000)]
edje: forgotten dup.
SVN revision: 60554