John Mark Bell
07f79c3800
[project @ 2005-07-04 23:21:29 by jmb]
...
Fix jpeglib.h header location
svn path=/import/netsurf/; revision=1786
2005-07-04 23:21:29 +00:00
Michael Drake
3a117d604f
[project @ 2005-07-03 20:18:23 by tlsa]
...
Use local Google URLs on Intro pages and update About page.
svn path=/import/netsurf/; revision=1785
2005-07-03 20:18:23 +00:00
John Mark Bell
824d3cc66a
[project @ 2005-07-03 16:36:13 by jmb]
...
Fix imagemaps
svn path=/import/netsurf/; revision=1784
2005-07-03 16:36:13 +00:00
John Mark Bell
3805c219fb
[project @ 2005-07-03 15:57:10 by jmb]
...
Handle forms with no action attribute
svn path=/import/netsurf/; revision=1783
2005-07-03 15:57:10 +00:00
James Bursa
eb6a570aa6
[project @ 2005-07-03 15:41:07 by bursa]
...
Implement gui_window_get_height() for the GTK build.
svn path=/import/netsurf/; revision=1782
2005-07-03 15:41:07 +00:00
James Bursa
78102aa4e1
[project @ 2005-07-02 23:37:41 by bursa]
...
Improvements to layout_minmax_line(). Fix width of floats / inline blocks without an explicit width (space for margins, borders, padding was added twice).
svn path=/import/netsurf/; revision=1781
2005-07-02 23:37:41 +00:00
James Bursa
8a7ebeb2cc
[project @ 2005-07-02 20:08:24 by bursa]
...
Fix hidden form inputs being rendered.
svn path=/import/netsurf/; revision=1780
2005-07-02 20:08:24 +00:00
James Bursa
5abb753c85
[project @ 2005-07-02 18:19:41 by bursa]
...
Fix copyright comments.
svn path=/import/netsurf/; revision=1779
2005-07-02 18:19:41 +00:00
James Bursa
21e5d8ca15
[project @ 2005-07-02 18:18:48 by bursa]
...
Fix file comment for Doxygen.
svn path=/import/netsurf/; revision=1778
2005-07-02 18:18:48 +00:00
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
James Bursa
894ba8b623
[project @ 2005-07-02 18:06:10 by bursa]
...
New files for some table layout functions.
svn path=/import/netsurf/; revision=1776
2005-07-02 18:06:10 +00:00
James Bursa
39c981a4d8
[project @ 2005-07-02 17:58:32 by bursa]
...
Bring comment showing permitted child nodes up to date.
svn path=/import/netsurf/; revision=1775
2005-07-02 17:58:32 +00:00
James Bursa
844f4af2de
[project @ 2005-07-02 17:49:40 by bursa]
...
Display contents of table->col[] in box_dump().
svn path=/import/netsurf/; revision=1774
2005-07-02 17:49:40 +00:00
John Mark Bell
b81b983b36
[project @ 2005-07-02 14:35:43 by jmb]
...
Tidy up
svn path=/import/netsurf/; revision=1773
2005-07-02 14:35:43 +00:00
John Mark Bell
ed5a93caad
[project @ 2005-06-28 23:46:16 by jmb]
...
Using Iconv to convert between an encoding and itself is pretty pointless.
svn path=/import/netsurf/; revision=1772
2005-06-28 23:46:16 +00:00
Michael Drake
f2799e1058
[project @ 2005-06-27 15:47:28 by tlsa]
...
Bring up to date.
svn path=/import/netsurf/; revision=1771
2005-06-27 15:47:28 +00:00
Adrian Lees
8aed1103b6
[project @ 2005-06-27 01:57:54 by adrianl]
...
Fix termination of output from url_escape
svn path=/import/netsurf/; revision=1770
2005-06-27 01:57:54 +00:00
Adrian Lees
ba6f228418
[project @ 2005-06-26 23:24:03 by adrianl]
...
Fix calculation of available memory
svn path=/import/netsurf/; revision=1769
2005-06-26 23:24:03 +00:00
John Mark Bell
20e3c01058
[project @ 2005-06-26 23:23:55 by jmb]
...
Disable raising of inexact floating point operations as we're not interested in them.
svn path=/import/netsurf/; revision=1768
2005-06-26 23:23:55 +00:00
John Mark Bell
9c53f98946
[project @ 2005-06-26 22:25:49 by jmb]
...
Update to cater for changes in UnixLib:
- unixlib/features.h is now features.h
- __dynamic_da_name is now declared as const char * const
- We explicitly force all FPU exceptions/traps back on (UnixLib default is now off)
Correct error message when <NetSurf$Dir>.Resources.Sprites is missing.
svn path=/import/netsurf/; revision=1767
2005-06-26 22:25:49 +00:00
John Mark Bell
5817f82ba8
[project @ 2005-06-26 22:18:37 by jmb]
...
Improve clarity of use of utf8_to_enc.
Remove use of curl_escape - url_escape does similar things, just better.
svn path=/import/netsurf/; revision=1766
2005-06-26 22:18:37 +00:00
John Mark Bell
3286c99dd5
[project @ 2005-06-26 01:55:20 by jmb]
...
Move acceptable character set determination to form submission time, rather thanat box tree creation time.
Use UTF-8 encoding, if specified, else use first specified encoding.
Improve use of utf8_to_enc - falling back to document encoding then 8859-1 where appropriate.
svn path=/import/netsurf/; revision=1765
2005-06-26 01:55:20 +00:00
Richard Wilson
26872ea54f
[project @ 2005-06-23 18:02:26 by rjw]
...
Remove test code.
svn path=/import/netsurf/; revision=1764
2005-06-23 18:02:26 +00:00
Richard Wilson
3150c97459
[project @ 2005-06-23 17:37:34 by rjw]
...
Unbreak the build.
svn path=/import/netsurf/; revision=1763
2005-06-23 17:37:34 +00:00
Richard Wilson
f559054c1a
[project @ 2005-06-23 17:24:23 by rjw]
...
Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 2 of 2.
svn path=/import/netsurf/; revision=1762
2005-06-23 17:24:23 +00:00
Richard Wilson
b88a81b9d9
[project @ 2005-06-23 17:22:28 by rjw]
...
Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 1 of 2.
svn path=/import/netsurf/; revision=1761
2005-06-23 17:22:28 +00:00
Richard Wilson
ede57892c6
[project @ 2005-06-23 17:17:56 by rjw]
...
Clients now manage the persistent state.
svn path=/import/netsurf/; revision=1760
2005-06-23 17:17:56 +00:00
Richard Wilson
1916685b59
[project @ 2005-06-23 17:16:44 by rjw]
...
NetSurf now requires a version of Tinct capable of performing compression and decompression.
svn path=/import/netsurf/; revision=1759
2005-06-23 17:16:44 +00:00
James Bursa
d3aa28aa32
[project @ 2005-06-22 00:21:36 by bursa]
...
Make a configured countries Austria and Switzerland default to German translation.
svn path=/import/netsurf/; revision=1758
2005-06-22 00:21:36 +00:00
Adrian Lees
63ca06febb
[project @ 2005-06-21 23:56:40 by adrianl]
...
Netherlands support
svn path=/import/netsurf/; revision=1757
2005-06-21 23:56:40 +00:00
James Bursa
70fe8a1d5f
[project @ 2005-06-21 23:45:32 by bursa]
...
Add Dutch translation.
svn path=/import/netsurf/; revision=1756
2005-06-21 23:45:32 +00:00
James Bursa
51c8c043ee
[project @ 2005-06-21 23:38:48 by bursa]
...
Fix doctype.
svn path=/import/netsurf/; revision=1755
2005-06-21 23:38:48 +00:00
James Bursa
bae9be351a
[project @ 2005-06-21 22:44:12 by bursa]
...
Dutch translation of intro page (Simon Voortman and Gerard van Katwijk). Add link to other language intro pages.
svn path=/import/netsurf/; revision=1754
2005-06-21 22:44:12 +00:00
James Bursa
dd72319ed7
[project @ 2005-06-21 22:37:49 by bursa]
...
Dutch translation of NetSurf interface, by Simon Voortman and Gerard van Katwijk.
svn path=/import/netsurf/; revision=1753
2005-06-21 22:37:49 +00:00
Michael Drake
552bc56f12
[project @ 2005-06-21 15:20:26 by tlsa]
...
Update Welcome page.
svn path=/import/netsurf/; revision=1752
2005-06-21 15:20:26 +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
Richard Wilson
523eb55a24
[project @ 2005-06-21 14:17:51 by rjw]
...
Unique filename provider.
svn path=/import/netsurf/; revision=1750
2005-06-21 14:17:51 +00:00
Richard Wilson
44ef42de34
[project @ 2005-06-13 20:49:23 by rjw]
...
Updated Tinct header file.
svn path=/import/netsurf/; revision=1749
2005-06-13 20:49:23 +00:00
Richard Wilson
c3b1d286c3
[project @ 2005-06-13 20:41:28 by rjw]
...
Only reset hotlist statistics for selected items
svn path=/import/netsurf/; revision=1748
2005-06-13 20:41:28 +00:00
Adrian Lees
ea6f3f8812
[project @ 2005-06-09 18:37:27 by adrianl]
...
Prevent checksum code traversing submenu dialogues
svn path=/import/netsurf/; revision=1747
2005-06-09 18:37:27 +00:00
James Bursa
84f274f215
[project @ 2005-06-07 22:52:56 by bursa]
...
Fix bug causing an extra line to be inserted for <br> at the end of a paragraph.
svn path=/import/netsurf/; revision=1746
2005-06-07 22:52:56 +00:00
John Mark Bell
c0fce75798
[project @ 2005-06-07 21:58:17 by jmb]
...
Fix stupid assertions.
svn path=/import/netsurf/; revision=1745
2005-06-07 21:58:17 +00:00
John Mark Bell
0bcfdbeb50
[project @ 2005-06-07 21:29:26 by jmb]
...
Lose cnv_str_local_enc and friends.
UTF-8 conversion functions now return an enumerated type allowing for fallbacks, if appropriate.
svn path=/import/netsurf/; revision=1744
2005-06-07 21:29:26 +00:00
John Mark Bell
be6a75509d
[project @ 2005-06-07 16:35:13 by jmb]
...
Convert status bar text to local encoding. Fixes bug 1215998
svn path=/import/netsurf/; revision=1743
2005-06-07 16:35:13 +00:00
James Bursa
57b68bd933
[project @ 2005-06-05 20:54:37 by bursa]
...
More work on borders / padding / margins on inline elements. Add BOX_INLINE_END to hold the right border / padding / margin (left is in the BOX_INLINE).
svn path=/import/netsurf/; revision=1742
2005-06-05 20:54:37 +00:00
James Bursa
99a483dd7b
[project @ 2005-06-04 12:12:38 by bursa]
...
Fix text-decoration and borders on inline elements by replacing inline_parent in box structure with end_inline_children.
svn path=/import/netsurf/; revision=1741
2005-06-04 12:12:38 +00:00
John Mark Bell
b2918fc57b
[project @ 2005-05-25 23:06:26 by jmb]
...
Fix textarea submission
svn path=/import/netsurf/; revision=1740
2005-05-25 23:06:26 +00:00
James Bursa
d2fb8ffd97
[project @ 2005-05-25 17:37:54 by bursa]
...
Updated French translation by Jerome Mathevet.
svn path=/import/netsurf/; revision=1739
2005-05-25 17:37:54 +00:00
Michael Drake
6e911d924e
[project @ 2005-05-24 21:07:52 by tlsa]
...
Remove border from input images.
svn path=/import/netsurf/; revision=1738
2005-05-24 21:07:52 +00:00
James Bursa
0e894ca80b
[project @ 2005-05-24 20:22:14 by bursa]
...
Remove unnecessary include.
svn path=/import/netsurf/; revision=1737
2005-05-24 20:22:14 +00:00