summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* docs: Fix broken edje tutorial (swallow 2)Jeeyong Um2017-05-081-1/+1
|
* docs: remove wrong line-heightMarcel Hollerbach2017-04-301-1/+0
| | | | | | | | | there was a 'line-height: 0%;' that resulted in unreadable edc code in the Edje Data Collection reference documentation page. Thank you Jeremy Suntheimer for spotting that! fix T5438
* eina: remove tests, examples and docs for eina_modelBruno Dilly2016-11-301-18/+0
| | | | | | | | | | | | | | Summary: Since eina_model was dropped some years ago. Also a few other points where related stuff is just commented out. Reviewers: iscaro, barbieri Reviewed By: barbieri Subscribers: cedric, jpeg Differential Revision: https://phab.enlightenment.org/D4442
* fix doxygen warningsJee-Yong Um2016-11-221-16/+16
| | | | | | | | | | | | | | Summary: fix warnings while generating documents - end of file while inside a group (eina_util.h) - missing title after \defgroup - ignoring title "Ecore_Con_Lib_Group" that does not match old title Reviewers: Hermet Subscribers: cedric, jpeg Differential Revision: https://phab.enlightenment.org/D4420
* doc: put shot.sh into dist to allow make doc run from tarballStefan Schmidt2016-08-171-1/+2
| | | | | | | This was missing in the release tarballs before breaking a make doc run from them. @fix
* docs: Fix rename from eo_add to efl_addFelipe Magno de Almeida2016-08-151-1/+1
|
* elm: rename Elm.Nstate to Efl.Ui.NstateAmitesh Singh2016-05-101-1/+1
|
* docs: add nstate widget to elm widget list indexStefan Schmidt2016-04-131-0/+4
|
* docs: make elementary docs available form main doc pageStefan Schmidt2016-04-133-0/+330
| | | | | | | | | | While elm docs have been merged in they never have been accessible from the main page of our docs. Fix this by including elm_intro.h and referencing it from the main page. While we are at it rename it to the scheme we used in EFL. Another missing piece was the index with all widget references. Never brought over form the elm legacy tree. Putting this in and we are now at least able to navigate to all elm widget pages.
* docs: generate nstate widget preview for documentationStefan Schmidt2016-04-131-0/+1
| | | | | The preview example code was already there but not hooked up in our preview screenshot magic.
* doc: fix typo in 410cdd1501c0f7Amitesh Singh2016-04-081-1/+1
|
* doc: add widget_preview_nstate.c to noinst_PROGRAMSAmitesh Singh2016-04-081-0/+1
|
* doc: add elm nstate previewAmitesh Singh2016-04-082-0/+11
|
* doc: Remove widget_preview_nstate.cJean-Philippe Andre2016-04-081-1/+0
| | | | | These is no such file. Hopefully this will fix make dist.
* elm_nstate: introduce nstate widget and inherit check from itAmitesh Singh2016-04-071-0/+1
| | | | | | | | | | | | | Test Plan: elementary_test -to "nstate" @feature Reviewers: yashu21985, tasn, Hermet, seoz, smohanty, felipealmeida, JackDanielZ, jypark, woohyun, herdsman, raster, cedric, jpeg Subscribers: saurabhbunty, seoz Differential Revision: https://phab.enlightenment.org/D3786
* elementary: fix documentation generation.Cedric BAIL2016-03-291-1/+8
|
* elementary: start bringing back documentation support.Cedric BAIL2016-03-283-8/+205
| | | | | | I didn't know preview generation was so slow and done completely serialy. There is potential improvement here. Still need to kind of merge the documentation into something readable.
* elementary: initial compilation of the library only.Cedric BAIL2016-03-241-1/+1
|
* elementary: move all legacy files to their expected new location.Cedric BAIL2016-03-23296-0/+459423
|
* Doc: Fix compilation after massive eo_do patchJean-Philippe Andre2016-03-031-1/+1
|
* rename an author.Hermet Park2015-12-241-1/+1
|
* docs: Build documentation also for code that is still in BETA.Stefan Schmidt2015-08-111-0/+1
| | | | | | | | Doxygen uses its on preprocessor and this one missed the EFL_BETA_API_SUPPORT=1 define so none our our BETA api hidden behind it was build for our documentation. ref T2541
* eio: grammar and typo fixes in docs.Yomi2015-08-031-6/+6
| | | | | | | | | | | | | | | Summary: Fix a sentence. Changes: src/examples/eio/eio_file_ls.c Reviewers: cedric Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D2894
* Evas filters: Fix make doc, check when EFL is not installedJean-Philippe Andre2015-07-291-1/+1
| | | | | | | Thanks @aerodynamik for even giving the proper environment variable to set :) Fixes T2614
* Doc: Try to fix build on UbuntuJean-Philippe Andre2015-06-251-0/+1
| | | | | | The error message was: /usr/bin/ld: preview_text_filter.o: undefined reference to symbol 'efl_gfx_filter_program_set' //home/batden/Enlightenment20/efl/src/lib/efl/.libs/libefl.so.1: error adding symbols: DSO missing from command line
* Evas filters: Mark API as @betaJean-Philippe Andre2015-06-251-4/+1
| | | | | | | | | Until we're happy with it, keep the API as beta. The EDC support should not change, and the Lua either, but the API could potentially still change to accomodate for new needs (vector graphics, anyone?). If we're happy with the current interface, then we can remove the @beta flags.
* Evas filters: Add name to the filtersJean-Philippe Andre2015-06-251-1/+1
| | | | | | | Deep down internally there was already a name, but no API could really set it properly. Here Edje will set the name of the filter based on the part name or the data item name if relevant.
* Evas filters: EO-ify the filters APIJean-Philippe Andre2015-06-251-1/+1
| | | | | | | | | | | This creates the new interface Efl.Gfx.Filter And the implementation is a mixin (evas_filter_mixin.c): Evas.Filter All the filter rendering code has now been moved to this new file. TODO: Merge image filtering.
* docs: Fix access to main elocation page from front pageStefan Schmidt2015-05-071-1/+1
|
* eolian_cxx: Add protected methods and events to C++ wrappers and fixesVitor Sousa2015-04-141-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using eina::string_view in eolian generated interfaces (instead of std::string) to allow lightweight passing of both C strings and C++ std::string. Also, No longer using eina::optional in generated headers for types that already implements the concept of null state (like Eo wrappers and eina_accessor). Also fix allocating callback objects require by class methods (i.e. static) in static vectors so the memory will be freed when the programs exit. Added a new test case for testing callbacks on class methods. Moved method definitions and supplementary code from generated C++ wrappers to auxiliary header file (.eo.impl.hh) generated together with the main ".eo.hh" file. Updated Makefiles to list such files in the compilation and cleanup processes. Updated .gitignore to include these new generated files. Made general adjustments on the documentation of generated C++ wrappers Added "PREDEFINED" preprocessor macro definition in the Doxyfile.in in order to make some adjustments for better documentation in the C++ generated headers. Excluding generation of documentation for classes in the "eo_cxx" namespace (the namespace for "abstract" eolian C++ wrappers). Now generating the documentation for the events too. Hiding some auxiliary code from being documented. Some aesthetic adjustments for generated white space. Generate documentation for the main constructor of C++ wrappers and added auxiliary grammars to list parameters names.
* Spelling fixesBryce Harrington2015-03-183-6/+6
| | | | | | | | | | | | | Summary: emmited ==> emitted resistence ==> resistance occured ==> occurred Reviewers: cedric, zmike, devilhorns Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D2192
* evas: use Emile to decode TGV.Cedric BAIL2015-03-171-1/+1
|
* Revert "Add --disable-gui."Cedric BAIL2015-03-171-2/+1
| | | | This reverts commit 3ed4f745907d3e842e64b341e2426c0c99cf3297.
* build: Unify use of $(MKDIR_P) for creating a dir within the build systemStefan Schmidt2015-02-252-3/+3
| | | | | | | While we used different variation of mkdir -p all over we also had spots where we did not use the option. This is one step in trying to make our build system ready for parallel install. Using something like -j 10 even for the install should help to speed up our jenkins jobs as well as distcheck.
* eina: add an example to demonstrate different eina insert and sort functions.Srivardhan Hebbar2014-12-221-0/+2
| | | | | | | | | | | | | | | | | Summary: While going through eina for understanding, wrote a program to understand he differences between different eina inarray functions. Thought, this might be useful for others too, so adding the same. Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com> Reviewers: devilhorns Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D1803 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* doc: Add reference to Elocation documentation from main pageStefan Schmidt2014-11-111-0/+1
|
* eina: fix overlapped doxygen string outputTae-Hwan Kim2014-10-281-0/+1
| | | | | | | | | | | | | | Summary: Add top padding to prevent overlapping between "Value:" and below strings when long macro is used. Reviewers: raster, cedric Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D1582 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* fix config.h inclusion across the treeMike Blumenkrantz2014-09-231-0/+2
|
* doc: Add footer to display project version and copyrightStefan Schmidt2014-09-191-0/+7
| | | | Like we do in Elementary already.
* docs: Sync foooter css style from ElementaryStefan Schmidt2014-09-191-1/+15
|
* docs: Add eolian and eina c++ pages to main docs pageStefan Schmidt2014-09-191-0/+2
| | | | Make sure these are marked as BETA as we don't guarantee API for these just now.
* docs: Correct D-Bus spellingStefan Schmidt2014-09-191-1/+1
|
* Revert "autotools: Fix 'make distcheck'."Cedric BAIL2014-09-121-1/+0
| | | | | | This reverts commit 4341c8a4373fbfeb1a1879b25ca4a496ae214d85. This patch was pushed I guess after an automatic git rebase without conflict.
* autotools: Fix 'make distcheck'.Savio Sena2014-09-121-0/+1
| | | | | doc/preview/Makefile.am must include $(srcdir)/lib/efl/ to be able to find Efl.h.
* docs: Add missing ephysics group def in main.doxStefan Schmidt2014-09-111-0/+6
|
* docs: Not all docs are updated daily from git. We have stable and dev docs.Stefan Schmidt2014-09-111-2/+1
| | | | | The entry point to our docs (docs.enlightenment.org) makes clear what is links go to the docs for the latest release and which goes to development.
* docs: Use the full EFL name in the public docs main description pageStefan Schmidt2014-09-111-1/+1
|
* autotools: We now have some headers in lib/efl that are not autogenerated.Cedric BAIL2014-09-091-0/+1
|
* autotools: use non deprecated macro.Cedric BAIL2014-08-121-2/+2
| | | | I still don't know why there is still a warning.
* Edcref: final doc improvements.davemds2014-08-081-3/+4
| | | | | * Be consistent with the way we specify parameters * A last css refinement