summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
* [project @ 2005-04-23 02:56:14 by adrianl]Adrian Lees2005-04-232-0/+286
| | | | | | Query windows svn path=/import/netsurf/; revision=1678
* [project @ 2005-04-22 00:58:05 by adrianl]Adrian Lees2005-04-221-2/+4
| | | | | | No selection when searching on non-html content svn path=/import/netsurf/; revision=1677
* [project @ 2005-04-21 21:36:23 by adrianl]Adrian Lees2005-04-214-21/+133
| | | | | | Dragging URLs into toolbar URL icon; keyboard actions in textareas conform to Wimp's icon editing; display of scale % fixed for 120% svn path=/import/netsurf/; revision=1676
* [project @ 2005-04-20 23:22:49 by rjw]Richard Wilson2005-04-205-24/+5
| | | | | | Remove background blending option, fix tree menu bug. svn path=/import/netsurf/; revision=1675
* [project @ 2005-04-20 12:30:59 by adrianl]Adrian Lees2005-04-201-1/+1
| | | | | | Reintroduced NDEBUG svn path=/import/netsurf/; revision=1674
* [project @ 2005-04-20 12:24:41 by adrianl]Adrian Lees2005-04-2012-205/+975
| | | | | | text import from global clipboard, other apps & files and additional keys for editing text in textareas svn path=/import/netsurf/; revision=1673
* [project @ 2005-04-20 03:58:40 by rjw]Richard Wilson2005-04-201-5/+10
| | | | | | Fix parsing of 0 values without a unit for background-position and font-size. svn path=/import/netsurf/; revision=1672
* [project @ 2005-04-19 22:07:03 by jmb]John Mark Bell2005-04-191-11/+7
| | | | | | | Now require Iconv (as forms rely on it for charset conversion). Note that version 0.04 is required as this contains fixes for bugs in previous versions. svn path=/import/netsurf/; revision=1671
* [project @ 2005-04-18 21:40:29 by bursa]James Bursa2005-04-181-3/+3
| | | | | | Fix bug with redirected contents being reused (as triggered by looping redirects). svn path=/import/netsurf/; revision=1670
* [project @ 2005-04-18 21:01:38 by tlsa]Michael Drake2005-04-183-4/+16
| | | | | | Put iconbar menu interactive help back in sync with menu. svn path=/import/netsurf/; revision=1669
* [project @ 2005-04-18 12:07:27 by adrianl]Adrian Lees2005-04-181-2/+3
| | | | | | Update gtk build before z notices I broke it svn path=/import/netsurf/; revision=1668
* [project @ 2005-04-18 11:52:26 by adrianl]Adrian Lees2005-04-184-43/+62
| | | | | | Ignore save drags from browser window that remain within window svn path=/import/netsurf/; revision=1667
* [project @ 2005-04-18 00:42:03 by adrianl]Adrian Lees2005-04-181-1/+1
| | | | | | Corrected scaling bug introduced by previous change svn path=/import/netsurf/; revision=1666
* [project @ 2005-04-17 23:32:09 by adrianl]Adrian Lees2005-04-174-22/+89
| | | | | | better keyboard support for scale and find dialogs svn path=/import/netsurf/; revision=1665
* [project @ 2005-04-17 17:16:44 by bursa]James Bursa2005-04-171-6/+1
| | | | | | Enable closing windows while the browser is busy. svn path=/import/netsurf/; revision=1664
* [project @ 2005-04-17 16:56:41 by bursa]James Bursa2005-04-171-1/+2
| | | | | | Fix frameset code. svn path=/import/netsurf/; revision=1663
* [project @ 2005-04-17 16:42:37 by bursa]James Bursa2005-04-171-1/+1
| | | | | | Fix null pointer read in box_dump(). svn path=/import/netsurf/; revision=1662