efl/legacy/edje/src/lib
Cedric BAIL 83e505b5c6 * edje: Add image set support.
Ease support of Freedesktop multiple size image.

	Sample:
	-------

	images {
		..
	       	set {
			name: "image_name_used";
  			image {
				image: "500x500.png" LOSSY 90;
     				size: 201 201 500 500;
  			}
  			image {
				image: "200x200.png" COMP;
     				size: 51 51 200 200;
  			}
  			image {
				image: "50x50.png" COMP;
     				size: 11 11 50 50;
  			}
  			image {
				image: "10x10.png" COMP;
     				size: 0 0 10 10;
  			}
		}
		..
	}



SVN revision: 49369
2010-06-01 13:31:07 +00:00
..
.cvsignore added .cvsignore files 2004-01-17 16:36:46 +00:00
Edje.h edje -> version info 2010-05-29 08:05:11 +00:00
Edje_Edit.h Edje_edit font_del 2010-04-26 18:19:49 +00:00
Makefile.am apparently fbsd is unaware of expr substr... 2010-04-24 14:31:36 +00:00
edje_cache.c an ongoing lua cleanup. existing lua is there and works for the most part. 2010-04-06 11:26:32 +00:00
edje_calc.c * edje: Add image set support. 2010-06-01 13:31:07 +00:00
edje_callbacks.c * edje: Fix naming for amalgamation and make static functions 2010-02-23 15:55:04 +00:00
edje_container.c Improve documentation for Evas, Ecore, Edje and Elementary. 2009-09-17 22:38:35 +00:00
edje_container.h Remove Evas list from Edje and use Eina instead. 2008-10-22 11:34:42 +00:00
edje_data.c * edje: Add image set support. 2010-06-01 13:31:07 +00:00
edje_edit.c * edje: Add image set support. 2010-06-01 13:31:07 +00:00
edje_embryo.c * edje: Add image set support. 2010-06-01 13:31:07 +00:00
edje_entry.c not fully done string insert approval cb for entry 2010-05-29 06:40:56 +00:00
edje_external.c edje: wibble 2010-05-01 16:17:44 +00:00
edje_load.c * edje: Add image set support. 2010-06-01 13:31:07 +00:00
edje_lua.c From: Eduardo Felipe <eduardofelipe87@gmail.com> 2010-05-20 04:48:17 +00:00
edje_lua2.c an ongoing lua cleanup. existing lua is there and works for the most part. 2010-04-06 11:26:32 +00:00
edje_lua_script_only.c an ongoing lua cleanup. existing lua is there and works for the most part. 2010-04-06 11:26:32 +00:00
edje_main.c edje -> version info 2010-05-29 08:05:11 +00:00
edje_match.c aaah well... 1. fix segv with edje_match stuff is deep child cleans up 2010-04-02 11:05:53 +00:00
edje_message_queue.c ummmm edje wasnt processing the message queue. use jobs a little better. 2010-05-26 11:41:35 +00:00
edje_misc.c reorganize header files inclusion. Fix some problems when compiling on Windows 2008-06-07 10:06:14 +00:00
edje_module.c + [Eina] API change. eina_module_list_flush() -> eina_module_list_free() 2010-01-08 12:22:23 +00:00
edje_private.h * edje: Add image set support. 2010-06-01 13:31:07 +00:00
edje_program.c an ongoing lua cleanup. existing lua is there and works for the most part. 2010-04-06 11:26:32 +00:00
edje_script_only.c Edje now uses Eina_Bool where it should. 2010-02-28 15:57:17 +00:00
edje_smart.c Make the Edje Smart inheritable. 2010-04-08 19:21:54 +00:00
edje_text.c * edje: Add Fixed Point Math support to Edje. 2009-12-09 15:44:54 +00:00
edje_textblock_styles.c string_remove -> string_steal 2010-02-09 21:06:27 +00:00
edje_util.c not fully done string insert approval cb for entry 2010-05-29 06:40:56 +00:00
edje_var.c * remove unused parameters (except in edje_lua.c, as i don't know the current status) 2009-08-24 16:40:42 +00:00