summaryrefslogtreecommitdiff
path: root/amiga/dist
Commit message (Collapse)AuthorAgeFilesLines
* Added more pages to AmigaGuide docChris Young2013-01-241-8/+98
|
* Copy hotlist from the pre-3.0 to the 3.0 location during install, if it ↵Chris Young2013-01-201-0/+18
| | | | exists and there isn't one present in the new location already.
* Missing double-quoteChris Young2012-12-091-3/+3
|
* Set the file comment for the included ARexx scripts as part of the install, ↵Chris Young2012-12-091-0/+4
| | | | as these tend to get lost and don't exist at all in Git.
* Allow the size of the web search gadget to be user-setChris Young2012-12-061-0/+1
|
* Update documentationChris Young2012-12-011-2/+1
|
* Remove font_unicode_list - font_unicode is a list now.Chris Young2012-11-081-1/+1
|
* Make it a bit more obvious what is happening, as AutoInstall/CopyStore won't ↵Chris Young2012-10-311-0/+2
| | | | give us a progress bar.
* Fix AutoInstallChris Young2012-10-311-26/+3
|
* Now the graphics.library plotters are feature-complete, use them by default.Chris Young2012-10-241-1/+1
|
* Document HOTLIST ARexx commandChris Young2012-10-141-0/+3
|
* Run FixFonts at the end of installChris Young2012-10-111-1/+24
|
* Snapshot icon positions so they default to looking neat when the archive is ↵Chris Young2012-08-184-0/+0
| | | | extracted.
* fix Installer script for auto-buildsChris Young2012-08-181-11/+39
|
* remove SVN reference from .readmeChris Young2012-08-161-3/+3
|
* make install target for Amiga. Target is NetSurf_Amiga/netsurf.lhaChris Young2012-08-151-3/+0
|
* add missing simple refresh config option infoChris Young2012-08-131-0/+1
|
* Updated documentation with some post-2.9 changesChris Young2012-08-121-2/+12
|
* Use 'user' env-var to determine usernameChris Young2012-03-301-3/+8
| | | | svn path=/trunk/netsurf/; revision=13778
* Update with new pathChris Young2012-03-282-4/+6
| | | | svn path=/trunk/netsurf/; revision=13769
* Add sobjs - libdom and libhubbub stubChris Young2012-03-281-6/+2
| | | | svn path=/trunk/netsurf/; revision=13767
* Fix scaled fast scrolling. Curiously this has solved the form select menuChris Young2012-03-031-2/+2
| | | | | | problem :S svn path=/trunk/netsurf/; revision=13505
* 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