summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-03-25 14:25:25 by adrianl]Adrian Lees2005-03-251-31/+109
| | | | | | Removed string copying and added wildcard matching. svn path=/import/netsurf/; revision=1582
* [project @ 2005-03-24 07:45:41 by bursa]James Bursa2005-03-241-5/+5
| | | | | | Make line splitting more accurate by using rufl_split() instead of rufl_x_to_offset(). This fixes many cases of text leaking out of a box. svn path=/import/netsurf/; revision=1579
* [project @ 2005-03-22 20:19:30 by rjw]Richard Wilson2005-03-221-2/+4
| | | | | | Add specific check for 'Floating Help' for interactive help messages svn path=/import/netsurf/; revision=1572
* [project @ 2005-03-21 15:27:31 by rjw]Richard Wilson2005-03-211-1/+1
| | | | | | Correct wrong initial configuration. svn path=/import/netsurf/; revision=1568
* [project @ 2005-03-21 14:48:26 by rjw]Richard Wilson2005-03-213-43/+122
| | | | | | Make toolbar configurable. svn path=/import/netsurf/; revision=1567
* [project @ 2005-03-21 00:50:13 by rjw]Richard Wilson2005-03-211-10/+17
| | | | | | Add shift+toggle feature for short contents. *** HACK *** svn path=/import/netsurf/; revision=1566
* [project @ 2005-03-21 00:15:48 by jmb]John Mark Bell2005-03-211-46/+59
| | | | | | Fix mouse click handling in local history window svn path=/import/netsurf/; revision=1565
* [project @ 2005-03-20 22:50:29 by rjw]Richard Wilson2005-03-202-2/+2
| | | | | | Trees now use content title rather than gui_window title. svn path=/import/netsurf/; revision=1562
* [project @ 2005-03-20 22:49:53 by rjw]Richard Wilson2005-03-201-0/+11
| | | | | | Tree toolbar actions update toolbar status (deleting a node/element is now correctly reflected. svn path=/import/netsurf/; revision=1561
* [project @ 2005-03-20 20:39:43 by rjw]Richard Wilson2005-03-202-2/+15
| | | | | | Allow theme changing during toolbar edit sessions. Stop pointer changing to ptr_lr when updating toolbar windows. svn path=/import/netsurf/; revision=1558
* [project @ 2005-03-20 20:39:22 by jmb]John Mark Bell2005-03-201-2/+2
| | | | | | Fix draw_plot_rectangle API svn path=/import/netsurf/; revision=1557
* [project @ 2005-03-20 19:28:49 by rjw]Richard Wilson2005-03-205-16/+250
| | | | | | Further toolbar customisation work. svn path=/import/netsurf/; revision=1555
* [project @ 2005-03-20 18:58:34 by jmb]John Mark Bell2005-03-201-1/+2
| | | | | | Reinstate font background blending svn path=/import/netsurf/; revision=1554
* [project @ 2005-03-20 14:57:51 by rjw]Richard Wilson2005-03-201-0/+6
| | | | | | Add missing change. svn path=/import/netsurf/; revision=1552
* [project @ 2005-03-20 14:57:19 by rjw]Richard Wilson2005-03-206-166/+414
| | | | | | Further work towards configurable toolbars. svn path=/import/netsurf/; revision=1551
* [project @ 2005-03-20 01:55:48 by jmb]John Mark Bell2005-03-201-1/+6
| | | | | | Explicitly copy result of getenv(NetSurf$Dir) as not doing so will break things with latest UnixLib (as the result gets freed next time getenv is called). svn path=/import/netsurf/; revision=1549
* [project @ 2005-03-19 12:50:45 by rjw]Richard Wilson2005-03-192-74/+89
| | | | | | Minor toolbar/GUI refinements. svn path=/import/netsurf/; revision=1543
* [project @ 2005-03-19 01:21:53 by rjw]Richard Wilson2005-03-192-160/+44
| | | | | | Remove legacy toolbar button configuration code. Squash some compiler warnings. svn path=/import/netsurf/; revision=1542
* [project @ 2005-03-18 23:52:38 by rjw]Richard Wilson2005-03-1811-112/+199
| | | | | | Allow windows to be resized to an absolute minimum (toolbars collapse.) svn path=/import/netsurf/; revision=1541
* [project @ 2005-03-14 22:41:16 by rjw]Richard Wilson2005-03-141-0/+6
| | | | | | Stop a lack of hotlist causing hotlist menu preparation from crashing. svn path=/import/netsurf/; revision=1537
* [project @ 2005-03-14 14:01:02 by rjw]Richard Wilson2005-03-141-0/+7
| | | | | | Stop text matching keyboard shortcuts in SELECT entities being right aligned. svn path=/import/netsurf/; revision=1536
* [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-132-2/+2
| | | | | | 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-133-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 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-02-24 22:00:40 by bursa]James Bursa2005-02-244-130/+93
| | | | | | 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: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-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-081-2/+34
| | | | | | 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-07 23:00:09 by rjw]Richard Wilson2005-02-074-29/+51
| | | | | | Stop toolbar scrolling by 1px, make theme saving use leafnames, improve error handling svn path=/import/netsurf/; revision=1499
* [project @ 2005-02-07 14:28:43 by rjw]Richard Wilson2005-02-0715-190/+930
| | | | | | Initial work for global history (currently incomplete) svn path=/import/netsurf/; revision=1497
* [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-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 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-038-16/+644
| | | | | | 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
* [project @ 2005-02-03 10:04:06 by jmb]John Mark Bell2005-02-032-6/+18
| | | | | | | Fix issue with plugins embedded in a page requesting fetch of the same page on load. Add option to block popups. svn path=/import/netsurf/; revision=1482
* [project @ 2005-02-01 01:16:53 by jmb]John Mark Bell2005-02-011-1/+0
| | | | | | Lose spurious #include svn path=/import/netsurf/; revision=1479
* [project @ 2005-02-01 00:58:31 by rjw]Richard Wilson2005-02-011-3/+4
| | | | | | Only buffer redraws that update the entire current clipping area (fixes GIF redraw artifacts.) svn path=/import/netsurf/; revision=1477
* [project @ 2005-01-29 16:17:23 by bursa]James Bursa2005-01-291-0/+1
| | | | | | Make DA max size 128M. svn path=/import/netsurf/; revision=1475
* [project @ 2005-01-27 22:37:54 by bursa]James Bursa2005-01-271-3/+0
| | | | | | Builds now hosted on the main site. svn path=/import/netsurf/; revision=1471