summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* trivial docuemntation cleanups to address some of the huge number of ↵Vincent Sanders2012-10-081-2/+4
| | | | docuemntation warnings
* Create a logfile when AutoInstalling with AmiUpdateChris Young2012-10-051-1/+1
|
* fix missing sizeof() in amiga buildVincent Sanders2012-10-031-1/+1
| | | | fix type warning by passing correct value
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-035-20/+15
|
* set the redraw to non-tiled by default. people can play with these settings ↵Chris Young2012-09-221-2/+2
| | | | if they are low on memory.
* libjpeg.so.12 is the current versionChris Young2012-09-221-1/+1
|
* Expor tthe correct messages when packagingChris Young2012-09-091-1/+3
|
* Split install and package targets.Vincent Sanders2012-08-231-2/+8
| | | | Install target is for installing on the local machine and package generates a package
* Include desktop/browser_private.h.Michael Drake2012-08-228-3/+8
|
* Need render/form.hMichael Drake2012-08-201-0/+1
|
* More fixing.Michael Drake2012-08-201-5/+5
|
* Missing semicolon.Michael Drake2012-08-201-1/+1
|
* Avoid using HTML internal for form file input handling. Note: untested.Michael Drake2012-08-201-39/+25
|
* Get presence of text input cleanly.Michael Drake2012-08-203-33/+8
|
* Remove unused code.Michael Drake2012-08-201-15/+0
|
* Add render/box.h include again, since it needs object_params struct from ↵Michael Drake2012-08-201-0/+1
| | | | there. :(
* Remove box use from maiga plugin hack. May need a new way to get dimensions?Michael Drake2012-08-201-8/+6
|
* Remove box stuff from amiga content handlers.Michael Drake2012-08-203-11/+4
|
* Snapshot icon positions so they default to looking neat when the archive is ↵Chris Young2012-08-185-0/+0
| | | | extracted.
* fix Installer script for auto-buildsChris Young2012-08-181-11/+39
|
* pedantic makefile spacingChris Young2012-08-181-2/+2
|
* add install files required for Cairo build. (native build only)Chris Young2012-08-181-1/+11
|
* remove SVN reference from .readmeChris Young2012-08-161-3/+3
|
* copy missing fileChris Young2012-08-161-0/+1
|
* Fix build date displayChris Young2012-08-151-1/+1
|
* fix warningChris Young2012-08-151-0/+1
|
* make install target for Amiga. Target is NetSurf_Amiga/netsurf.lhaChris Young2012-08-152-0/+32
|
* Clean up search gui callbacks.Michael Drake2012-08-141-1/+1
|
* add missing simple refresh config option infoChris Young2012-08-131-0/+1
|
* Use selection_get_copy instead of selection_traverse. Note: untested.Michael Drake2012-08-131-24/+16
|
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-131-2/+5
|
* Updated documentation with some post-2.9 changesChris Young2012-08-121-2/+12
|
* correct logicChris Young2012-08-121-1/+1
|
* allow font anti-aliasing to be switched off in true-colour modesChris Young2012-08-122-1/+9
|
* Change default mask threshold to something more sensibleChris Young2012-08-121-1/+1
|
* Fix mask calculation (thanks to Fredrik Wikstrom)Chris Young2012-08-121-5/+5
|
* fix maskChris Young2012-08-114-23/+15
|
* convert throbber to use standard bitmap functions; remove p96 dependencyChris Young2012-08-102-39/+12
|
* remove AMI_CUSTOM_MASK defineChris Young2012-08-101-11/+1
|
* remove attempt at mask alignmentChris Young2012-08-101-1/+8
|
* alignment attempt 2. this seems right, but doesn't work even for ↵Chris Young2012-08-101-5/+7
| | | | previously-working images
* try to align mask correctlyChris Young2012-08-101-1/+2
|
* use minterm (ABC|ABNC|ANBC) only when necessaryChris Young2012-08-101-6/+6
|
* avoid scaled images getting incorrect maskChris Young2012-08-104-9/+10
|
* allow tweaking threshold where alpha turns to maskChris Young2012-08-102-1/+4
|
* Fix maskChris Young2012-08-101-2/+2
|
* Correct byte order - is RGBA not ARGBChris Young2012-08-101-5/+11
| | | | Fix mask offset calculation
* allocate our bitmaps as BMF_DISPLAYABLE as this can improve performance when ↵Chris Young2012-08-092-9/+14
| | | | blitting to the screen
* first attempt to create our own mask of only wholly transparent pixels.Chris Young2012-08-092-5/+39
|
* create a pen list for treeviewsChris Young2012-08-081-1/+6
|