summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* Squash warnings.John Mark Bell2009-03-271-6/+8
| | | | svn path=/trunk/netsurf/; revision=6917
* Squash warningJohn Mark Bell2009-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=6916
* Squash warningJohn Mark Bell2009-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=6915
* Squash warningJohn Mark Bell2009-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=6914
* Use byte instead of unsigned char.John Mark Bell2009-03-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=6913
* Squash warningsJohn Mark Bell2009-03-271-4/+6
| | | | svn path=/trunk/netsurf/; revision=6912
* Squash warningsJohn Mark Bell2009-03-271-3/+4
| | | | svn path=/trunk/netsurf/; revision=6911
* Squash warnings.John Mark Bell2009-03-271-3/+4
| | | | svn path=/trunk/netsurf/; revision=6910
* Squash warningJohn Mark Bell2009-03-271-1/+2
| | | | svn path=/trunk/netsurf/; revision=6909
* Squash warningsJohn Mark Bell2009-03-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=6908
* Squash warnings. Tidy code. Make last_sprite_found static and locally scoped.John Mark Bell2009-03-271-4/+3
| | | | svn path=/trunk/netsurf/; revision=6907
* Squash warningJohn Mark Bell2009-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=6906
* Squash warningJohn Mark Bell2009-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=6905
* Make RISC OS front end use r6827 functions.Michael Drake2009-03-231-13/+9
| | | | svn path=/trunk/netsurf/; revision=6828
* 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
* We don't need to reparse the document when saving complete -- the document ↵John Mark Bell2009-03-111-29/+11
| | | | | | | | persists for the lifetime of its content. Better still would be to perform the serialisation manually, so that we don't need to copy the document at all. svn path=/trunk/netsurf/; revision=6774
* Purge WITH_SEARCHJohn Mark Bell2009-02-224-10/+0
| | | | svn path=/trunk/netsurf/; revision=6604
* Purge WITH_URLJohn Mark Bell2009-02-223-13/+0
| | | | svn path=/trunk/netsurf/; revision=6603
* Purge WITH_URIJohn Mark Bell2009-02-223-11/+0
| | | | svn path=/trunk/netsurf/; revision=6602
* Purge WITH_PRINTJohn Mark Bell2009-02-225-22/+0
| | | | svn path=/trunk/netsurf/; revision=6601
* Purge WITH_AUTHJohn Mark Bell2009-02-223-8/+0
| | | | svn path=/trunk/netsurf/; revision=6600
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-225-12/+0
| | | | svn path=/trunk/netsurf/; revision=6599
* Divorce PDF export and printing.John Mark Bell2009-02-171-1/+4
| | | | | | At some point, the RISC OS printing code should be ported to the core page-based output engine. svn path=/trunk/netsurf/; revision=6544
* make schedule_run return if it has active jobs to scheduleVincent Sanders2009-02-111-1/+3
| | | | svn path=/trunk/netsurf/; revision=6447
* - Constify parameters of struct plotter_table::polygon and struct ↵John Tytgat2009-02-033-26/+23
| | | | | | | | | | | 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
* Fix object saveAdrian Lees2009-02-021-1/+2
| | | | svn path=/trunk/netsurf/; revision=6359
* Protect NS from DrawFiles it generatedAdrian Lees2009-02-021-4/+13
| | | | svn path=/trunk/netsurf/; revision=6358
* Appease tlsaAdrian Lees2009-02-022-8/+13
| | | | svn path=/trunk/netsurf/; revision=6356
* More commenting of what we do with clip rectangle.Michael Drake2009-02-021-0/+4
| | | | svn path=/trunk/netsurf/; revision=6353
* Selection menu and save/download tweaksAdrian Lees2009-02-023-28/+48
| | | | svn path=/trunk/netsurf/; revision=6349
* Document setting up of clip rectangle for NetSurf's core.Michael Drake2009-02-011-4/+13
| | | | svn path=/trunk/netsurf/; revision=6348
* Delete legacy code.Michael Drake2009-02-011-3/+1
| | | | svn path=/trunk/netsurf/; revision=6347
* Remove unnecessary casting.John Tytgat2009-02-011-8/+8
| | | | svn path=/trunk/netsurf/; revision=6332
* - C strings have always an implicit NUL character at the end, no need to ↵John Tytgat2009-02-018-14/+13
| | | | | | | | specify an extra one. - riscos/configure/con_theme.c: removed spurious code line. svn path=/trunk/netsurf/; revision=6331
* Next batch of menu changes; clarify some key pressesAdrian Lees2009-02-012-75/+93
| | | | svn path=/trunk/netsurf/; revision=6327
* When UnixLib 5 is used, use its API to do the coredumping. Define ↵John Tytgat2009-01-311-1/+11
| | | | | | | | UnixEnv$coredump (value needs to be a directory to where the coredump files can be written too) instead of NetSurf$CoreDump to enable this. svn path=/trunk/netsurf/; revision=6321
* RFix immediate menu-related problems; changes to followAdrian Lees2009-01-314-2/+48
| | | | svn path=/trunk/netsurf/; revision=6318
* Not my day :(Adrian Lees2009-01-301-49/+228
| | | | svn path=/trunk/netsurf/; revision=6298
* Selection- and link-related functions now on menu; other menu changes as per ↵Adrian Lees2009-01-304-34/+110
| | | | | | t's plan svn path=/trunk/netsurf/; revision=6296
* Updated URLs in default hotlistAdrian Lees2009-01-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=6011
* Assorted saving-related changes (WIP)Adrian Lees2009-01-108-85/+368
| | | | svn path=/trunk/netsurf/; revision=6010
* A few usability tweaksAdrian Lees2008-12-267-21/+102
| | | | svn path=/trunk/netsurf/; revision=5922
* Fix css_len2pt conversion from px and use it in the RO front end code.Michael Drake2008-12-161-2/+1
| | | | svn path=/trunk/netsurf/; revision=5914
* Build !Run at compile time. This ensures that the WimpSlot size is always ↵John Mark Bell2008-12-091-0/+112
| | | | | | correct. svn path=/trunk/netsurf/; revision=5889
* Fix for text export of certain pages, by jmb.Michael Drake2008-12-031-17/+17
| | | | svn path=/trunk/netsurf/; revision=5872
* 'unsigned long' -> 'colour' where it made sense.John Tytgat2008-09-284-6/+7
| | | | svn path=/trunk/netsurf/; revision=5459
* Remove include of an internal UnixLib header (which btw no longer exists in ↵John Tytgat2008-09-271-1/+1
| | | | | | gccsdk4) svn path=/trunk/netsurf/; revision=5444
* Fix some wrarnings.Michael Drake2008-09-161-11/+10
| | | | svn path=/trunk/netsurf/; revision=5359
* Fix some wrarnings.Michael Drake2008-09-161-1/+2
| | | | svn path=/trunk/netsurf/; revision=5357
* A bunch of fixes to the libpng bindingJohn Mark Bell2008-09-152-2/+6
| | | | svn path=/trunk/netsurf/; revision=5338