Commit Graph

69 Commits

Author SHA1 Message Date
James Bursa 9cf82c7fc4 [project @ 2004-01-23 19:55:38 by bursa]
Remove generated documentation.

svn path=/import/netsurf/; revision=497
2004-01-23 19:55:38 +00:00
John Mark Bell 91e767cdfa [project @ 2004-01-05 02:06:27 by jmb]
Add ,faf to themes documentation

svn path=/import/netsurf/; revision=479
2004-01-05 02:06:27 +00:00
James Bursa 0aa8982860 [project @ 2004-01-02 12:01:23 by bursa]
Add debugro build and pool.o.

svn path=/import/netsurf/; revision=475
2004-01-02 12:01:23 +00:00
John Mark Bell d344cb486e [project @ 2003-12-29 16:33:36 by jmb]
Fix typo in build objects

svn path=/import/netsurf/; revision=466
2003-12-29 16:33:36 +00:00
James Bursa 4fcbc23c1c [project @ 2003-12-29 00:38:59 by bursa]
Transliterate Unicode to Latin1 using Markus Kuhn's transtab.

svn path=/import/netsurf/; revision=465
2003-12-29 00:38:59 +00:00
John Mark Bell fe1e4efac2 [project @ 2003-12-27 04:50:02 by jmb]
Add rudimentary ANT URL protocol support

svn path=/import/netsurf/; revision=458
2003-12-27 04:50:02 +00:00
John Mark Bell 93dfe6dfe8 [project @ 2003-12-26 22:12:39 by jmb]
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
2003-12-26 22:12:39 +00:00
James Bursa f1b59814f8 [project @ 2003-12-26 00:17:55 by bursa]
New url_join using liburi, <base href=...>.

svn path=/import/netsurf/; revision=441
2003-12-26 00:17:55 +00:00
James Bursa 4c80a24364 [project @ 2003-12-19 17:11:07 by bursa]
Add netsurf_version string.

svn path=/import/netsurf/; revision=435
2003-12-19 17:11:07 +00:00
James Bursa 64941a66d2 [project @ 2003-11-15 00:26:41 by bursa]
New history window.

svn path=/import/netsurf/; revision=418
2003-11-15 00:26:42 +00:00
John Mark Bell 01d735dab8 [project @ 2003-11-12 22:22:45 by jmb]
Begin frames support. Just data structure handling for now. None of this
code is called atm.

svn path=/import/netsurf/; revision=416
2003-11-12 22:22:45 +00:00
James Bursa b055948973 [project @ 2003-11-07 23:51:13 by bursa]
Split out window.c, implement DataOpen and tidy up gui code.

svn path=/import/netsurf/; revision=408
2003-11-07 23:51:13 +00:00
James Bursa 1315433449 [project @ 2003-10-31 15:18:36 by bursa]
Updated makefile to use -lxxx syntax for libraries.

svn path=/import/netsurf/; revision=396
2003-10-31 15:18:36 +00:00
John Mark Bell c9e188a4d1 [project @ 2003-10-25 19:20:13 by jmb]
HTTP Auth login improved (greatly).
Addresses all three issues in the previous version.

svn path=/import/netsurf/; revision=382
2003-10-25 19:20:13 +00:00
James Bursa f1375fe19d [project @ 2003-10-25 00:35:49 by bursa]
Split out and clean up form submit code.

svn path=/import/netsurf/; revision=374
2003-10-25 00:35:49 +00:00
John Mark Bell 099d537267 [project @ 2003-10-23 00:19:04 by jmb]
Add 401login.o to targets

svn path=/import/netsurf/; revision=373
2003-10-23 00:19:04 +00:00
John Mark Bell c67ffb2b39 [project @ 2003-10-01 00:26:42 by jmb]
Split text selection related code from riscos/gui.c

svn path=/import/netsurf/; revision=338
2003-10-01 00:26:42 +00:00
John Mark Bell 563b8f6335 [project @ 2003-09-30 23:30:36 by jmb]
Split mouseactions code from gui.c

svn path=/import/netsurf/; revision=337
2003-09-30 23:30:36 +00:00
James Bursa c6626887b0 [project @ 2003-09-24 21:12:40 by bursa]
Use ImageFileConvert if available to render PNGs (using IFCLib).

svn path=/import/netsurf/; revision=313
2003-09-24 21:12:40 +00:00
John Mark Bell f4e447871b [project @ 2003-09-16 20:02:55 by jmb]
Add dynamically created About page. Accessed via about:

svn path=/import/netsurf/; revision=294
2003-09-16 20:02:55 +00:00
John Mark Bell b858507d90 [project @ 2003-09-10 22:27:15 by jmb]
Add support for Draw and Sprite files

svn path=/import/netsurf/; revision=281
2003-09-10 22:27:15 +00:00
James Bursa 74b71f8295 [project @ 2003-09-08 22:46:20 by bursa]
Split out html_redraw().

svn path=/import/netsurf/; revision=271
2003-09-08 22:46:20 +00:00
James Bursa cef8c477c3 [project @ 2003-08-28 19:21:27 by bursa]
Start implementing download window.

svn path=/import/netsurf/; revision=255
2003-08-28 19:21:27 +00:00
James Bursa fd5b6d0c80 [project @ 2003-08-26 22:37:32 by bursa]
Break out dialog related code from gui.c.

svn path=/import/netsurf/; revision=251
2003-08-26 22:37:32 +00:00
James Bursa a90f94953d [project @ 2003-08-25 16:16:16 by bursa]
Link with ares.

