summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* off by oneChris Young2010-07-311-1/+1
* Add option to control whether drags have icons or just a pointer change.Chris Young2010-07-294-14/+28
* Show an icon under the pointer for drag saves (missed from previous commit)Chris Young2010-07-281-1/+4
* Show an icon under the pointer for drag save operations. Might need disablin...Chris Young2010-07-283-2/+176
* Allow text selection dragging across (NetSurf) windows. DisplayBeep if it is...Chris Young2010-07-274-13/+71
* Fix clipping for non-HTML contentsChris Young2010-07-261-8/+8
* ami_easy_clipboard just got easier, and a buffer overrun/memory leak got fixedChris Young2010-07-243-66/+18
* Fix menu disable on tab switch and CutChris Young2010-07-247-68/+120
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow d...Chris Young2010-07-249-43/+211
* Ensure RC is 0 unless we actually have a fatal error.Chris Young2010-07-231-0/+24
* Allow targetting any window/tab with ARexx commands. Adds new command WINDOW...Chris Young2010-07-203-51/+226
* More intelligent path concatenationChris Young2010-07-141-0/+3
* Fix first time installs in novice mode so the files end up in a directory rat...Chris Young2010-07-131-0/+16
* Remove desbugChris Young2010-07-111-2/+3
* Amiga file: URIs now translate the : in device names to / (and back), which c...Chris Young2010-07-111-6/+38
* Add commands BACK, FORWARD, HOME and RELOAD to correspond with the buttons on...Chris Young2010-07-112-2/+63
* Allow browsing directories. Clicking through from the root of a volume doesn...Chris Young2010-07-111-8/+41
* Missing typesChris Young2010-07-111-7/+13
* Fix inventory file leafname.Michael Drake2010-07-091-1/+1
* Replace unnecessarily complicated path concatenation with something simpler andChris Young2010-07-091-0/+15
* Fix some typesChris Young2010-06-263-22/+25
* Much better conversion of the standard NetSurf icon, courtesy of Marko K. Sep...Chris Young2010-06-162-1/+3
* 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