summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* docs now have a slightly more english description and list libs alphabeticallyMike Blumenkrantz2014-04-141-14/+14
|
* doc: remove deprecated setting SYMBOL_CACHE_SIZEJeff Grimshaw2014-03-051-1/+2
| | | | | | | | | | | | | | | Summary: The setting SYMBOL_CACHE_SIZE has been deprecated and will generate a warning when Doxygen runs. This change comments out that configuration setting to prevent the warning. Test Plan: make doc 2> doxyerr.log CC: cedric Differential Revision: https://phab.enlightenment.org/D599 Signed-off-by: Cedric BAIL <cedric.bail@samsung.com>
* Doc: Use transparent images for DoxygenJean-Philippe Andre2014-02-241-8/+15
| | | | | | Set the proper transparent & alpha flags on the Ecore_Evas, add a tranparent rectangle and boom, the images are all nice and transparent. This will fix the bg color in the page evasfiltersref.
* documentation style cleanup for releaseCarsten Haitzler (Rasterman)2014-02-2144-873/+812
| | | | | this cleans up the doxygen generated docs to be acceptable for a release - style is changed and unused images removed etc.
* autotools: detect cross compilation.Cedric BAIL2014-02-201-1/+4
|
* doc: fix build on windows.Cedric BAIL2014-02-201-32/+33
|
* Dox: Try to fix build for windowsJean-Philippe Andre2014-02-191-0/+7
| | | | | Evil support was not included in the docs preview generator build. Tested locally with Makefile & deps from the wiki (win64).
* Doc: Fix compilation warning in preview_text_filter.cJean-Philippe Andre2014-02-141-1/+1
| | | | Init variable properly.
* Doc: Try to fix nightly buildsJean-Philippe Andre2014-02-141-18/+18
| | | | | | | | Nightly build failed with (make doc): cd: ../../../src/lib/eo/.libs: No such file or directory Looks like there's one too many ../ I guess the build dir is not the source dir on the build bots.
* fix DSO complaint on build ... build break by jpeg.Carsten Haitzler (Rasterman)2014-02-131-0/+2
|
* fix build break with preview_text_filter.cCarsten Haitzler (Rasterman)2014-02-131-0/+1
|
* Evas filters: Improve doc automatizationJean-Philippe Andre2014-02-139-48/+7
| | | | | Include example filter codes from src/examples in Doxygen. Use these examples for the generation as well.
* Evas filters: Add image for the Syntax exampleJean-Philippe Andre2014-02-131-1/+2
| | | | And change it a bit so the glow is nicer :)
* Doc: Add filter examples from the docJean-Philippe Andre2014-02-139-1/+69
| | | | | | The filter code is a copy and paste from the doc. Maybe the code should be in an include file, so we're sure the preview and the documentation code are the same?
* Doc: Add makefile for text filter previewsJean-Philippe Andre2014-02-132-1/+59
| | | | Build utility tool based on the local hidden .libs
* Evas filters: Add a small utility to take some screenshotsJean-Philippe Andre2014-02-131-0/+118
| | | | | Let's add some real screenshots to the documentation! Yay! Fancy effects inlined in the Doxygen! Well... soon :)
* Doxygen: Reduce line gap in code fragmentsJean-Philippe Andre2014-02-131-0/+1
| | | | | | Code should look compact, why use small fonts otherwise? Reduce the gap between code lines (stored as separate <div>) to 70%. This looks about right.
* Doxygen: Use larger fontsJean-Philippe Andre2014-02-132-0/+4
| | | | | | | | | Yes, I know. Someone hates large fonts. But the ones currently used are so SMALL! Also, this will just revert back to what's defined in e.css, because body and list font size aren't even consistent. Also, display the page titles like titles: big fat blue letters.
* Doxygen: Align param names vertically to the topJean-Philippe Andre2014-02-131-0/+4
| | | | | | | | If a param description is long and spans on multiple lines, then the param name should be aligned to the first description line. Otherwise the layout becomes confusing. Align [in] and [out] vertically like params.
* efl: fixed documentation typos.Daniel Juyung Seo2014-01-292-3/+3
|
* Use key instead of keyname for considering setxkbmapJihoon Kim2014-01-043-14/+14
|
* fix seb "fix" commit that causes lots of segvs.Carsten Haitzler (Rasterman)2013-12-091-1/+1
| | | | | this fixes 04e0a6d95ec5610e35febbbb9b1be1a361f177ae which introduced copy & paste segv's by properly terminating the right buffer.
* eldbus: Check return value of _type_sizeSebastian Dransfeld2013-12-071-1/+1
| | | | | | | _type_size could return 0, which would fail in the modulo call next. Check for 0, and return. Fixes CID 1039436
* doc build - finally fix images.mk to stop changing order every makeCarsten Haitzler (Rasterman)2013-12-061-1/+1
| | | | | | | sort changes output based on locale. even between C and en_US etc. letalone all the other interesting ones. this causes the sorted order to keep changing of the images. this forces locale to C to make it always the same order.
* yet another useless images.mk change...Carsten Haitzler (Rasterman)2013-12-041-1/+1
|
* update images.mkCarsten Haitzler (Rasterman)2013-11-291-1/+1
|
* doc: add missing imagesJerome Pinot2013-11-283-1/+6188
| | | | | The edje-nested.{png,eps} files were missing in the doc tree. I regenerated them using the sample code from tutorial_edje_nested.html
* doc: Use correct line break to fix buildStefan Schmidt2013-11-182-2/+2
| | | | | | | | | | Escaping the backslash we want to use for a line break is a really bad idea. Introduced in f126afbba21af39c493f21424b653bb5c2e0d58f to support a crippled echo without new line option. The linebreak was not detected and thus the first image name used as a target. Broke our nightly efl build with make distcheck and made me really unhappy to while searching for the cause.
* doc - update images.mkCarsten Haitzler (Rasterman)2013-11-161-1/+2
|
* Fix build issues on Mac OS X due to sh differences.Jean Guyomarc'h2013-11-161-1/+1
| | | | | | | | | | | | Summary: * efl.m4: add support for xterm-256color and fix display for the bsd echo. Fix autotools issue (present on Ubuntu also, but better handled). * doc/Makefile.am: bsd echo may not handle -n option in sh Reviewers: cedric CC: cedric, seoz Differential Revision: https://phab.enlightenment.org/D329
* update images.mkCarsten Haitzler (Rasterman)2013-06-091-1/+1
|
* update pkgbuildCarsten Haitzler (Rasterman)2013-06-071-1/+1
|
* update images.mk?Carsten Haitzler (Rasterman)2013-06-061-1/+1
|
* efl: actually test and make pkgbuild work.Carsten Haitzler (Rasterman)2013-06-051-1/+1
|
* Eo: Add reference functions for objects dataDaniel Zaoui2013-05-011-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want to introduce a new mechanism concerning the data of the Eo objects. The goal is to improve the memory management by defragmenting the memory banks used by the Eo objects. The first phase has been done by raster and consists in allocating the objects into a separate memory region that the one used by malloc. So now, we know where our objects are located. Now, moving objects means moving data of objects. The issue we have here is that a lot of data pointers are stored into data of other objects, e.g Evas Object data into lists for rendering... We need a way to reference the data and eo_data_get doesn't provide us that. So we need to improve the API for data extraction by requesting from the developer if the data will be stored or not. Five functions are supplied: - eo_data_scope_get: no referencing, the data pointer is no more used after exiting the function. - eo_data_ref: reference the data of the object. It means that while the data is referenced, the object cannot be moved. - eo_data_xref: reference the data of the object but for debug purpose, we associate the objects that references. Same behavior as eo_data_ref for non-debug. - eo_data_unref: unreference the data of an object. - eo_data_xunref: unreference the data of an object previously referenced by another object. I deprecated the eo_data_get function. Most of the time, eo_data_scope_get needs to be used. In the next patches, I changed the eo_data_get to the corresponding functions, according to the usage of the data pointer. The next step is to find all the places in the code where the data is stored but not yet referenced. This will be done by: - requesting from every object to unreference all data to other objects. - moving all the objects from one region to another - requesting from every object to rerefenrence the data. - debugging by hunting the segmentation faults and other weird creatures.
* Rename edbus->eldbusLucas De Marchi2013-04-234-6/+6
| | | | | | | | | | | | | | git grep -l edbus2 | while read f; do sed -i 's/edbus2/eldbus/g' "$f"; done find . -name '*edbus2*' -exec rename edbus2 eldbus {} \; git grep -l "EDBUS" | while read f; do sed -i 's/EDBUS/ELDBUS/g' "$f"; done git grep -l "EDBus" | while read f; do sed -i 's/EDBus/Eldbus/g' "$f"; done git grep -l "edbus (v2)" | while read f; do sed -i 's/edbus (v2)/eldbus/g' "$f"; done git grep -l "Edbus" | while read f; do sed -i 's/Edbus/Eldbus/g' "$f"; done git grep -l "edbus" | while read f; do sed -i 's/edbus/eldbus/g' "$f"; done find . -name '*edbus*' -exec rename edbus eldbus {} \; find . -name '*EDBus*' -exec rename EDBus Eldbus {} \;
* oops get images.mk generation right. missing |Carsten Haitzler (Rasterman)2013-03-261-1/+1
|
* filter ~ from images.mk and restore it to not have ~ files.Carsten Haitzler (Rasterman)2013-03-262-2/+2
|
* update doc styling to match e.orgCarsten Haitzler (Rasterman)2013-03-2535-407/+536
|
* efl/doc: Remove all .svn entries from the generated file.Stefan Schmidt2013-02-151-1/+1
| | | | | | | | This is now longer needed now that we switched to git. And it should also silent all the file modified problems. The next time this file is listed as modified you should either have done it yourself or added an image in the efl docs img folder.
* Efl: revert committing that damned images.mk.Tom Hacohen2013-01-291-1/+1
| | | | SVN revision: 83448
* Eo dbg: Use eina_value as the debug info type.Tom Hacohen2013-01-291-1/+1
| | | | SVN revision: 83443
* MINOR feature... not worth changelogging - add send event flag toCarsten Haitzler2013-01-291-1/+1
| | | | | | | | ecore-x-hide event. SVN revision: 83418
* efl/doc/images.mk: Lets not have all kind of images from .svn in here.Stefan Schmidt2013-01-241-1/+1
| | | | | | | | This breaks out of tree builds (buildbot) as well as setups without .svn dirs (git-svn). The newly generated list should include all files but drops all the entries from .svn. SVN revision: 83302
* Revert changes to the generated images.mk fileStefan Schmidt2013-01-231-1/+1
| | | | SVN revision: 83148
* efl/ecore_x: Fix leak of data.Stefan Schmidt2013-01-231-1/+1
| | | | | | | If we fail we still have the malloced data. Free it in this case. Bot commit for devilhors. SVN revision: 83135
* at least for me.. somehting keeps changing imnages.mk .. because itCarsten Haitzler2013-01-221-1/+1
| | | | | | | | has to olittle stuff in it... i am not sure this shoul dbe in svn? SVN revision: 83111
* efl doc/Makefile.am: Force file movement. Do not ask me anymore.Daniel Juyung Seo2013-01-141-1/+1
| | | | SVN revision: 82765
* doc exclude some evas internal stuff.Gustavo Sverzut Barbieri2013-01-121-2/+7
| | | | SVN revision: 82691
* remove warning about gnu extension.Gustavo Sverzut Barbieri2013-01-122-1/+15
| | | | | | | | this should also help notify when incorrect images where added to the directory and so on. SVN revision: 82690