summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Add a note about font stylesChris Young2009-06-281-8/+17
| | | | svn path=/trunk/netsurf/; revision=8098
* Strip down the options file section. People should be using the GUI for ↵Chris Young2009-06-271-17/+5
| | | | | | | | everything else - that's what it's for. svn path=/trunk/netsurf/; revision=8080
* Set new installs to start on the Workbench screen, this can be changed from ↵Chris Young2009-06-271-15/+1
| | | | | | | | the GUI now and is a bit friendlier than being prompted for a screenmode on first launch. svn path=/trunk/netsurf/; revision=8079
* Don't update screen ModeID if it is 0, as it gets written in a format which ↵Chris Young2009-06-271-3/+6
| | | | | | | | NetSurf then interprets as a valid ModeID. svn path=/trunk/netsurf/; revision=8077
* Completed Amiga preferences GUI.Chris Young2009-06-272-136/+213
| | | | svn path=/trunk/netsurf/; revision=8065
* Convert group and other label strings also to local charset. Free all the ↵Chris Young2009-06-271-32/+120
| | | | | | | | strings when the options GUI is closed svn path=/trunk/netsurf/; revision=8052
* Export tab doneChris Young2009-06-262-1/+167
| | | | svn path=/trunk/netsurf/; revision=8027
* Advanced tab all workingChris Young2009-06-261-1/+43
| | | | svn path=/trunk/netsurf/; revision=8026
* Layout of Advanced tab done, does not set values or act on gadget clicksChris Young2009-06-253-1/+88
| | | | svn path=/trunk/netsurf/; revision=7991
* Disable the anim speed gadget if anims themselves are disabled. Also ↵Chris Young2009-06-251-3/+18
| | | | | | | | disable the disc cache options as there is no disc cache. svn path=/trunk/netsurf/; revision=7988
* Cache tab done, missing history option added to the General tab.Chris Young2009-06-252-0/+68
| | | | svn path=/trunk/netsurf/; revision=7984
* Fix the disappearing radio buttons. I don't know why this suddenly stopped ↵Chris Young2009-06-241-1/+1
| | | | | | working. svn path=/trunk/netsurf/; revision=7953
* Fonts tab done, another gadget type used, have nearly completed the set but ↵Chris Young2009-06-242-4/+221
| | | | | | | | lost the radio button on the Display tab in the process. svn path=/trunk/netsurf/; revision=7952
* Rendering tab in options all done, new option to improve the scale quality ↵Chris Young2009-06-234-2/+91
| | | | | | | | | (bilinear filtering). This needs to be tested on 4.0 as I'm not sure if bilinear is valid there, might need to be BSAF_AVERAGE. svn path=/trunk/netsurf/; revision=7939
* Network tab done, pretty much identical to the gtk version.Chris Young2009-06-222-1/+214
| | | | svn path=/trunk/netsurf/; revision=7917
* Make all the buttons on the first two options tabs work.Chris Young2009-06-213-22/+109
| | | | | | | | May need to improve theme selection so it at least checks it is a valid theme and/or provide a list of themes instead of a file requester. Language selection could benefit from also having a drop-down chooser gadget too. svn path=/trunk/netsurf/; revision=7910
* Remove libc.so, libgcc.so and libpthread.so as these are present in the ↵Chris Young2009-06-211-1/+2
| | | | | | | | OS4.1 QuickFix released today. svn path=/trunk/netsurf/; revision=7909
* Disabled the OS pointers gadget, as apparently it does take effect ↵Chris Young2009-06-211-0/+1
| | | | | | | | | immediately and I had forgotten about a long-outstanding bug (introduced when compiled with the OS4.1 SDK) which just causes the whole thing to freeze if this option is turned off. svn path=/trunk/netsurf/; revision=7908
* Added mouse pointer options to the Display tab, as they are probably better ↵Chris Young2009-06-212-0/+34
| | | | | | | | | | | | | suited here than in Advanced where I was going to put them. Also, like all the other options on this tab, they will not take effect until NetSurf is restarted. I have now added a note (or, more accurately, a placeholder for what will be a proper note once I've added all the new strings to the Messages files) to this effect underneath the options on the Display tab. svn path=/trunk/netsurf/; revision=7907
* Display tab done, except for interconnection of gadgets and the screenmode ↵Chris Young2009-06-212-4/+126
| | | | | | | | | | and file gadget buttons. This tab is Amiga-specific and contains the options for specifying which screen to run on, and which theme to use. svn path=/trunk/netsurf/; revision=7906
* General tab done, I've tried to keep the layout broadly similar to the GTK ↵Chris Young2009-06-212-6/+238
| | | | | | | | | version with some minor changes, removed options etc. Other than save/use/cancel the buttons don't do anything yet. svn path=/trunk/netsurf/; revision=7905
* Amiga Options GUI template code and a bonus "redraw" option in the menuChris Young2009-06-206-13/+196
| | | | svn path=/trunk/netsurf/; revision=7900
* 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