Commit Graph

  • d8c19f2e13 [project @ 2005-04-10 23:26:17 by rjw] Remove screen cache, workaround SpriteExtend bug. Richard Wilson 2005-04-10 23:26:17 +0000
  • 232911b403 [project @ 2005-04-10 19:33:33 by rjw] Fix incorrect throbber size calculation. Richard Wilson 2005-04-10 19:33:33 +0000
  • 72e3ad4fcd [project @ 2005-04-10 17:08:49 by bursa] Implement box_get_attribute() to simplify code. Add code to attempt to extract URLs from "javascript:" links. James Bursa 2005-04-10 17:08:49 +0000
  • 63c33349f0 [project @ 2005-04-09 22:56:34 by jmb] Fix inappropriate free()s of talloced content John Mark Bell 2005-04-09 22:56:34 +0000
  • 2ef1e63d3d [project @ 2005-04-09 22:37:09 by rjw] 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. Richard Wilson 2005-04-09 22:37:09 +0000
  • ed30d76336 [project @ 2005-04-09 22:31:26 by rjw] Close file on memory exhaustion. Richard Wilson 2005-04-09 22:31:26 +0000
  • bc43904af9 [project @ 2005-04-09 14:58:54 by rjw] Don't expect the wimp to behave sensibly and return errors when it should. Richard Wilson 2005-04-09 14:58:54 +0000
  • 35770a2572 [project @ 2005-04-09 13:26:57 by bursa] Fix nsfont_width() and nsfont_paint() when passed a 0-length string. James Bursa 2005-04-09 13:26:57 +0000
  • 49fdeafbbf [project @ 2005-04-09 13:25:54 by bursa] Add an assert() to layout_line() to help detect bugs. James Bursa 2005-04-09 13:25:54 +0000
  • f9d5c0f7c8 [project @ 2005-04-09 13:25:05 by bursa] Fix iframe related crash. James Bursa 2005-04-09 13:25:05 +0000
  • b7d0f95486 [project @ 2005-04-09 13:23:55 by rjw] Fallback to default window furniture sizes. Richard Wilson 2005-04-09 13:23:55 +0000
  • c4d3ac1d8f [project @ 2005-04-09 10:00:00 by bursa] Serialize fetches with no host (should fix multiple local files not loading in certain cases). James Bursa 2005-04-09 10:00:00 +0000
  • 20c4d5d114 [project @ 2005-04-09 09:57:19 by bursa] Remove obsolete style_clone field from struct box (forgot this file). James Bursa 2005-04-09 09:57:19 +0000
  • 10fa42cd12 [project @ 2005-04-09 09:52:52 by bursa] Remove obsolete style_clone field from struct box. James Bursa 2005-04-09 09:52:52 +0000
  • 2920bca14a [project @ 2005-04-09 09:47:36 by bursa] Move HTML contents almost fully over to talloc(), simplifying code. Improvements to title attributes, broken forms, cellpadding. Reorder functions in box_construct.c. James Bursa 2005-04-09 09:47:37 +0000
  • 8728712699 [project @ 2005-04-08 22:18:28 by bursa] Fix dump of URLs containing a %. James Bursa 2005-04-08 22:18:28 +0000
  • 46a50d6b7a [project @ 2005-04-08 02:06:46 by rjw] Save the page title with Acorn URI files, and use it when dragging into the hotlist. Richard Wilson 2005-04-08 02:06:46 +0000
  • 93fd0643fa [project @ 2005-04-07 22:51:42 by jmb] Update depend file John Mark Bell 2005-04-07 22:51:42 +0000
  • ce3c78545a [project @ 2005-04-07 21:47:17 by rjw] Stop Ctrl+Q/W without a content from killing NetSurf. Richard Wilson 2005-04-07 21:47:17 +0000
  • 610fca368b [project @ 2005-04-07 20:46:22 by rjw] Update to the way menus are handled. Various GUI bug fixes. Richard Wilson 2005-04-07 20:46:22 +0000
  • 75e7c01b1f [project @ 2005-04-06 17:02:22 by rjw] Updated templates and messages ready for updated GUI code. Thanks to Jermone Mathevet for the updated French messages. Richard Wilson 2005-04-06 17:02:23 +0000
  • 36b513ccce [project @ 2005-04-05 18:52:00 by rjw] Fix reading from zero-page. Richard Wilson 2005-04-05 18:52:00 +0000
  • 9acf6d31cf [project @ 2005-04-05 17:19:58 by rjw] Add sanity checks to Sprite file handling and simplify code. Richard Wilson 2005-04-05 17:19:58 +0000
  • 8e9561dc29 [project @ 2005-04-05 11:41:03 by rjw] Missing check-in for updated sprite rendering. Richard Wilson 2005-04-05 11:41:03 +0000
  • 92743be24d [project @ 2005-04-05 02:36:33 by rjw] 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. Richard Wilson 2005-04-05 02:36:33 +0000
  • 57c30e59f2 [project @ 2005-04-04 23:42:47 by adrianl] Added throwback Adrian Lees 2005-04-04 23:42:47 +0000
  • 8bd707114c [project @ 2005-04-04 22:14:51 by adrianl] DataSave support for inter-app file/URL transfer Adrian Lees 2005-04-04 22:14:51 +0000
  • f9e97d5aa5 [project @ 2005-04-04 18:41:09 by tlsa] Fix WimpSlot number for autobuilder and update SUL URL again. Michael Drake 2005-04-04 18:41:09 +0000
  • d747cfe2d2 [project @ 2005-04-04 09:41:25 by tlsa] Update SharedUnixLibrary URL. Michael Drake 2005-04-04 09:41:25 +0000
  • 640c6833cf [project @ 2005-04-03 14:17:05 by bursa] Use talloc_realloc() instead of realloc() for c->source_data, since that is now managed by talloc. James Bursa 2005-04-03 14:17:05 +0000
  • a7a0048c0d [project @ 2005-04-03 10:58:24 by bursa] Use talloc for content structures. James Bursa 2005-04-03 10:58:49 +0000
  • fef4301a74 [project @ 2005-04-03 10:56:49 by bursa] Talloc memory allocation functions from Samba. James Bursa 2005-04-03 10:56:49 +0000
  • f5ff372fe8 [project @ 2005-04-02 23:57:48 by jmb] Dump all box trees when SIGFPE raised John Mark Bell 2005-04-02 23:57:48 +0000
  • f228f3c8da [project @ 2005-04-02 18:24:47 by jmb] Fix more FP exceptions John Mark Bell 2005-04-02 18:24:47 +0000
  • bed3897f66 [project @ 2005-04-02 11:13:27 by bursa] Assert when a box has UNKNOWN_WIDTH after layout. James Bursa 2005-04-02 11:13:27 +0000
  • 92fa1133c9 [project @ 2005-04-01 02:25:11 by jmb] application/xhtml+xml -> CONTENT_HTML Fix minor issue with mimetype matching regexp. John Mark Bell 2005-04-01 02:25:11 +0000
  • e7e34b78c3 [project @ 2005-03-29 13:32:11 by adrianl] Fix read from NULL ptr when clicking on hotlist background Adrian Lees 2005-03-29 13:32:11 +0000
  • 29d44c739e [project @ 2005-03-28 19:17:06 by bursa] Split convert_xml_to_box() into box_construct_element() and box_construct_text(). Add box_solve_display(). James Bursa 2005-03-28 19:17:06 +0000
  • 0fd980d8b2 [project @ 2005-03-28 16:16:14 by jmb] Fix sprite palette generation. Buffering now works properly in 16 colour modes. John Mark Bell 2005-03-28 16:16:14 +0000
  • 64d8f9d5ed [project @ 2005-03-26 01:12:27 by bursa] Split box.c into box_construct.c, box_normalise.c, and box.c. James Bursa 2005-03-26 01:12:27 +0000
  • 9b8a94cc39 [project @ 2005-03-25 14:25:25 by adrianl] Removed string copying and added wildcard matching. Adrian Lees 2005-03-25 14:25:25 +0000
  • 2f158d6eef [project @ 2005-03-24 21:36:00 by bursa] Updated dependencies. James Bursa 2005-03-24 21:36:00 +0000
  • 770a3f7494 [project @ 2005-03-24 13:44:24 by rjw] Don't add fetches that failed to initialise to the object list. Richard Wilson 2005-03-24 13:44:24 +0000
  • d4760c09c0 [project @ 2005-03-24 07:45:41 by bursa] 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. James Bursa 2005-03-24 07:45:41 +0000
  • 53d959cfda [project @ 2005-03-24 00:36:33 by tlsa] Give tables a one pixel default cellspacing. Michael Drake 2005-03-24 00:36:33 +0000
  • a86fc14128 [project @ 2005-03-23 23:22:48 by tlsa] Revert last checkin. Michael Drake 2005-03-23 23:22:48 +0000
  • 4bdb8b3234 [project @ 2005-03-23 22:43:16 by tlsa] Position aligned tables with margins. Michael Drake 2005-03-23 22:43:16 +0000
  • c0b5985867 [project @ 2005-03-23 19:17:03 by rjw] Fix scaling of very small background images when viewing at less than 100% Richard Wilson 2005-03-23 19:17:03 +0000
  • 511891d27c [project @ 2005-03-23 18:14:38 by rjw] Fix incorrect background position calculations. Modify CSS parser to pass all background-position testcases. Richard Wilson 2005-03-23 18:14:38 +0000
  • c16c3ffa2f [project @ 2005-03-23 16:42:37 by rjw] Don't pass scaled values to children to minimise rounding errors. Richard Wilson 2005-03-23 16:42:37 +0000
  • 67b91d31c5 [project @ 2005-03-22 20:19:30 by rjw] Add specific check for 'Floating Help' for interactive help messages Richard Wilson 2005-03-22 20:19:30 +0000
  • 39c6af5d64 [project @ 2005-03-22 16:29:16 by rjw] Fix some rounding issues for table cell calculations. Richard Wilson 2005-03-22 16:29:16 +0000
  • cfa3a095b1 [project @ 2005-03-22 11:49:16 by tlsa] Clarify menu option for copying size and position of parent windows. Michael Drake 2005-03-22 11:49:16 +0000
  • b832e05f03 [project @ 2005-03-22 00:10:42 by rjw] Experimental cellpadding support Richard Wilson 2005-03-22 00:10:42 +0000
  • 28d9260ca4 [project @ 2005-03-21 15:27:31 by rjw] Correct wrong initial configuration. Richard Wilson 2005-03-21 15:27:31 +0000
  • 5ecea49e7e [project @ 2005-03-21 14:48:26 by rjw] Make toolbar configurable. Richard Wilson 2005-03-21 14:48:26 +0000
  • 9a76676600 [project @ 2005-03-21 00:50:13 by rjw] Add shift+toggle feature for short contents. *** HACK *** Richard Wilson 2005-03-21 00:50:13 +0000
  • 8c0cc33e3b [project @ 2005-03-21 00:15:48 by jmb] Fix mouse click handling in local history window John Mark Bell 2005-03-21 00:15:48 +0000
  • 81c410a6a6 [project @ 2005-03-20 23:42:23 by jmb] Only stop existing fetch for window if we're really going to initiate a new one. John Mark Bell 2005-03-20 23:42:23 +0000
  • dfdf4741f8 [project @ 2005-03-20 23:02:00 by rjw] URL nodes without a title use the associated URL. Richard Wilson 2005-03-20 23:02:00 +0000
  • b718ee9158 [project @ 2005-03-20 22:50:29 by rjw] Trees now use content title rather than gui_window title. Richard Wilson 2005-03-20 22:50:29 +0000
  • f3b7d06f2a [project @ 2005-03-20 22:49:53 by rjw] Tree toolbar actions update toolbar status (deleting a node/element is now correctly reflected. Richard Wilson 2005-03-20 22:49:53 +0000
  • ba304de23b [project @ 2005-03-20 21:13:38 by jmb] Add fragment id to URL in URL bar John Mark Bell 2005-03-20 21:13:38 +0000
  • 1899ba8cf1 [project @ 2005-03-20 20:47:53 by tlsa] Adjust click on History icon opens Global History. Michael Drake 2005-03-20 20:47:53 +0000
  • 412c668af3 [project @ 2005-03-20 20:39:43 by rjw] Allow theme changing during toolbar edit sessions. Stop pointer changing to ptr_lr when updating toolbar windows. Richard Wilson 2005-03-20 20:39:43 +0000
  • 062e6a5bae [project @ 2005-03-20 20:39:22 by jmb] Fix draw_plot_rectangle API John Mark Bell 2005-03-20 20:39:22 +0000
  • 452629ab85 [project @ 2005-03-20 20:38:40 by jmb] Fix stupidity relating to URL matching John Mark Bell 2005-03-20 20:38:40 +0000
  • 7cf3d4dde2 [project @ 2005-03-20 19:28:49 by rjw] Further toolbar customisation work. Richard Wilson 2005-03-20 19:28:50 +0000
  • 68224ec45c [project @ 2005-03-20 18:58:34 by jmb] Reinstate font background blending John Mark Bell 2005-03-20 18:58:34 +0000
  • 55fd3a7ee7 [project @ 2005-03-20 16:34:20 by jmb] Fix crash relating to opening a link containing a fragment in a new window. John Mark Bell 2005-03-20 16:34:20 +0000
  • 63c349330d [project @ 2005-03-20 14:57:51 by rjw] Add missing change. Richard Wilson 2005-03-20 14:57:51 +0000
  • 06419abcca [project @ 2005-03-20 14:57:19 by rjw] Further work towards configurable toolbars. Richard Wilson 2005-03-20 14:57:19 +0000
  • 44f1f35436 [project @ 2005-03-20 03:35:50 by jmb] Improve handling of fragments on the same page as already loaded. John Mark Bell 2005-03-20 03:35:50 +0000
  • 4777e75682 [project @ 2005-03-20 01:55:48 by jmb] 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). John Mark Bell 2005-03-20 01:55:48 +0000
  • 154e904fcc [project @ 2005-03-19 23:03:22 by tlsa] Update interactive help. Michael Drake 2005-03-19 23:03:22 +0000
  • 7f37d2f559 [project @ 2005-03-19 18:05:45 by rjw] Further updates to the colour highlighting algorithm. Richard Wilson 2005-03-19 18:05:45 +0000
  • 5703b71610 [project @ 2005-03-19 16:39:47 by rjw] Stop certain colours being incorrectly highlighted Richard Wilson 2005-03-19 16:39:47 +0000
  • f61f097e9a [project @ 2005-03-19 15:33:06 by rjw] Improved colour light/dark algorith. Button borders are now dual-level 3d to improve appearance. Richard Wilson 2005-03-19 15:33:06 +0000
  • fb0903a089 [project @ 2005-03-19 14:23:47 by rjw] Solve clickable area test case. Richard Wilson 2005-03-19 14:23:47 +0000
  • d06688b73f [project @ 2005-03-19 12:50:45 by rjw] Minor toolbar/GUI refinements. Richard Wilson 2005-03-19 12:50:45 +0000
  • 251819b2d1 [project @ 2005-03-19 01:21:53 by rjw] Remove legacy toolbar button configuration code. Squash some compiler warnings. Richard Wilson 2005-03-19 01:21:54 +0000
  • 036622f35f [project @ 2005-03-18 23:52:38 by rjw] Allow windows to be resized to an absolute minimum (toolbars collapse.) Richard Wilson 2005-03-18 23:52:38 +0000
  • 793bb9119a [project @ 2005-03-18 23:50:36 by rjw] Take borders into account when checking whether a box contains a point. Richard Wilson 2005-03-18 23:50:36 +0000
  • 33d5ab57b5 [project @ 2005-03-17 23:26:42 by tlsa] Add temporary image for list items. Michael Drake 2005-03-17 23:26:42 +0000
  • f2f9703ae0 [project @ 2005-03-17 23:13:45 by tlsa] Temporary hack to distinguish list items. Michael Drake 2005-03-17 23:13:45 +0000
  • 9caff49577 [project @ 2005-03-14 22:41:16 by rjw] Stop a lack of hotlist causing hotlist menu preparation from crashing. Richard Wilson 2005-03-14 22:41:16 +0000
  • f6e1694894 [project @ 2005-03-14 14:01:02 by rjw] Stop text matching keyboard shortcuts in SELECT entities being right aligned. Richard Wilson 2005-03-14 14:01:02 +0000
  • 501da1c487 [project @ 2005-03-14 13:58:43 by rjw] Minimise flicker when viewing non-HTML files. Richard Wilson 2005-03-14 13:58:43 +0000
  • 950d8e27a0 [project @ 2005-03-13 09:04:44 by rjw] Update title and extent on scale change. Richard Wilson 2005-03-13 09:04:44 +0000
  • a0875b261f [project @ 2005-03-13 01:23:10 by rjw] Scale view is now applied to all content types. Ctrl+Q/Ctrl+W no longer step along a linear scale. Richard Wilson 2005-03-13 01:23:10 +0000
  • 4de547dc60 [project @ 2005-03-12 22:32:43 by rjw] Retain global history between sessions Richard Wilson 2005-03-12 22:32:43 +0000
  • 6aea3ff270 [project @ 2005-03-09 00:20:45 by bursa] Fix installed themes sitting in memory cache. Break out some code into functions. James Bursa 2005-03-09 00:20:45 +0000
  • f0d15c1656 [project @ 2005-03-08 23:26:12 by tlsa] Updated French Messages file by Jerome Mathevet. Michael Drake 2005-03-08 23:26:12 +0000
  • 6ff76b4c3f [project @ 2005-03-08 00:04:57 by bursa] Temporarily disable declaring fonts. Printing may now work on RO3-4 non-PS only. James Bursa 2005-03-08 00:04:57 +0000
  • 527bbec028 [project @ 2005-03-07 21:30:28 by bursa] Fix some more FP exceptions related to layout. James Bursa 2005-03-07 21:30:28 +0000
  • 8550695710 [project @ 2005-02-27 16:03:02 by bursa] Fix the GTK build. James Bursa 2005-02-27 16:03:02 +0000
  • 10b27f45f8 [project @ 2005-02-26 18:30:48 by bursa] Fix some FP exceptions due to widths left as UNKNOWN_WIDTH. James Bursa 2005-02-26 18:30:48 +0000
  • dace636329 [project @ 2005-02-24 22:00:40 by bursa] Reimplement font family support, part 2 (font menus in choices). James Bursa 2005-02-24 22:00:41 +0000
  • 504e05c4b3 [project @ 2005-02-22 23:36:14 by bursa] Reimplement font family support, part 1. James Bursa 2005-02-22 23:36:14 +0000
  • e9598b10f8 [project @ 2005-02-21 21:31:31 by bursa] Fix buffered font rendering. James Bursa 2005-02-21 21:31:31 +0000