summaryrefslogtreecommitdiff
path: root/makefile
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-08-11 22:08:25 by bursa]James Bursa2004-08-111-1/+1
| | | | | | Remove content_add_instance(), content_remove_instance(), content_reshape_instance(). Add content_open(), content_close(). Implement for CONTENT_HTML. svn path=/import/netsurf/; revision=1213
* [project @ 2004-08-09 06:50:46 by jmb]John Mark Bell2004-08-091-1/+1
| | | | | | Update makefile for printing support svn path=/import/netsurf/; revision=1201
* [project @ 2004-08-05 20:32:00 by jmb]John Mark Bell2004-08-051-1/+1
| | | | | | Text search. Press F4 to access it svn path=/import/netsurf/; revision=1182
* [project @ 2004-07-28 23:12:49 by bursa]James Bursa2004-07-281-2/+2
| | | | | | Remove png.o from debug builds. svn path=/import/netsurf/; revision=1159
* [project @ 2004-07-25 20:45:15 by rjw]Richard Wilson2004-07-251-1/+1
| | | | | | Support for MNGs and JNGs. Bug fix for help token regression. Minor GUI fixes. svn path=/import/netsurf/; revision=1144
* [project @ 2004-07-22 12:12:21 by bursa]James Bursa2004-07-221-2/+2
| | | | | | Make the riscos_debug build compile again. svn path=/import/netsurf/; revision=1138
* [project @ 2004-07-20 11:29:06 by bursa]James Bursa2004-07-201-7/+25
| | | | | | New target for NCOS build. svn path=/import/netsurf/; revision=1125
* [project @ 2004-07-19 23:35:12 by rjw]Richard Wilson2004-07-191-1/+1
| | | | | | Double buffering for animations to remove flicker. Background font blending turned on by default. svn path=/import/netsurf/; revision=1121
* [project @ 2004-07-16 20:15:39 by jmb]John Mark Bell2004-07-161-2/+2
| | | | | | Alphabeticise object names svn path=/import/netsurf/; revision=1085
* [project @ 2004-07-16 19:47:02 by rjw]Richard Wilson2004-07-161-1/+1
| | | | | | Fix for hotlist menu selection. Interface for MNG/JNG display. svn path=/import/netsurf/; revision=1083
* [project @ 2004-07-05 20:19:51 by joty]John Tytgat2004-07-051-1/+1
| | | | | | Using UTF-8 instead of Latin1 encoding. svn path=/import/netsurf/; revision=1049
* [project @ 2004-06-29 23:13:40 by rjw]Richard Wilson2004-06-291-1/+1
| | | | | | Experimental hotlist code svn path=/import/netsurf/; revision=1030
* [project @ 2004-06-22 18:48:33 by bursa]James Bursa2004-06-221-2/+2
| | | | | | Experimental gtk interface. svn path=/import/netsurf/; revision=993
* [project @ 2004-06-21 15:25:35 by bursa]James Bursa2004-06-211-2/+2
| | | | | | Remove obsolete files and some dead code. svn path=/import/netsurf/; revision=988
* [project @ 2004-06-21 15:09:58 by bursa]James Bursa2004-06-211-3/+3
| | | | | | Merge memory cache into content module. svn path=/import/netsurf/; revision=986
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-101-7/+7
| | | | | | Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents. svn path=/import/netsurf/; revision=951
* [project @ 2004-06-09 20:20:10 by bursa]James Bursa2004-06-091-1/+1
| | | | | | Fix include depend problem. svn path=/import/netsurf/; revision=942
* [project @ 2004-06-02 22:08:33 by jmb]John Mark Bell2004-06-021-1/+1
| | | | | | Fixup CFLAGS_RISCOS to take include PLATFORM_CFLAGS_RISCOS svn path=/import/netsurf/; revision=927
* [project @ 2004-06-02 21:40:55 by bursa]James Bursa2004-06-021-61/+103
| | | | | | Add some comments and targets and clean up. svn path=/import/netsurf/; revision=924
* [project @ 2004-05-20 20:51:42 by matthewh]Matthew Hambley2004-05-201-19/+26
| | | | | | First round of bug fixes for new build structure svn path=/import/netsurf/; revision=873
* [project @ 2004-05-20 20:06:31 by matthewh]Matthew Hambley2004-05-201-15/+18
| | | | | | Introduced a new a amalgamated build system which should support both Posix and RiscOS developers svn path=/import/netsurf/; revision=870
* [project @ 2004-05-12 00:23:11 by bursa]James Bursa2004-05-121-1/+1
| | | | | | Add help.c. svn path=/import/netsurf/; revision=854
* [project @ 2004-05-04 22:21:37 by rjw]Richard Wilson2004-05-041-2/+2
| | | | | | Revised GUI. svn path=/import/netsurf/; revision=823
* [project @ 2004-05-01 17:48:38 by bursa]James Bursa2004-05-011-4/+4
| | | | | | CSS parsing improvements: new tokeniser using re2c, improve memory-exhaustion behaviour, plug leaks, reduce memory usage, clean up code, add source documention. svn path=/import/netsurf/; revision=806
* [project @ 2004-04-24 23:42:31 by bursa]James Bursa2004-04-241-2/+2
| | | | | | Replace void pointer in content callbacks with union content_msg_data. Fix animated gif flickering (except for scaled or masked gifs). Add gif to the debug builds. svn path=/import/netsurf/; revision=801
* [project @ 2004-04-14 12:54:20 by bursa]James Bursa2004-04-141-3/+3
| | | | | | Add loginlist to the debug build and schedule to the debugro build. svn path=/import/netsurf/; revision=783
* [project @ 2004-04-06 23:13:32 by rjw]Richard Wilson2004-04-061-1/+1
| | | | | | Added gifread.o svn path=/import/netsurf/; revision=733
* [project @ 2004-03-27 18:47:21 by bursa]James Bursa2004-03-271-2/+2
| | | | | | Add save_complete to the debug build. svn path=/import/netsurf/; revision=679
* [project @ 2004-03-27 00:53:19 by bursa]James Bursa2004-03-271-6/+8
| | | | | | Add imagemap and jpeg to the debug build. svn path=/import/netsurf/; revision=675
* [project @ 2004-03-26 22:16:31 by jmb]John Mark Bell2004-03-261-1/+1
| | | | | | Imagemap support svn path=/import/netsurf/; revision=671
* [project @ 2004-03-24 23:51:08 by jmb]John Mark Bell2004-03-241-1/+1
| | | | | | Text Export support. svn path=/import/netsurf/; revision=665
* [project @ 2004-03-21 12:46:56 by bursa]James Bursa2004-03-211-1/+1
| | | | | | Implement scheduled callbacks. svn path=/import/netsurf/; revision=640
* [project @ 2004-03-19 16:31:03 by bursa]James Bursa2004-03-191-1/+4
| | | | | | Add SSL-free build. svn path=/import/netsurf/; revision=633
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-111-2/+2
| | | | | | Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606
* [project @ 2004-03-06 12:34:47 by jmb]John Mark Bell2004-03-061-1/+2
| | | | | | Save Source support. svn path=/import/netsurf/; revision=588
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-021-4/+4
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578
* [project @ 2004-02-26 17:22:41 by bursa]James Bursa2004-02-261-1/+1
| | | | | | Remove -Wconversion. svn path=/import/netsurf/; revision=569
* [project @ 2004-02-26 00:44:42 by bursa]James Bursa2004-02-261-1/+1
| | | | | | Implement drag saving of drawfiles and clean up drag/drop/save code. svn path=/import/netsurf/; revision=568
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-251-1/+1
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2004-02-17 12:41:38 by jmb]John Mark Bell2004-02-171-1/+1
| | | | | | | Begin save complete support. Fix memory leak when using Select PNG renderer. (commented out lines can probably removed) svn path=/import/netsurf/; revision=556
* [project @ 2004-02-14 22:36:38 by bursa]James Bursa2004-02-141-1/+1
| | | | | | Add save_draw. svn path=/import/netsurf/; revision=542
* [project @ 2004-02-13 16:09:12 by bursa]James Bursa2004-02-131-4/+4
| | | | | | Clean up and rewrite options code. svn path=/import/netsurf/; revision=536
* [project @ 2004-01-25 20:13:51 by jmb]John Mark Bell2004-01-251-1/+1
| | | | | | | Add jpeglib 6b based rendering. Attempts to use the OS routines first as they're faster. svn path=/import/netsurf/; revision=503
* [project @ 2004-01-23 19:55:38 by bursa]James Bursa2004-01-231-10/+1
| | | | | | Remove generated documentation. svn path=/import/netsurf/; revision=497
* [project @ 2004-01-05 02:06:27 by jmb]John Mark Bell2004-01-051-3/+3
| | | | | | Add ,faf to themes documentation svn path=/import/netsurf/; revision=479
* [project @ 2004-01-02 12:01:23 by bursa]James Bursa2004-01-021-1/+13
| | | | | | Add debugro build and pool.o. svn path=/import/netsurf/; revision=475
* [project @ 2003-12-29 16:33:36 by jmb]John Mark Bell2003-12-291-1/+1
| | | | | | Fix typo in build objects svn path=/import/netsurf/; revision=466
* [project @ 2003-12-29 00:38:59 by bursa]James Bursa2003-12-291-1/+3
| | | | | | Transliterate Unicode to Latin1 using Markus Kuhn's transtab. svn path=/import/netsurf/; revision=465
* [project @ 2003-12-27 04:50:02 by jmb]John Mark Bell2003-12-271-1/+1
| | | | | | Add rudimentary ANT URL protocol support svn path=/import/netsurf/; revision=458
* [project @ 2003-12-26 22:12:39 by jmb]John Mark Bell2003-12-261-1/+1
| | | | | | | | Move constant global data into a new file. This makes things a bit tidier. Add help: and home: shortcut URLs. svn path=/import/netsurf/; revision=449