|
Register or have you forgotten your password?
|
|
|
| Amiga Software Issues and Discussion This forum exists for the discussion of the use, issues with, and fun brought about by classic and next generation Amiga software. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 | ||||||||
|
Technoid
![]()
Join Date: Apr 2002
Posts: 452
|
It's Dillo, it's a Web browser and it's:
- small: source is less than 420 KB, and the binary is around 350 KB! - aimed to be a multi-platform compliant - based on GTK+ - fast!! So what are we waiting to get it ported to *migaOS!? Atari done it trough Atari-Mint, so why can't we?
__________________
http://farm2.static.flickr.com/1285/...4fac8095_o.png pixie- writing from a paradise called Portugal |
||||||||
|
|
|
|
|
#2 | ||||||||||
|
' union select name,pwd--
Join Date: Aug 2002
Location: Helsinki, Finland
Posts: 6,946
|
Quote:
GTK+ source code is 74 MB (uncompressed). Just go ahead and port the thing if it's so simple. glib actually is rather trivial (./configure && make), at least if you ignore fork() issues, threads, dynamic module loading, and such. GTK+ is another matter. It depends on other libs like libpango and libatk, libpango needs fontconfig, freetype, and so on. It's not trivial. If it was, we would already have gtk+ and all these apps ported. Quote:
|
||||||||||
|
|
|
|
|
#3 | ||||||||
|
Kindred of Babble-on
![]()
Join Date: Sep 2004
Location: Ioannina , Greece
Posts: 2,466
|
this looks to me a VERY nice and simple browser... I like it, I wish it run also on Amiga
|
||||||||
|
|
|
|
|
#4 | ||||||||
|
Defender of the Faith
![]()
Join Date: Nov 2002
Posts: 1,031
|
Err... dillo's plugins use the dreaded fork() call. In other words, no go, unless you plan on ripping the program to pieces. It is however a good sign that the main code is free from this function. That leaves worry about pthreads---albeit in minimal form---and GTK+. And I have never bothered to look at what nice surprises lie in store for Amiga coders there.
But it's a cute little program for sure, I'll give it that.
__________________
Some people say that cats are sneaky, evil and cruel. True, and they have many other fine qualities as well. |
||||||||
|
|
|
|
|
#5 | ||||||||
|
Defender of the Faith
![]()
Join Date: Nov 2002
Posts: 1,031
|
@Piru:
It really makes you wonder why people even bother to try porting Mozilla or Firefox to OS3.
__________________
Some people say that cats are sneaky, evil and cruel. True, and they have many other fine qualities as well. |
||||||||
|
|
|
|
|
#6 | ||||||||
|
Cult Member
![]()
Join Date: Mar 2002
Posts: 509
|
In an effort to bring you more up-tp-date, realizing Dillo is getting old in "internet-time"
Try not to forget Minimo in your wish/dream-list http://www.mozilla.org/projects/minimo/
__________________
[size=x-small]wanted; NONfunctional A3K keyboard wanted[/size] |
||||||||
|
|
|
|
|
#7 | |||||||||
|
Technoid
![]()
Join Date: Feb 2002
Location: Conesus, NY USA
Posts: 391
|
Quote:
__________________
SunBlade 1000 2x1200mhz UltraSparc III+, 8GB RAM, XVR1000, 73GB and 300GB FC drives, DVD, SunPCi IIIpro - 1GB RAM (yes it does work when I set the clock back to 2009), Solaris 10. Ultra60 2x450MHz UltraSPARC II, 2GB RAM, 9GB U160 and 36GB U320 drives, CDROM A1200T, 603e-240mhz/040-50mhz SCSI, 256mb, MediatorSX, Voodoo3-3000, Soundblaster 128, 10/100 Ethernet, other stuff OS3.9 |
|||||||||
|
|
|
|
|
#8 | ||||||||
|
Technoid
![]()
Join Date: Feb 2003
Posts: 331
|
I think it's a bit limited. It doesn't support frames or Javascript for example. And it's bound to lag behind Mozilla/Firefox or Konqueror in compatibility with websites. The GUI also lacks many features (in terms of preferences etc.).
|
||||||||
|
|
|
|
|
#10 | ||||||||
|
Defender of the Faith
![]()
Join Date: Nov 2002
Posts: 1,031
|
@Piru
Well, who would've guessed... Some brave souls have begun porting OpenOffice too---to OS4, and some even braver ones have begun looking into a port of GTK+. But that is OS4, which is inherently better suited to support software libraries of this magnitude. But even then it will still be a tough nut to crack.
__________________
Some people say that cats are sneaky, evil and cruel. True, and they have many other fine qualities as well. |
||||||||
|
|
|
|
|
#11 | |||||||||
|
' union select name,pwd--
Join Date: Aug 2002
Location: Helsinki, Finland
Posts: 6,946
|
@Cymric
Quote:
In my books it's still equally hard to port it, be it 3.x or 4.x. |
|||||||||
|
|
|
|
|
#12 |
|
Guest
Posts: n/a
|
ABrowse is the KHTML based browser from the AtheOS/Syllable OS.
Would this be easier to port to AROS/AOS/MOS than a GTK based browser? From what I can tell the GUI and the HTML renderer are pretty much not dependant on each other. Get the source here |
|
|
|
#13 | ||||||||
|
Defender of the Faith
![]()
Join Date: Nov 2002
Posts: 1,031
|
Well, it is in all likeness just a relative term. OS4 has improved memory management and knows about virtual memory---even though it is turned off by default---and as far as I know it now knows about proper threads as well. Things have improved in the shared library sector too. It may not amount to much, but it still is an improvement over OS3 where you can only add these things by breaking a lot of unwritten rules. It is in all likeniss still a tough job, but it should be easier for sure.
__________________
Some people say that cats are sneaky, evil and cruel. True, and they have many other fine qualities as well. |
||||||||
|
|
|
|
|
#14 | |||||||||||
|
Defender of the Faith
![]()
Join Date: Oct 2002
Posts: 1,876
|
Quote:
Quote:
Quote:
But fundamental limitations are still there... you cant implement proper fork() without ditching current 68k and PPC programs, and it might be still impossible...
__________________
Only MorphOS makes it possible \o_ |
|||||||||||
|
|
|
|
|
#15 | ||||||||
|
Defender of the Faith
![]()
Join Date: Nov 2002
Posts: 1,031
|
@itix:
Aw man :-(. Just when I thought OS4 coding would be a turn for the better. Well, the Friedens of course had other things on their mind, so I guess they are excused. But still... If I said I didn't care, I would be lying. Perhaps they still have plans to include some nice bits and pieces to the kernel, as I can imagine their plate is rather full at the moment.
__________________
Some people say that cats are sneaky, evil and cruel. True, and they have many other fine qualities as well. |
||||||||
|
|
|
![]() |
| Bookmarks |
| Tags |
| world , storm , miga , dillo |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Miga cd-rom and long filenames | moondynejo | Amiga Software Issues and Discussion | 2 | 02-01-2005 04:45 AM |
| Storm C r0x0rz | TheMagicM | Amiga Software Issues and Discussion | 21 | 11-15-2004 07:20 AM |
| THE X-MIGA PROJECT...... | J-Golden | Amiga Hardware Issues and discussion | 20 | 04-06-2004 01:34 PM |
| Storm C install | uncharted | Amiga OS -- Development | 0 | 10-07-2003 02:00 PM |
| scandoubleur for my miga | lionstorm | Amiga Hardware Issues and discussion | 20 | 09-24-2003 06:28 AM |