summaryrefslogtreecommitdiff
path: root/makefile
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2003-12-26 00:17:55 by bursa]James Bursa2003-12-261-2/+3
| | | | | | New url_join using liburi, <base href=...>. svn path=/import/netsurf/; revision=441
* [project @ 2003-12-19 17:11:07 by bursa]James Bursa2003-12-191-1/+2
| | | | | | Add netsurf_version string. svn path=/import/netsurf/; revision=435
* [project @ 2003-11-15 00:26:41 by bursa]James Bursa2003-11-151-1/+1
| | | | | | New history window. svn path=/import/netsurf/; revision=418
* [project @ 2003-11-12 22:22:45 by jmb]John Mark Bell2003-11-121-2/+3
| | | | | | | Begin frames support. Just data structure handling for now. None of this code is called atm. svn path=/import/netsurf/; revision=416
* [project @ 2003-11-07 23:51:13 by bursa]James Bursa2003-11-071-1/+1
| | | | | | Split out window.c, implement DataOpen and tidy up gui code. svn path=/import/netsurf/; revision=408
* [project @ 2003-10-31 15:18:36 by bursa]James Bursa2003-10-311-16/+5
| | | | | | Updated makefile to use -lxxx syntax for libraries. svn path=/import/netsurf/; revision=396
* [project @ 2003-10-25 19:20:13 by jmb]John Mark Bell2003-10-251-1/+1
| | | | | | | HTTP Auth login improved (greatly). Addresses all three issues in the previous version. svn path=/import/netsurf/; revision=382
* [project @ 2003-10-25 00:35:49 by bursa]James Bursa2003-10-251-1/+1
| | | | | | Split out and clean up form submit code. svn path=/import/netsurf/; revision=374
* [project @ 2003-10-23 00:19:04 by jmb]John Mark Bell2003-10-231-1/+2
| | | | | | Add 401login.o to targets svn path=/import/netsurf/; revision=373
* [project @ 2003-10-01 00:26:42 by jmb]John Mark Bell2003-10-011-1/+1
| | | | | | Split text selection related code from riscos/gui.c svn path=/import/netsurf/; revision=338
* [project @ 2003-09-30 23:30:36 by jmb]John Mark Bell2003-09-301-2/+4
| | | | | | Split mouseactions code from gui.c svn path=/import/netsurf/; revision=337
* [project @ 2003-09-24 21:12:40 by bursa]James Bursa2003-09-241-1/+2
| | | | | | Use ImageFileConvert if available to render PNGs (using IFCLib). svn path=/import/netsurf/; revision=313
* [project @ 2003-09-16 20:02:55 by jmb]John Mark Bell2003-09-161-1/+1
| | | | | | Add dynamically created About page. Accessed via about: svn path=/import/netsurf/; revision=294
* [project @ 2003-09-10 22:27:15 by jmb]John Mark Bell2003-09-101-1/+1
| | | | | | Add support for Draw and Sprite files svn path=/import/netsurf/; revision=281
* [project @ 2003-09-08 22:46:20 by bursa]James Bursa2003-09-081-1/+1
| | | | | | Split out html_redraw(). svn path=/import/netsurf/; revision=271