Commit Graph

150 Commits

Author SHA1 Message Date
James Bursa 9b78daf135 [project @ 2005-07-02 18:17:51 by bursa]
Rewrite calculation of box minimum and maximum widths to improve layout of many pages. Move calculation of column types and border collapsing to box tree normalising stage, since they are layout independent. Add window height parameter to layout and make <html> and <body> at least window height.

svn path=/import/netsurf/; revision=1777
2005-07-02 18:17:51 +00:00
Richard Wilson 5aa0aad59f [project @ 2005-06-21 14:19:59 by rjw]
Add in filename provider.

svn path=/import/netsurf/; revision=1751
2005-06-21 14:19:59 +00:00
James Bursa 5137041fed [project @ 2005-05-11 20:33:25 by bursa]
Remove no longer used memory pool code.

svn path=/import/netsurf/; revision=1720
2005-05-11 20:33:25 +00:00
Adrian Lees 9c1cb7bb2d [project @ 2005-04-23 02:58:27 by adrianl]
Query windows, desktop save protocol, confirm abort/quit when downloads in progress

svn path=/import/netsurf/; revision=1679
2005-04-23 02:58:27 +00:00
James Bursa 6af1e81e52 [project @ 2005-04-17 16:42:05 by bursa]
Fix the debug and gtk builds.

svn path=/import/netsurf/; revision=1661
2005-04-17 16:42:05 +00:00
Adrian Lees a2d097c45b [project @ 2005-04-16 06:46:53 by adrianl]
Fixed broken filename in object list

svn path=/import/netsurf/; revision=1650
2005-04-16 06:46:53 +00:00
John Mark Bell c17dc661ea [project @ 2005-04-16 05:09:32 by jmb]
Split out UTF-8 handling functions.
Submit URL-encoded forms in sensible encoding:
  * First entry in accept-charset list, if present
  * Document encoding, otherwise
  We may want to explicitly look for UTF-8, to save converting.