svn path=/import/netsurf/; revision=248
2003-08-25 16:16:16 +00:00
James Bursa dfbe3c84f1 [project @ 2003-08-21 21:39:07 by bursa]
Break out menu related code.

svn path=/import/netsurf/; revision=245
2003-08-21 21:39:07 +00:00
James Bursa 15d57a6634 [project @ 2003-08-16 18:39:10 by bursa]
New portable messages module.

svn path=/import/netsurf/; revision=244
2003-08-16 18:39:10 +00:00
John Mark Bell 7c474c848e [project @ 2003-07-30 13:06:22 by jmb]
Add support for Acorn URI Protocol and URI files (Rob Jackson)

svn path=/import/netsurf/; revision=242
2003-07-30 13:06:22 +00:00
James Bursa c3c1fb916b [project @ 2003-07-18 21:02:29 by bursa]
New GIF renderer using animlib (jmb).

svn path=/import/netsurf/; revision=235
2003-07-18 21:02:29 +00:00
James Bursa 889ae885c6 [project @ 2003-07-14 22:57:45 by bursa]
Add content instances.

svn path=/import/netsurf/; revision=216
2003-07-14 22:57:45 +00:00
James Bursa 9317e33d0b [project @ 2003-07-09 21:33:01 by bursa]
More work on <object> and plugins.

svn path=/import/netsurf/; revision=213
2003-07-09 21:33:01 +00:00
James Bursa 017fc4eb4b [project @ 2003-06-30 12:44:02 by bursa]
New file headers.

svn path=/import/netsurf/; revision=190
2003-06-30 12:44:03 +00:00
James Bursa c24fcb9092 [project @ 2003-06-24 23:32:39 by bursa]
SSL support.

svn path=/import/netsurf/; revision=185
2003-06-24 23:32:39 +00:00
James Bursa 9903df5654 [project @ 2003-06-24 23:22:00 by bursa]
Change cache to use current content sizes.

svn path=/import/netsurf/; revision=183
2003-06-24 23:22:00 +00:00
James Bursa 94073c9bf6 [project @ 2003-06-21 13:18:00 by bursa]
Add debug command line build.

svn path=/import/netsurf/; revision=181
2003-06-21 13:18:00 +00:00
James Bursa 0c0ff3c596 [project @ 2003-06-17 19:24:20 by bursa]
Change fetchcache system to store loading contents in cache.

svn path=/import/netsurf/; revision=180
2003-06-17 19:24:21 +00:00
James Bursa 0993296a77 [project @ 2003-06-05 14:39:54 by bursa]
Undo accidental commit.

svn path=/import/netsurf/; revision=165
2003-06-05 14:39:54 +00:00
Philip Pemberton e1b6179f9b [project @ 2003-06-05 14:33:18 by philpem]
Added test GIF

svn path=/import/netsurf/; revision=164
2003-06-05 14:33:18 +00:00
James Bursa 7513ff06f2 [project @ 2003-06-05 14:01:37 by bursa]
Add gif.o to makefile.

svn path=/import/netsurf/; revision=162
2003-06-05 14:01:37 +00:00
Philip Pemberton 97dea9f287 [project @ 2003-06-05 13:17:55 by philpem]
Added GIF decode support

svn path=/import/netsurf/; revision=160
2003-06-05 13:17:55 +00:00
James Bursa de2c0f5d90 [project @ 2003-06-05 11:03:20 by bursa]
Rebuild zip if docs change.

svn path=/import/netsurf/; revision=159
2003-06-05 11:03:20 +00:00
James Bursa ca58b6969f [project @ 2003-06-04 22:12:32 by bursa]
Generate documentation.

svn path=/import/netsurf/; revision=155
2003-06-04 22:12:32 +00:00
John Mark Bell 59bb374da1 [project @ 2003-06-04 21:59:01 by jmb]
Import User Documentation

svn path=/import/netsurf/; revision=154
2003-06-04 21:59:01 +00:00
John Mark Bell d4f3c07ae2 [project @ 2003-06-01 23:44:38 by jmb]
Make it build

svn path=/import/netsurf/; revision=149
2003-06-01 23:44:38 +00:00
Phil Mellor 9f81422aea [project @ 2003-06-01 23:02:56 by monkeyson]
Configuration windows added.  HTTP Proxy support (untested).

svn path=/import/netsurf/; revision=145
2003-06-01 23:02:56 +00:00
James Bursa 47dcf6eecd [project @ 2003-05-31 21:19:12 by bursa]
Fix makefile rebuilding.

svn path=/import/netsurf/; revision=140
2003-05-31 21:19:12 +00:00
John Mark Bell f7c6c2c613 [project @ 2003-05-31 19:01:43 by jmb]
Fix makefile after duff checkin

svn path=/import/netsurf/; revision=139
2003-05-31 19:01:43 +00:00
John Mark Bell 089785bc37 [project @ 2003-05-31 18:50:28 by jmb]
Begin support for <OBJECT>, <EMBED> and <APPLET> tags. NB: this doesn't work yet

svn path=/import/netsurf/; revision=138
2003-05-31 18:50:28 +00:00
James Bursa 1e202c8f2a [project @ 2003-05-31 18:40:46 by bursa]
New makefile with proper dependency handling.

svn path=/import/netsurf/; revision=136
2003-05-31 18:40:46 +00:00
James Bursa 7a01be33ee [project @ 2003-05-23 11:08:17 by bursa]
Link with 32-bit OSLib.

svn path=/import/netsurf/; revision=131
2003-05-23 11:08:17 +00:00