summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Revert accidental changeChris Young2009-06-201-1/+1
| | | | svn path=/trunk/netsurf/; revision=7898
* Modify correct RastPortChris Young2009-06-201-2/+2
| | | | svn path=/trunk/netsurf/; revision=7897
* Support option_font_defaultChris Young2009-06-201-2/+26
| | | | svn path=/trunk/netsurf/; revision=7896
* Don't ask for a screenmode when one is not set unless we actually need it.Chris Young2009-06-202-19/+35
| | | | | | | | Immediately save Options once the user has selected a screenmode. This now makes it possible to ask whether they want NetSurf to run on the Workbench or a new NetSurf screen during installation. svn path=/trunk/netsurf/; revision=7895
* If the extent changes, make sure the next redraw does the entire visible area,Chris Young2009-06-201-0/+1
| | | | | | otherwise it goes a bit weird in faster_scroll mode. svn path=/trunk/netsurf/; revision=7889
* Actually return a value if the function requires it.Chris Young2009-06-191-6/+11
| | | | | | More faster_scroll fixes, redraws properly now when clicking anchor links. svn path=/trunk/netsurf/; revision=7885
* Allow setting throbber speed in Theme definition fileChris Young2009-06-153-3/+24
| | | | svn path=/trunk/netsurf/; revision=7807
* reset scroll values to reflect position for new contentChris Young2009-06-141-0/+2
| | | | svn path=/trunk/netsurf/; revision=7800
* Ensure page fully updates when faster_scroll active and clicking on a link ↵Chris Young2009-06-041-0/+2
| | | | | | | | with an anchor point. svn path=/trunk/netsurf/; revision=7710
* Pass scroller position to ami_do_redraw_limits, this fixes gaps and overlaps ↵Chris Young2009-06-033-40/+54
| | | | | | | | | | in fast scroll mode. Make faster_scroll the default as it is useful now. Will remove the option to disable it after further testing. svn path=/trunk/netsurf/; revision=7703
* Copy ChangeLog if it existsChris Young2009-06-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=7702
* Fix new pages not always rendering when using faster_scrollChris Young2009-06-031-1/+3
| | | | svn path=/trunk/netsurf/; revision=7692
* SSL certificate verification stringsChris Young2009-06-012-14/+10
| | | | svn path=/trunk/netsurf/; revision=7685
* Add link to Italian dirChris Young2009-06-011-0/+1
| | | | svn path=/trunk/netsurf/; revision=7684
* Fix stupid error in the standalone/test codeChris Young2009-06-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=7682
* Basic SSL certificate verification, needs some work.Chris Young2009-05-311-0/+229
| | | | svn path=/trunk/netsurf/; revision=7676
* Basic SSL certificate verification for Amiga versionChris Young2009-05-315-6/+10
| | | | | | | Treeview window is not browseable (TimedDOSRequester is blocking) Needs some strings writing svn path=/trunk/netsurf/; revision=7675
* Don't fast scroll when the user is scrolling more than one window's worth in anyChris Young2009-05-311-0/+6
| | | | | | direction svn path=/trunk/netsurf/; revision=7674
* set_scroll should only activate faster_scroll if it is set in the optionsChris Young2009-05-311-1/+3
| | | | svn path=/trunk/netsurf/; revision=7669
* Fix minor problems with tab switchingChris Young2009-05-311-1/+2
| | | | svn path=/trunk/netsurf/; revision=7668
* Fix faster_scrollChris Young2009-05-313-20/+21
| | | | svn path=/trunk/netsurf/; revision=7667
* Fully clear clipregion, stops eg. only a little bit of images being shown if ↵Chris Young2009-05-311-0/+5
| | | | | | | | the previous page had an animated GIF svn path=/trunk/netsurf/; revision=7662
* Check that p96AllocBitMap actually allocated a bitmap (fixes unsat bug#61)Chris Young2009-05-301-4/+6
| | | | svn path=/trunk/netsurf/; revision=7658
* This really fixes the resize bug (#63)Chris Young2009-05-291-0/+2
| | | | svn path=/trunk/netsurf/; revision=7630
* Re-check window dimensions before copying contents in. This stops window ↵Chris Young2009-05-291-3/+6
| | | | | | | | borders getting corrupted and crashes when resizing (unsat bug#63) svn path=/trunk/netsurf/; revision=7628
* Custom apha-supporting backfill hook for tiled bitmaps that require it.Chris Young2009-05-261-2/+70
| | | | svn path=/trunk/netsurf/; revision=7553
* Super whizzy fast shiny new tile plotterChris Young2009-05-261-47/+44
| | | | | | | | | | Massively speeds up www.amigaimpact.org, slight improvement on other sites. Unfortunately alpha plotting on tiled btimaps is broken again (makes amigaworld.net difficult to read). May need to reimplement the old tile plotter for alpha bitmaps only, or write my own alpha-supporting backfill hook svn path=/trunk/netsurf/; revision=7550
* Vague attempt at direct renderingChris Young2009-05-252-42/+76
| | | | | | | | THIS IS NOT AND PROBABLY NEVER WILL BE IN ANY WAY USEFUL EXCEPT FOR DEBUGGING! In particular it will probably crash when opening/closing multiple windows and the display is offset incorrectly. svn path=/trunk/netsurf/; revision=7547
* Change back to Smart Refresh windowsChris Young2009-05-251-2/+2
| | | | svn path=/trunk/netsurf/; revision=7543
* Reduce flickerChris Young2009-05-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=7542
* Prevent gadget and menu disable/enable magic from acting on frames (this ↵Chris Young2009-05-241-2/+8
| | | | | | | | fixes bug#207 at bugs.os4depot.net) svn path=/trunk/netsurf/; revision=7541
* Add link to changelogChris Young2009-05-231-0/+2
| | | | svn path=/trunk/netsurf/; revision=7539
* Fix crash when pages are loadingChris Young2009-05-231-1/+5
| | | | svn path=/trunk/netsurf/; revision=7537
* Missing WITH_NS_SVG #ifdefChris Young2009-05-192-0/+4
| | | | svn path=/trunk/netsurf/; revision=7524
* Add ability to copy SVGs to the clipboard and save in IFF DR2D format.Chris Young2009-05-198-12/+576
| | | | svn path=/trunk/netsurf/; revision=7523
* Too many 0sChris Young2009-05-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=7522
* Add Save as IFF to main menusChris Young2009-05-173-28/+104
| | | | | | Disable menu items that aren't relevant for current content svn path=/trunk/netsurf/; revision=7521
* Allow Copy menu to copy the image currently displayed, if we aren't ↵Chris Young2009-05-171-4/+16
| | | | | | | | displaying text Fix some warnings svn path=/trunk/netsurf/; revision=7520
* Fix alpha testing, set correctly for ILBMsChris Young2009-05-171-2/+2
| | | | svn path=/trunk/netsurf/; revision=7519
* IFF save now works - needed an unexpected NULL as the first parameter to ↵Chris Young2009-05-162-12/+3
| | | | | | | | | | DTM_WRITE DTA_ObjName is now the URL, as this is the only field that is being written by picture.datatype (bug in picture.datatype?). ObjAuthor and ObjAnnotation left in as the DTM_COPY method might be able to use them. svn path=/trunk/netsurf/; revision=7518
* Copy and save images as IFF ILBM attempt 2.Chris Young2009-05-165-82/+62
| | | | | | | Copy now works, saving just creates an empty file - probably something wrong with my DTM_WRITE call. svn path=/trunk/netsurf/; revision=7517
* Copy and save images in IFF ILBM format. Currently, the data in the BODY ↵Chris Young2009-05-167-3/+154
| | | | | | | | chunk is wrong. svn path=/trunk/netsurf/; revision=7516
* Local history started drawing on the browser window instead of the history ↵Chris Young2009-05-091-6/+6
| | | | | | | | | window for some reason. This makes it draw to the usual global bitmap and blit across to the history window instead. svn path=/trunk/netsurf/; revision=7453
* Populate option_accept_language with the user's preferred languages, in order.Chris Young2009-05-092-11/+73
| | | | | | | | | | | | | LangNames now contains the language codes for all languages available with OS4.1, plus Welsh (http://aminet.net/package/misc/misc/welsh_lang). There are no other 3rd party .language files available for OS4 that I am aware of, but any new ones can easily be added if/when they become available. These may now not be exactly the same as the RISC OS names, but that can be resolved by renaming directories for new translations (current ones are OK), or reverting back to the AmigaOS names for Messages files paths. svn path=/trunk/netsurf/; revision=7452
* Remove min_font_size settingChris Young2009-05-091-2/+1
| | | | svn path=/trunk/netsurf/; revision=7451
* Adjust minimum font sizeChris Young2009-05-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=7450
* CompositeTags() was clipping one pixel too close.Chris Young2009-05-072-6/+6
| | | | svn path=/trunk/netsurf/; revision=7432
* Some optimisations, makes page rendering much quicker at least on OS4.1.Chris Young2009-05-072-5/+53
| | | | svn path=/trunk/netsurf/; revision=7431
* Don't bother plotting bitmaps that are completely out of the clip zone.Chris Young2009-05-051-0/+6
| | | | svn path=/trunk/netsurf/; revision=7401
* Minor correctionsChris Young2009-05-041-2/+4
| | | | svn path=/trunk/netsurf/; revision=7391