summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-06-23 17:17:56 by rjw]Richard Wilson2005-06-232-94/+46
| | | | | | Clients now manage the persistent state. svn path=/import/netsurf/; revision=1760
* [project @ 2005-06-23 17:16:44 by rjw]Richard Wilson2005-06-231-3/+3
| | | | | | NetSurf now requires a version of Tinct capable of performing compression and decompression. svn path=/import/netsurf/; revision=1759
* [project @ 2005-06-22 00:21:36 by bursa]James Bursa2005-06-221-0/+2
| | | | | | Make a configured countries Austria and Switzerland default to German translation. svn path=/import/netsurf/; revision=1758
* [project @ 2005-06-21 23:56:40 by adrianl]Adrian Lees2005-06-211-0/+3
| | | | | | Netherlands support svn path=/import/netsurf/; revision=1757
* [project @ 2005-06-21 23:45:32 by bursa]James Bursa2005-06-211-12/+22
| | | | | | Add Dutch translation. svn path=/import/netsurf/; revision=1756
* [project @ 2005-06-21 23:38:48 by bursa]James Bursa2005-06-211-1/+1
| | | | | | Fix doctype. svn path=/import/netsurf/; revision=1755
* [project @ 2005-06-21 22:44:12 by bursa]James Bursa2005-06-214-3/+82
| | | | | | Dutch translation of intro page (Simon Voortman and Gerard van Katwijk). Add link to other language intro pages. svn path=/import/netsurf/; revision=1754
* [project @ 2005-06-21 22:37:49 by bursa]James Bursa2005-06-212-0/+444
| | | | | | Dutch translation of NetSurf interface, by Simon Voortman and Gerard van Katwijk. svn path=/import/netsurf/; revision=1753
* [project @ 2005-06-21 15:20:26 by tlsa]Michael Drake2005-06-211-2/+3
| | | | | | Update Welcome page. svn path=/import/netsurf/; revision=1752
* [project @ 2005-06-21 14:19:59 by rjw]Richard Wilson2005-06-211-2/+2
| | | | | | Add in filename provider. svn path=/import/netsurf/; revision=1751
* [project @ 2005-06-21 14:17:51 by rjw]Richard Wilson2005-06-212-0/+306
| | | | | | Unique filename provider. svn path=/import/netsurf/; revision=1750
* [project @ 2005-06-13 20:49:23 by rjw]Richard Wilson2005-06-131-1/+4
| | | | | | Updated Tinct header file. svn path=/import/netsurf/; revision=1749
* [project @ 2005-06-13 20:41:28 by rjw]Richard Wilson2005-06-131-1/+1
| | | | | | Only reset hotlist statistics for selected items svn path=/import/netsurf/; revision=1748
* [project @ 2005-06-09 18:37:27 by adrianl]Adrian Lees2005-06-091-7/+7
| | | | | | Prevent checksum code traversing submenu dialogues svn path=/import/netsurf/; revision=1747
* [project @ 2005-06-07 22:52:56 by bursa]James Bursa2005-06-071-1/+1
| | | | | | Fix bug causing an extra line to be inserted for <br> at the end of a paragraph. svn path=/import/netsurf/; revision=1746
* [project @ 2005-06-07 21:58:17 by jmb]John Mark Bell2005-06-073-8/+28
| | | | | | Fix stupid assertions. svn path=/import/netsurf/; revision=1745
* [project @ 2005-06-07 21:29:26 by jmb]John Mark Bell2005-06-078-90/+89
| | | | | | | 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
* [project @ 2005-06-07 16:35:13 by jmb]John Mark Bell2005-06-071-3/+17
| | | | | | Convert status bar text to local encoding. Fixes bug 1215998 svn path=/import/netsurf/; revision=1743
* [project @ 2005-06-05 20:54:37 by bursa]James Bursa2005-06-056-47/+98
| | | | | | 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
* [project @ 2005-06-04 12:12:38 by bursa]James Bursa2005-06-045-26/+26
| | | | | | 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
* [project @ 2005-05-25 23:06:26 by jmb]John Mark Bell2005-05-251-2/+2
| | | | | | Fix textarea submission svn path=/import/netsurf/; revision=1740
* [project @ 2005-05-25 17:37:54 by bursa]James Bursa2005-05-251-6/+6
| | | | | | Updated French translation by Jerome Mathevet. svn path=/import/netsurf/; revision=1739
* [project @ 2005-05-24 21:07:52 by tlsa]Michael Drake2005-05-241-1/+1
| | | | | | Remove border from input images. svn path=/import/netsurf/; revision=1738
* [project @ 2005-05-24 20:22:14 by bursa]James Bursa2005-05-242-2/+0
| | | | | | Remove unnecessary include. svn path=/import/netsurf/; revision=1737
* [project @ 2005-05-24 20:21:47 by bursa]James Bursa2005-05-242-19/+19
| | | | | | Convert remaining BOX_INLINEs in forms to BOX_TEXT. svn path=/import/netsurf/; revision=1736
* [project @ 2005-05-23 22:27:37 by jmb]John Mark Bell2005-05-231-1/+8
| | | | | | Tighten up entry conditions svn path=/import/netsurf/; revision=1735
* [project @ 2005-05-23 22:14:09 by bursa]James Bursa2005-05-232-151/+241
| | | | | | 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
* [project @ 2005-05-22 22:16:00 by jmb]John Mark Bell2005-05-221-1/+1
| | | | | | Fix inversion of overline and line-through plot offsets svn path=/import/netsurf/; revision=1733
* [project @ 2005-05-22 21:50:14 by bursa]James Bursa2005-05-227-58/+177
| | | | | | 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
* [project @ 2005-05-22 19:09:43 by bursa]James Bursa2005-05-221-0/+1
| | | | | | Fix crash due to uninitialised variable. svn path=/import/netsurf/; revision=1731
* [project @ 2005-05-22 12:44:44 by bursa]James Bursa2005-05-221-2/+3
| | | | | | Fix crash when stylesheets fail to load. svn path=/import/netsurf/; revision=1730
* [project @ 2005-05-21 23:30:19 by bursa]James Bursa2005-05-216-694/+860
| | | | | | 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
* [project @ 2005-05-21 20:29:43 by jmb]John Mark Bell2005-05-211-13/+46
| | | | | | Remove base tags from output document as they have no meaning. svn path=/import/netsurf/; revision=1728
* [project @ 2005-05-21 15:59:19 by jmb]John Mark Bell2005-05-211-1/+19
| | | | | | Fix encoding handling when full saving svn path=/import/netsurf/; revision=1727
* [project @ 2005-05-17 23:46:36 by rjw]Richard Wilson2005-05-172-3/+7
| | | | | | Make long theme names work on old filesystems. svn path=/import/netsurf/; revision=1726
* [project @ 2005-05-17 23:25:32 by rjw]Richard Wilson2005-05-171-0/+2
| | | | | | Don't allow things to be scheduled twice. svn path=/import/netsurf/; revision=1725
* [project @ 2005-05-16 00:55:43 by jmb]John Mark Bell2005-05-161-2/+3
| | | | | | 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
* [project @ 2005-05-15 17:37:00 by jmb]John Mark Bell2005-05-151-1/+1
| | | | | | Fix read from NULL pointer svn path=/import/netsurf/; revision=1723
* [project @ 2005-05-14 16:13:36 by rjw]Richard Wilson2005-05-141-1/+4
| | | | | | Recognise that current_gui may me NULL on menu selection if gui_multitask has been called. svn path=/import/netsurf/; revision=1722
* [project @ 2005-05-14 12:16:50 by bursa]James Bursa2005-05-141-4159/+2410
| | | | | | Updated bundle of SSL CA Root certificates. Removed human-readable certs to reduce size. svn path=/import/netsurf/; revision=1721
* [project @ 2005-05-11 20:33:25 by bursa]James Bursa2005-05-113-241/+1
| | | | | | Remove no longer used memory pool code. svn path=/import/netsurf/; revision=1720
* [project @ 2005-05-11 02:03:15 by jmb]John Mark Bell2005-05-111-3/+9
| | | | | | 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
* [project @ 2005-05-11 01:34:41 by rjw]Richard Wilson2005-05-111-11/+10
| | | | | | Fix for default checkbox submit value. svn path=/import/netsurf/; revision=1718
* [project @ 2005-05-11 00:54:56 by rjw]Richard Wilson2005-05-112-8/+6
| | | | | | Remove redundant code. Improve rendering of hr elements. svn path=/import/netsurf/; revision=1717
* [project @ 2005-05-10 22:49:41 by rjw]Richard Wilson2005-05-106-6/+84
| | | | | | Implement RETURN for search and open url dialogs. Add recent URL menu to open url dialog. svn path=/import/netsurf/; revision=1716
* [project @ 2005-05-06 19:40:50 by tlsa]Michael Drake2005-05-061-3/+3
| | | | | | Update SharedUnixLibrary URL. svn path=/import/netsurf/; revision=1715
* [project @ 2005-05-05 17:04:55 by tlsa]Michael Drake2005-05-052-1/+1
| | | | | | Updated French resources by Jerome Mathevet. svn path=/import/netsurf/; revision=1714
* [project @ 2005-05-04 21:00:59 by bursa]James Bursa2005-05-041-1/+1
| | | | | | Fix debug build. svn path=/import/netsurf/; revision=1713
* [project @ 2005-05-03 21:56:20 by rjw]Richard Wilson2005-05-031-1/+3
| | | | | | Fix tree menu selection/deletion bug svn path=/import/netsurf/; revision=1712
* [project @ 2005-05-03 21:55:42 by rjw]Richard Wilson2005-05-031-1/+1
| | | | | | Fix tree menu quirk. svn path=/import/netsurf/; revision=1711