summaryrefslogtreecommitdiff
path: root/amiga/Makefile.target
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove compat.c/h, hasn't been needed for a long time.Chris Young2011-03-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=11910
* Rename confusingly-named file; Remove about from unsupported protocols, as ↵Chris Young2011-02-261-1/+1
| | | | | | | | will never reach this code now. svn path=/trunk/netsurf/; revision=11829
* Modify scheduler to use a binary heap (using libpbl).Chris Young2011-02-161-1/+1
| | | | | | | | | | | | | Scheduled events are now in event time order, so schedule_run simply takes the top event off the heap and runs it (if we're polling, rather than having received a signal that the next event is due to be run, we check first that we have passed the scheduled time). This should provide performance benefits as we are no longer trawling the entire list of scheduled events (potentially hundreds) every time an event is signalled or the schedule list is polled. svn path=/trunk/netsurf/; revision=11703
* add default system colour handlers to each frontendVincent Sanders2011-01-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=11530
* Define __USE_BASETYPE__, makes thumbnail.c compile again on OS4. GfxBase ↵Chris Young2011-01-061-1/+1
| | | | | | | | changes will need to be made to other files in the same manner. svn path=/trunk/netsurf/; revision=11234
* Add iconv to the link flagsJohn Mark Bell2010-12-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=11161
* First cut at cross compilation support for the Amiga frontendJohn Mark Bell2010-12-291-17/+35
| | | | svn path=/trunk/netsurf/; revision=11149
* Update to newer libcurl, avoids libssl conflicts (credit: MickJT)Chris Young2010-11-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=10943
* Support ColourIconsChris Young2010-10-311-2/+3
| | | | svn path=/trunk/netsurf/; revision=10928
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-301-1/+2
| | | | svn path=/trunk/netsurf/; revision=10925
* Move drag icon stuff to own file; fix warningsChris Young2010-10-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=10922
* Futher simplification of the makefileVincent Sanders2010-10-291-24/+41
| | | | | | Use target makefiles to set build sources svn path=/trunk/netsurf/; revision=10916
* Beginning of NetSurf build infrastructure cleanupVincent Sanders2010-10-271-0/+30
Provide makefile fragment for each target, isolates the target makefile changes into one place simplifying the top level makefile svn path=/trunk/netsurf/; revision=10910