summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Brand new windows should not be cloning an existing browser_window or they ↵Chris Young2011-03-012-4/+4
| | | | | | | | | pick up old local history. Brand new tabs should not either but that appears to be unavoidable at present. svn path=/trunk/netsurf/; revision=11872
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-012-14/+5
| | | | svn path=/trunk/netsurf/; revision=11870
* Limit context menu history items to 10Chris Young2011-02-282-0/+8
| | | | svn path=/trunk/netsurf/; revision=11868
* Don't plot 0 size bitmapsChris Young2011-02-281-0/+2
| | | | svn path=/trunk/netsurf/; revision=11867
* Add history context menu to the forward button tooChris Young2011-02-281-2/+38
| | | | svn path=/trunk/netsurf/; revision=11866
* Right-click back button now gives list of history items.Chris Young2011-02-281-7/+37
| | | | | | Probably needs tidying up - limiting number of entries etc svn path=/trunk/netsurf/; revision=11865
* Memory leakChris Young2011-02-281-0/+6
| | | | svn path=/trunk/netsurf/; revision=11864
* Avoid multiple duplicated menusChris Young2011-02-281-3/+10
| | | | | | Allow selection menu to appear over blank area of text boxes svn path=/trunk/netsurf/; revision=11862
* Allow context menus in arbitrary positions outside the browsing area.Chris Young2011-02-284-166/+226
| | | | | | | Add a Local History item to a new back button context menu, eventually this will give a recent history list. svn path=/trunk/netsurf/; revision=11858
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-271-1/+2
| | | | | | | * Make content handlers responsible for setting READY/DONE state & emitting events. * Stop content_convert doing this when there is a registered convert function for the content type. svn path=/trunk/netsurf/; revision=11850
* Stop mix'n'match p96/gfx.lib drawing, remove ami_clgChris Young2011-02-263-20/+9
| | | | svn path=/trunk/netsurf/; revision=11832
* Fix copying of iconChris Young2011-02-261-8/+5
| | | | svn path=/trunk/netsurf/; revision=11831
* Rename confusingly-named file; Remove about from unsupported protocols, as ↵Chris Young2011-02-264-3/+2
| | | | | | | | will never reach this code now. svn path=/trunk/netsurf/; revision=11829
* Less ridiculous time calculationChris Young2011-02-261-7/+4
| | | | svn path=/trunk/netsurf/; revision=11826
* Very basic resource selection (resource: simply points to PROGDIR:Resources)Chris Young2011-02-231-1/+6
| | | | svn path=/trunk/netsurf/; revision=11781
* Updates required to build with previous commitChris Young2011-02-232-10/+37
| | | | svn path=/trunk/netsurf/; revision=11780
* Disable fast scrolling for scaled contents for nowChris Young2011-02-231-8/+6
| | | | svn path=/trunk/netsurf/; revision=11779
* add resource handlingVincent Sanders2011-02-231-0/+6
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* Get filename from coreChris Young2011-02-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=11771
* Fix compilationChris Young2011-02-201-7/+10
| | | | svn path=/trunk/netsurf/; revision=11730
* Port Amiga front end to thumbnail_redraw().Michael Drake2011-02-201-13/+19
| | | | | | | | | Set maximum plot size for thumbnail. Don't redraw any more of the content than we need to. Set plot scale to thumbnail scale. Note: untested. svn path=/trunk/netsurf/; revision=11728
* Remove thumbnail_create() from browser.h. Make RO front end use the core ↵Michael Drake2011-02-191-0/+1
| | | | | | thumbnail_redraw function. Make other front ends include the right header for thumbnail_create(). svn path=/trunk/netsurf/; revision=11716
* Get one timer message per signal to allow other non-scheduled events to be ↵Chris Young2011-02-191-1/+1
| | | | | | | | actioned. This fixes a curious pause upon starting NetSurf. svn path=/trunk/netsurf/; revision=11713
* Move timer.device stuff to schedule.cChris Young2011-02-194-28/+38
| | | | svn path=/trunk/netsurf/; revision=11712
* Modify scheduler to use a binary heap (using libpbl).Chris Young2011-02-165-75/+84
| | | | | | | | | | | | | Scheduled events are now in event time order, so schedule_run simply takes the top event off the heap and runs it (if we're polling, rather than having received a signal that the next event is due to be run, we check first that we have passed the scheduled time). This should provide performance benefits as we are no longer trawling the entire list of scheduled events (potentially hundreds) every time an event is signalled or the schedule list is polled. svn path=/trunk/netsurf/; revision=11703
* New tabs should show the homepageChris Young2011-02-162-2/+2
| | | | svn path=/trunk/netsurf/; revision=11701
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-142-7/+8
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683
* ConstifyJohn Mark Bell2011-02-142-2/+2
| | | | svn path=/trunk/netsurf/; revision=11680
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-2/+2
| | | | svn path=/trunk/netsurf/; revision=11672
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-133-6/+11
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* Don't clear window before redraw or blit if the redraw didn't completeChris Young2011-02-131-12/+12
| | | | svn path=/trunk/netsurf/; revision=11669
* Fix clip parameters, plain text scrolling now worksChris Young2011-02-121-16/+2
| | | | svn path=/trunk/netsurf/; revision=11650
* port to new apiChris Young2011-02-121-18/+16
| | | | svn path=/trunk/netsurf/; revision=11649
* Port to browser_window_redraw()Chris Young2011-02-111-34/+27
| | | | | | | - Scrolling text contents only shows the initial screenful - Fast-scrolling HTML while scaled does not work properly (this is an old issue) svn path=/trunk/netsurf/; revision=11646
* Web search text selectionChris Young2011-02-092-12/+71
| | | | svn path=/trunk/netsurf/; revision=11638
* Fix some long-standing issues with events not getting captured, make sure theChris Young2011-02-092-46/+49
| | | | | | timer.device version of the scheduler is working and make it the default. svn path=/trunk/netsurf/; revision=11637
* Fix copying text/plain to clipboardJohn Mark Bell2011-02-091-1/+3
| | | | svn path=/trunk/netsurf/; revision=11636
* Fix colour setting. GetRGB32 seems to have been designed for some ↵Chris Young2011-01-301-6/+10
| | | | | | | | futuristic 96bpp display device. svn path=/trunk/netsurf/; revision=11554
* Kiosk mode now fills screen every timeChris Young2011-01-301-2/+2
| | | | svn path=/trunk/netsurf/; revision=11544
* Pick the CSS system colours from the pens in the screen DrawInfo table, and ↵Chris Young2011-01-302-0/+62
| | | | | | | | | force repicking them if the screen changes. Think these are right - some of the CSS descriptions are a bit ambiguous. svn path=/trunk/netsurf/; revision=11532
* add default system colour handlers to each frontendVincent Sanders2011-01-302-1/+285
| | | | svn path=/trunk/netsurf/; revision=11530
* Create a new FTP launch-handler as well.Chris Young2011-01-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=11466
* Make the tree icon dir a non-optionDaniel Silverstone2011-01-201-2/+2
| | | | svn path=/trunk/netsurf/; revision=11422
* Copy correct libxmlChris Young2011-01-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=11269
* Include OS3 support headerJohn Mark Bell2011-01-081-0/+1
| | | | svn path=/trunk/netsurf/; revision=11259
* Partially support 8-bit icons for superimposeChris Young2011-01-081-7/+49
| | | | | | Fix memory leak svn path=/trunk/netsurf/; revision=11255
* ami_superimpose_favicon isn't dependent on Amiga icon loaderChris Young2011-01-071-8/+2
| | | | svn path=/trunk/netsurf/; revision=11253
* #defines for icon.library v51Chris Young2011-01-071-0/+8
| | | | svn path=/trunk/netsurf/; revision=11252
* Use base type for gfxbaseChris Young2011-01-073-4/+7
| | | | svn path=/trunk/netsurf/; revision=11249
* Include OS3 support headerJohn Mark Bell2011-01-071-0/+3
| | | | | | Squash warning about implicit declaration of free() svn path=/trunk/netsurf/; revision=11238