summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Access Resources relative to program directory rather than current directory.Chris Young2009-03-174-77/+77
| | | | svn path=/trunk/netsurf/; revision=6795
* Fix crash in GETURLChris Young2009-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=6794
* Remember the scroll position in the history, so that it's maintained when ↵John Mark Bell2009-03-171-1/+1
| | | | | | going back. (credit: Paweł Blokus) svn path=/trunk/netsurf/; revision=6793
* Fix clicking on history items beyone the first pageChris Young2009-03-151-13/+10
| | | | svn path=/trunk/netsurf/; revision=6789
* Close history and search windows when associated browser window closes.Chris Young2009-03-151-3/+10
| | | | svn path=/trunk/netsurf/; revision=6786
* Fix warningsChris Young2009-03-155-22/+40
| | | | | | Fall back to default theme if specified one can't be found svn path=/trunk/netsurf/; revision=6785
* Stop browser resizes from crashing.Chris Young2009-03-141-4/+14
| | | | | | | | | I really don't like using Forbid() and Permit() but the lock-up seems to be caused by the window continuing the resize while the reformat is taking place and this appears to be the only way to stop it. Resizes are relatively rare so shouldn't cause problems. svn path=/trunk/netsurf/; revision=6784
* More shared objectsChris Young2009-03-142-2/+2
| | | | svn path=/trunk/netsurf/; revision=6783
* Use Copystore to copy SObjs when install triggered by AmiUpdateChris Young2009-03-141-14/+30
| | | | svn path=/trunk/netsurf/; revision=6782
* Minor fixesChris Young2009-03-142-6/+6
| | | | svn path=/trunk/netsurf/; revision=6781
* more shared objectsChris Young2009-03-112-2/+2
| | | | svn path=/trunk/netsurf/; revision=6778
* Remove gap between the tab close gadget and the first tabChris Young2009-03-111-0/+1
| | | | svn path=/trunk/netsurf/; revision=6776
* Copy a couple more required shared objects.Chris Young2009-03-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=6775
* Fix scroll position for new pages/tabsChris Young2009-03-091-3/+6
| | | | svn path=/trunk/netsurf/; revision=6744
* Stop NetSurf jumping back to the top of the document when scrolling before ↵Chris Young2009-03-081-2/+0
| | | | | | | | the page has finished loading. svn path=/trunk/netsurf/; revision=6742
* Add ability to render part of a local history window.Chris Young2009-03-082-11/+99
| | | | | | | | | | This is achieved through new function history_redraw_rectangle. It takes the co-ordinates of the history area to plot as parameters 2-5 and the co-ordinates of the top-left position to draw this area as params 6,7 Added local history scrolling to Amiga port using the above function. svn path=/trunk/netsurf/; revision=6740
* Implement thumbnail creationChris Young2009-03-083-8/+66
| | | | svn path=/trunk/netsurf/; revision=6736
* Fix compilation errorsChris Young2009-03-081-2/+0
| | | | svn path=/trunk/netsurf/; revision=6735
* Mostly-working local history windowChris Young2009-03-084-49/+89
| | | | svn path=/trunk/netsurf/; revision=6733
* Stop local history from crashing, display mostly works (no thumbnails and ↵Chris Young2009-03-086-22/+139
| | | | | | | | offset wrong to window), no event handling other than closing the window. svn path=/trunk/netsurf/; revision=6730
* Clear clip regions after rendering finished.Chris Young2009-03-071-0/+12
| | | | svn path=/trunk/netsurf/; revision=6728
* Start of local history window in Amiga build; doesn't work yetChris Young2009-03-073-9/+147
| | | | svn path=/trunk/netsurf/; revision=6727
* Stop OS4.1 losing alpha channels when scaling imagesChris Young2009-03-051-1/+4
| | | | svn path=/trunk/netsurf/; revision=6720
* Stop images disappearing when they are half-way off the screen.Chris Young2009-02-251-2/+1
| | | | svn path=/trunk/netsurf/; revision=6621
* Fix memory leak and make freeing bitmaps that might be cached a little safer.Chris Young2009-02-251-6/+6
| | | | svn path=/trunk/netsurf/; revision=6620
* Move native bitmap creation/caching routine into bitmap.cChris Young2009-02-253-240/+112
| | | | svn path=/trunk/netsurf/; revision=6619
* Force AmiUpdate to pick the part-Cairo version on OS4.1, as it hasn't seen ↵Chris Young2009-02-251-3/+4
| | | | | | | | | any release yet and I'd rather people made a conscious decision to use the static one rather than the update picking it because updating a Cairo version is impossible. svn path=/trunk/netsurf/; revision=6618
* The native bitmap caching was eating memory, this should be correct now.Chris Young2009-02-251-13/+20
| | | | svn path=/trunk/netsurf/; revision=6616
* Optimise tile plotterChris Young2009-02-241-26/+82
| | | | svn path=/trunk/netsurf/; revision=6615
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-222-4/+0
| | | | svn path=/trunk/netsurf/; revision=6599
* Tidy-up and clarificationsChris Young2009-02-221-41/+47
| | | | svn path=/trunk/netsurf/; revision=6596
* File should be named "NetSurf" in all circumstances.Chris Young2009-02-211-0/+1
| | | | svn path=/trunk/netsurf/; revision=6593
* Oops. Fixed this in the wrong file, so got missed from previous commit.Chris Young2009-02-211-1/+1
| | | | svn path=/trunk/netsurf/; revision=6592
* Fix some things which didn't work correctly when installing over an existing ↵Chris Young2009-02-211-16/+5
| | | | | | install svn path=/trunk/netsurf/; revision=6591
* Show which build we are using, modify install script to give an option of ↵Chris Young2009-02-213-14/+219
| | | | | | | | | which build needs to be installed, and do date-compare when copying shared objects if they have no version string. svn path=/trunk/netsurf/; revision=6590
* Don't show the option for AISS theme is AISS is not installedChris Young2009-02-211-6/+12
| | | | svn path=/trunk/netsurf/; revision=6588
* Remove default theme's dependency on AISSChris Young2009-02-1820-25/+48
| | | | svn path=/trunk/netsurf/; revision=6567
* Destroy bitmap if thumbnailing fails.John Mark Bell2009-02-181-0/+1
| | | | | | Make amiga port's thumbnail_create() actually return something svn path=/trunk/netsurf/; revision=6560
* Port our UTF-8 routines to parserutils (only enabled when building against ↵John Mark Bell2009-02-171-6/+4
| | | | | | | | | Hubbub). Sync our temporary internal copies of these functions with parserutils (which is rather better tested and fixes a number of known bugs in NetSurf's previous UTF-8 handling). Ideally, this will be the only place in NetSurf that has any dependency on parserutils, so port the amiga font code to our internal APIs. svn path=/trunk/netsurf/; revision=6550
* Divorce PDF export and printing.John Mark Bell2009-02-171-1/+3
| | | | | | At some point, the RISC OS printing code should be ported to the core page-based output engine. svn path=/trunk/netsurf/; revision=6544
* Fix a bug where public screens would remain open if NetSurf was the last visitorChris Young2009-02-141-0/+5
| | | | | | window to close. svn path=/trunk/netsurf/; revision=6485
* make schedule_run return if it has active jobs to scheduleVincent Sanders2009-02-111-2/+4
| | | | svn path=/trunk/netsurf/; revision=6447
* Don't bother trying to render things that are completely off the screenChris Young2009-02-101-0/+3
| | | | svn path=/trunk/netsurf/; revision=6412
* Fix assert when there is no hotlist fileChris Young2009-02-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=6398
* Fix animated GIF displayChris Young2009-02-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=6397
* Really stop overwriting window borders (also fix fast scrolling down, and ↵Chris Young2009-02-071-14/+27
| | | | | | | | break fast scrolling up) svn path=/trunk/netsurf/; revision=6394
* Enable/disable caching of native bitmaps in gfx board memChris Young2009-02-073-13/+43
| | | | svn path=/trunk/netsurf/; revision=6393
* Some attempt at faster scrolling - can be enabled with option faster_scroll:1Chris Young2009-02-052-29/+28
| | | | svn path=/trunk/netsurf/; revision=6364
* Try to stop rendering of things that can't be seenChris Young2009-02-041-4/+22
| | | | svn path=/trunk/netsurf/; revision=6362
* - Constify parameters of struct plotter_table::polygon and struct ↵John Tytgat2009-02-032-6/+6
| | | | | | | | | | | plotter_table::path - riscos/save_draw.c(ro_save_draw_plotters): Make it static. - desktop/save_pdf/pdf_plotters.c(pdf_plot_path): fix broken implementation (coordinates path were wrong, no clip/text mode update, transformation matrix was overwritten); only update fill and/or stroke color when fill and/or stroke is done. (pdf_begin): disable compression when PDF_DEBUG is set svn path=/trunk/netsurf/; revision=6361