summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-07-04 23:21:29 by jmb]John Mark Bell2005-07-041-1/+1
| | | | | | Fix jpeglib.h header location svn path=/import/netsurf/; revision=1786
* [project @ 2005-07-03 20:18:23 by tlsa]Michael Drake2005-07-034-5/+6
| | | | | | Use local Google URLs on Intro pages and update About page. svn path=/import/netsurf/; revision=1785
* [project @ 2005-07-03 16:36:13 by jmb]John Mark Bell2005-07-031-10/+21
| | | | | | Fix imagemaps svn path=/import/netsurf/; revision=1784
* [project @ 2005-07-03 15:57:10 by jmb]John Mark Bell2005-07-031-5/+16
| | | | | | Handle forms with no action attribute svn path=/import/netsurf/; revision=1783
* [project @ 2005-07-03 15:41:07 by bursa]James Bursa2005-07-031-0/+6
| | | | | | Implement gui_window_get_height() for the GTK build. svn path=/import/netsurf/; revision=1782
* [project @ 2005-07-02 23:37:41 by bursa]James Bursa2005-07-021-42/+50
| | | | | | 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
* [project @ 2005-07-02 20:08:24 by bursa]James Bursa2005-07-021-0/+7
| | | | | | Fix hidden form inputs being rendered. svn path=/import/netsurf/; revision=1780
* [project @ 2005-07-02 18:19:41 by bursa]James Bursa2005-07-022-0/+2
| | | | | | Fix copyright comments. svn path=/import/netsurf/; revision=1779
* [project @ 2005-07-02 18:18:48 by bursa]James Bursa2005-07-022-4/+4
| | | | | | Fix file comment for Doxygen. svn path=/import/netsurf/; revision=1778
* [project @ 2005-07-02 18:17:51 by bursa]James Bursa2005-07-0210-707/+542
| | | | | | 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
* [project @ 2005-07-02 18:06:10 by bursa]James Bursa2005-07-022-0/+391
| | | | | | New files for some table layout functions. svn path=/import/netsurf/; revision=1776
* [project @ 2005-07-02 17:58:32 by bursa]James Bursa2005-07-021-1/+2
| | | | | | Bring comment showing permitted child nodes up to date. svn path=/import/netsurf/; revision=1775
* [project @ 2005-07-02 17:49:40 by bursa]James Bursa2005-07-021-0/+11
| | | | | | Display contents of table->col[] in box_dump(). svn path=/import/netsurf/; revision=1774
* [project @ 2005-07-02 14:35:43 by jmb]John Mark Bell2005-07-021-17/+13
| | | | | | Tidy up svn path=/import/netsurf/; revision=1773
* [project @ 2005-06-28 23:46:16 by jmb]John Mark Bell2005-06-281-0/+12
| | | | | | Using Iconv to convert between an encoding and itself is pretty pointless. svn path=/import/netsurf/; revision=1772
* [project @ 2005-06-27 15:47:28 by tlsa]Michael Drake2005-06-271-3/+3
| | | | | | Bring up to date. svn path=/import/netsurf/; revision=1771
* [project @ 2005-06-27 01:57:54 by adrianl]Adrian Lees2005-06-271-3/+5
| | | | | | Fix termination of output from url_escape svn path=/import/netsurf/; revision=1770
* [project @ 2005-06-26 23:24:03 by adrianl]Adrian Lees2005-06-261-6/+11
| | | | | | Fix calculation of available memory svn path=/import/netsurf/; revision=1769
* [project @ 2005-06-26 23:23:55 by jmb]John Mark Bell2005-06-261-3/+4
| | | | | | Disable raising of inexact floating point operations as we're not interested in them. svn path=/import/netsurf/; revision=1768
* [project @ 2005-06-26 22:25:49 by jmb]John Mark Bell2005-06-261-4/+8
| | | | | | | | | | 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
* [project @ 2005-06-26 22:18:37 by jmb]John Mark Bell2005-06-263-9/+87
| | | | | | | 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
* [project @ 2005-06-26 01:55:20 by jmb]John Mark Bell2005-06-263-41/+117
| | | | | | | | 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
* [project @ 2005-06-23 18:02:26 by rjw]Richard Wilson2005-06-231-1/+0
| | | | | | Remove test code. svn path=/import/netsurf/; revision=1764
* [project @ 2005-06-23 17:37:34 by rjw]Richard Wilson2005-06-231-2/+2
| | | | | | Unbreak the build. svn path=/import/netsurf/; revision=1763
* [project @ 2005-06-23 17:24:23 by rjw]Richard Wilson2005-06-2312-307/+331
| | | | | | 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
* [project @ 2005-06-23 17:22:28 by rjw]Richard Wilson2005-06-2315-62/+746
| | | | | | 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
* [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