summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* Lay out to correct paper width for printing.Steve Fryatt2010-05-021-3/+2
| | | | svn path=/trunk/netsurf/; revision=10542
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which ↵Daniel Silverstone2010-04-301-13/+2
| | | | | | *is* different, thereby eliminating the word 'myrealloc' from the NS codebase svn path=/trunk/netsurf/; revision=10530
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by ↵John Mark Bell2010-04-301-0/+5
| | | | | | | | the C standard (whereas realloc(NULL, size) --> malloc(size) is). Therefore, explicitly model the behaviour expected by our libraries (that realloc of 0 size is equivalent to free). svn path=/trunk/netsurf/; revision=10524
* The schedule_run function is only called by the frontends so remove it from ↵Vincent Sanders2010-04-281-0/+1
| | | | | | | | | the core header and add its definition to the frontend headers. Alter the framebuffer schedule_run to return the time untill the next event. svn path=/trunk/netsurf/; revision=10512
* Bump max memory cache size from 6.4MB to 64MB.Michael Drake2010-04-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=10506
* Squash warnings in RISC OS build.John Mark Bell2010-04-242-6/+9
| | | | | | Replace use of strnlen with strlen and max. svn path=/trunk/netsurf/; revision=10479
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-243-3/+0
| | | | | | strndup is not standard so provide an implementation. svn path=/trunk/netsurf/; revision=10474
* Fix bracket missmatch.Michael Drake2010-04-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=10421
* Fix file: handling on risc os, gtk, windows and framebuffer frontendsVincent Sanders2010-04-161-19/+34
| | | | svn path=/trunk/netsurf/; revision=10419
* Fix RISC OS buildJohn Mark Bell2010-04-152-24/+47
| | | | svn path=/trunk/netsurf/; revision=10405
* Fix double free of titleJohn Mark Bell2010-04-123-3/+0
| | | | svn path=/trunk/netsurf/; revision=10386
* I don't understand the full_redraw flag, or the optimisation gained from not ↵John Mark Bell2010-04-111-40/+24
| | | | | | | | using it. No frontend other than RISC OS ever used it, so stop the RO frontend using it, too. svn path=/trunk/netsurf/; revision=10380
* Implement draw_clone()John Mark Bell2010-04-111-0/+16
| | | | svn path=/trunk/netsurf/; revision=10379
* Port to hlcache-enabled coreJohn Mark Bell2010-04-111-31/+40
| | | | svn path=/trunk/netsurf/; revision=10377
* Take the easy way out wrt loading messages files: leave it to the RISC OS ↵John Mark Bell2010-04-111-4/+5
| | | | | | frontend to do this. svn path=/trunk/netsurf/; revision=10374
* Debug window is now black on white.Michael Drake2010-04-094-8/+8
| | | | svn path=/trunk/netsurf/; revision=10337
* Change rendering to use plotter functions. Purge loads of magic numbers. ↵Michael Drake2010-04-091-40/+285
| | | | | | Make the content table look prettier. Separate content table creation and rendering code from RISC OS front end code. The debug window can now trivially be moved to the core. Debug window still currently disabled as it does not work with new cache. svn path=/trunk/netsurf/; revision=10336
* Purge FETCH_TYPE which is unused throughout NetSurf. Clearing a todo in ↵Daniel Silverstone2010-04-081-1/+0
| | | | | | llcachec. svn path=/trunk/netsurf/; revision=10300
* More fixing for new cache.Michael Drake2010-04-071-25/+32
| | | | svn path=/trunk/netsurf/; revision=10292
* More fixing for new cache.Michael Drake2010-04-071-28/+44
| | | | svn path=/trunk/netsurf/; revision=10291
* More fixing for new cache.Michael Drake2010-04-071-32/+49
| | | | svn path=/trunk/netsurf/; revision=10290
* More fixing for new cache.Michael Drake2010-04-071-16/+18
| | | | svn path=/trunk/netsurf/; revision=10289
* More fixing for new cache.Michael Drake2010-04-071-10/+12
| | | | svn path=/trunk/netsurf/; revision=10288
* Start fixing for new cache.Michael Drake2010-04-071-2/+3
| | | | svn path=/trunk/netsurf/; revision=10286
* Fix for new cache.Michael Drake2010-04-071-3/+5
| | | | svn path=/trunk/netsurf/; revision=10285
* Fix for new cache.Michael Drake2010-04-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=10284
* Fix for new cache.Michael Drake2010-04-071-6/+7
| | | | svn path=/trunk/netsurf/; revision=10283
* Fix for new cache.Michael Drake2010-04-071-2/+3
| | | | svn path=/trunk/netsurf/; revision=10282
* Fix for new cache.Michael Drake2010-04-071-4/+5
| | | | svn path=/trunk/netsurf/; revision=10281
* Fix for new cache.Michael Drake2010-04-072-9/+11
| | | | svn path=/trunk/netsurf/; revision=10280
* Fix for new cache.Michael Drake2010-04-072-4/+4
| | | | svn path=/trunk/netsurf/; revision=10279
* Fix for new cache.Michael Drake2010-04-071-62/+81
| | | | svn path=/trunk/netsurf/; revision=10278
* hlcache_handle is typedeffed.Michael Drake2010-04-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=10276
* Fix for new cache.Michael Drake2010-04-071-23/+33
| | | | svn path=/trunk/netsurf/; revision=10275
* More new cache fixing.Michael Drake2010-04-071-9/+14
| | | | svn path=/trunk/netsurf/; revision=10274
* More new cache fixing.Michael Drake2010-04-071-2/+3
| | | | svn path=/trunk/netsurf/; revision=10273
* More new cache fixing.Michael Drake2010-04-071-108/+140
| | | | svn path=/trunk/netsurf/; revision=10272
* Fix page info for new cache.Michael Drake2010-04-071-3/+3
| | | | svn path=/trunk/netsurf/; revision=10270
* Start fixing for new cache.Michael Drake2010-04-071-19/+24
| | | | svn path=/trunk/netsurf/; revision=10268
* Fix hotlist for new cache.Michael Drake2010-04-071-8/+10
| | | | svn path=/trunk/netsurf/; revision=10267
* Make filename_from_path() compile.Michael Drake2010-04-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=10264
* Fix box dump for new cache.Michael Drake2010-04-072-4/+4
| | | | svn path=/trunk/netsurf/; revision=10263
* Don't dump box trees on crash, and fix view source for new cache.Michael Drake2010-04-072-14/+18
| | | | svn path=/trunk/netsurf/; revision=10262
* hlcache_handle is typedeffed.Michael Drake2010-04-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=10261
* Fix filetype.c.Michael Drake2010-04-072-5/+5
| | | | svn path=/trunk/netsurf/; revision=10260
* Port to new download APIJohn Mark Bell2010-04-051-30/+35
| | | | svn path=/trunk/netsurf/; revision=10250
* Apply ifdef. The first major casualty of new-cache.John Mark Bell2010-04-051-1/+9
| | | | svn path=/trunk/netsurf/; revision=10249
* Fix for hlcacheJohn Mark Bell2010-04-051-3/+5
| | | | svn path=/trunk/netsurf/; revision=10248
* Port to new content APIJohn Mark Bell2010-04-052-11/+23
| | | | svn path=/trunk/netsurf/; revision=10246
* Port to new content APIJohn Mark Bell2010-04-052-11/+28
| | | | svn path=/trunk/netsurf/; revision=10245