summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* ensure operations tables are registered as early as possible.Vincent Sanders2014-05-101-2/+7
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-094-4/+0
|
* refactor url utility functions to use standard nserror codes and have ↵Vincent Sanders2014-05-083-3/+2
| | | | appropriate documentation.
* missing commaVincent Sanders2014-05-071-1/+1
|
* fix silly errors in atari and amiga file operation table changeVincent Sanders2014-05-071-2/+14
|
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-21/+122
| | | | | | | | | | | | | This rationalises the path construction and basename file operations. The default implementation is POSIX which works for all frontends except windows, riscos and amiga which have differeing path separators and rules. These implementations are significantly more robust than the previous nine implementations and also do not use unsafe strncpy or buffers with arbitrary length limits. These implementations also carry full documentation comments.
* Make the install script work for Dutch language.Chris Young2014-05-051-0/+3
|
* Remove a rogue procedure callChris Young2014-05-031-1/+0
|
* Remove some unused library/SObj copying procedures from the Installer script.Chris Young2014-05-031-217/+0
|
* Remove Cairo from AmigaOS frontend.Chris Young2014-05-039-543/+144
|
* Update some version numbers for 3.2-dev.Chris Young2014-04-282-9/+7
| | | | The minor version of 3 here is correct, it is only used internally to conform to AmigaOS versioning conventions.
* Try to fix Amiga build failure.Michael Drake2014-04-091-1/+1
|
* Ensure we don't get extraneous signals allocatedChris Young2014-04-061-1/+2
|
* Fix a case where the screen wouldn't close if NetSurf had been launched from ↵Chris Young2014-04-061-4/+2
| | | | Workbench
* Fix some more cppcheck unread/unusedVariable warningsChris Young2014-04-053-5/+1
|
* Change the scope of some variables picked up by cppcheck, minor reformattingChris Young2014-04-0510-50/+30
|
* Fix cppcheck constStatement warningChris Young2014-04-051-2/+2
|
* Fix cppcheck syntaxErrorChris Young2014-04-051-3/+3
|
* Add missing includeChris Young2014-04-051-0/+1
|
* Fix some cppcheck variableHidingTypedef warningsChris Young2014-04-053-22/+22
|
* Fix a bunch of cppcheck unused/unreadVariable warningsChris Young2014-04-0518-44/+8
|
* Fix cppcheck variableScope warningsChris Young2014-04-052-5/+9
|
* Fix some cppcheck unused/unreadVariablesChris Young2014-04-051-3/+2
|
* Fix cppcheck arrayIndexOutOfBoundsChris Young2014-04-051-1/+1
|
* Fix cppcheck syntaxErrorChris Young2014-04-051-1/+1
|
* Fix some cppcheck variableScope warningsChris Young2014-04-051-4/+5
|
* Fix a bunch of cppcheck unusedVariable/unreadVariable warningsChris Young2014-04-051-26/+5
|
* Fix cppcheck variableHidingTypedefChris Young2014-04-051-5/+5
|
* Remove cppcheck unnecessaryForwardDeclarationChris Young2014-04-051-2/+0
|
* Fix some cppcheck variableScope warningsChris Young2014-04-051-4/+3
|
* Fix cppcheck nullPointerChris Young2014-04-031-1/+2
|
* Fix cppcheck syntaxErrorChris Young2014-04-031-1/+1
|
* Fix cppcheck nullPointerChris Young2014-04-031-3/+5
|
* Fix cppcheck syntaxErrorChris Young2014-04-031-1/+1
|
* Fix cppcheck bufferAccessOutOfBoundsChris Young2014-04-031-1/+1
|
* fix formatting of defaults makefilesVincent Sanders2014-03-201-38/+38
|
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-183-16/+11
|
* Ensure any user-input URLs are passed to the core in UTF-8.Chris Young2014-03-133-14/+28
| | | | | | Everything else, including any content of the URL bar which hasn't just been entered by the user, is assumed to be in ASCII. NB: The exception is the ARexx OPEN command. This is because NetSurf uses the ARexx port and this command internally when multiple instances are opened. file: addresses typed into the address bar containing non-ASCII characters will probably no loger work, but it is expected that under normal circumstances, users will either drag'n'drop files or use Project=>Open. If it becomes an issue I will work around it at a later date.
* fixup missing includes from schedule changesVincent Sanders2014-03-093-3/+6
|
* move scheduleing into browser operation tableVincent Sanders2014-03-096-90/+140
|
* Disable the dither option if we're running on a screen which doesn't use it.Chris Young2014-03-011-0/+5
|
* Return 1 if help closed.Chris Young2014-02-192-1/+2
|
* Re-apply some of my previous changesChris Young2014-02-191-0/+7
|
* Updated amigaguide.class from Daniel JedlickaChris Young2014-02-191-89/+87
|
* More build fixing.Michael Drake2014-02-152-2/+2
|
* Fix build.Michael Drake2014-02-151-2/+2
|
* Make history internal to browser_window module.Michael Drake2014-02-154-17/+17
|
* Clear signal variableChris Young2014-02-151-0/+1
|
* Correct caseChris Young2014-02-151-1/+1
|
* Process the ShutdownMsgId message sent by the AmigaGuide help system, and ↵Chris Young2014-02-152-2/+6
| | | | | | clean up if it is received. However, there appears to be a long-standing bug in amigaguide.library which means this is never sent.