summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Port to new content APIJohn Mark Bell2010-04-052-12/+33
| | | | svn path=/trunk/netsurf/; revision=10244
* rationalise the usage of the file schemeVincent Sanders2010-03-311-5/+5
| | | | svn path=/trunk/netsurf/; revision=10221
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-291-17/+17
| | | | svn path=/trunk/netsurf/; revision=10205
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-291-15/+18
| | | | svn path=/trunk/netsurf/; revision=10202
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-282-6/+12
| | | | svn path=/trunk/netsurf/; revision=10180
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-211-0/+36
| | | | svn path=/trunk/netsurf/; revision=10139
* Only run the scheduler on null poll events.John Mark Bell2010-03-102-7/+41
| | | | | | | | | | | | | | | | Ensure the status bar widget treats its text as const. Fix erroneous free of status bar text in status bar widget destructor. The status bar text is now owned by the core. Schedule a callback to request a redraw from the Wimp when setting status bar text. The previous approach could lead to the Wimp having a long queue of redraw events to issue to us, thus preventing any other application being scheduled. The above changes are based on a patch from Rik Griffin. svn path=/trunk/netsurf/; revision=10126
* remove RISC OS status bar text cachingVincent Sanders2010-02-111-23/+2
| | | | svn path=/trunk/netsurf/; revision=9966
* Fix NULL ptr dereference in status bar rendering; formatting.Adrian Lees2010-01-242-25/+24
| | | | svn path=/trunk/netsurf/; revision=9883
* Refactor main into the frontendsVincent Sanders2010-01-201-0/+7
| | | | | | remove unused embedded global svn path=/trunk/netsurf/; revision=9851