diff --git a/legacy/evas/doc/evas.css b/legacy/evas/doc/evas.css index c9d8ace9ea..e6dd1c3d11 100644 --- a/legacy/evas/doc/evas.css +++ b/legacy/evas/doc/evas.css @@ -103,7 +103,7 @@ div.fragment background-image: url("hilite.png"); background-repeat: no-repeat; background-position: left top; - border: thin solid #000000; + border: thin solid #888888; background-color: #eeeeee; padding: 4px; text-align: left; @@ -122,7 +122,7 @@ dl background-image: url("hilite.png"); background-repeat: no-repeat; background-position: left top; - border: thin solid #000000; + border: thin solid #aaaaaa; background-color: #eeeeee; padding: 4px; text-align: left; diff --git a/legacy/evas/doc/img/evas_big.png b/legacy/evas/doc/img/evas_big.png index 43e5cfbd96..cd818f75b1 100644 Binary files a/legacy/evas/doc/img/evas_big.png and b/legacy/evas/doc/img/evas_big.png differ diff --git a/legacy/evas/evas.c.in b/legacy/evas/evas.c.in index 03b6e5fab0..65d7d96106 100644 --- a/legacy/evas/evas.c.in +++ b/legacy/evas/evas.c.in @@ -466,6 +466,7 @@ make CFLAGS="-O9 -I/opt/Embedix/tools/arm-linux/include" @todo (1.0) Document API +@todo (1.0) Move callback processing to a queue and do it asynchronously @todo (1.0) Add button grabbing @todo (1.0) Add generic object method call system @todo (1.0) Add callbacks set for smart object parents to be set on all child smart objects too.