Commit Graph

  • c6dd3cb9ab [project @ 2004-06-28 12:26:12 by jmb] Display action for <input type=image> John Mark Bell 2004-06-28 12:26:12 +0000
  • bc89d52e4c [project @ 2004-06-27 23:29:02 by bursa] Fix divide by 0. James Bursa 2004-06-27 23:29:02 +0000
  • a1d73ecd11 [project @ 2004-06-27 23:24:11 by bursa] Rewritten download window. Now downloads direct to file. New download window gui. James Bursa 2004-06-27 23:24:11 +0000
  • 79a10e41a4 [project @ 2004-06-27 15:34:46 by rjw] Missing file from last commit Richard Wilson 2004-06-27 15:34:46 +0000
  • 50e0ebf3fa [project @ 2004-06-27 14:41:14 by rjw] Improved window positioning Richard Wilson 2004-06-27 14:41:14 +0000
  • afceb17b80 [project @ 2004-06-27 00:25:08 by jmb] Remove compiler warning John Mark Bell 2004-06-27 00:25:08 +0000
  • 78ea6b315c [project @ 2004-06-26 23:10:51 by rjw] Dynamic updation on menu navigation status Richard Wilson 2004-06-26 23:10:51 +0000
  • 4d190d89ee [project @ 2004-06-26 22:31:34 by rjw] Visual representation of navigation features availble Richard Wilson 2004-06-26 22:31:34 +0000
  • 07df357289 [project @ 2004-06-26 22:26:59 by rjw] Addition of stop message Richard Wilson 2004-06-26 22:26:59 +0000
  • ea8b691b1d [project @ 2004-06-25 23:43:11 by tlsa] Update background properties. Michael Drake 2004-06-25 23:43:11 +0000
  • 002a353042 [project @ 2004-06-25 23:10:46 by jmb] background-attachment: fixed; support. Disabled for the moment due to redraw issues. John Mark Bell 2004-06-25 23:10:46 +0000
  • da1ad11a35 [project @ 2004-06-25 21:25:33 by jmb] Increase limit of property name to 25 chars to accommodate background-attachment. This was missed from the original background properties checkin John Mark Bell 2004-06-25 21:25:33 +0000
  • 0df8b0734d [project @ 2004-06-25 20:24:06 by bursa] Fix parsing of invalid color declarations. James Bursa 2004-06-25 20:24:06 +0000
  • 807f7ac284 [project @ 2004-06-25 17:52:05 by jmb] Fix swi error reporting John Mark Bell 2004-06-25 17:52:05 +0000
  • 45b1be0d67 [project @ 2004-06-25 17:38:39 by jmb] Tighten up parameter checking in ro_gui_window_click. John Mark Bell 2004-06-25 17:38:39 +0000
  • b3d4ce0883 [project @ 2004-06-25 16:52:01 by jmb] Background blend fonts if we can (and the user wants us to). Turned off by default. John Mark Bell 2004-06-25 16:52:01 +0000
  • aa6e904604 [project @ 2004-06-25 14:28:29 by bursa] Parse CSS background shorthand property. Background rendering improvements. James Bursa 2004-06-25 14:28:29 +0000
  • bca6a63c45 [project @ 2004-06-25 01:23:41 by jmb] Fix background clipping rectangle issue reported by Andrew Duffell. John Mark Bell 2004-06-25 01:23:41 +0000
  • 73248cdd90 [project @ 2004-06-24 23:29:46 by bursa] Scheduling fix. James Bursa 2004-06-24 23:29:46 +0000
  • 496bfa6d74 [project @ 2004-06-24 23:29:31 by bursa] Simplify and improve parse_background_position(). Implement css_parse_rgb(). Fix truncation of paragraphs with background images. James Bursa 2004-06-24 23:29:31 +0000
  • 86e56dc173 [project @ 2004-06-24 16:54:28 by jmb] Update content->size to more accurate value. John Mark Bell 2004-06-24 16:54:28 +0000
  • 913498394c [project @ 2004-06-24 00:07:28 by jmb] Support for background: meta-property. background-position isn't handled here. this needs fixing. John Mark Bell 2004-06-24 00:07:28 +0000
  • 958f5828d1 [project @ 2004-06-23 22:53:50 by rjw] Bug fix for vertical positioning. Padding is now taken into account for %age calculations. Fix for calculations using internal units rather than OS units. Richard Wilson 2004-06-23 22:53:50 +0000
  • ce0285328a [project @ 2004-06-23 21:05:56 by rjw] Improved background image positioning for non-tiled images. Richard Wilson 2004-06-23 21:05:56 +0000
  • 05552edb21 [project @ 2004-06-23 20:34:49 by rjw] Improved background image positioning. Richard Wilson 2004-06-23 20:34:49 +0000
  • 6720beb2c1 [project @ 2004-06-23 15:41:50 by bursa] Fix fetchcache_go() treatment of contents which the initiator loses interest in (eg. wrong content-type). James Bursa 2004-06-23 15:41:50 +0000
  • ecc3e59fdc [project @ 2004-06-23 11:40:29 by bursa] Fix destroying of contents after redirects. James Bursa 2004-06-23 11:40:29 +0000
  • c5f42cd7c5 [project @ 2004-06-22 21:11:09 by tlsa] Interactive help text for Reload button. Michael Drake 2004-06-22 21:11:10 +0000
  • 07ef69aea3 [project @ 2004-06-22 20:39:16 by bursa] Implement reload, with ^R shortcut. James Bursa 2004-06-22 20:39:16 +0000
  • e4d780c476 [project @ 2004-06-22 18:48:33 by bursa] Experimental gtk interface. James Bursa 2004-06-22 18:48:33 +0000
  • 2a23749fc6 [project @ 2004-06-22 17:52:40 by bursa] Fix some strdup()s on non-terminated strings. James Bursa 2004-06-22 17:52:40 +0000
  • a9365b5077 [project @ 2004-06-22 17:39:00 by bursa] Remove unused and unimplemented gui_window_show() and gui_window_hide(). James Bursa 2004-06-22 17:39:00 +0000
  • fdaf72417a [project @ 2004-06-22 17:37:51 by bursa] Fix aborting of fetches. James Bursa 2004-06-22 17:37:51 +0000
  • 1fa1786d83 [project @ 2004-06-21 15:49:59 by bursa] Remove obsolete files and some dead code. James Bursa 2004-06-21 15:49:59 +0000
  • 86206259fe [project @ 2004-06-21 15:25:35 by bursa] Remove obsolete files and some dead code. James Bursa 2004-06-21 15:27:56 +0000
  • ed8bde561c [project @ 2004-06-21 15:22:05 by bursa] Fix type of memory_cache_size. James Bursa 2004-06-21 15:22:05 +0000
  • b4723c1d05 [project @ 2004-06-21 15:09:58 by bursa] Merge memory cache into content module. James Bursa 2004-06-21 15:09:59 +0000
  • 6e5d77e894 [project @ 2004-06-21 10:15:55 by tlsa] Interactive help for Stop button. Michael Drake 2004-06-21 10:15:55 +0000
  • 930f49238d [project @ 2004-06-20 23:16:02 by jmb] Fixup missing initialiser John Mark Bell 2004-06-20 23:16:02 +0000
  • 7a13a0b607 [project @ 2004-06-20 23:10:50 by bursa] Implement stop toolbar button and Escape as key shortcut. James Bursa 2004-06-20 23:10:50 +0000
  • f8825b81e4 [project @ 2004-06-20 23:09:51 by bursa] Implement content_stop() and html_stop(). James Bursa 2004-06-20 23:09:52 +0000
  • b08c7135fe [project @ 2004-06-20 19:49:40 by joty] Src cleanup. John Tytgat 2004-06-20 19:49:40 +0000
  • 6ce6e99659 [project @ 2004-06-18 22:55:28 by bursa] Output some more data in box_dump(). James Bursa 2004-06-18 22:55:28 +0000
  • 02898d7b26 [project @ 2004-06-18 22:54:07 by bursa] Fix inline boxes with 0 width not having their width set when available width is 0 (eg. in tables) (fixes www.hic.gov.au crash reported by Peter Prewett). Table layout fix related to cells spanning columns with fixed-width cells. James Bursa 2004-06-18 22:54:07 +0000
  • 408e042c19 [project @ 2004-06-18 17:03:22 by bursa] Also warn user if Inet$Resolvers is set but empty. James Bursa 2004-06-18 17:03:22 +0000
  • e773536c97 [project @ 2004-06-17 21:41:11 by joty] Added comment on struct form_option::text. John Tytgat 2004-06-17 21:41:11 +0000
  • 49b83f0a9b [project @ 2004-06-15 23:32:38 by jmb] Tighten up parameter checking in imagemap_get John Mark Bell 2004-06-15 23:32:38 +0000
  • e90502d837 [project @ 2004-06-15 23:05:01 by rjw] Internal caching of small sprites to increase tiled plotting speed. Fix for not filling the right pixel of a clipping rectangle for 1px wide tiled images. Richard Wilson 2004-06-15 23:05:01 +0000
  • b8896816c3 [project @ 2004-06-15 20:45:02 by jmb] rgb() support John Mark Bell 2004-06-15 20:45:02 +0000
  • 319bd68d03 [project @ 2004-06-15 19:12:24 by bursa] Updated French translation (Jerome Mathevet). James Bursa 2004-06-15 19:12:24 +0000
  • 839ae69953 [project @ 2004-06-15 18:59:54 by bursa] Log version on startup. James Bursa 2004-06-15 18:59:54 +0000
  • b448838fbf [project @ 2004-06-15 18:56:52 by bursa] Parse FUNCTION correctly. James Bursa 2004-06-15 18:56:52 +0000
  • e6b68bc3a7 [project @ 2004-06-14 07:28:27 by joty] layout_table() : avoid division by zero (e.g. table at <URL:http://www.pcguide.com/ref/fdd/confCable-c.html>) John Tytgat 2004-06-14 07:28:27 +0000
  • 6febdc256a [project @ 2004-06-13 18:49:48 by jmb] Comment out calls to browser_window_text_selection as it was causing assertion failures John Mark Bell 2004-06-13 18:49:48 +0000
  • 3ccc79bc81 [project @ 2004-06-12 20:08:47 by joty] html_find_stylesheets() : returns void, not bool. John Tytgat 2004-06-12 20:08:47 +0000
  • 0ebbc1330c [project @ 2004-06-12 17:43:37 by bursa] Fix limit zooming by ^Q / ^W. Increase limit to 1000. James Bursa 2004-06-12 17:43:37 +0000
  • bdbd46584f [project @ 2004-06-11 21:39:05 by tlsa] Update interactive help text. Michael Drake 2004-06-11 21:39:05 +0000
  • ba60d35bdc [project @ 2004-06-11 21:12:05 by rjw] Bring the messages back into line before zamez slaps me Richard Wilson 2004-06-11 21:12:05 +0000
  • 2419316c77 [project @ 2004-06-11 21:09:50 by rjw] Update to PNG title data to make it display the data size Richard Wilson 2004-06-11 21:09:50 +0000
  • 53ca329cc8 [project @ 2004-06-11 20:59:53 by rjw] Bug fix for GIFs with a single broken frame. Relaxation of error conditions to display GIFs. Re-introduction of GIF details in the title bar. Richard Wilson 2004-06-11 20:59:53 +0000
  • adb9ed58f4 [project @ 2004-06-11 12:52:23 by jmb] Cast to avoid compiler warning John Mark Bell 2004-06-11 12:52:23 +0000
  • e932715010 [project @ 2004-06-11 12:51:40 by jmb] Fix for crash caused by inline style attributes specifying background images. John Mark Bell 2004-06-11 12:51:40 +0000
  • 0efd285302 [project @ 2004-06-11 12:19:56 by bursa] New "About NetSurf" page, and menu item to open it. James Bursa 2004-06-11 12:19:57 +0000
  • faa24817b4 [project @ 2004-06-11 00:08:53 by jmb] Scale view keyboard shortcuts a la !Draw John Mark Bell 2004-06-11 00:08:53 +0000
  • a454eaa527 [project @ 2004-06-11 00:03:11 by bursa] Bring debug build up-to-date. James Bursa 2004-06-11 00:03:11 +0000
  • d938fe135b [project @ 2004-06-10 23:55:23 by bursa] Split fetchcache() into fetchcache() and fetchcache_go() to solve problems of callbacks being called before fetchcache() returns. Fix <style> breakage. Error handling fixes & improvements. James Bursa 2004-06-10 23:55:23 +0000
  • d58147aa58 [project @ 2004-06-10 22:53:47 by tlsa] Uncomment background image toggle interactive help text. Michael Drake 2004-06-10 22:53:47 +0000
  • e6cec7dbe8 [project @ 2004-06-10 22:40:56 by jmb] Allow configuration of SSL certificate verification John Mark Bell 2004-06-10 22:40:56 +0000
  • bd6ec25190 [project @ 2004-06-10 22:39:56 by jmb] Compiler warning purge John Mark Bell 2004-06-10 22:39:56 +0000
  • fb4e2fc476 [project @ 2004-06-10 22:11:44 by rjw] GUI control of background images. Scaled background images. Richard Wilson 2004-06-10 22:11:44 +0000
  • c360e16950 [project @ 2004-06-10 20:57:20 by bursa] Implement debug window listing contents. James Bursa 2004-06-10 20:57:20 +0000
  • 08177fa581 [project @ 2004-06-10 20:41:26 by bursa] Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents. James Bursa 2004-06-10 20:41:26 +0000
  • ff5e70f865 [project @ 2004-06-10 18:13:16 by rjw] Fix for tiled background redraw. Richard Wilson 2004-06-10 18:13:16 +0000
  • bbd66fca97 [project @ 2004-06-10 17:21:58 by jmb] Fix some redraw issues caused by the background rendering code Remove some spurious minus signs John Mark Bell 2004-06-10 17:21:58 +0000
  • 18ea7c459c [project @ 2004-06-10 13:05:43 by bursa] Fix focus for new windows without URL bar. James Bursa 2004-06-10 13:05:43 +0000
  • 3d1ea647c8 [project @ 2004-06-10 11:43:27 by tlsa] Bring TODO-CSS up to date. (Background images.) Michael Drake 2004-06-10 11:43:27 +0000
  • 8cb25b425d [project @ 2004-06-09 23:21:24 by jmb] Add background attribute to URL rewriting engine John Mark Bell 2004-06-09 23:21:24 +0000
  • b6570bb7a8 [project @ 2004-06-09 23:15:34 by rjw] Fix for bounding box calculations with clear codes. The first frame is decoded when the GIF is initialised. Richard Wilson 2004-06-09 23:15:34 +0000
  • 035eaa7849 [project @ 2004-06-09 23:13:55 by bursa] Fix double-free of background image url. Add background parameter to html_fetch_object(). James Bursa 2004-06-09 23:13:55 +0000
  • d3217d5be0 [project @ 2004-06-09 21:04:45 by bursa] Log value of Inet$Resolvers. James Bursa 2004-06-09 21:04:45 +0000
  • 523f727d69 [project @ 2004-06-09 20:20:10 by bursa] Fix include depend problem. James Bursa 2004-06-09 20:20:10 +0000
  • 9b1cbd7622 [project @ 2004-06-09 20:05:14 by jmb] Remove magic numbers. Now uses sensible tinct_FOO style flag names John Mark Bell 2004-06-09 20:05:14 +0000
  • d0aadf90ca [project @ 2004-06-09 19:57:30 by jmb] Require Tinct 0.05 John Mark Bell 2004-06-09 19:57:30 +0000
  • db528c82f2 [project @ 2004-06-09 19:56:13 by jmb] Proper names for flagword flags. "Magic numbers are evil" (zamez :P) John Mark Bell 2004-06-09 19:56:13 +0000
  • 78594f3f60 [project @ 2004-06-09 19:55:06 by jmb] Implement background-image, background-repeat, background-position and background-attachment CSS properties. John Mark Bell 2004-06-09 19:55:06 +0000
  • ec820df42f [project @ 2004-06-08 21:35:28 by joty] Buffer overflow checks. Reident. John Tytgat 2004-06-08 21:35:28 +0000
  • 6790d477d5 [project @ 2004-06-08 20:25:04 by joty] - fetchcache_error_page() : small optimisation. - removed compiler warning John Tytgat 2004-06-08 20:25:04 +0000
  • e3833d52a2 [project @ 2004-06-08 10:56:21 by bursa] Ignore whitespace at the start and end of URLs. James Bursa 2004-06-08 10:56:21 +0000
  • e7d62fa174 [project @ 2004-06-07 23:17:11 by rjw] Support for sprite tiling. Optimisations for plot handlers. Removed the need for SpriteV and PaletteV vector routines in favour of service calls and an additional flag word for use outside the WIMP. Richard Wilson 2004-06-07 23:17:11 +0000
  • 07c981bfc7 [project @ 2004-06-06 19:58:36 by bursa] Stricter preconditions for enumerate_fonts(). James Bursa 2004-06-06 19:58:36 +0000
  • a6f59ccd76 [project @ 2004-06-06 19:57:16 by bursa] Use url_nice() instead of ro_gui_download_leaf(). James Bursa 2004-06-06 19:57:16 +0000
  • 6879c02a33 [project @ 2004-06-06 19:39:17 by bursa] Add and improve error handling of save_complete. Save HTML as UTF-8 to prevent encoding issues. James Bursa 2004-06-06 19:39:17 +0000
  • 9dde0f406f [project @ 2004-06-06 11:47:23 by joty] Log in stderr on which machine NetSurf was running. John Tytgat 2004-06-06 11:47:23 +0000
  • 6ad8aa088c [project @ 2004-06-05 16:07:13 by bursa] Rename template "config_th_pa" to "config_th_p" to fix suspected 12-character problem with Wimp_LoadTemplate. James Bursa 2004-06-05 16:07:13 +0000
  • dc65374aa6 [project @ 2004-06-05 15:03:59 by joty] Created content_set_status() : one centralised place where status_message in the content struct is updated in a fail safe way. John Tytgat 2004-06-05 15:03:59 +0000
  • ea2cc23127 [project @ 2004-06-02 22:08:33 by jmb] Fixup CFLAGS_RISCOS to take include PLATFORM_CFLAGS_RISCOS John Mark Bell 2004-06-02 22:08:33 +0000
  • 39fd4d9c23 [project @ 2004-06-02 21:44:39 by bursa] Bug fix. James Bursa 2004-06-02 21:44:39 +0000
  • 27a6af1739 [project @ 2004-06-02 21:43:07 by bursa] Reflow back if xosfile_save_stamped() fails. James Bursa 2004-06-02 21:43:07 +0000
  • e6909120d6 [project @ 2004-06-02 21:40:55 by bursa] Add some comments and targets and clean up. James Bursa 2004-06-02 21:40:55 +0000
  • f28b24d306 [project @ 2004-06-02 21:38:06 by bursa] Remove frames-related code. James Bursa 2004-06-02 21:38:06 +0000