summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix character offset, which was one character left of where the user clicked ↵Chris Young2010-03-141-2/+3
| | | | | | | | even though the caret itself was placed in the correct location. svn path=/trunk/netsurf/; revision=10128
* Only draw search favicon on normal browser windowsChris Young2010-03-141-1/+2
| | | | svn path=/trunk/netsurf/; revision=10127
* Pass all unknown URLs to launch-handler/OpenURL.Chris Young2010-03-071-15/+12
| | | | | | | launch-handler in particular can be coerced into opening things like news: just by creating a new config file as ENVARC:launch-handler/URL/NEWS.LH svn path=/trunk/netsurf/; revision=10106
* Set file comment to URL *after* closing the file. This resolves the problem ↵Chris Young2010-03-061-3/+3
| | | | | | | | with the comment not being set on some filesystems. svn path=/trunk/netsurf/; revision=10105
* Fix compilationChris Young2010-02-221-3/+3
| | | | svn path=/trunk/netsurf/; revision=10074
* Attempt fix for OS4.0Chris Young2010-02-211-3/+7
| | | | svn path=/trunk/netsurf/; revision=10073
* Try to avoid the tab switching if closing a tab other than the current one ↵Chris Young2010-02-142-14/+23
| | | | | | | | | (doesn't seem to work, the act of clicking close must implicity switch to that tab) Remove extraneous Add Tab button layout group svn path=/trunk/netsurf/; revision=10058
* Sync button images with Windows versionChris Young2010-02-1416-5/+5
| | | | svn path=/trunk/netsurf/; revision=10057
* Add an Add Tab button.Chris Young2010-02-144-12/+65
| | | | | | | Could probably do with an image for this for the default theme (currently falls back to a textual "+") svn path=/trunk/netsurf/; revision=10053
* New window/tab now opens a blank window/tab rather than one showing the ↵Chris Young2010-02-142-8/+10
| | | | | | current URL svn path=/trunk/netsurf/; revision=10051
* Tidy up includesChris Young2010-02-141-66/+83
| | | | | | Add a separator bar between the toolbar and the main browser area/tabs svn path=/trunk/netsurf/; revision=10050
* Improved tabs for OS4.1u1:Chris Young2010-02-143-63/+143
| | | | | | | | | | | | | * Tabs now have a close gadget embedded * The tab bar only displays if there is more than one tab open * Changed the AISS theme "tab loading" image to something more appropriate Under OS4.0 the old tab close button and permanent tab bar still applies (needs testing as these changes may well have broken it) Users of OS4.1 prior to Update 1 will probably need to update! svn path=/trunk/netsurf/; revision=10045
* Fix new warnings. Not sure if I should be declaring all the gadgets as ↵Chris Young2010-02-133-268/+286
| | | | | | | | | Object *, but that is less casting than declaring them all as struct Gadget * - and allows the merging of object and gadget arrays, which were causing a few problems previously. svn path=/trunk/netsurf/; revision=10039
* Proper download notification code, should also open the file if the ↵Chris Young2010-02-134-19/+35
| | | | | | | | notification is double-clicked, although it doesn't seem to work. svn path=/trunk/netsurf/; revision=10037
* Remove status bar checks which are now in the core.Chris Young2010-02-111-18/+14
| | | | svn path=/trunk/netsurf/; revision=9969
* Notify on download completion using system-wide Ringhio notifications.Chris Young2010-01-252-3/+23
| | | | | | | | | - Uses ARexx currently due to includes for application.library v53 not having been released. - Shows a download complete message even if failed (but the user would already have seen a warning requester about that) svn path=/trunk/netsurf/; revision=9913
* Refactor main into the frontendsVincent Sanders2010-01-201-0/+7
| | | | | | remove unused embedded global svn path=/trunk/netsurf/; revision=9851
* Use OS4.1 Update 1 launch-handler when available. Will fall back to ↵Chris Young2010-01-165-18/+101
| | | | | | | | | OpenURL.library even if URL: is dismounted while NetSurf is running. Installation adds the lines to configure launch-handler to open URLs in NetSurf. svn path=/trunk/netsurf/; revision=9835
* Prevent crash if screen could not be opened and prefs are subsequently changed.Chris Young2010-01-151-4/+4
| | | | svn path=/trunk/netsurf/; revision=9810
* More helpful font open errorChris Young2010-01-151-1/+27
| | | | svn path=/trunk/netsurf/; revision=9809
* Prevent status bar text overflowChris Young2010-01-081-0/+10
| | | | svn path=/trunk/netsurf/; revision=9797
* Fix logicChris Young2010-01-081-1/+2
| | | | svn path=/trunk/netsurf/; revision=9796
* More useful build information, ditch SVN info if built with NDEBUG.Chris Young2010-01-081-5/+12
| | | | svn path=/trunk/netsurf/; revision=9795
* It helps to allocate enough memory for 40 LONGs, and that memory needs to be ↵Chris Young2009-12-231-4/+4
| | | | | | | | returned regardless as passing a NULL to chooser.gadget crashes it. svn path=/trunk/netsurf/; revision=9757
* Search and a couple of other new optionsChris Young2009-12-233-20/+137
| | | | svn path=/trunk/netsurf/; revision=9756
* Functional search bar; search icon doesn't refresh if the search area is resizedChris Young2009-12-222-1/+14
| | | | | | however. svn path=/trunk/netsurf/; revision=9755
* Non-functional search barChris Young2009-12-214-3/+88
| | | | svn path=/trunk/netsurf/; revision=9754
* Vertically centre the main row of toolbar gadgets as it looks much neater.Chris Young2009-12-201-0/+5
| | | | svn path=/trunk/netsurf/; revision=9752
* Files required for web searchChris Young2009-12-192-0/+2
| | | | svn path=/trunk/netsurf/; revision=9746
* Copy and update SearchEngines fileChris Young2009-12-191-1/+28
| | | | svn path=/trunk/netsurf/; revision=9745
* Save favicon as part of icon for save_complete drawers and PDFsChris Young2009-12-193-1/+92
| | | | svn path=/trunk/netsurf/; revision=9744
* Don't fail on non-HTML/CSS types - we just don't want an icon saving so is ↵Chris Young2009-12-191-1/+1
| | | | | | non-fatal. svn path=/trunk/netsurf/; revision=9743
* Make favicons work properly with tabsChris Young2009-12-192-18/+33
| | | | svn path=/trunk/netsurf/; revision=9742
* Preliminary favicon support - doesn't display properly due to endian issue inChris Young2009-12-192-0/+42
| | | | | | libnsbmp svn path=/trunk/netsurf/; revision=9740
* Simple web search implementationChris Young2009-12-182-4/+23
| | | | svn path=/trunk/netsurf/; revision=9735
* Fix compilationChris Young2009-12-181-4/+4
| | | | svn path=/trunk/netsurf/; revision=9734