efl/src/examples
Jean-Philippe Andre 112edeeea8 elm: Remove range "span_size" API in EO
Reasons:
 - This API has been confused with the min size of the widget, resulting
   in badly laid out applications.
 - The EO API was not very nice (Range is about numbers, the Gfx size
   hint in a part is really ugly).

While I understand the value of this API and how it can be used in
scalable applications, it is in fact not absolutely necessary.
Alternatively to that span size, the widget min size can already be
defined from the application side, or the widget can simply be expanded
to fill in its parent.

This can obviously be reinstated later if the need arises for EO. For
now, keep this feature as legacy-only.
2017-09-21 12:27:34 +09:00
..
ecore gitignore: add some new example binaries to the ignore list 2017-09-13 11:25:13 +02:00
ecore_avahi Examples: Fix compilation (disable CXX examples!) 2016-04-21 17:16:53 +09:00
edje animation2: fix compile instruction 2017-09-19 17:00:35 +09:00
eet Eet example: Add the correct variable in the hash. 2016-10-10 14:20:48 -03:00
eina examples: use printf instead of fprintf(stdout, ...) 2017-05-08 15:14:29 -07:00
eina_cxx examples: eina-cxx: ensure the install hook honors a set DESTDIR 2016-06-17 15:05:02 +09:30
eio examples: use printf instead of fprintf(stdout, ...) 2017-05-08 15:14:29 -07:00
eldbus eldbus: don't abs() an unsigned value 2017-03-09 23:16:16 +01:00
elementary elm: Remove range "span_size" API in EO 2017-09-21 12:27:34 +09:00
elocation examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
elua examples: elua: ensure the install hook honors a set DESTDIR 2016-06-16 11:16:30 +02:00
emile examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
emotion examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
eolian_cxx eolian-cxx: Fix example after disambiguation patch of C++ binding 2017-09-14 15:06:33 -03:00
ephysics examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
ethumb_client examples: add DESTDIR support for install. 2016-04-14 17:00:08 -07:00
evas evas: Use Eina.Slice on the stack (gfx.buffer) 2017-09-19 10:51:48 +09:00