summaryrefslogtreecommitdiff
path: root/makefile
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2003-08-28 19:21:27 by bursa]James Bursa2003-08-281-1/+1
| | | | | | Start implementing download window. svn path=/import/netsurf/; revision=255
* [project @ 2003-08-26 22:37:32 by bursa]James Bursa2003-08-261-1/+1
| | | | | | Break out dialog related code from gui.c. svn path=/import/netsurf/; revision=251
* [project @ 2003-08-25 16:16:16 by bursa]James Bursa2003-08-251-0/+1
| | | | | | Link with ares. svn path=/import/netsurf/; revision=248
* [project @ 2003-08-21 21:39:07 by bursa]James Bursa2003-08-211-1/+1
| | | | | | Break out menu related code. svn path=/import/netsurf/; revision=245
* [project @ 2003-08-16 18:39:10 by bursa]James Bursa2003-08-161-1/+1
| | | | | | New portable messages module. svn path=/import/netsurf/; revision=244
* [project @ 2003-07-30 13:06:22 by jmb]John Mark Bell2003-07-301-1/+1
| | | | | | Add support for Acorn URI Protocol and URI files (Rob Jackson) svn path=/import/netsurf/; revision=242
* [project @ 2003-07-18 21:02:29 by bursa]James Bursa2003-07-181-1/+1
| | | | | | New GIF renderer using animlib (jmb). svn path=/import/netsurf/; revision=235
* [project @ 2003-07-14 22:57:45 by bursa]James Bursa2003-07-141-2/+2
| | | | | | Add content instances. svn path=/import/netsurf/; revision=216
* [project @ 2003-07-09 21:33:01 by bursa]James Bursa2003-07-091-3/+3
| | | | | | More work on <object> and plugins. svn path=/import/netsurf/; revision=213
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-1/+5
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-24 23:32:39 by bursa]James Bursa2003-06-241-3/+3
| | | | | | SSL support. svn path=/import/netsurf/; revision=185
* [project @ 2003-06-24 23:22:00 by bursa]James Bursa2003-06-241-2/+4
| | | | | | Change cache to use current content sizes. svn path=/import/netsurf/; revision=183
* [project @ 2003-06-21 13:18:00 by bursa]James Bursa2003-06-211-10/+30
| | | | | | Add debug command line build. svn path=/import/netsurf/; revision=181
* [project @ 2003-06-17 19:24:20 by bursa]James Bursa2003-06-171-2/+2
| | | | | | Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180
* [project @ 2003-06-05 14:39:54 by bursa]James Bursa2003-06-051-24/+30
| | | | | | Undo accidental commit. svn path=/import/netsurf/; revision=165
* [project @ 2003-06-05 14:33:18 by philpem]Philip Pemberton2003-06-051-30/+24
| | | | | | Added test GIF svn path=/import/netsurf/; revision=164
* [project @ 2003-06-05 14:01:37 by bursa]James Bursa2003-06-051-2/+2
| | | | | | Add gif.o to makefile. svn path=/import/netsurf/; revision=162
* [project @ 2003-06-05 13:17:55 by philpem]Philip Pemberton2003-06-051-1/+2
| | | | | | Added GIF decode support svn path=/import/netsurf/; revision=160
* [project @ 2003-06-05 11:03:20 by bursa]James Bursa2003-06-051-2/+2
| | | | | | Rebuild zip if docs change. svn path=/import/netsurf/; revision=159
* [project @ 2003-06-04 22:12:32 by bursa]James Bursa2003-06-041-5/+4
| | | | | | Generate documentation. svn path=/import/netsurf/; revision=155
* [project @ 2003-06-04 21:59:01 by jmb]John Mark Bell2003-06-041-1/+12
| | | | | | Import User Documentation svn path=/import/netsurf/; revision=154
* [project @ 2003-06-01 23:44:38 by jmb]John Mark Bell2003-06-011-2/+2
| | | | | | Make it build svn path=/import/netsurf/; revision=149
* [project @ 2003-06-01 23:02:56 by monkeyson]Phil Mellor2003-06-011-2/+2
| | | | | | Configuration windows added. HTTP Proxy support (untested). svn path=/import/netsurf/; revision=145
* [project @ 2003-05-31 21:19:12 by bursa]James Bursa2003-05-311-4/+3
| | | | | | Fix makefile rebuilding. svn path=/import/netsurf/; revision=140
* [project @ 2003-05-31 19:01:43 by jmb]John Mark Bell2003-05-311-48/+2
| | | | | | Fix makefile after duff checkin svn path=/import/netsurf/; revision=139
* [project @ 2003-05-31 18:50:28 by jmb]John Mark Bell2003-05-311-1/+47
| | | | | | Begin support for <OBJECT>, <EMBED> and <APPLET> tags. NB: this doesn't work yet svn path=/import/netsurf/; revision=138
* [project @ 2003-05-31 18:40:46 by bursa]James Bursa2003-05-311-66/+45
| | | | | | New makefile with proper dependency handling. svn path=/import/netsurf/; revision=136
* [project @ 2003-05-23 11:08:17 by bursa]James Bursa2003-05-231-2/+2
| | | | | | Link with 32-bit OSLib. svn path=/import/netsurf/; revision=131
* [project @ 2003-05-10 11:13:34 by bursa]James Bursa2003-05-101-3/+7
| | | | | | Partial PNG support. svn path=/import/netsurf/; revision=129
* [project @ 2003-04-11 21:06:51 by bursa]James Bursa2003-04-111-3/+2
| | | | | | Memory usage and CSS fixes. svn path=/import/netsurf/; revision=122
* [project @ 2003-04-06 18:09:34 by bursa]James Bursa2003-04-061-2/+2
| | | | | | @import, more status messages. svn path=/import/netsurf/; revision=116
* [project @ 2003-04-04 15:19:31 by bursa]James Bursa2003-04-041-13/+25
| | | | | | New CSS parser. svn path=/import/netsurf/; revision=112
* [project @ 2003-03-15 15:53:20 by bursa]James Bursa2003-03-151-2/+2
| | | | | | MIME types for local files, new test files. svn path=/import/netsurf/; revision=107
* [project @ 2003-02-25 21:00:27 by bursa]James Bursa2003-02-251-2/+3
| | | | | | Bug fixes, experimental JPEG support. svn path=/import/netsurf/; revision=100
* [project @ 2003-02-09 12:58:14 by bursa]James Bursa2003-02-091-18/+28
| | | | | | Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96
* [project @ 2003-01-02 13:13:27 by bursa]James Bursa2003-01-021-3/+4
| | | | | | Fix rebuilding bug. svn path=/import/netsurf/; revision=80
* [project @ 2002-12-30 14:33:49 by bursa]James Bursa2002-12-301-3/+3
| | | | | | Changes for auto building. svn path=/import/netsurf/; revision=74
* [project @ 2002-12-30 14:30:20 by bursa]James Bursa2002-12-301-20/+24
| | | | | | Changes for auto building. svn path=/import/netsurf/; revision=73
* [project @ 2002-11-02 22:28:05 by bursa]James Bursa2002-11-021-4/+7
| | | | | | Memory cache. svn path=/import/netsurf/; revision=47
* [project @ 2002-10-15 11:09:56 by bursa]James Bursa2002-10-151-2/+2
| | | | | | Add application directory. svn path=/import/netsurf/; revision=46
* [project @ 2002-10-15 10:41:12 by monkeyson]Phil Mellor2002-10-151-2/+4
| | | | | | GUI: menus, toolbar, adjustable window width. svn path=/import/netsurf/; revision=44