Commit Graph

13998 Commits

Author SHA1 Message Date
Christopher Michael 58fad65f2b Ecore: Ecore_X: Add missing EAPI for ecore_x_dnd_source_action_get
function.



SVN revision: 60834
2011-06-29 19:40:20 +00:00
Mike Blumenkrantz b06075acf2 eeze_scanner seems to finally be complete, have at it
SVN revision: 60833
2011-06-29 18:53:40 +00:00
Mike Blumenkrantz f2caf4707c fix some segvs and drive detection
SVN revision: 60832
2011-06-29 18:53:38 +00:00
Rafael Antognolli 47cdbe390a ecore/timer - Document ecore_timer_freeze and ecore_timer_thaw.
SVN revision: 60830
2011-06-29 18:15:36 +00:00
Rafael Antognolli cd9e094226 ecore/poller - Add a poller example and its explanation.
SVN revision: 60829
2011-06-29 18:07:34 +00:00
Rafael Antognolli 9cad53125d ecore/time - Rename example to avoid mismatch.
SVN revision: 60828
2011-06-29 18:07:23 +00:00
Rafael Antognolli e4dc033594 ecore/timer - Add a commented example.
SVN revision: 60827
2011-06-29 18:07:08 +00:00
Cedric BAIL 605d57325f emotion: add some help to debug the pipeline.
SVN revision: 60826
2011-06-29 17:45:13 +00:00
Cedric BAIL 45d0b34007 emotion: restore/save last know position for file.
SVN revision: 60825
2011-06-29 17:30:19 +00:00
Cedric BAIL 73edb0433f eio: more xattr support.
SVN revision: 60824
2011-06-29 17:28:55 +00:00
Gustavo Lima Chaves b24e04ac82 [evas] Unbork examples, sorry.
SVN revision: 60821
2011-06-29 14:46:29 +00:00
Cedric BAIL 20069184a5 eio: forgotten Eio.h decl.
SVN revision: 60820
2011-06-29 14:16:41 +00:00
Cedric BAIL 59ebbdeee0 emotion: use stringshare for file.
SVN revision: 60818
2011-06-29 13:58:42 +00:00
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