summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* More calculation fixesChris Young2010-06-061-12/+4
* Remove scroll positions from ami_do_redraw_limits, fix positional calcs inChris Young2010-06-051-23/+22
* When redrawing part of a page, draw with respect to the position NetSurf beli...Chris Young2010-06-051-2/+10
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-6/+7
* Activate browser window after search, otherwise it doesn't get IntuiTicks eve...Chris Young2010-05-161-0/+2
* Amiga font code revamped and fixed. Will now fall back to a different font i...Chris Young2010-05-064-129/+231
* Fix assert. This is wrong, needs investigation.Chris Young2010-05-031-1/+1
* Fix loops reading too many charactersChris Young2010-05-031-3/+3
* Purge parserutilsChris Young2010-05-032-5/+7
* Build libparserutils (and NetSurf) against libiconv instead of newlib's iconv.Chris Young2010-05-031-2/+2
* Remove Export tab properly when building without HaruChris Young2010-05-031-0/+4
* Allow building of AmigaOS4 Cairo and non-Cairo versions of NetSurf in same so...Chris Young2010-05-031-1/+1
* Ensure we are using the libpng 1.2 includes, as OS4 Cairo is using a deprecatedChris Young2010-05-032-3/+3
* Update 2 SObjs installation (create links for updated libpng and unnecessary ...Chris Young2010-04-302-8/+36
* Fix assert when clicking empty text boxesChris Young2010-04-301-1/+1
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which *...Daniel Silverstone2010-04-301-12/+2
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-0/+5
* Don't check if the next character is outside the printable string, if it is i...Chris Young2010-04-291-15/+6
* Text kerningChris Young2010-04-291-17/+58
* More correct font width calculations/placingChris Young2010-04-291-4/+10
* Possibly more accurate text placementChris Young2010-04-291-3/+3
* Change schedule_run to a BOOL as this more standard for platform code.Chris Young2010-04-292-4/+2
* The schedule_run function is only called by the frontends so remove it from t...Vincent Sanders2010-04-281-0/+3
* Update fonts immediately after requester use/saveChris Young2010-04-281-0/+3
* Don't list unvisited pagesChris Young2010-04-281-0/+3
* Ensure ami_remove_timer_event code doesn't get executed unless necessary.Chris Young2010-04-281-0/+2
* Reformat all tabs when window size changesChris Young2010-04-271-4/+18
* Custom version of SearchEngines file rather than modifying it during installa...Chris Young2010-04-251-0/+21
* Remove SearchEngines linkChris Young2010-04-251-1/+0
* Custom version of SearchEngines file rather than modifying it during installa...Chris Young2010-04-251-11/+0
* Don't show export options if PDF export disabled. Use options if present.Chris Young2010-04-252-3/+5
* Ensure menu state is correct when switching tabsChris Young2010-04-243-38/+50
* Avoid errors running makepackageChris Young2010-04-242-1/+0
* Use our ca-bundle by default, rather than one in devs: which may not existChris Young2010-04-221-1/+4
* Correct indices for disabled itemsChris Young2010-04-221-3/+3
* Ensure that a default CSS icon is presentChris Young2010-04-171-0/+13
* Fix file://localhost/ handlingChris Young2010-04-171-13/+16
* Fixup Amiga frontendJohn Mark Bell2010-04-163-14/+43
* Fix crash in kiosk modeChris Young2010-04-111-0/+2
* Freeing the local charset version once we've finished with it is a good idea ...Chris Young2010-04-101-0/+2
* Show warning messages in correct charsetChris Young2010-04-101-1/+5
* Avoid crashChris Young2010-04-101-1/+12
* Fix broken event handling.Chris Young2010-04-0912-44/+108
* Purge FETCH_TYPE which is unused throughout NetSurf. Clearing a todo in llca...Daniel Silverstone2010-04-081-2/+2
* Calling a hlcache_handle "content" is confusing.Michael Drake2010-04-071-3/+3
* Make downloads work again.John Mark Bell2010-04-052-11/+17
* Events for these windows are handled by the main loop in gui.c, but the struc...Chris Young2010-04-044-16/+14
* Remove verbose_log from options fileChris Young2010-04-033-7/+2
* Use DataTypes to read text files that are dropped into text boxes, this allow...Chris Young2010-04-021-13/+33
* ...and right a bitChris Young2010-04-021-4/+3