Commit Graph

71 Commits

Author SHA1 Message Date
Gustavo Lima Chaves 608716961b [ecore] New main loop diagram.
SVN revision: 62357
2011-08-11 19:29:26 +00:00
Gustavo Lima Chaves 79f479c754 [ecore] Examples for the last batch of documentation
bumps.



SVN revision: 62152
2011-08-05 20:16:19 +00:00
Jonas M. Gastal eda5044ed4 Ecore: Adding diagram to ecore_animator.
SVN revision: 62058
2011-08-03 14:40:06 +00:00
Jonas M. Gastal 04cb223e48 Ecore: Adding mention of Samsung's contribution to
documentation.



SVN revision: 62057
2011-08-03 14:39:52 +00:00
Jonas M. Gastal 92f409501d Ecore: ecore_evas basics documentation.
SVN revision: 62055
2011-08-03 14:38:32 +00:00
Jonas M. Gastal 62cd6116d1 Ecore: ecore_evas_object documentation.
SVN revision: 62016
2011-08-02 17:02:07 +00:00
Gustavo Lima Chaves 171186e10c [ecore] Documenting the following:
- ecore_evas_size_base_get
 - ecore_evas_size_base_set
 - ecore_evas_size_max_get
 - ecore_evas_size_max_set
 - ecore_evas_size_min_get
 - ecore_evas_size_min_set
 - ecore_evas_size_step_get
 - ecore_evas_size_step_set



SVN revision: 62012
2011-08-02 16:44:08 +00:00
Jonas M. Gastal 070ed98761 Ecore: ecore evas callbacks documentation.
SVN revision: 61998
2011-08-02 13:52:26 +00:00
Iván Briano 501232ecfc Diagrams for Ecore_Thread
SVN revision: 61507
2011-07-19 16:58:15 +00:00
Rafael Antognolli 8c58c7e668 ecore/doc - Add some @htmlonly guards.
SVN revision: 61485
2011-07-18 18:26:35 +00:00
Jonas M. Gastal 9023cef248 Ecore: copy images to latex doc dir so we can create PDF.
SVN revision: 61480
2011-07-18 14:03:23 +00:00
Lucas De Marchi 943fb6b06c ecore: fix common misppellings
Mispellings detected by codespell.



SVN revision: 61407
2011-07-15 14:36:13 +00:00
Rafael Antognolli 25e3fb0162 ecore/ecore_con - Add some sequence diagrams.
SVN revision: 61351
2011-07-13 19:04:27 +00:00
Rafael Antognolli e85a63bef5 ecore/ecore_con - Add minimal http server and url cookies examples.
SVN revision: 61350
2011-07-13 19:04:17 +00:00
Rafael Antognolli 6c645fa930 ecore/ecore_con - Ecore_Con examples (server and client).
SVN revision: 61297
2011-07-12 14:37:22 +00:00
Iván Briano 970c4e6757 Some example for Ecore_Thread
It has some issues that need debugging, I'm not sure if Ecore_Thread doesn't
like having stuff done before the main loop is running and valgrind was also
complaining about some invalid reads in ecore_thread.c, but at least the
example is there for people to look at and report problems, things not clear
or just about anything that may come up from it.


SVN revision: 61293
2011-07-12 13:38:25 +00:00
Rafael Antognolli 0a61ad17b6 ecore/ecore_con - add more reference doc to some functions.
Also add description to the examples.



SVN revision: 61161
2011-07-08 18:06:19 +00:00
Rafael Antognolli 3f02227826 ecore/ecore_con - Move documentation from .c to .h.
This only affects ecore_con_url_* for now.
Also add docs to the structures used by ecore_con_url, and move them to
the Ecore_Con_Url_Group.



SVN revision: 61159
2011-07-08 18:06:04 +00:00
Jonas M. Gastal 54fb59c642 Ecore: Ecore_Animator example.
SVN revision: 61131
2011-07-07 18:57:10 +00:00
Rafael Antognolli 4bd6379356 ecore/ecore_con - improved documentation and added example.
Just ecore_con_init, shutdown and lookup documented for now.



