From: Livio B. S. <li...@im...> - 2002-03-04 22:36:49
|
Hello Pascal! Pascal Bauermeister writes: > Hello, > > I am looking for a tiny-footprint web browser for our mobile platforms. I > found Dillo, and it gave me a very good first impression. Cool! > We are using PicoGUI, not GTK (http://pgui.sf.net). I am wondering whether > a PicoGUI port could be envisaged. Aie... that's kind of hard :( Some other people, also interested in mobile platforms (handhelds of various sorts), have previously asked about separating current Dillo core from it's GUI, so that they could use other libs besides GTK+. Well, if you ever get around looking at the code, you'll see that Dillo is tightly based on Glib, GDK and GTK+. All the widgets, lots of structure, etc, etc. You see, Dillo wasn't made to run specifically on such small platform, and I believe the creators of Gzilla (where Dillo came from) wanted to use GLib plus GTK+ because of their portability and lightness. The current Dillo developers are not, therefore, very interested in this issue (I think). Hey, but the code _is_ there ;-) Here are some past threads on dillo-dev you might find useful to read: http://sourceforge.net/mailarchive/message.php?msg_id=878826 (specially William Kendrick's post) http://sourceforge.net/mailarchive/message.php?msg_id=878935 good luck to you! -- Livio <li...@im...> |