Convert cnv_str_local_enc/cnv_local_enc_str to use iconv (they're now veneers for utf8_[to/from]_enc).
Provide mechanism for looking up local system charset (derived from system alphabet, under RISC OS)

svn path=/import/netsurf/; revision=1647
2005-04-16 05:09:33 +00:00
John Mark Bell bbc43410aa [project @ 2005-04-15 19:06:32 by jmb]
Add missing file

svn path=/import/netsurf/; revision=1643
2005-04-15 19:06:32 +00:00
John Mark Bell ee9a4712cd [project @ 2005-04-15 18:00:19 by jmb]
Split out generic text input code.
Support internationalised text input.
Fix textarea-related bugs.

svn path=/import/netsurf/; revision=1642
2005-04-15 18:00:21 +00:00
Adrian Lees edfcfad31d [project @ 2005-04-15 05:52:31 by adrianl]
New files for text selection

svn path=/import/netsurf/; revision=1639
2005-04-15 05:52:31 +00:00
James Bursa a7a0048c0d [project @ 2005-04-03 10:58:24 by bursa]
Use talloc for content structures.

svn path=/import/netsurf/; revision=1592
2005-04-03 10:58:49 +00:00
James Bursa 64d8f9d5ed [project @ 2005-03-26 01:12:27 by bursa]
Split box.c into box_construct.c, box_normalise.c, and box.c.

svn path=/import/netsurf/; revision=1583
2005-03-26 01:12:27 +00:00
James Bursa 51c5143a80 [project @ 2005-02-20 13:17:29 by bursa]
Font rewrite, part 1.

svn path=/import/netsurf/; revision=1517
2005-02-20 13:17:29 +00:00
Richard Wilson d21ec26259 [project @ 2005-02-07 14:29:56 by rjw]
Makefile update for global history.

svn path=/import/netsurf/; revision=1498
2005-02-07 14:29:56 +00:00
Richard Wilson 2affb76944 [project @ 2005-02-03 13:18:22 by rjw]
Implementation of URL suggestion

svn path=/import/netsurf/; revision=1488
2005-02-03 13:18:22 +00:00
Richard Wilson 1487697cb3 [project @ 2005-01-15 22:11:53 by rjw]
Background work for CSS counters (CSS 2.1/12.4)

svn path=/import/netsurf/; revision=1449
2005-01-15 22:11:53 +00:00
James Bursa f0b264670e [project @ 2005-01-13 22:42:38 by bursa]
Start on theme auto-install. Fix content_add_user() not to broadcast error on memory exhaustion.

svn path=/import/netsurf/; revision=1448
2005-01-13 22:42:39 +00:00
James Bursa 7114e4b4af [project @ 2005-01-02 11:46:29 by bursa]
Fix debug and riscos_debug builds.

svn path=/import/netsurf/; revision=1423
2005-01-02 11:46:29 +00:00
Richard Wilson 58b68f7130 [project @ 2004-12-09 10:33:09 by rjw]
Stop makefile breakage.

svn path=/import/netsurf/; revision=1395
2004-12-09 10:33:09 +00:00
Richard Wilson 32db7e04d0 [project @ 2004-12-09 10:30:43 by rjw]
Re-implementation of hotlist via general tree code. Animations can be stopped once more. Purged a few xcalloc() calls.

svn path=/import/netsurf/; revision=1394
2004-12-09 10:30:44 +00:00
John Mark Bell ce0fc3daf7 [project @ 2004-11-02 23:48:36 by jmb]
Rollback erroneous checkin

svn path=/import/netsurf/; revision=1337
2004-11-02 23:48:36 +00:00
Richard Wilson 1fbcdd14d5 [project @ 2004-11-02 23:23:07 by rjw]
Fix for recent GIF decoding bug. Rectangular pixel mode-friendly sprites for hotlist. Slight change to history image size to please Tinct. Support for foreground and background image quality settings. Support for error diffusion and bi-linear filtering (Tinct still requires some further work)

svn path=/import/netsurf/; revision=1336
2004-11-02 23:23:07 +00:00
John Mark Bell a3cd08929a [project @ 2004-10-17 21:30:03 by jmb]
Remove spurious gifread object.
General tidying

svn path=/import/netsurf/; revision=1320
2004-10-17 21:30:03 +00:00
James Bursa ddaf4ab4d7 [project @ 2004-10-17 21:13:24 by bursa]
Add html_redraw.o and plotters.o; remove htmlredraw.o.

svn path=/import/netsurf/; revision=1317
2004-10-17 21:13:24 +00:00
James Bursa 47e75ceb17 [project @ 2004-10-07 09:26:23 by bursa]
New dependency scanning script and updated makefile.

svn path=/import/netsurf/; revision=1306
2004-10-07 09:26:23 +00:00
Richard Wilson 403f12872d [project @ 2004-10-04 23:54:42 by rjw]
Moved GIF file reading to image/, optimisation of plotting for GIFs, JNGs, PNGs and JPEGs, initial work for toolbar customisation. Possibly some other things too.

svn path=/import/netsurf/; revision=1301
2004-10-04 23:54:42 +00:00
James Bursa 3371a27391 [project @ 2004-09-03 22:44:47 by bursa]
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
2004-09-03 22:44:48 +00:00
Richard Wilson bf57d852ae [project @ 2004-08-30 21:03:48 by rjw]
Reworking of themes and toolbars.

svn path=/import/netsurf/; revision=1254
2004-08-30 21:03:48 +00:00
James Bursa 7ee3ef6189 [project @ 2004-08-23 16:02:19 by bursa]
Remove -Wbad-function-cast since it can't be satisfied together with Norcroft, and the warning seems useless.

svn path=/import/netsurf/; revision=1247
2004-08-23 16:02:19 +00:00
John Mark Bell b1399acea2 [project @ 2004-08-15 19:54:24 by jmb]
Make debug builds compile

svn path=/import/netsurf/; revision=1239
2004-08-15 19:54:24 +00:00
John Mark Bell 22c97f6bb9 [project @ 2004-08-15 19:08:47 by jmb]
Makefile missed from previous checkin

svn path=/import/netsurf/; revision=1235
2004-08-15 19:08:47 +00:00
John Mark Bell c1d774c65f [project @ 2004-08-13 19:29:53 by jmb]
Remove spurious commands

svn path=/import/netsurf/; revision=1224
2004-08-13 19:29:53 +00:00
John Mark Bell ad36ab5597 [project @ 2004-08-13 15:47:44 by jmb]
Revert last changes

svn path=/import/netsurf/; revision=1222
2004-08-13 15:47:44 +00:00
John Mark Bell 5555a3bfd0 [project @ 2004-08-13 15:31:46 by jmb]
Helps if you prevent it breaking first

svn path=/import/netsurf/; revision=1221
2004-08-13 15:31:46 +00:00
John Mark Bell b1b234d64f [project @ 2004-08-13 15:27:17 by jmb]
Force make clean

svn path=/import/netsurf/; revision=1220
2004-08-13 15:27:17 +00:00
John Mark Bell cc3bd2e3f8 [project @ 2004-08-13 15:14:36 by jmb]
Poke some more

svn path=/import/netsurf/; revision=1219
2004-08-13 15:14:36 +00:00
John Mark Bell ceba6c25d3 [project @ 2004-08-13 14:36:28 by jmb]
Revert last change

svn path=/import/netsurf/; revision=1218
2004-08-13 14:36:28 +00:00
John Mark Bell e64b81f06d [project @ 2004-08-13 14:21:47 by jmb]
Poke autobuilder

svn path=/import/netsurf/; revision=1217
2004-08-13 14:21:47 +00:00
James Bursa acfb4c0adb [project @ 2004-08-11 22:08:25 by bursa]
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
2004-08-11 22:08:26 +00:00
John Mark Bell c619b3f972 [project @ 2004-08-09 06:50:46 by jmb]
Update makefile for printing support

svn path=/import/netsurf/; revision=1201
2004-08-09 06:50:46 +00:00
John Mark Bell 4f3691d183 [project @ 2004-08-05 20:32:00 by jmb]
Text search. Press F4 to access it

svn path=/import/netsurf/; revision=1182
2004-08-05 20:32:00 +00:00
James Bursa 0af740f147 [project @ 2004-07-28 23:12:49 by bursa]
Remove png.o from debug builds.

svn path=/import/netsurf/; revision=1159
2004-07-28 23:12:49 +00:00
Richard Wilson de4d151285 [project @ 2004-07-25 20:45:15 by rjw]
Support for MNGs and JNGs. Bug fix for help token regression. Minor GUI fixes.

svn path=/import/netsurf/; revision=1144
2004-07-25 20:45:16 +00:00
James Bursa 3e0fb8eb92 [project @ 2004-07-22 12:12:21 by bursa]
Make the riscos_debug build compile again.

svn path=/import/netsurf/; revision=1138
2004-07-22 12:12:21 +00:00
James Bursa e010f372fb [project @ 2004-07-20 11:29:06 by bursa]
New target for NCOS build.

svn path=/import/netsurf/; revision=1125
2004-07-20 11:29:06 +00:00
Richard Wilson d18f4397c7 [project @ 2004-07-19 23:35:12 by rjw]
Double buffering for animations to remove flicker. Background font blending turned on by default.

svn path=/import/netsurf/; revision=1121
2004-07-19 23:35:12 +00:00
John Mark Bell 39c9a530ff [project @ 2004-07-16 20:15:39 by jmb]
Alphabeticise object names

svn path=/import/netsurf/; revision=1085
2004-07-16 20:15:39 +00:00
Richard Wilson b7bb766e95 [project @ 2004-07-16 19:47:02 by rjw]
Fix for hotlist menu selection. Interface for MNG/JNG display.

svn path=/import/netsurf/; revision=1083
2004-07-16 19:47:03 +00:00
John Tytgat a0d511734a [project @ 2004-07-05 20:19:51 by joty]
Using UTF-8 instead of Latin1 encoding.

svn path=/import/netsurf/; revision=1049
2004-07-05 20:19:52 +00:00
Richard Wilson 4da7fcd8f5 [project @ 2004-06-29 23:13:40 by rjw]
Experimental hotlist code

svn path=/import/netsurf/; revision=1030
2004-06-29 23:13:40 +00:00