summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-177-1399/+298
| | | | svn path=/trunk/netsurf/; revision=9729
* Allow hiding of Docky icon by setting hide_docky_icon:1Chris Young2009-12-131-1/+4
| | | | | | | (bit of a workaround involved as REGAPP_NoIcon doesn't appear to check the tag value) svn path=/trunk/netsurf/; revision=9725
* Added keyboard navigation of tabs, using Alt+Left/RightChris Young2009-12-131-0/+38
| | | | svn path=/trunk/netsurf/; revision=9724
* Fix some potential issues with lists not being freed properlyChris Young2009-11-153-9/+11
| | | | svn path=/trunk/netsurf/; revision=9677
* Missing breakChris Young2009-11-041-0/+1
| | | | svn path=/trunk/netsurf/; revision=9662
* Added F5 for reload, purely because I'm getting fed up of people asking for it.Chris Young2009-11-041-0/+9
| | | | svn path=/trunk/netsurf/; revision=9661
* PageUp/Down, Home/End etc page scrolling now working.Chris Young2009-11-032-1/+91
| | | | | | | | | | Most menu shortcuts now available even when the pointer is hovering over the browser window (menu disabled mode) RAmiga-R (reload page) and RAmiga-U (activate URL bar) available from keyboard shortcuts but not from the menu. This fixes unsat bug #81 svn path=/trunk/netsurf/; revision=9660
* Basic keyboard scrollingChris Young2009-11-021-3/+38
| | | | svn path=/trunk/netsurf/; revision=9658
* New key handling code borrowed from the treeview branch.Chris Young2009-11-021-114/+117
| | | | svn path=/trunk/netsurf/; revision=9657
* Support file://(/)localhost/ as well as file://(/)Chris Young2009-11-011-16/+13
| | | | | | | | | As NetSurf insists on adding a third slash after file://, it is not possible to open any local files which are in subdirectory "localhost" of the current directory. Workaround is to type the "localhost" part in something other than fully lowercase. In practice it is incredibly unlikely that even the workaround will need to be used. svn path=/trunk/netsurf/; revision=9656
* Amiga print UIChris Young2009-11-016-7/+338
| | | | svn path=/trunk/netsurf/; revision=9655
* Fix odd missing charsChris Young2009-10-241-2/+2
| | | | svn path=/trunk/netsurf/; revision=9654
* Add a note on how to obtain the sources.Chris Young2009-10-212-0/+8
| | | | svn path=/trunk/netsurf/; revision=9651
* Revert previous change, causing instability.Chris Young2009-10-162-3/+3
| | | | svn path=/trunk/netsurf/; revision=9649
* Fix-up the timer.device scheduler and reinstate it as default. ↵Chris Young2009-10-153-12/+13
| | | | | | | | | Unfortunately this doesn't remove the need for INTUITICKS messages as we still need to break out for page reflow (which doesn't use the scheduler), but it should make animations more accurate. svn path=/trunk/netsurf/; revision=9648
* Fix download progress title corruptionChris Young2009-10-152-1/+4
| | | | svn path=/trunk/netsurf/; revision=9647
* Implement the ability to stay in memory if all windows are closed. This and ↵Chris Young2009-10-032-10/+22
| | | | | | | | no window on startup can be used together to make NetSurf "quick launch" and always available. svn path=/trunk/netsurf/; revision=9603
* Add options for "no quit on last window close" (disabled - not implemented) andChris Young2009-09-293-31/+66
| | | | | | "no window on startup" svn path=/trunk/netsurf/; revision=9601
* Added application.library messages New Doc and Open Doc.Chris Young2009-09-283-36/+98
| | | | | | | | | | | Added option_startup_no_window to allow NetSurf to be opened without an initial browser window (unless a URL is specified on the command line or by extended selection) Provision for option_close_no_quit for NetSurf to stay in memory when all browser windows are closed (not implemented yet) svn path=/trunk/netsurf/; revision=9600
* Register with application.library.Chris Young2009-09-281-5/+70
| | | | | | | | | Icon appears on AmiDock - ToFront, Open Prefs and (Force) Quit commands work. Open (and maybe Print) Document could potentially be added. Not sure if AppIcon-style drag'n'drop works with application.library-registered apps by default (once Open supported). svn path=/trunk/netsurf/; revision=9599
* fix text cursor positioning some moreChris Young2009-09-231-5/+5
| | | | svn path=/trunk/netsurf/; revision=9597