summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move status bar text up a bit...Chris Young2010-04-021-2/+2
* Updated AISS style icon by Martin MerzChris Young2010-04-011-0/+0
* Also update OpenURL configChris Young2010-04-011-1/+1
* netsurf_init expects a char ***, not a char **Chris Young2010-04-013-13/+18
* Missing includeChris Young2010-03-312-1/+2
* rationalise the usage of the file schemeVincent Sanders2010-03-311-2/+2
* netsurf_init expects a pointer, not an intChris Young2010-03-301-1/+1
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-291-7/+7
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-291-13/+17
* Avoid failing completely if gui_window is NULLChris Young2010-03-281-4/+3
* Allow NetSurf to be opened from the CLI without a URL specified.Chris Young2010-03-281-4/+13
* Changes required for new-cacheChris Young2010-03-2824-178/+205
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-282-9/+20
* Stop javascript: links being passed to launch-handlerChris Young2010-03-251-1/+2
* If a file isn't dropped over a text box or a file box, just load it.Chris Young2010-03-231-0/+5
* Tidy up. Can almost tell what is going on in gui_init now.Chris Young2010-03-231-91/+111
* Factor Amiga theme-related code out to a new file. This includes all throbbe...Chris Young2010-03-235-448/+546
* Fix crash when attempting to open context menu in a browser_window with no co...Chris Young2010-03-211-1/+4
* Avoid corruption of bottom window border after resizeChris Young2010-03-211-1/+2
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-211-1/+14
* Squash memory leak and an offset problem related to helphintsChris Young2010-03-173-7/+18
* More HelpHints, these will work on OS4.1u1 and higher only.Chris Young2010-03-171-7/+24
* Local history URL HelpHints (will show on OS4.1u1 and newer only)Chris Young2010-03-171-1/+17
* Help hints, mainly for the tabs but also massage messages strings HelpToolbar...Chris Young2010-03-164-19/+86
* Remove caret when window is inactive, re-add when window becomes active again.Chris Young2010-03-152-0/+8
* Remove caret while "fast scrolling" to prevent caret-trails over the display.Chris Young2010-03-151-0/+8
* Exclude about: as that will never be handled externally and some sites useChris Young2010-03-141-8/+12
* Fix character offset, which was one character left of where the user clicked ...Chris Young2010-03-141-2/+3
* Only draw search favicon on normal browser windowsChris Young2010-03-141-1/+2
* Pass all unknown URLs to launch-handler/OpenURL.Chris Young2010-03-071-15/+12
* Set file comment to URL *after* closing the file. This resolves the problem ...Chris Young2010-03-061-3/+3
* Fix compilationChris Young2010-02-221-3/+3
* Attempt fix for OS4.0Chris Young2010-02-211-3/+7
* Try to avoid the tab switching if closing a tab other than the current one (d...Chris Young2010-02-142-14/+23
* Sync button images with Windows versionChris Young2010-02-1416-5/+5
* Add an Add Tab button.Chris Young2010-02-144-12/+65
* New window/tab now opens a blank window/tab rather than one showing the curre...Chris Young2010-02-142-8/+10
* Tidy up includesChris Young2010-02-141-66/+83
* Improved tabs for OS4.1u1:Chris Young2010-02-143-63/+143
* Fix new warnings. Not sure if I should be declaring all the gadgets as Objec...Chris Young2010-02-133-268/+286
* Proper download notification code, should also open the file if the notificat...Chris Young2010-02-134-19/+35
* Remove status bar checks which are now in the core.Chris Young2010-02-111-18/+14
* Notify on download completion using system-wide Ringhio notifications.Chris Young2010-01-252-3/+23
* Refactor main into the frontendsVincent Sanders2010-01-201-0/+7
* Use OS4.1 Update 1 launch-handler when available. Will fall back to OpenURL....Chris Young2010-01-165-18/+101