Commit Graph

13985 Commits

Author SHA1 Message Date
Gustavo Lima Chaves 83711f3d95 [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
2011-06-29 13:25:58 +00:00
Cedric BAIL 94718fa484 ecore: forgotten eina_threads_init/shutdown.
SVN revision: 60801
2011-06-29 08:24:13 +00:00
Tom Hacohen 5a88f63381 Evas events: Fix issues with mouse_in/out caused by previous commit.
SVN revision: 60793
2011-06-29 05:05:35 +00:00
Tom Hacohen 3287d97442 Evas events: Re-apply commits 60787,60788.
SVN revision: 60792
2011-06-29 05:05:32 +00:00
Carsten Haitzler 99475ecdf3 REVERT commits 60787 and 60788 by tasn. BORK mouse in/out (e17 menus)
SVN revision: 60790
2011-06-29 03:14:57 +00:00
Iván Briano 0365a18df7 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
2011-06-29 02:32:37 +00:00
Tom Hacohen 5182b1d519 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
2011-06-29 02:03:33 +00:00
Tom Hacohen 067053b970 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
2011-06-29 02:03:25 +00:00
Jonas M. Gastal aad8c69071 Evas: document evas_object_rectangle.
SVN revision: 60772
2011-06-28 18:19:30 +00:00
Jonas M. Gastal c5518e7ece Evas: Fix latex doc generation.
SVN revision: 60771
2011-06-28 18:19:09 +00:00
Iván Briano 396d0ced07 don't leak
SVN revision: 60770
2011-06-28 18:05:19 +00:00
Gustavo Lima Chaves 003ab96f81 [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
2011-06-28 17:43:44 +00:00
Cedric BAIL 5d473313b0 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
2011-06-28 15:53:19 +00:00
Rafael Antognolli 0ba8b7a39b ecore/fd_handler - Add an example.
SVN revision: 60766
2011-06-28 15:05:29 +00:00
Rafael Antognolli 5017f501ac 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
2011-06-28 15:05:09 +00:00
Rafael Antognolli 358f5b594e ecore/fd_handler - Rename fd_handler example that uses gnutls.
SVN revision: 60764
2011-06-28 15:03:58 +00:00
Cedric BAIL edfeab7295 ecore: actually limit the number of pipe in the cache.
SVN revision: 60763
2011-06-28 14:53:34 +00:00
Jonas M. Gastal 2587a69af7 Eina: eina_strbuf example and documentation.
SVN revision: 60762
2011-06-28 14:38:17 +00:00
Jonas M. Gastal 1eb2a44f08 Eina: Slight improvement to eina_strbuf's documentation.
SVN revision: 60761
2011-06-28 14:37:49 +00:00
Cedric BAIL 0408408e2a ethumb: fix various source of misusage.
SVN revision: 60760
2011-06-28 14:35:21 +00:00
Cedric BAIL 2759f47524 evas: raise level of warning.
SVN revision: 60758
2011-06-28 14:26:22 +00:00
Jonas M. Gastal 2b6a9986cb Eina: improve eina_str documentation.
SVN revision: 60757
2011-06-28 13:52:59 +00:00
Carsten Haitzler 9bbe57e6e6 add ecore_throttle
SVN revision: 60756
2011-06-28 12:34:52 +00:00
Cedric BAIL 6c9680f399 ethumb: mute emotion during thumbnailing.
SVN revision: 60751
2011-06-28 08:39:28 +00:00
Tom Hacohen c357c362fb Evas textblock: Yet another coord_set fix.
SVN revision: 60750
2011-06-28 08:27:26 +00:00
Tom Hacohen c81a71d18d Evas textblock: Fixed coord_set and line_coord set in a couple of cases.
SVN revision: 60749
2011-06-28 08:13:45 +00:00
Carsten Haitzler 7e9a7c59df actually - we dont need to clear at all. rely on engine alpha
returning right value and let evas_render do it.



SVN revision: 60748
2011-06-28 08:11:07 +00:00
Tom Hacohen c69ba03da1 Evas: Updated changelog.
SVN revision: 60744
2011-06-28 02:10:36 +00:00
Tom Hacohen 7ead474aae Evas polygon: Hopefully this time really fix is_inside calculation.
SVN revision: 60743
2011-06-28 02:10:31 +00:00
Jonas M. Gastal fc62f8d13d Eina: eina_str example and accompanying documentation.
SVN revision: 60742
2011-06-27 20:26:43 +00:00
Rafael Antognolli 3010ac711e 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
2011-06-27 19:58:53 +00:00
Rafael Antognolli 89fa0bee81 ecore/event_handler - Improve documentation and add an example.
SVN revision: 60740
2011-06-27 19:42:28 +00:00
Gustavo Lima Chaves 0198df7fd5 [evas] Examples and doc. revamping of stacking functions.
SVN revision: 60737
2011-06-27 16:04:51 +00:00
Rafael Antognolli c7ebecd004 eina/autotools - fix typo on eina_log example
SVN revision: 60735
2011-06-27 15:10:34 +00:00
Jonas M. Gastal 0a0fc20529 Eina: Reorganization of eina log documentation.
SVN revision: 60733
2011-06-27 14:02:10 +00:00
Cedric BAIL fe112b738d emotion: this file are now useless.
SVN revision: 60730
2011-06-27 11:47:18 +00:00
Carsten Haitzler 5e6d04feaf fix clear of gl buffer for alpha dest gl engine rendering
SVN revision: 60724
2011-06-27 08:35:59 +00:00
Tom Hacohen fa78e73f6b Evas polygon: Fix polygon is_inside calculation.
SVN revision: 60721
2011-06-27 05:31:07 +00:00
Tom Hacohen df97b91f09 Revert "bla" - Wasn't supposed to go in yet.
This reverts commit 60711.

SVN revision: 60713
2011-06-27 02:19:41 +00:00
Tom Hacohen e85f91b3a3 Evas polygon: Implement "is_inside" for polygons.
SVN revision: 60712
2011-06-27 02:18:34 +00:00
Tom Hacohen a6948c292f bla
SVN revision: 60711
2011-06-27 02:18:31 +00:00
Carsten Haitzler d5e66856fe add errs for efreet cache init failures.
SVN revision: 60707
2011-06-26 23:11:07 +00:00
Mike Blumenkrantz 5e56d28dbd fix eina_binbuf_* signatures to use unsigned char instead of char...
SVN revision: 60693
2011-06-26 00:08:03 +00:00
Cedric BAIL f3e66ee718 eio: forgot the header.
SVN revision: 60690
2011-06-25 22:52:01 +00:00
Cedric BAIL 2217f284f7 eio: make it possible to know if an Eio_File was cancelled.
SVN revision: 60689
2011-06-25 22:49:01 +00:00
Mike Blumenkrantz 3bde9147fb 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
2011-06-25 08:39:07 +00:00
Cedric BAIL 332e51fb90 emotion: keep last gstreamer buffer around as YUV data are not copied inside evas.
SVN revision: 60667
2011-06-24 16:13:29 +00:00
Cedric BAIL f31326c6c1 emotion: fix shutdown of gstreamer plugin.
SVN revision: 60666
2011-06-24 14:52:59 +00:00
Cedric BAIL 1724785989 emotion: advertise only on frame size change.
SVN revision: 60665
2011-06-24 14:11:24 +00:00
Cedric BAIL 923bff4e1c emotion: advertise native resolution.
SVN revision: 60664
2011-06-24 12:26:29 +00:00