summaryrefslogtreecommitdiff
path: root/amiga/dist
Commit message (Collapse)AuthorAgeFilesLines
* revert r13281, meant to put it in 2.9 branchChris Young2012-02-281-3/+13
| | | | svn path=/trunk/netsurf/; revision=13499
* Readme for 2.9Chris Young2012-02-281-13/+3
| | | | svn path=/trunk/netsurf/; revision=13498
* Convert treeview to tiled drawChris Young2012-02-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=13471
* Documentation updateChris Young2012-02-251-2/+6
| | | | svn path=/trunk/netsurf/; revision=13470
* Install "if equals" comparisons are = not ==Chris Young2011-12-161-5/+5
| | | | svn path=/trunk/netsurf/; revision=13281
* Check if launch-handler config already has NetSurfChris Young2011-12-151-11/+30
| | | | svn path=/trunk/netsurf/; revision=13274
* Be more flexible with the aspect ratios we correct to.Chris Young2011-10-111-1/+3
| | | | svn path=/trunk/netsurf/; revision=13036
* Abort if user is <OS4.1 and no static version available.Chris Young2011-09-261-0/+7
| | | | | | Probably needs moving up to before the user has been asked for an install location svn path=/trunk/netsurf/; revision=12895
* Build Cairo version as NetSurf; non-Cairo version as NetSurf-StaticChris Young2011-09-262-4/+4
| | | | | | | Don't bother to build/copy NetSurf-Static for release packages Update .readme to show requirement for AmigaOS 4.1 svn path=/trunk/netsurf/; revision=12893
* Also read mimetype mappings from mimetypes.userChris Young2011-09-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=12876
* updated kb shortcuts (credit: samir)Chris Young2011-09-131-7/+16
| | | | svn path=/trunk/netsurf/; revision=12791
* Correct Code2000 addressChris Young2011-09-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=12788
* Copy a non-iconv.library version of parserutils into the archive in case ↵Chris Young2011-09-061-1/+5
| | | | | | | | anybody wants to save 1MB svn path=/trunk/netsurf/; revision=12764
* Correct aspect ratio correctly and support widescreen displaysChris Young2011-07-171-0/+1
| | | | svn path=/trunk/netsurf/; revision=12607
* Don't prompt for build selection if there is no static build presentChris Young2011-07-021-14/+20
| | | | svn path=/trunk/netsurf/; revision=12560
* Formatting changesChris Young2011-06-301-18/+18
| | | | svn path=/trunk/netsurf/; revision=12549
* Update shortcutsChris Young2011-06-281-0/+1
| | | | svn path=/trunk/netsurf/; revision=12527
* remove zlib updateChris Young2011-06-151-6/+0
| | | | svn path=/trunk/netsurf/; revision=12483
* remove no_iframesChris Young2011-06-151-1/+0
| | | | svn path=/trunk/netsurf/; revision=12482
* Allow the user to set screen resolution in DPI in preferencesChris Young2011-05-021-1/+3
| | | | svn path=/trunk/netsurf/; revision=12269
* Documentation update: softstylesChris Young2011-04-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=12238
* Make Y DPI a configurable option. Default is 72 (AmigaOS standard)Chris Young2011-04-251-0/+1
| | | | svn path=/trunk/netsurf/; revision=12237
* Update to use official libwebp 0.1Chris Young2011-03-201-2/+0
| | | | | | Remove libvpx references as no longer needed. svn path=/trunk/netsurf/; revision=12115
* Don't add NetSurf as FTP (launch-)handler.Chris Young2011-03-171-1/+1
| | | | | | | Probably need to document how to add another app to handle FTP though, as it's not obvious but could be useful. svn path=/trunk/netsurf/; revision=12104
* Enable selection of rendering engine (graphics.library, Cairo) at runtime, ↵Chris Young2011-03-051-0/+3
| | | | | | | | if we're compiled with Cairo support. svn path=/trunk/netsurf/; revision=11912
* Fix copying of iconChris Young2011-02-261-8/+5
| | | | svn path=/trunk/netsurf/; revision=11831
* Create a new FTP launch-handler as well.Chris Young2011-01-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=11466
* Copy shared libraries tooChris Young2010-12-161-0/+32
| | | | svn path=/trunk/netsurf/; revision=11082
* Schoolboy error. When editing things for testing, remember to change them back.Chris Young2010-12-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=10954
* Fix copy of iconChris Young2010-11-201-3/+12
| | | | svn path=/trunk/netsurf/; revision=10946
* Tweak package, use newer libsslChris Young2010-11-072-1/+1
| | | | svn path=/trunk/netsurf/; revision=10941
* Add libvpx.so.0.9.5Chris Young2010-11-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=10938
* Remove libhpdf.so (as pdf export disabled currently) and libvpx.so (as we ↵Chris Young2010-11-021-1/+1
| | | | | | | | | have to static link due to unspecified problems). Clear up the commented-out list of shared objects. svn path=/trunk/netsurf/; revision=10934
* NetSurf drawer icon (credit: Martin Merz)Chris Young2010-11-011-0/+0
| | | | svn path=/trunk/netsurf/; revision=10932
* Keyboard shortcut section (credit: Samir Hawamdeh)Chris Young2010-10-311-12/+40
| | | | svn path=/trunk/netsurf/; revision=10930
* Add an error message if GetVideo is not installed. Use v0.27's new "ask" ↵Chris Young2010-10-281-1/+7
| | | | | | | | function instead of assuming the user wants to save. svn path=/trunk/netsurf/; revision=10914
* Less ambiguous wording; update bug reporting optionsChris Young2010-10-071-6/+4
| | | | svn path=/trunk/netsurf/; revision=10869
* WebP image support, needs libwebp (from trunk/libwebp) and libvpx.Chris Young2010-10-031-0/+6
| | | | | | Only enabled for Amiga build currently, may have colour issues on little-endian CPUs svn path=/trunk/netsurf/; revision=10860
* Alias W for WINDOW and T for TAB.Chris Young2010-08-281-13/+17
| | | | | | Add documentation on ARexx startup/shutdown scripts svn path=/trunk/netsurf/; revision=10720
* Add ARexx commands CLOSE (close window/tab) and ACTIVE (current window/tab ↵Chris Young2010-08-282-1/+54
| | | | | | | | | | number to pass to other ARexx commands) Add CloseTabs.nsrx script to close all tabs in the current window except the active one svn path=/trunk/netsurf/; revision=10718
* Absolute path for theme locationChris Young2010-08-192-4/+13
| | | | svn path=/trunk/netsurf/; revision=10710
* Add option to control whether drags have icons or just a pointer change.Chris Young2010-07-291-0/+1
| | | | svn path=/trunk/netsurf/; revision=10672
* Allow targetting any window/tab with ARexx commands. Adds new command ↵Chris Young2010-07-202-12/+58
| | | | | | | | | WINDOWS to find out the number of windows and tabs open. ShowTitles.nsrx is an example of how to use the new functionality. svn path=/trunk/netsurf/; revision=10656
* Fix first time installs in novice mode so the files end up in a directory ↵Chris Young2010-07-131-0/+16
| | | | | | | | rather than the root of whichever volume Installer decided to pick. svn path=/trunk/netsurf/; revision=10633
* Add commands BACK, FORWARD, HOME and RELOAD to correspond with the buttons ↵Chris Young2010-07-111-1/+5
| | | | | | on the GUI. svn path=/trunk/netsurf/; revision=10628
* Much better conversion of the standard NetSurf icon, courtesy of Marko K. ↵Chris Young2010-06-161-1/+3
| | | | | | Seppänen svn path=/trunk/netsurf/; revision=10575
* Allow building of AmigaOS4 Cairo and non-Cairo versions of NetSurf in same ↵Chris Young2010-05-031-1/+1
| | | | | | source tree svn path=/trunk/netsurf/; revision=10544
* Ensure we are using the libpng 1.2 includes, as OS4 Cairo is using a deprecatedChris Young2010-05-031-1/+1
| | | | | | function which does not exist in libpng 1.4. svn path=/trunk/netsurf/; revision=10543
* Update 2 SObjs installation (create links for updated libpng and unnecessary ↵Chris Young2010-04-301-7/+35
| | | | | | | | clutter for libz) svn path=/trunk/netsurf/; revision=10537
* Custom version of SearchEngines file rather than modifying it during ↵Chris Young2010-04-251-11/+0
| | | | | | | | installation (fixes crash with Installer) svn path=/trunk/netsurf/; revision=10482