summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Check if shared objects actually copied, and copy them on next startup if ↵Chris Young2009-05-042-0/+65
| | | | | | they didn't. svn path=/trunk/netsurf/; revision=7390
* Add Abort button to download windowChris Young2009-04-303-1/+25
| | | | svn path=/trunk/netsurf/; revision=7384
* Make it a bit easier to see the text under the cursor, by complementing ↵Chris Young2009-04-291-0/+4
| | | | | | | | rather than obliterating. svn path=/trunk/netsurf/; revision=7372
* Set cache_bitmaps to 1 by default so it caches scaled bitmaps in memory.Chris Young2009-04-261-1/+1
| | | | | | I'm not sure why this wasn't default already. svn path=/trunk/netsurf/; revision=7328
* Ignore screen_modeid if it isn't a hex valueChris Young2009-04-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=7326
* Speed up scrollwheel scrolling due to complaints :)Chris Young2009-04-251-3/+3
| | | | | | | | | Restrict screen mode requester to 24 and 32-bit modes only, as the alpha blitting doesn't work in 16-bit modes (may not work in 24-bit either, but I'm not sure and Classic OS4 users are likely to have 24-bit cards so don't really want to restrict it further) svn path=/trunk/netsurf/; revision=7316
* Post-2.0 release changes: stripped static binary in only 5MBChris Young2009-04-251-12/+21
| | | | | | | | Fix AutoInstall copying NetSurf_Cairo without renaming Fix installing on systems without AISS svn path=/trunk/netsurf/; revision=7315
* Minor packaging fixesChris Young2009-04-252-1/+1
| | | | svn path=/trunk/netsurf/; revision=7314
* Fix warningsChris Young2009-04-181-1/+1
| | | | svn path=/trunk/netsurf/; revision=7132
* Fix warningsChris Young2009-04-181-13/+14
| | | | svn path=/trunk/netsurf/; revision=7131
* Hubbub is no longer optional.John Mark Bell2009-04-171-10/+0
| | | | | | Remove libxml2 parser binding. svn path=/trunk/netsurf/; revision=7115
* Ensure the selected item stays selected when being moved. Bit of a hack as theChris Young2009-04-141-1/+9
| | | | | | | listbrowser is single-select and recreated completely every update. Needs some reworking and change to multi-select mode. svn path=/trunk/netsurf/; revision=7076
* Fix ARexx download queue - GummiSurf now works, and manual ARexx-initiated ↵Chris Young2009-04-143-9/+5
| | | | | | | | downloads will be processed in turn rather than simultaneously. svn path=/trunk/netsurf/; revision=7075
* filename changesChris Young2009-04-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=7074
* fix compilationChris Young2009-04-061-3/+3
| | | | svn path=/trunk/netsurf/; revision=7054
* Revert r6973. Apparently, it causes loads of problems.John Mark Bell2009-04-051-1/+1
| | | | svn path=/trunk/netsurf/; revision=7047
* Make selections stand out from buttonsChris Young2009-04-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=7024
* Minor correctionsChris Young2009-04-011-2/+2
| | | | svn path=/trunk/netsurf/; revision=7023
* Sync full Cairo build with GTK Cairo plottersChris Young2009-04-011-2/+2
| | | | | | (this was in the previous commit with a copy'n'paste error) svn path=/trunk/netsurf/; revision=7022
* Remove option_quick_text (local charset text printing)Chris Young2009-04-014-329/+125
| | | | svn path=/trunk/netsurf/; revision=7021
* Don't open menu if there are no itemsChris Young2009-04-011-0/+11
| | | | svn path=/trunk/netsurf/; revision=7019
* More shared objects...Chris Young2009-03-312-2/+2
| | | | svn path=/trunk/netsurf/; revision=7017
* Update to use browser_window_refresh_url_bar()Chris Young2009-03-301-5/+3
| | | | svn path=/trunk/netsurf/; revision=7000
* fix text co-ordinateChris Young2009-03-291-2/+2
| | | | svn path=/trunk/netsurf/; revision=6987
* Stop screen updates going odd when animated GIFs are in the page.Chris Young2009-03-291-6/+2
| | | | | | Much simpler tests than before too. svn path=/trunk/netsurf/; revision=6985
* Mouse scrollwheel supportChris Young2009-03-281-21/+38
| | | | svn path=/trunk/netsurf/; revision=6976
* Add a note about those lines I commented out earlier.. have remembered why ↵Chris Young2009-03-281-0/+5
| | | | | | | | they were there. Leave them commented out pending a fix. svn path=/trunk/netsurf/; revision=6975
* Stop cursor drawing off the pageChris Young2009-03-282-12/+66
| | | | | | | | Implement gui_window_save_as_link Fix warnings svn path=/trunk/netsurf/; revision=6970