SVN revision: 61050
2011-07-05 13:09:57 +00:00
Rafael Antognolli 2cb63dce2a ecore - add and fix links to examples on each module description.
SVN revision: 61014
2011-07-04 18:31:02 +00:00
Jonas M. Gastal df2d739a35 Ecore: ecore_pipe documentation.
SVN revision: 60878
2011-06-30 18:10:30 +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
Rafael Antognolli 0ba8b7a39b ecore/fd_handler - Add an example.
SVN revision: 60766
2011-06-28 15:05:29 +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
Rafael Antognolli 89fa0bee81 ecore/event_handler - Improve documentation and add an example.
SVN revision: 60740
2011-06-27 19:42:28 +00:00
Rafael Antognolli 394433f438 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
2011-06-22 22:56:36 +00:00
Rafael Antognolli a63e92496a ecore/job - Improve documentation and add an example.
SVN revision: 60608
2011-06-22 20:54:32 +00:00
Rafael Antognolli d83f174929 ecore/idler - Improve documentation and add an example.
SVN revision: 60602
2011-06-22 18:29:38 +00:00
Rafael Antognolli 1a82ea0ad6 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
2011-06-22 15:01:55 +00:00
Rafael Antognolli dcc4859c24 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
2011-06-21 17:14:19 +00:00
Rafael Antognolli 4a8437d838 ecore: fix doc build when srcdir != builddir.
SVN revision: 60286
2011-06-13 17:31:21 +00:00
Boris Faure e6119fa4d9 remove .cvsignore files
SVN revision: 60246
2011-06-12 21:38:37 +00:00
Daniel Juyung Seo 30e6030197 Ecore: Moved ecore.dox.in to Ecore.h header.
SVN revision: 59651
2011-05-24 11:31:32 +00:00
Daniel Juyung Seo 534e53d1a1 Ecore: Added myself to authors.
SVN revision: 59650
2011-05-24 11:23:58 +00:00
Mike Blumenkrantz b95b46fd6f correct compile section in dox
SVN revision: 58016
2011-03-23 08:27:55 +00:00
Daniel Juyung Seo b757eaeb91 Ecore ecore.dox.in: Modified @@ to @.
It looks like @ gives a 'mailto:' links automatically.
  I applied it to ecore first.


SVN revision: 57496
2011-03-03 15:49:32 +00:00
Daniel Juyung Seo d2dfe7422a Ecore ecore.dox.in: Fixed type and sych with AUTHORS.
SVN revision: 57405
2011-02-28 09:07:39 +00:00
Daniel Juyung Seo 5372923677 dox.in update: elementary,evas,edje,ecore,eio,eet,eeze.
Sync authors in doc with AUTHORS.
Updated date to 2011.


SVN revision: 56926
2011-02-10 16:50:18 +00:00
Vincent Torri 259b702319 [ecore-file] fix doc
SVN revision: 53810
2010-10-23 11:05:36 +00:00
Vincent Torri a17c58d0b0 improve doc layout
SVN revision: 53509
2010-10-17 07:03:28 +00:00
Vincent Torri 9243d767a7 Ecore_Fb doc finished
SVN revision: 53297
2010-10-12 07:55:24 +00:00
Mike Blumenkrantz 3866712f61 add fd handler example code for ssl connecting to a remote server in only 3 ecore calls
SVN revision: 52903
2010-09-29 19:12:43 +00:00
Vincent Torri 54a6fa2a68 Add Ecore_Win32 and Ecore_WinCE to the main page of the doc
SVN revision: 52649
2010-09-23 18:53:25 +00:00
Mike Blumenkrantz 5f34f2cb76 doxy fixes
c/o vtorri


SVN revision: 52535
2010-09-21 06:49:22 +00:00
Mike Blumenkrantz abed74df3a update doxyfile to warn more for missing params, prevent __UNUSED__ warnings, exclude all ecore_config
SVN revision: 52515
2010-09-20 21:13:05 +00:00
Mike Blumenkrantz 8c26eabb75 remove ecore_config stuff; also accidentally committed undocumented changes in r52512 as follows:
*update Doxyfile to new version
*fix doxygen warnings from samsung <tbd> email
*remove references to code that was probably last used by the roman empire


SVN revision: 52514
2010-09-20 21:12:08 +00:00
Mike Blumenkrantz 130f5bec81 doxy error fixes
SVN revision: 52512
2010-09-20 20:33:50 +00:00