summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-04-14 01:36:54 by rjw]Richard Wilson2005-04-141-5/+9
| | | | | | Fix redraw errors for standalone images when buffered. svn path=/import/netsurf/; revision=1631
* [project @ 2005-04-14 01:35:47 by rjw]Richard Wilson2005-04-141-5/+2
| | | | | | Fix textarea redraw errors. svn path=/import/netsurf/; revision=1630
* [project @ 2005-04-14 01:34:23 by rjw]Richard Wilson2005-04-141-3/+3
| | | | | | Only close menus we own. svn path=/import/netsurf/; revision=1629
* [project @ 2005-04-13 22:02:28 by adrianl]Adrian Lees2005-04-131-2/+2
| | | | | | Fix scrolling to tags with scaled display svn path=/import/netsurf/; revision=1628
* [project @ 2005-04-13 21:58:28 by bursa]James Bursa2005-04-131-15/+16
| | | | | | Add fallback field to struct box for object fallback content. Add some checks for tree consistency to box_dump(). Rename struct plugin_params to object_param. Clean up box_object(), box_embed(), box_iframe(), and box_image(). Implement object fallback to contents if the fetch or conversion fails. svn path=/import/netsurf/; revision=1627
* [project @ 2005-04-12 19:11:35 by rjw]Richard Wilson2005-04-122-47/+29
| | | | | | Work around the stupid manner in which the FontManager only observes the plot origin for non-anti-aliased text operations. svn path=/import/netsurf/; revision=1626
* [project @ 2005-04-12 19:09:09 by rjw]Richard Wilson2005-04-121-4/+4
| | | | | | Round value up when going from OS units to pixels. svn path=/import/netsurf/; revision=1625
* [project @ 2005-04-10 23:26:34 by rjw]Richard Wilson2005-04-101-19/+22
| | | | | | Simplify code. svn path=/import/netsurf/; revision=1623
* [project @ 2005-04-10 23:26:17 by rjw]Richard Wilson2005-04-103-38/+45
| | | | | | Remove screen cache, workaround SpriteExtend bug. svn path=/import/netsurf/; revision=1622
* [project @ 2005-04-10 19:33:33 by rjw]Richard Wilson2005-04-101-1/+1
| | | | | | Fix incorrect throbber size calculation. svn path=/import/netsurf/; revision=1621
* [project @ 2005-04-09 22:56:34 by jmb]John Mark Bell2005-04-091-43/+19
| | | | | | Fix inappropriate free()s of talloced content svn path=/import/netsurf/; revision=1619
* [project @ 2005-04-09 22:37:09 by rjw]Richard Wilson2005-04-091-389/+489
| | | | | | Fix bug that prevented the recent URL button working without a theme. Resizing the status bar to no width now works correctly when the window is resized. Lose legacy choices file reading (users may need to re-choose their desired theme.) Source code tidy-up part one. svn path=/import/netsurf/; revision=1618
* [project @ 2005-04-09 22:31:26 by rjw]Richard Wilson2005-04-091-0/+2
| | | | | | Close file on memory exhaustion. svn path=/import/netsurf/; revision=1617
* [project @ 2005-04-09 14:58:54 by rjw]Richard Wilson2005-04-091-27/+8
| | | | | | Don't expect the wimp to behave sensibly and return errors when it should. svn path=/import/netsurf/; revision=1616
* [project @ 2005-04-09 13:23:55 by rjw]Richard Wilson2005-04-091-17/+21
| | | | | | Fallback to default window furniture sizes. svn path=/import/netsurf/; revision=1612
* [project @ 2005-04-09 09:47:36 by bursa]James Bursa2005-04-092-10/+6
| | | | | | Move HTML contents almost fully over to talloc(), simplifying code. Improvements to title attributes, broken forms, cellpadding. Reorder functions in box_construct.c. svn path=/import/netsurf/; revision=1608
* [project @ 2005-04-08 02:06:46 by rjw]Richard Wilson2005-04-082-10/+35
| | | | | | Save the page title with Acorn URI files, and use it when dragging into the hotlist. svn path=/import/netsurf/; revision=1606
* [project @ 2005-04-07 21:47:17 by rjw]Richard Wilson2005-04-071-0/+2
| | | | | | Stop Ctrl+Q/W without a content from killing NetSurf. svn path=/import/netsurf/; revision=1604
* [project @ 2005-04-07 20:46:22 by rjw]Richard Wilson2005-04-0720-2705/+2686
| | | | | | Update to the way menus are handled. Various GUI bug fixes. svn path=/import/netsurf/; revision=1603
* [project @ 2005-04-05 18:52:00 by rjw]Richard Wilson2005-04-051-3/+4
| | | | | | Fix reading from zero-page. svn path=/import/netsurf/; revision=1601
* [project @ 2005-04-05 17:19:58 by rjw]Richard Wilson2005-04-052-27/+9
| | | | | | Add sanity checks to Sprite file handling and simplify code. svn path=/import/netsurf/; revision=1600
* [project @ 2005-04-05 11:41:03 by rjw]Richard Wilson2005-04-051-3/+6
| | | | | | Missing check-in for updated sprite rendering. svn path=/import/netsurf/; revision=1599
* [project @ 2005-04-05 02:36:33 by rjw]Richard Wilson2005-04-051-34/+8
| | | | | | Reduce re-allocation of memory when receiving files (drastically increases the speed of loading large files locally). Sprite files no longer require two copies of their data. svn path=/import/netsurf/; revision=1598
* [project @ 2005-04-04 22:14:51 by adrianl]Adrian Lees2005-04-041-20/+107
| | | | | | DataSave support for inter-app file/URL transfer svn path=/import/netsurf/; revision=1596
* [project @ 2005-04-02 23:57:48 by jmb]John Mark Bell2005-04-021-1/+11
| | | | | | Dump all box trees when SIGFPE raised svn path=/import/netsurf/; revision=1590
* [project @ 2005-03-29 13:32:11 by adrianl]Adrian Lees2005-03-291-1/+4
| | | | | | Fix read from NULL ptr when clicking on hotlist background svn path=/import/netsurf/; revision=1586
* [project @ 2005-03-28 16:16:14 by jmb]John Mark Bell2005-03-281-10/+12
| | | | | | Fix sprite palette generation. Buffering now works properly in 16 colour modes. svn path=/import/netsurf/; revision=1584
* [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