Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_border.c e_main.c Log Message: in theory support japanese automatically - and then more langauges if we add more fonts to fall back on =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v retrieving revision 1.119 retrieving revision 1.120 diff -u -3 -r1.119 -r1.120 --- e_border.c 20 Mar 2005 11:49:31 -0000 1.119 +++ e_border.c 20 Mar 2005 16:53:55 -0000 1.120 @@ -915,7 +915,7 @@ /* FIXME maximize intelligently */ e_border_raise(bd); - e_border_move_resize(bd, 0, 0, bd->zone->w, bd->zone->h); + e_border_move_resize(bd, bd->zone->x, bd->zone->y, bd->zone->w, bd->zone->h); bd->maximized = 1; bd->changes.pos = 1; bd->changes.size = 1; @@ -2288,6 +2288,7 @@ if (bd->bg_object) { edje_object_part_text_set(bd->bg_object, "title_text", +// "Japanese (hiragana): いろはにほへとちりぬるを"); bd->client.icccm.title); // printf("SET TITLE %s\n", bd->client.icccm.title); } @@ -2531,6 +2532,7 @@ if (ok) { edje_object_part_text_set(o, "title_text", +// "Japanese (hiragana): いろはにほへとちりぬるを"); bd->client.icccm.title); // printf("SET TITLE2 %s\n", bd->client.icccm.title); evas_object_resize(o, 1000, 1000); =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_main.c,v retrieving revision 1.54 retrieving revision 1.55 diff -u -3 -r1.54 -r1.55 --- e_main.c 19 Mar 2005 17:31:42 -0000 1.54 +++ e_main.c 20 Mar 2005 16:53:55 -0000 1.55 @@ -247,6 +247,9 @@ /* setup edje to animate @ e_config->framerate frames per sec. */ edje_frametime_set(1.0 / e_config->framerate); + /* FIXME: this is just appending Kochi if Vera doesnt have it. We need + * a full config support subsystem for this */ + edje_fontset_append_set("Kochi"); e_canvas_recache(); /* setup init status window/screen */ ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs