summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2005-05-02 22:12:53 by adrianl]Adrian Lees2005-05-021-5/+19
| | | | | | Fix Ctrl-Del and implement Home svn path=/import/netsurf/; revision=1710
* [project @ 2005-05-02 02:17:06 by adrianl]Adrian Lees2005-05-023-0/+0
| | | | | | Fix title bar focus colour for query window svn path=/import/netsurf/; revision=1709
* [project @ 2005-05-02 02:09:54 by adrianl]Adrian Lees2005-05-024-53/+188
| | | | | | Fix abort/quit confirmation; keyboard operation in download windows; allow spaces in filenames svn path=/import/netsurf/; revision=1708
* [project @ 2005-05-01 22:20:40 by jmb]John Mark Bell2005-05-011-1/+11
| | | | | | Work around invalid Content-Type headers svn path=/import/netsurf/; revision=1707
* [project @ 2005-04-30 17:11:24 by bursa]James Bursa2005-04-301-4/+5
| | | | | | Check box->background before using box->background->bitmap. svn path=/import/netsurf/; revision=1706
* [project @ 2005-04-30 14:38:43 by adrianl]Adrian Lees2005-04-301-0/+3
| | | | | | Hide non-functional Help button svn path=/import/netsurf/; revision=1705
* [project @ 2005-04-30 14:31:48 by bursa]James Bursa2005-04-302-94/+123
| | | | | | Fix bug in url_up_re which caused /xy/../ not to be recognised when xy was 2 characters. Add defines for match part numbers. Simplify part 6(g) of url_join(). svn path=/import/netsurf/; revision=1704
* [project @ 2005-04-29 21:56:53 by tlsa]Michael Drake2005-04-292-9/+9
| | | | | | Updated German resources by Sebastian Barthel. svn path=/import/netsurf/; revision=1703
* [project @ 2005-04-29 10:47:35 by rjw]Richard Wilson2005-04-291-19/+92
| | | | | | Updated Tinct headers svn path=/import/netsurf/; revision=1702
* [project @ 2005-04-29 05:58:25 by rjw]Richard Wilson2005-04-291-2/+4
| | | | | | Only enable Find Text when we should. svn path=/import/netsurf/; revision=1701
* [project @ 2005-04-29 05:50:00 by rjw]Richard Wilson2005-04-291-12/+6
| | | | | | Fix theme installation svn path=/import/netsurf/; revision=1700
* [project @ 2005-04-29 01:35:52 by rjw]Richard Wilson2005-04-296-9/+18
| | | | | | Only initialise canvases if we need to. svn path=/import/netsurf/; revision=1699
* [project @ 2005-04-29 01:34:19 by rjw]Richard Wilson2005-04-291-133/+165
| | | | | | Improve table rendering. svn path=/import/netsurf/; revision=1698
* [project @ 2005-04-29 01:33:50 by rjw]Richard Wilson2005-04-291-2/+40
| | | | | | Correctly respect tr heights svn path=/import/netsurf/; revision=1697
* [project @ 2005-04-28 17:15:29 by rjw]Richard Wilson2005-04-281-52/+62
| | | | | | Don't rebuild SELECT menus on Adjust clicks. svn path=/import/netsurf/; revision=1696
* [project @ 2005-04-28 15:57:07 by rjw]Richard Wilson2005-04-281-2/+2
| | | | | | Unbreak HTML table border specification. svn path=/import/netsurf/; revision=1695
* [project @ 2005-04-28 02:35:03 by rjw]Richard Wilson2005-04-282-18/+27
| | | | | | HTML border attributes have lower priority that CSS values (fix osnews). Disable tr height minimum value usage for now. svn path=/import/netsurf/; revision=1694
* [project @ 2005-04-28 01:50:55 by rjw]Richard Wilson2005-04-281-5/+9
| | | | | | Respect minimum height for tr. svn path=/import/netsurf/; revision=1693
* [project @ 2005-04-28 01:17:52 by rjw]Richard Wilson2005-04-281-1/+45
| | | | | | Translate hspace/vspace to CSS margin values. svn path=/import/netsurf/; revision=1692
* [project @ 2005-04-28 01:05:40 by rjw]Richard Wilson2005-04-281-7/+13
| | | | | | Fix incorrect menu preperation. svn path=/import/netsurf/; revision=1691
* [project @ 2005-04-27 20:48:55 by rjw]Richard Wilson2005-04-271-4/+13
| | | | | | Don't close when other windows are resized. svn path=/import/netsurf/; revision=1690
* [project @ 2005-04-27 19:24:46 by tlsa]Michael Drake2005-04-271-2/+3
| | | | | | Update about page. svn path=/import/netsurf/; revision=1689
* [project @ 2005-04-27 19:13:30 by bursa]James Bursa2005-04-271-2/+4
| | | | | | Fix cellpadding="0". svn path=/import/netsurf/; revision=1688
* [project @ 2005-04-27 00:02:02 by rjw]Richard Wilson2005-04-271-2/+2
| | | | | | Remove NULL read for no matching URLs svn path=/import/netsurf/; revision=1687
* [project @ 2005-04-27 00:01:17 by rjw]Richard Wilson2005-04-271-26/+39
| | | | | | Improve the speed of URL matching svn path=/import/netsurf/; revision=1686
* [project @ 2005-04-26 13:36:21 by tlsa]Michael Drake2005-04-261-8/+9
| | | | | | Increase default cellspacing to 2px and provide 1px default cellpadding. svn path=/import/netsurf/; revision=1685
* [project @ 2005-04-25 20:58:22 by jmb]John Mark Bell2005-04-251-1/+1
| | | | | | Fix GTK build svn path=/import/netsurf/; revision=1684
* [project @ 2005-04-24 21:49:28 by jmb]John Mark Bell2005-04-241-3/+4
| | | | | | Fix invalid reads from freed data. svn path=/import/netsurf/; revision=1683
* [project @ 2005-04-23 22:26:05 by jmb]John Mark Bell2005-04-231-2/+31
| | | | | | Make url_join match the spec - see http://www.ics.uci.edu/~fielding/url/test1.html for testcases. svn path=/import/netsurf/; revision=1682
* [project @ 2005-04-23 09:24:28 by tlsa]Michael Drake2005-04-233-3/+3
| | | | | | Grammatical change to QuitDownload query. svn path=/import/netsurf/; revision=1681
* [project @ 2005-04-23 02:59:12 by adrianl]Adrian Lees2005-04-236-0/+12
| | | | | | Download abort/quit confirmation svn path=/import/netsurf/; revision=1680
* [project @ 2005-04-23 02:58:27 by adrianl]Adrian Lees2005-04-237-6/+241
| | | | | | Query windows, desktop save protocol, confirm abort/quit when downloads in progress svn path=/import/netsurf/; revision=1679