Michael Drake
f9e97d5aa5
[project @ 2005-04-04 18:41:09 by tlsa]
...
Fix WimpSlot number for autobuilder and update SUL URL again.
svn path=/import/netsurf/; revision=1595
2005-04-04 18:41:09 +00:00
Michael Drake
d747cfe2d2
[project @ 2005-04-04 09:41:25 by tlsa]
...
Update SharedUnixLibrary URL.
svn path=/import/netsurf/; revision=1594
2005-04-04 09:41:25 +00:00
James Bursa
640c6833cf
[project @ 2005-04-03 14:17:05 by bursa]
...
Use talloc_realloc() instead of realloc() for c->source_data, since that is now managed by talloc.
svn path=/import/netsurf/; revision=1593
2005-04-03 14:17:05 +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
fef4301a74
[project @ 2005-04-03 10:56:49 by bursa]
...
Talloc memory allocation functions from Samba.
svn path=/import/netsurf/; revision=1591
2005-04-03 10:56:49 +00:00
John Mark Bell
f5ff372fe8
[project @ 2005-04-02 23:57:48 by jmb]
...
Dump all box trees when SIGFPE raised
svn path=/import/netsurf/; revision=1590
2005-04-02 23:57:48 +00:00
John Mark Bell
f228f3c8da
[project @ 2005-04-02 18:24:47 by jmb]
...
Fix more FP exceptions
svn path=/import/netsurf/; revision=1589
2005-04-02 18:24:47 +00:00
James Bursa
bed3897f66
[project @ 2005-04-02 11:13:27 by bursa]
...
Assert when a box has UNKNOWN_WIDTH after layout.
svn path=/import/netsurf/; revision=1588
2005-04-02 11:13:27 +00:00
John Mark Bell
92fa1133c9
[project @ 2005-04-01 02:25:11 by jmb]
...
application/xhtml+xml -> CONTENT_HTML
Fix minor issue with mimetype matching regexp.
svn path=/import/netsurf/; revision=1587
2005-04-01 02:25:11 +00:00
Adrian Lees
e7e34b78c3
[project @ 2005-03-29 13:32:11 by adrianl]
...
Fix read from NULL ptr when clicking on hotlist background
svn path=/import/netsurf/; revision=1586
2005-03-29 13:32:11 +00:00
James Bursa
29d44c739e
[project @ 2005-03-28 19:17:06 by bursa]
...
Split convert_xml_to_box() into box_construct_element() and box_construct_text(). Add box_solve_display().
svn path=/import/netsurf/; revision=1585
2005-03-28 19:17:06 +00:00
John Mark Bell
0fd980d8b2
[project @ 2005-03-28 16:16:14 by jmb]
...
Fix sprite palette generation. Buffering now works properly in 16 colour modes.
svn path=/import/netsurf/; revision=1584
2005-03-28 16:16:14 +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
Adrian Lees
9b8a94cc39
[project @ 2005-03-25 14:25:25 by adrianl]
...
Removed string copying and added wildcard matching.
svn path=/import/netsurf/; revision=1582
2005-03-25 14:25:25 +00:00
James Bursa
2f158d6eef
[project @ 2005-03-24 21:36:00 by bursa]
...
Updated dependencies.
svn path=/import/netsurf/; revision=1581
2005-03-24 21:36:00 +00:00
Richard Wilson
770a3f7494
[project @ 2005-03-24 13:44:24 by rjw]
...
Don't add fetches that failed to initialise to the object list.
svn path=/import/netsurf/; revision=1580
2005-03-24 13:44:24 +00:00
James Bursa
d4760c09c0
[project @ 2005-03-24 07:45:41 by bursa]
...
Make line splitting more accurate by using rufl_split() instead of rufl_x_to_offset(). This fixes many cases of text leaking out of a box.
svn path=/import/netsurf/; revision=1579
2005-03-24 07:45:41 +00:00
Michael Drake
53d959cfda
[project @ 2005-03-24 00:36:33 by tlsa]
...
Give tables a one pixel default cellspacing.
svn path=/import/netsurf/; revision=1578
2005-03-24 00:36:33 +00:00
Michael Drake
a86fc14128
[project @ 2005-03-23 23:22:48 by tlsa]
...
Revert last checkin.
svn path=/import/netsurf/; revision=1577
2005-03-23 23:22:48 +00:00
Michael Drake
4bdb8b3234
[project @ 2005-03-23 22:43:16 by tlsa]
...
Position aligned tables with margins.
svn path=/import/netsurf/; revision=1576
2005-03-23 22:43:16 +00:00
Richard Wilson
c0b5985867
[project @ 2005-03-23 19:17:03 by rjw]
...
Fix scaling of very small background images when viewing at less than 100%
svn path=/import/netsurf/; revision=1575
2005-03-23 19:17:03 +00:00
Richard Wilson
511891d27c
[project @ 2005-03-23 18:14:38 by rjw]
...
Fix incorrect background position calculations. Modify CSS parser to pass all background-position testcases.
svn path=/import/netsurf/; revision=1574
2005-03-23 18:14:38 +00:00
Richard Wilson
c16c3ffa2f
[project @ 2005-03-23 16:42:37 by rjw]
...
Don't pass scaled values to children to minimise rounding errors.
svn path=/import/netsurf/; revision=1573
2005-03-23 16:42:37 +00:00
Richard Wilson
67b91d31c5
[project @ 2005-03-22 20:19:30 by rjw]
...
Add specific check for 'Floating Help' for interactive help messages
svn path=/import/netsurf/; revision=1572
2005-03-22 20:19:30 +00:00
Richard Wilson
39c6af5d64
[project @ 2005-03-22 16:29:16 by rjw]
...
Fix some rounding issues for table cell calculations.
svn path=/import/netsurf/; revision=1571
2005-03-22 16:29:16 +00:00
Michael Drake
cfa3a095b1
[project @ 2005-03-22 11:49:16 by tlsa]
...
Clarify menu option for copying size and position of parent windows.
svn path=/import/netsurf/; revision=1570
2005-03-22 11:49:16 +00:00
Richard Wilson
b832e05f03
[project @ 2005-03-22 00:10:42 by rjw]
...
Experimental cellpadding support
svn path=/import/netsurf/; revision=1569
2005-03-22 00:10:42 +00:00
Richard Wilson
28d9260ca4
[project @ 2005-03-21 15:27:31 by rjw]
...
Correct wrong initial configuration.
svn path=/import/netsurf/; revision=1568
2005-03-21 15:27:31 +00:00
Richard Wilson
5ecea49e7e
[project @ 2005-03-21 14:48:26 by rjw]
...
Make toolbar configurable.
svn path=/import/netsurf/; revision=1567
2005-03-21 14:48:26 +00:00
Richard Wilson
9a76676600
[project @ 2005-03-21 00:50:13 by rjw]
...
Add shift+toggle feature for short contents. *** HACK ***
svn path=/import/netsurf/; revision=1566
2005-03-21 00:50:13 +00:00
John Mark Bell
8c0cc33e3b
[project @ 2005-03-21 00:15:48 by jmb]
...
Fix mouse click handling in local history window
svn path=/import/netsurf/; revision=1565
2005-03-21 00:15:48 +00:00
John Mark Bell
81c410a6a6
[project @ 2005-03-20 23:42:23 by jmb]
...
Only stop existing fetch for window if we're really going to initiate a new one.
svn path=/import/netsurf/; revision=1564
2005-03-20 23:42:23 +00:00
Richard Wilson
dfdf4741f8
[project @ 2005-03-20 23:02:00 by rjw]
...
URL nodes without a title use the associated URL.
svn path=/import/netsurf/; revision=1563
2005-03-20 23:02:00 +00:00
Richard Wilson
b718ee9158
[project @ 2005-03-20 22:50:29 by rjw]
...
Trees now use content title rather than gui_window title.
svn path=/import/netsurf/; revision=1562
2005-03-20 22:50:29 +00:00
Richard Wilson
f3b7d06f2a
[project @ 2005-03-20 22:49:53 by rjw]
...
Tree toolbar actions update toolbar status (deleting a node/element is now correctly reflected.
svn path=/import/netsurf/; revision=1561
2005-03-20 22:49:53 +00:00
John Mark Bell
ba304de23b
[project @ 2005-03-20 21:13:38 by jmb]
...
Add fragment id to URL in URL bar
svn path=/import/netsurf/; revision=1560
2005-03-20 21:13:38 +00:00
Michael Drake
1899ba8cf1
[project @ 2005-03-20 20:47:53 by tlsa]
...
Adjust click on History icon opens Global History.
svn path=/import/netsurf/; revision=1559
2005-03-20 20:47:53 +00:00
Richard Wilson
412c668af3
[project @ 2005-03-20 20:39:43 by rjw]
...
Allow theme changing during toolbar edit sessions. Stop pointer changing to ptr_lr when updating toolbar windows.
svn path=/import/netsurf/; revision=1558
2005-03-20 20:39:43 +00:00
John Mark Bell
062e6a5bae
[project @ 2005-03-20 20:39:22 by jmb]
...
Fix draw_plot_rectangle API
svn path=/import/netsurf/; revision=1557
2005-03-20 20:39:22 +00:00
John Mark Bell
452629ab85
[project @ 2005-03-20 20:38:40 by jmb]
...
Fix stupidity relating to URL matching
svn path=/import/netsurf/; revision=1556
2005-03-20 20:38:40 +00:00
Richard Wilson
7cf3d4dde2
[project @ 2005-03-20 19:28:49 by rjw]
...
Further toolbar customisation work.
svn path=/import/netsurf/; revision=1555
2005-03-20 19:28:50 +00:00
John Mark Bell
68224ec45c
[project @ 2005-03-20 18:58:34 by jmb]
...
Reinstate font background blending
svn path=/import/netsurf/; revision=1554
2005-03-20 18:58:34 +00:00
John Mark Bell
55fd3a7ee7
[project @ 2005-03-20 16:34:20 by jmb]
...
Fix crash relating to opening a link containing a fragment in a new window.
svn path=/import/netsurf/; revision=1553
2005-03-20 16:34:20 +00:00
Richard Wilson
63c349330d
[project @ 2005-03-20 14:57:51 by rjw]
...
Add missing change.
svn path=/import/netsurf/; revision=1552
2005-03-20 14:57:51 +00:00
Richard Wilson
06419abcca
[project @ 2005-03-20 14:57:19 by rjw]
...
Further work towards configurable toolbars.
svn path=/import/netsurf/; revision=1551
2005-03-20 14:57:19 +00:00
John Mark Bell
44f1f35436
[project @ 2005-03-20 03:35:50 by jmb]
...
Improve handling of fragments on the same page as already loaded.
svn path=/import/netsurf/; revision=1550
2005-03-20 03:35:50 +00:00
John Mark Bell
4777e75682
[project @ 2005-03-20 01:55:48 by jmb]
...
Explicitly copy result of getenv(NetSurf$Dir) as not doing so will break things with latest UnixLib (as the result gets freed next time getenv is called).
svn path=/import/netsurf/; revision=1549
2005-03-20 01:55:48 +00:00
Michael Drake
154e904fcc
[project @ 2005-03-19 23:03:22 by tlsa]
...
Update interactive help.
svn path=/import/netsurf/; revision=1548
2005-03-19 23:03:22 +00:00
Richard Wilson
7f37d2f559
[project @ 2005-03-19 18:05:45 by rjw]
...
Further updates to the colour highlighting algorithm.
svn path=/import/netsurf/; revision=1547
2005-03-19 18:05:45 +00:00
Richard Wilson
5703b71610
[project @ 2005-03-19 16:39:47 by rjw]
...
Stop certain colours being incorrectly highlighted
svn path=/import/netsurf/; revision=1546
2005-03-19 16:39:47 +00:00