summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 2005-03-14 13:58:43 by rjw]Richard Wilson2005-03-144-54/+128
| | | | | | Minimise flicker when viewing non-HTML files. svn path=/import/netsurf/; revision=1535
* [project @ 2005-03-13 09:04:44 by rjw]Richard Wilson2005-03-134-4/+3
| | | | | | Update title and extent on scale change. svn path=/import/netsurf/; revision=1534
* [project @ 2005-03-13 01:23:10 by rjw]Richard Wilson2005-03-136-27/+66
| | | | | | Scale view is now applied to all content types. Ctrl+Q/Ctrl+W no longer step along a linear scale. svn path=/import/netsurf/; revision=1533
* [project @ 2005-03-12 22:32:43 by rjw]Richard Wilson2005-03-121-7/+108
| | | | | | Retain global history between sessions svn path=/import/netsurf/; revision=1532
* [project @ 2005-03-09 00:20:45 by bursa]James Bursa2005-03-091-129/+179
| | | | | | Fix installed themes sitting in memory cache. Break out some code into functions. svn path=/import/netsurf/; revision=1531
* [project @ 2005-03-08 23:26:12 by tlsa]Michael Drake2005-03-081-11/+11
| | | | | | Updated French Messages file by Jerome Mathevet. svn path=/import/netsurf/; revision=1530
* [project @ 2005-03-08 00:04:57 by bursa]James Bursa2005-03-081-4/+9
| | | | | | Temporarily disable declaring fonts. Printing may now work on RO3-4 non-PS only. svn path=/import/netsurf/; revision=1529
* [project @ 2005-03-07 21:30:28 by bursa]James Bursa2005-03-071-1/+5
| | | | | | Fix some more FP exceptions related to layout. svn path=/import/netsurf/; revision=1528
* [project @ 2005-02-27 16:03:02 by bursa]James Bursa2005-02-274-115/+193
| | | | | | Fix the GTK build. svn path=/import/netsurf/; revision=1527
* [project @ 2005-02-26 18:30:48 by bursa]James Bursa2005-02-261-3/+5
| | | | | | Fix some FP exceptions due to widths left as UNKNOWN_WIDTH. svn path=/import/netsurf/; revision=1526
* [project @ 2005-02-24 22:00:40 by bursa]James Bursa2005-02-2410-130/+102
| | | | | | Reimplement font family support, part 2 (font menus in choices). svn path=/import/netsurf/; revision=1525
* [project @ 2005-02-22 23:36:14 by bursa]James Bursa2005-02-225-219/+248
| | | | | | Reimplement font family support, part 1. svn path=/import/netsurf/; revision=1524
* [project @ 2005-02-21 21:31:31 by bursa]James Bursa2005-02-211-2/+19
| | | | | | Fix buffered font rendering. svn path=/import/netsurf/; revision=1523
* [project @ 2005-02-21 21:10:48 by bursa]James Bursa2005-02-211-18/+29
| | | | | | Check rufl_init() for errors. Rename gui_signal() to ro_gui_signal(). svn path=/import/netsurf/; revision=1522
* [project @ 2005-02-20 13:20:38 by bursa]James Bursa2005-02-201-74/+82
| | | | | | Updated dependencies. svn path=/import/netsurf/; revision=1521
* [project @ 2005-02-20 13:20:17 by bursa]James Bursa2005-02-201-419/+422
| | | | | | Add some directories to the codedocs. svn path=/import/netsurf/; revision=1520
* [project @ 2005-02-20 13:19:19 by bursa]James Bursa2005-02-2010-2564/+224
| | | | | | Font rewrite, part 3. Note that Draw export and printing are broken by these changes. svn path=/import/netsurf/; revision=1519
* [project @ 2005-02-20 13:18:21 by bursa]James Bursa2005-02-207-108/+97
| | | | | | Font rewrite, part 2. svn path=/import/netsurf/; revision=1518
* [project @ 2005-02-20 13:17:29 by bursa]James Bursa2005-02-204-25/+28
| | | | | | Font rewrite, part 1. svn path=/import/netsurf/; revision=1517
* [project @ 2005-02-19 23:40:15 by bursa]James Bursa2005-02-192-8/+10
| | | | | | Add const qualifiers to css_len2px arguments. svn path=/import/netsurf/; revision=1516
* [project @ 2005-02-18 00:04:40 by jmb]John Mark Bell2005-02-181-1/+2
| | | | | | Update library list svn path=/import/netsurf/; revision=1515
* [project @ 2005-02-15 22:34:22 by jmb]John Mark Bell2005-02-151-165/+241
| | | | | | | Fix loads of object/embed/applet/iframe memory leaks. Disable handling of applet tag as the implementation's broken and we don't have a sensible JVM anyway. svn path=/import/netsurf/; revision=1514
* [project @ 2005-02-14 22:35:05 by jmb]John Mark Bell2005-02-141-1/+1
| | | | | | Fix bug in regex svn path=/import/netsurf/; revision=1513
* [project @ 2005-02-14 21:20:26 by jmb]John Mark Bell2005-02-141-3/+3
| | | | | | | Make regex work with latest unixlib. Fix incorrect return value svn path=/import/netsurf/; revision=1512
* [project @ 2005-02-12 16:22:19 by tlsa]Michael Drake2005-02-121-2/+2
| | | | | | Alter help text to match current hotlist behaviour. svn path=/import/netsurf/; revision=1511
* [project @ 2005-02-12 14:49:58 by tlsa]Michael Drake2005-02-123-94/+91
| | | | | | Update interactive help. svn path=/import/netsurf/; revision=1510
* [project @ 2005-02-09 00:16:38 by rjw]Richard Wilson2005-02-093-8/+10
| | | | | | Make URL completion only respond to Adjust clicks once. svn path=/import/netsurf/; revision=1509
* [project @ 2005-02-08 23:37:41 by rjw]Richard Wilson2005-02-084-10/+157
| | | | | | Give global history some functionality svn path=/import/netsurf/; revision=1508
* [project @ 2005-02-08 23:34:56 by rjw]Richard Wilson2005-02-083-18/+112
| | | | | | Implement nodes being retained in memory after deletion, stop nodes being able to be moved within themselves. svn path=/import/netsurf/; revision=1507
* [project @ 2005-02-08 23:32:42 by rjw]Richard Wilson2005-02-083-0/+3
| | | | | | Messages updates for global history. svn path=/import/netsurf/; revision=1506
* [project @ 2005-02-08 23:03:21 by tlsa]Michael Drake2005-02-081-0/+0
| | | | | | Replace corrupt file. svn path=/import/netsurf/; revision=1505
* [project @ 2005-02-08 16:22:19 by tlsa]Michael Drake2005-02-082-9/+9
| | | | | | Updated French resources by Jerome Mathevet. svn path=/import/netsurf/; revision=1504
* [project @ 2005-02-08 01:49:59 by rjw]Richard Wilson2005-02-081-0/+0
| | | | | | Set filetype for default theme. svn path=/import/netsurf/; revision=1503
* [project @ 2005-02-08 01:06:03 by rjw]Richard Wilson2005-02-081-21/+83
| | | | | | More efficient URL storage format for faster loading. svn path=/import/netsurf/; revision=1502
* [project @ 2005-02-07 23:49:20 by rjw]Richard Wilson2005-02-071-0/+0
| | | | | | Remove previous theme file. svn path=/import/netsurf/; revision=1501
* [project @ 2005-02-07 23:48:34 by rjw]Richard Wilson2005-02-071-0/+0
| | | | | | Add missing theme file svn path=/import/netsurf/; revision=1500
* [project @ 2005-02-07 23:00:09 by rjw]Richard Wilson2005-02-075-41/+52
| | | | | | Stop toolbar scrolling by 1px, make theme saving use leafnames, improve error handling svn path=/import/netsurf/; revision=1499
* [project @ 2005-02-07 14:29:56 by rjw]Richard Wilson2005-02-071-1/+1
| | | | | | Makefile update for global history. svn path=/import/netsurf/; revision=1498
* [project @ 2005-02-07 14:28:43 by rjw]Richard Wilson2005-02-0721-244/+992
| | | | | | Initial work for global history (currently incomplete) svn path=/import/netsurf/; revision=1497
* [project @ 2005-02-07 14:21:30 by rjw]Richard Wilson2005-02-075-3/+51
| | | | | | Preliminary updates for global history svn path=/import/netsurf/; revision=1496
* [project @ 2005-02-07 14:18:33 by rjw]Richard Wilson2005-02-071-1/+2
| | | | | | Create nested themes at the correct place in the choices window svn path=/import/netsurf/; revision=1495
* [project @ 2005-02-07 14:17:35 by rjw]Richard Wilson2005-02-071-0/+15
| | | | | | Stop crashes during buffered rendering freezing RISC OS svn path=/import/netsurf/; revision=1494
* [project @ 2005-02-05 01:08:00 by rjw]Richard Wilson2005-02-051-0/+2
| | | | | | Make F2 automatically open URL completion. svn path=/import/netsurf/; revision=1493
* [project @ 2005-02-04 19:41:59 by jmb]John Mark Bell2005-02-041-1/+6
| | | | | | Prevent assertion failure on pages with white-space: pre-wrap / pre-line svn path=/import/netsurf/; revision=1492
* [project @ 2005-02-04 18:07:27 by rjw]Richard Wilson2005-02-041-3/+12
| | | | | | Adjust clicking on a suggested URL filters to the prefix and doesn't launch. svn path=/import/netsurf/; revision=1491
* [project @ 2005-02-04 03:02:15 by rjw]Richard Wilson2005-02-044-10/+54
| | | | | | Make URL completion less intrusive, fix incorrect horizontal clipping of vertical scrollbar. svn path=/import/netsurf/; revision=1490
* [project @ 2005-02-03 20:49:43 by bursa]James Bursa2005-02-031-20/+76
| | | | | | "IEURL" (1ba) file support. svn path=/import/netsurf/; revision=1489
* [project @ 2005-02-03 13:18:22 by rjw]Richard Wilson2005-02-0314-20/+1174
| | | | | | Implementation of URL suggestion svn path=/import/netsurf/; revision=1488
* [project @ 2005-02-03 13:12:24 by rjw]Richard Wilson2005-02-031-5/+6
| | | | | | Wider minimum URL bar width, make themes work on NCOS (probably) svn path=/import/netsurf/; revision=1487
* [project @ 2005-02-03 13:10:21 by rjw]Richard Wilson2005-02-031-6/+15
| | | | | | Make themes auto-install work on NCOS (probably) svn path=/import/netsurf/; revision=1486