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
James Bursa
69d6e0685f
[project @ 2005-05-24 20:21:47 by bursa]
...
Convert remaining BOX_INLINEs in forms to BOX_TEXT.
svn path=/import/netsurf/; revision=1736
2005-05-24 20:21:47 +00:00
John Mark Bell
fd99b1e906
[project @ 2005-05-23 22:27:37 by jmb]
...
Tighten up entry conditions
svn path=/import/netsurf/; revision=1735
2005-05-23 22:27:37 +00:00
James Bursa
e2fb0a94cd
[project @ 2005-05-23 22:14:09 by bursa]
...
Start to implement borders on inline elements. Note: borders of form controls are rendered incorrectly (text boxes in form controls need changing from INLINE to TEXT).
svn path=/import/netsurf/; revision=1734
2005-05-23 22:14:09 +00:00
John Mark Bell
2714ddd459
[project @ 2005-05-22 22:16:00 by jmb]
...
Fix inversion of overline and line-through plot offsets
svn path=/import/netsurf/; revision=1733
2005-05-22 22:16:00 +00:00
James Bursa
22640f85e0
[project @ 2005-05-22 21:50:14 by bursa]
...
Add BOX_TEXT type to distinguish boxes which came from an inline element to boxes which came from a text node. Add inline_parent pointer to box structure. Rewrite text-decoration support to take advantage of the new data (line colours are now correct). Note: there is a clipping issue in redraw.
svn path=/import/netsurf/; revision=1732
2005-05-22 21:50:14 +00:00
James Bursa
48d1759374
[project @ 2005-05-22 19:09:43 by bursa]
...
Fix crash due to uninitialised variable.
svn path=/import/netsurf/; revision=1731
2005-05-22 19:09:43 +00:00
James Bursa
6bf7e4a318
[project @ 2005-05-22 12:44:44 by bursa]
...
Fix crash when stylesheets fail to load.
svn path=/import/netsurf/; revision=1730
2005-05-22 12:44:44 +00:00
James Bursa
ff74a126f7
[project @ 2005-05-21 23:30:19 by bursa]
...
Improve selector specificity support by adding "working stylesheets" with pre-sorted lists of rules. This also simplifies css_get_style(). The stylesheet origin is now encoded in the specificity. Improve output of css_dump_style().
svn path=/import/netsurf/; revision=1729
2005-05-21 23:30:19 +00:00
John Mark Bell
9edb2fb92c
[project @ 2005-05-21 20:29:43 by jmb]
...
Remove base tags from output document as they have no meaning.
svn path=/import/netsurf/; revision=1728
2005-05-21 20:29:43 +00:00
John Mark Bell
2233db5b7d
[project @ 2005-05-21 15:59:19 by jmb]
...
Fix encoding handling when full saving
svn path=/import/netsurf/; revision=1727
2005-05-21 15:59:19 +00:00
Richard Wilson
d8608af812
[project @ 2005-05-17 23:46:36 by rjw]
...
Make long theme names work on old filesystems.
svn path=/import/netsurf/; revision=1726
2005-05-17 23:46:36 +00:00
Richard Wilson
9702484306
[project @ 2005-05-17 23:25:32 by rjw]
...
Don't allow things to be scheduled twice.
svn path=/import/netsurf/; revision=1725
2005-05-17 23:25:32 +00:00
John Mark Bell
642a3d62f2
[project @ 2005-05-16 00:55:43 by jmb]
...
Fix issue with erroneously appending a space to the end of every line of textarea input - should we actually be examining box->space here, instead?
svn path=/import/netsurf/; revision=1724
2005-05-16 00:55:43 +00:00
John Mark Bell
4a80b3cccf
[project @ 2005-05-15 17:37:00 by jmb]
...
Fix read from NULL pointer
svn path=/import/netsurf/; revision=1723
2005-05-15 17:37:00 +00:00
Richard Wilson
cfa4abed97
[project @ 2005-05-14 16:13:36 by rjw]
...
Recognise that current_gui may me NULL on menu selection if gui_multitask has been called.
svn path=/import/netsurf/; revision=1722
2005-05-14 16:13:36 +00:00
James Bursa
659b42ca56
[project @ 2005-05-14 12:16:50 by bursa]
...
Updated bundle of SSL CA Root certificates. Removed human-readable certs to reduce size.
svn path=/import/netsurf/; revision=1721
2005-05-14 12:16:50 +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
John Mark Bell
6257ee1fec
[project @ 2005-05-11 02:03:15 by jmb]
...
Correctly handle submitting forms via pressing return in a text input (the first declared submit button should be used)
svn path=/import/netsurf/; revision=1719
2005-05-11 02:03:15 +00:00
Richard Wilson
303f214df7
[project @ 2005-05-11 01:34:41 by rjw]
...
Fix for default checkbox submit value.
svn path=/import/netsurf/; revision=1718
2005-05-11 01:34:41 +00:00
Richard Wilson
04ac7d63f9
[project @ 2005-05-11 00:54:56 by rjw]
...
Remove redundant code. Improve rendering of hr elements.
svn path=/import/netsurf/; revision=1717
2005-05-11 00:54:56 +00:00
Richard Wilson
759ff816db
[project @ 2005-05-10 22:49:41 by rjw]
...
Implement RETURN for search and open url dialogs. Add recent URL menu to open url dialog.
svn path=/import/netsurf/; revision=1716
2005-05-10 22:49:41 +00:00
Michael Drake
7fda82f778
[project @ 2005-05-06 19:40:50 by tlsa]
...
Update SharedUnixLibrary URL.
svn path=/import/netsurf/; revision=1715
2005-05-06 19:40:50 +00:00
Michael Drake
6b97608234
[project @ 2005-05-05 17:04:55 by tlsa]
...
Updated French resources by Jerome Mathevet.
svn path=/import/netsurf/; revision=1714
2005-05-05 17:04:55 +00:00
James Bursa
9ccfab8705
[project @ 2005-05-04 21:00:59 by bursa]
...
Fix debug build.
svn path=/import/netsurf/; revision=1713
2005-05-04 21:00:59 +00:00
Richard Wilson
f21abddae3
[project @ 2005-05-03 21:56:20 by rjw]
...
Fix tree menu selection/deletion bug
svn path=/import/netsurf/; revision=1712
2005-05-03 21:56:20 +00:00
Richard Wilson
ab4dabe252
[project @ 2005-05-03 21:55:42 by rjw]
...
Fix tree menu quirk.
svn path=/import/netsurf/; revision=1711
2005-05-03 21:55:42 +00:00
Adrian Lees
1b46d8f35e
[project @ 2005-05-02 22:12:53 by adrianl]
...
Fix Ctrl-Del and implement Home
svn path=/import/netsurf/; revision=1710
2005-05-02 22:12:53 +00:00
Adrian Lees
4ad8d7511f
[project @ 2005-05-02 02:17:06 by adrianl]
...
Fix title bar focus colour for query window
svn path=/import/netsurf/; revision=1709
2005-05-02 02:17:06 +00:00
Adrian Lees
887ba25900
[project @ 2005-05-02 02:09:54 by adrianl]
...
Fix abort/quit confirmation; keyboard operation in download windows; allow spaces in filenames
svn path=/import/netsurf/; revision=1708
2005-05-02 02:11:06 +00:00
John Mark Bell
79c3c60a19
[project @ 2005-05-01 22:20:40 by jmb]
...
Work around invalid Content-Type headers
svn path=/import/netsurf/; revision=1707
2005-05-01 22:20:40 +00:00
James Bursa
03810e4b6c
[project @ 2005-04-30 17:11:24 by bursa]
...
Check box->background before using box->background->bitmap.
svn path=/import/netsurf/; revision=1706
2005-04-30 17:11:24 +00:00
Adrian Lees
e22f12e223
[project @ 2005-04-30 14:38:43 by adrianl]
...
Hide non-functional Help button
svn path=/import/netsurf/; revision=1705
2005-04-30 14:38:43 +00:00