summaryrefslogtreecommitdiff
path: root/riscos/debugwin.c
Commit message (Collapse)AuthorAgeFilesLines
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-6/+6
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Improved tracking of memory usage. c->size is now exclusive of talloc size, ↵James Bursa2006-12-031-7/+11
| | | | | | and the two are added to find the full size. svn path=/trunk/netsurf/; revision=3103
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Add basic cookie viewer, make trees use textarea components for UTF8 ↵Richard Wilson2006-07-131-0/+1
| | | | | | editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739
* [project @ 2005-12-31 04:40:48 by rjw]Richard Wilson2005-12-311-3/+10
| | | | | | Use new wimp_event system. svn path=/import/netsurf/; revision=1916
* [project @ 2004-08-13 16:59:42 by jmb]John Mark Bell2004-08-131-6/+6
| | | | | | Improve column spacing svn path=/import/netsurf/; revision=1223
* [project @ 2004-08-08 11:39:31 by joty]John Tytgat2004-08-081-0/+2
| | | | | | | Explicit #include of some header files to avoid Norcroft depth 8 limitation when using UnixLib version currently at CVS trunk. svn path=/import/netsurf/; revision=1193
* [project @ 2004-06-24 23:29:46 by bursa]James Bursa2004-06-241-0/+1
| | | | | | Scheduling fix. svn path=/import/netsurf/; revision=1004
* [project @ 2004-06-21 15:09:58 by bursa]James Bursa2004-06-211-6/+23
| | | | | | Merge memory cache into content module. svn path=/import/netsurf/; revision=986
* [project @ 2004-06-10 20:57:20 by bursa]James Bursa2004-06-101-0/+137
Implement debug window listing contents. svn path=/import/netsurf/; revision=952