summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Custom version of SearchEngines file rather than modifying it during ↵Chris Young2010-04-251-0/+21
| | | | | | | | installation (fixes crash with Installer) svn path=/trunk/netsurf/; revision=10484
* Remove SearchEngines linkChris Young2010-04-251-1/+0
| | | | svn path=/trunk/netsurf/; revision=10483
* Custom version of SearchEngines file rather than modifying it during ↵Chris Young2010-04-251-11/+0
| | | | | | | | installation (fixes crash with Installer) svn path=/trunk/netsurf/; revision=10482
* Don't show export options if PDF export disabled. Use options if present.Chris Young2010-04-252-3/+5
| | | | svn path=/trunk/netsurf/; revision=10480
* Ensure menu state is correct when switching tabsChris Young2010-04-243-38/+50
| | | | svn path=/trunk/netsurf/; revision=10476
* Avoid errors running makepackageChris Young2010-04-242-1/+0
| | | | | | | | fitr was written by me, and included for convenience (the install script needs it). There are no distribution restrictions when using it wrt the OS4 version of NetSurf. See http://www.unsatisfactorysoftware.co.uk/fitr svn path=/trunk/netsurf/; revision=10475
* Use our ca-bundle by default, rather than one in devs: which may not existChris Young2010-04-221-1/+4
| | | | svn path=/trunk/netsurf/; revision=10456
* Correct indices for disabled itemsChris Young2010-04-221-3/+3
| | | | svn path=/trunk/netsurf/; revision=10455
* Ensure that a default CSS icon is presentChris Young2010-04-171-0/+13
| | | | svn path=/trunk/netsurf/; revision=10424
* Fix file://localhost/ handlingChris Young2010-04-171-13/+16
| | | | svn path=/trunk/netsurf/; revision=10422
* Fixup Amiga frontendJohn Mark Bell2010-04-163-14/+43
| | | | svn path=/trunk/netsurf/; revision=10410
* Fix crash in kiosk modeChris Young2010-04-111-0/+2
| | | | svn path=/trunk/netsurf/; revision=10369
* Freeing the local charset version once we've finished with it is a good idea ↵Chris Young2010-04-101-0/+2
| | | | | | too. svn path=/trunk/netsurf/; revision=10345
* Show warning messages in correct charsetChris Young2010-04-101-1/+5
| | | | svn path=/trunk/netsurf/; revision=10344
* Avoid crashChris Young2010-04-101-1/+12
| | | | svn path=/trunk/netsurf/; revision=10343
* Fix broken event handling.Chris Young2010-04-0912-44/+108
| | | | | | | Any structures attached to the window_list *must* have a struct nsObject * as their first entry, and handle events outside of gui.c. svn path=/trunk/netsurf/; revision=10332
* Purge FETCH_TYPE which is unused throughout NetSurf. Clearing a todo in ↵Daniel Silverstone2010-04-081-2/+2
| | | | | | llcachec. svn path=/trunk/netsurf/; revision=10300
* Calling a hlcache_handle "content" is confusing.Michael Drake2010-04-071-3/+3
| | | | svn path=/trunk/netsurf/; revision=10266
* Make downloads work again.John Mark Bell2010-04-052-11/+17
| | | | svn path=/trunk/netsurf/; revision=10243
* Events for these windows are handled by the main loop in gui.c, but the ↵Chris Young2010-04-044-16/+14
| | | | | | | | | | structures didn't match up, thereby causing a crash. Needs tidying up; the global part of these window structures should be defined separately, and the events handled in dedicated routines. svn path=/trunk/netsurf/; revision=10235
* Remove verbose_log from options fileChris Young2010-04-033-7/+2
| | | | | | Copy libz as I've built 1.2.4 and it has faster gzip code svn path=/trunk/netsurf/; revision=10230
* Use DataTypes to read text files that are dropped into text boxes, this ↵Chris Young2010-04-021-13/+33
| | | | | | | | allows more exotic formats to be read such as IFF FTXT. svn path=/trunk/netsurf/; revision=10229
* ...and right a bitChris Young2010-04-021-4/+3
| | | | svn path=/trunk/netsurf/; revision=10228
* Move status bar text up a bit...Chris Young2010-04-021-2/+2
| | | | svn path=/trunk/netsurf/; revision=10227
* Updated AISS style icon by Martin MerzChris Young2010-04-011-0/+0
| | | | svn path=/trunk/netsurf/; revision=10226
* Also update OpenURL configChris Young2010-04-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=10225
* netsurf_init expects a char ***, not a char **Chris Young2010-04-013-13/+18
| | | | | | | | | Change command template so URL is a keyword. This avoids the platform code re-interpreting core options (eg -v as a URL). Move screen open code slightly so "NetSurf ?" shows the template visibly, rather than opening an empty screen and the user not knowing what is happening. svn path=/trunk/netsurf/; revision=10224
* Missing includeChris Young2010-03-312-1/+2
| | | | svn path=/trunk/netsurf/; revision=10222
* rationalise the usage of the file schemeVincent Sanders2010-03-311-2/+2
| | | | svn path=/trunk/netsurf/; revision=10221
* netsurf_init expects a pointer, not an intChris Young2010-03-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=10216
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-291-7/+7
| | | | svn path=/trunk/netsurf/; revision=10205
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-291-13/+17
| | | | svn path=/trunk/netsurf/; revision=10202
* Avoid failing completely if gui_window is NULLChris Young2010-03-281-4/+3
| | | | svn path=/trunk/netsurf/; revision=10194
* Allow NetSurf to be opened from the CLI without a URL specified.Chris Young2010-03-281-4/+13
| | | | | | | | Add new switch FORCE which will force a new instance of NetSurf to open rather than opening a new window in the already-running application (intended for debugging when NetSurf has crashed) svn path=/trunk/netsurf/; revision=10189
* Changes required for new-cacheChris Young2010-03-2824-178/+205
| | | | svn path=/trunk/netsurf/; revision=10186
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-282-9/+20
| | | | svn path=/trunk/netsurf/; revision=10180
* Stop javascript: links being passed to launch-handlerChris Young2010-03-251-1/+2
| | | | svn path=/trunk/netsurf/; revision=10149
* If a file isn't dropped over a text box or a file box, just load it.Chris Young2010-03-231-0/+5
| | | | svn path=/trunk/netsurf/; revision=10148
* Tidy up. Can almost tell what is going on in gui_init now.Chris Young2010-03-231-91/+111
| | | | svn path=/trunk/netsurf/; revision=10146
* Factor Amiga theme-related code out to a new file. This includes all ↵Chris Young2010-03-235-448/+546
| | | | | | | | | throbber and mouse pointer code (which are "theme modifiable") as well as normal theme reading code. svn path=/trunk/netsurf/; revision=10145
* Fix crash when attempting to open context menu in a browser_window with no ↵Chris Young2010-03-211-1/+4
| | | | | | content. svn path=/trunk/netsurf/; revision=10143
* Avoid corruption of bottom window border after resizeChris Young2010-03-211-1/+2
| | | | svn path=/trunk/netsurf/; revision=10140
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-211-1/+14
| | | | svn path=/trunk/netsurf/; revision=10139
* Squash memory leak and an offset problem related to helphintsChris Young2010-03-173-7/+18
| | | | svn path=/trunk/netsurf/; revision=10137
* More HelpHints, these will work on OS4.1u1 and higher only.Chris Young2010-03-171-7/+24
| | | | svn path=/trunk/netsurf/; revision=10136
* Local history URL HelpHints (will show on OS4.1u1 and newer only)Chris Young2010-03-171-1/+17
| | | | svn path=/trunk/netsurf/; revision=10135
* Help hints, mainly for the tabs but also massage messages strings ↵Chris Young2010-03-164-19/+86
| | | | | | | | | HelpToolbar0-4 & 14 into a format we can use on the main toolbar gadgets. A couple of gadgets still missing strings. svn path=/trunk/netsurf/; revision=10134
* Remove caret when window is inactive, re-add when window becomes active again.Chris Young2010-03-152-0/+8
| | | | svn path=/trunk/netsurf/; revision=10133
* Remove caret while "fast scrolling" to prevent caret-trails over the display.Chris Young2010-03-151-0/+8
| | | | svn path=/trunk/netsurf/; revision=10132
* Exclude about: as that will never be handled externally and some sites useChris Young2010-03-141-8/+12
| | | | | | about:blank extensively. svn path=/trunk/netsurf/; revision=10129