summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2005-01-24 22:14:59 by bursa]James Bursa2005-01-245-12/+10
| | | | | | Simplify browser_window_go(). Replace browser_window_go_post() with browser_window_go() where possible. svn path=/import/netsurf/; revision=1466
* [project @ 2005-01-24 20:59:15 by bursa]James Bursa2005-01-241-21/+18
| | | | | | Fix input focus behaviour. Remove obsolete gui_window_get_url(). svn path=/import/netsurf/; revision=1465
* [project @ 2005-01-23 16:09:05 by rjw]Richard Wilson2005-01-239-181/+394
| | | | | | Further work on theme installing svn path=/import/netsurf/; revision=1463
* [project @ 2005-01-20 23:17:08 by rjw]Richard Wilson2005-01-202-53/+109
| | | | | | Substantial speed increase for off-screen buffering svn path=/import/netsurf/; revision=1459
* [project @ 2005-01-16 21:04:00 by bursa]James Bursa2005-01-161-1/+1
| | | | | | Rename themeinstall template to avoid issues with 12-character names in some Wimp versions. svn path=/import/netsurf/; revision=1454
* [project @ 2005-01-13 22:42:38 by bursa]James Bursa2005-01-133-1/+120
| | | | | | Start on theme auto-install. Fix content_add_user() not to broadcast error on memory exhaustion. svn path=/import/netsurf/; revision=1448
* [project @ 2005-01-13 20:01:03 by bursa]James Bursa2005-01-131-67/+68
| | | | | | Change toolbar icon button type to click. svn path=/import/netsurf/; revision=1444
* [project @ 2005-01-03 02:28:57 by jmb]John Mark Bell2005-01-031-1/+0
| | | | | | Lose erroneous #include svn path=/import/netsurf/; revision=1430
* [project @ 2005-01-03 02:09:20 by jmb]John Mark Bell2005-01-036-13/+21
| | | | | | Shift + Click == download svn path=/import/netsurf/; revision=1429
* [project @ 2005-01-03 01:18:17 by jmb]John Mark Bell2005-01-031-39/+41
| | | | | | Reorder F-key order (looks tidier ;) svn path=/import/netsurf/; revision=1428
* [project @ 2005-01-02 11:47:51 by bursa]James Bursa2005-01-021-1/+1
| | | | | | Fix comment. svn path=/import/netsurf/; revision=1424
* [project @ 2005-01-02 03:58:20 by jmb]John Mark Bell2005-01-024-33/+50
| | | | | | xcalloc/xrealloc/xstrdup-purge - Lose remaining calls (and purge the relevant functions from utils.c) svn path=/import/netsurf/; revision=1419
* [project @ 2005-01-01 22:14:06 by bursa]James Bursa2005-01-011-3/+9
| | | | | | xcalloc/xrealloc/xstrdup-purge week. svn path=/import/netsurf/; revision=1417
* [project @ 2005-01-01 22:05:20 by bursa]James Bursa2005-01-011-11/+21
| | | | | | xcalloc/xrealloc/xstrdup-purge week, part 5. Improve and simplify encoding detection. svn path=/import/netsurf/; revision=1416
* [project @ 2004-12-25 18:58:04 by jmb]John Mark Bell2004-12-252-3/+9
| | | | | | | Fix issue with streaming as file when handling unknown content length (plugin_convert may have been called prior to the streaming being set up, thus resulting in the file not being streamed) Lose spurious boolean in plugin_data struct. svn path=/import/netsurf/; revision=1411
* [project @ 2004-12-25 12:12:39 by jmb]John Mark Bell2004-12-251-30/+114
| | | | | | Support standalone plugins svn path=/import/netsurf/; revision=1410