summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-11-03 * rename _edje_strbuf_append to _edje_strbuf_append1 andcaro4-50/+57
_edje_strbuf_append2 in edje_util.c and edje_textblock_styles.c respectiveley (for amalgamation. See next commit) * fixes for vc++ git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@43428 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-11-02 * edje: On size hints don't forget to invalidate real part cache.cedric1-3/+4
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@43416 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-31Some more stuff in externals, little api change there, may change some more ↵sachiel5-9/+86
later. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@43379 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-27and bring external back now that the file was addedsachiel9-13/+237
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@43306 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-27They say missing files need to be added, they don't respawn like things in Quakesachiel1-0/+187
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@43305 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-27REVERT! broke edje.raster9-237/+13
try again and dont forget to add edje_external.c! (and any others needing adding) git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@43304 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-26External objects support by Brian 'rephorm' Matternsachiel9-13/+237
Since we are on a freeze, the patch goes on updated to current svn, but without changing its API. After the freeze some things will be added, and some will change :) git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@43302 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-26Edje_Edit is too noisy.sachiel1-125/+125
Comment out some printf's. Needs moving to eina_log, but no time for that now. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@43301 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-26fix evas_object_event_callback_del_full()watchwolf1-2/+2
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@43295 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-26provide fast-path for re-swallowraster1-14/+27
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@43292 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-26change to del fulls just to be consistentraster1-12/+16
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@43291 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-25warning--caro1-2/+2
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@43266 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-25 * fix some warningscaro2-13/+23
* move variable declarations at the top of the bloc git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@43265 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-25unused parameters --caro1-3/+7
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@43264 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-25 * include config.h in all source filescaro7-14/+34
* declare alloca before the standard headers * include Evil.h for the declaration of realpath in edje_cc_prefix.c git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@43263 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-21Add function to copy a part description. Helps to get templates goingsachiel2-0/+146
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@43176 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-14link to right header file in docsraster1-1/+1
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@43067 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-13add declaration of allocacaro1-0/+22
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@43050 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-09 * edje: Support back empty file.cedric1-5/+8
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42981 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-09add logging in edje_main.c only for now. Could be extendedcaro1-6/+43
to other files later. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42980 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-09rename _edje_edd_setup() and _edje_edd_free() to respectivelycaro3-7/+7
_edje_edd_init() and _edje_edd_shutdown() to follow standard naming convention git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42978 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-08Check if one of the dependencies fails in edje_init()caro1-16/+35
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42975 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-08fix tmp dir on Windowscaro1-1/+8
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42974 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-08 * simplify a bit edje_init() and edje_shutdown() a bitcaro1-36/+38
* change behavior of edje_shutdown() to make it more standard * move eet_shutdown() the order still seems strange. I don't know if i can freely move the init/shutdown functions git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42958 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-08and delete size change hints cb if unswallowedraster2-0/+4
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42951 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-08if a swallowed object shanges size hints.. re-fetch and calc!raster1-35/+65
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42949 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-07 * edje: Oops. Correct fix.cedric1-1/+1
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42937 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-07 * edje: Help windows users to be happy.cedric1-1/+1
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42933 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-07 * edje: Another round of llvm warning removal.cedric2-24/+25
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42932 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-07 * edje: Remove some potential bug detected by llvm and gcc.cedric3-3/+11
See: http://local.profusion.mobi:8081/~lfelipe/output-efl/ git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42930 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-07a new vimball with updated syntax highlighting and omni-completionurandom1-16/+78
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42929 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-06 * more quotingcaro1-2/+3
* add silent rules (shave feature) see the description of AM_SILENT_RULES in: http://www.gnu.org/software/automake/manual/automake.html#Public-Macros git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42910 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-10-02 * use Requires.private field in edje.pc if pkg-config 0.22 or later is ↵caro2-3/+12
installed. We list in it the required packages needed to compile edje. * remove uneeded flags that are in Libs.private (those from the packages that are listed in Requires.private) git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42861 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-09-29Fix documentationcaro11-103/+1505
* update Doxyfile file * fix end of groups * fix some warnings * fix link in head.html for Edje API ref git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42794 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-09-28edje_{,object}_color_class_get() and signals when color_classes are changed.barbieri2-0/+150
Enable applications to retrieve current color class values as well as emit edje signals when they are deleted or changed. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42773 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-09-28edje docs now follow templateraster28-394/+838
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42763 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-09-17Improve documentation for Evas, Ecore, Edje and Elementary.sachiel7-237/+931
Work by: - Thiago R. Masaki (mostly) - Fabiano Fidencio - Gustavo Lima git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42552 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-09-16Move some defines to enum and expose them.sachiel4-228/+245
Move to Eina_Bool. Return success for rename of group and part to the same name. Patch by Tiago Rezende Campos Falcão git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42506 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-09-11also remove text class members on object deletionjeffdameth1-1/+5
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42397 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-09-02Formatting.devilhorns1-23/+14
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42185 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-09-02remove excessive backspaceraster1-5/+0
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42183 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-09-01fix docssachiel1-4/+2
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42159 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-09-01 * edje: Fix static build of edje.cedric1-1/+1
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42146 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-08-29remove debugcaro1-1/+0
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42086 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-08-28remove debugcaro1-2/+0
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42057 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-08-25allow the user to chose in which directory the temporary filecaro4-8/+24
will be created. The logic is the following: * if the environment variable TMPDIR is set, use its value * if it is not set, take the directory passed with the -td option (see edje_cc help) * otherwise on Windows use a temporary dir and on other platform, use /tmp git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@41978 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-08-24small cleanupcaro1-10/+11
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@41958 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-08-24 * remove unused parameters (except in edje_lua.c, as i don't know the ↵caro9-72/+57
current status) * remove unused variables git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@41957 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-08-23typocaro1-1/+1
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@41942 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2009-08-17 * Remove _strdup(). Useless unless we don't check the return valuedavemds1-19/+6
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@41850 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33