summaryrefslogtreecommitdiff
path: root/makefile
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-09-03 22:44:47 by bursa]James Bursa2004-09-031-12/+14
| | | | | | Add generic bitmap functions. Move jpeg and mng code from riscos/ to image/ and update to use bitmap. Note: background tiling and drawfile export for jpeg and mng/png are broken. svn path=/import/netsurf/; revision=1265
* [project @ 2004-08-30 21:03:48 by rjw]Richard Wilson2004-08-301-1/+1
| | | | | | Reworking of themes and toolbars. svn path=/import/netsurf/; revision=1254
* [project @ 2004-08-23 16:02:19 by bursa]James Bursa2004-08-231-1/+1
| | | | | | Remove -Wbad-function-cast since it can't be satisfied together with Norcroft, and the warning seems useless. svn path=/import/netsurf/; revision=1247
* [project @ 2004-08-15 19:54:24 by jmb]John Mark Bell2004-08-151-1/+1
| | | | | | Make debug builds compile svn path=/import/netsurf/; revision=1239
* [project @ 2004-08-15 19:08:47 by jmb]John Mark Bell2004-08-151-3/+3
| | | | | | Makefile missed from previous checkin svn path=/import/netsurf/; revision=1235
* [project @ 2004-08-13 19:29:53 by jmb]John Mark Bell2004-08-131-2/+0
| | | | | | Remove spurious commands svn path=/import/netsurf/; revision=1224
* [project @ 2004-08-13 15:47:44 by jmb]John Mark Bell2004-08-131-4/+4
| | | | | | Revert last changes svn path=/import/netsurf/; revision=1222
* [project @ 2004-08-13 15:31:46 by jmb]John Mark Bell2004-08-131-3/+3
| | | | | | Helps if you prevent it breaking first svn path=/import/netsurf/; revision=1221
* [project @ 2004-08-13 15:27:17 by jmb]John Mark Bell2004-08-131-1/+1
| | | | | | Force make clean svn path=/import/netsurf/; revision=1220
* [project @ 2004-08-13 15:14:36 by jmb]John Mark Bell2004-08-131-0/+2
| | | | | | Poke some more svn path=/import/netsurf/; revision=1219
* [project @ 2004-08-13 14:36:28 by jmb]John Mark Bell2004-08-131-3/+3
| | | | | | Revert last change svn path=/import/netsurf/; revision=1218
* [project @ 2004-08-13 14:21:47 by jmb]John Mark Bell2004-08-131-3/+3
| | | | | | Poke autobuilder svn path=/import/netsurf/; revision=1217
* [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