Commit Graph

  • 77129038ee Handle the fact that / is NOT the root of the filesystem on MiNT. Ole Loots 2013-10-26 17:24:09 +0200
  • 164571aa98 Translate NK_UNDO to KEY_UNDO. Ole Loots 2013-10-26 15:39:05 +0200
  • 3fc666a9be Squash Coverity #1109879 - Resource leak. Michael Drake 2013-10-25 22:23:18 +0100
  • 4776f05430 fix potential division by zero by only computing width and height when content is valid and hence will return content width and height not zero. coverity 110986[23] Vincent Sanders 2013-10-25 22:06:29 +0100
  • 6b29a697b9 check ftell return value coverity 1109870 Vincent Sanders 2013-10-25 21:28:58 +0100
  • f29306cc9a improve gtk source save to use gtk overwrite protection feature coverity 1109873 Vincent Sanders 2013-10-25 20:58:19 +0100
  • 1d326a8a1c Fix leak of frame element name. Michael Drake 2013-10-25 19:57:05 +0100
  • 88838d51bb Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2013-10-25 15:48:27 +0100
  • 88ca82dea2 Fix leak of box scrollbars. Michael Drake 2013-10-25 15:47:49 +0100
  • 2962faed63 fix gtk title setting to cope with null titles coverity 1109897 Vincent Sanders 2013-10-25 15:44:52 +0100
  • 1cf0125f2d Fix leaks of colour attribute values. (Such as LINK, VLINK, TEXT, and COLOR attribute values.) Michael Drake 2013-10-25 13:05:38 +0100
  • 88bd4e2ee2 fix resource leak coverity 1109883 Vincent Sanders 2013-10-25 12:29:14 +0100
  • 2e4c1cf950 fix resource leak coverity 1109884 Vincent Sanders 2013-10-25 12:19:23 +0100
  • 2cd2846122 fix coverity 1109906 uninitialised pointer read Vincent Sanders 2013-10-25 12:03:53 +0100
  • a921a007e6 Fix leak of cellpadding attribute value. Michael Drake 2013-10-25 12:18:46 +0100
  • 0d03a342d9 Clean up cached fetch handles. Michael Drake 2013-10-24 18:12:18 +0100
  • 0e4a605729 Remove unnecessary strlen. Michael Drake 2013-10-24 13:35:58 +0100
  • 0c44eb081e Free string vector correctly. Michael Drake 2013-10-24 12:55:48 +0100
  • 26cecc9f95 Log thumbnail creation. Michael Drake 2013-10-24 11:50:35 +0100
  • 1ae1d06ca4 Reduce leaking of thumbnails to only for URLs that urldb rejects. Previously leaked thumbnails for all urls not previously visited. Michael Drake 2013-10-24 11:48:23 +0100
  • 10bc47a709 Register destruction function for browser widget. Michael Drake 2013-10-23 22:17:36 +0100
  • 4fa77f9686 Add font_finalise. Michael Drake 2013-10-23 21:32:16 +0100
  • 897cbb7df1 Free font face id descriptors. Michael Drake 2013-10-23 21:25:52 +0100
  • 555924a73d Call font finaliser on quit. Michael Drake 2013-10-23 21:24:55 +0100
  • e1a96ecfe1 Register destruction callback to free text widget text. Michael Drake 2013-10-23 19:58:20 +0100
  • 182b97ed33 Fix leak of html encoding. Michael Drake 2013-10-23 18:55:51 +0100
  • 2754918e25 Fix leak of path_query, when there is no host and scheme isn't file. Michael Drake 2013-10-23 18:55:00 +0100
  • f2aa7202ba Fix Coverity #1109872. Michael Drake 2013-10-23 16:25:48 +0100
  • 5122559d73 Pedantic wrap fix. Michael Drake 2013-10-23 15:41:19 +0100
  • f45bc88b3d Fix Coverity #1109867. Michael Drake 2013-10-23 15:40:27 +0100
  • 21d63c3542 Pedantic wrap fix. Michael Drake 2013-10-23 15:15:08 +0100
  • 9ea65f652a Fix Coverity #1109871. Michael Drake 2013-10-23 15:04:51 +0100
  • 3dc4ba2989 Remove unrequired NULL check. Michael Drake 2013-10-23 14:40:46 +0100
  • e37fb89f46 Remove unreachable code. Michael Drake 2013-10-23 14:36:46 +0100
  • 776d0b90a1 improve comment to indicate what API is for Vincent Sanders 2013-10-23 13:49:33 +0100
  • 8cb2d52483 fix coverity #1111069 Vincent Sanders 2013-10-23 13:48:26 +0100
  • 53a6d6becd Show "-" for last visit date/time when visits count is 0. Michael Drake 2013-10-23 13:20:43 +0100
  • 0bbaf1d24d Layout doesn't need to handle the old insane textarea box splitting now. Fixes Coverity:1109882. Michael Drake 2013-10-23 12:48:16 +0100
  • 3e08819db9 Fix leaks in form_successful_controls. 'charset' was always leaked, value was leaked in particular OOM case. Michael Drake 2013-10-23 12:34:48 +0100
  • 479fcefd9a s/!charset/charset == NULL/ Michael Drake 2013-10-23 12:16:20 +0100
  • a515248b59 Fix two genuine bugs found by Coverity. Checking the wrong pointers for NULL. Michael Drake 2013-10-23 11:52:37 +0100
  • 5cddb4ff3c Assert that root node is non-NULL. Michael Drake 2013-10-23 11:40:22 +0100
  • df4975b8d4 Remove unnecessary check. Michael Drake 2013-10-23 11:36:42 +0100
  • e5823beb61 Fix deref before NULL check. Michael Drake 2013-10-23 11:25:40 +0100
  • 89b669919e Fix NULL check after deref. Michael Drake 2013-10-23 11:21:11 +0100
  • 640bb77330 Dodge Coverity scan issue. Michael Drake 2013-10-23 11:16:34 +0100
  • f814debfe2 Remove unreachable safty net. Michael Drake 2013-10-23 10:21:36 +0100
  • 441e0dcbed Assert target node is non-NULL. Michael Drake 2013-10-22 15:22:42 +0100
  • 3a35294a0e Fix adding to hotlist from context menu Chris Young 2013-10-13 12:01:11 +0100
  • 56723e5898 Use LIB_IS_AT_LEAST macro Chris Young 2013-10-13 11:52:11 +0100
  • 8b9963e7ef Use picture.datatype's PromoteMask function so we get an alpha channel for non-alpha bitmaps loaded through datatypes.library Chris Young 2013-10-12 15:43:52 +0100
  • efc2d5e03b Delay the busy pointer again on intuition v53+ Chris Young 2013-10-12 14:27:16 +0100
  • 9786cc2417 Fix scaled bitmaps Chris Young 2013-10-12 14:14:59 +0100
  • 20dabacb25 Correct some memory allocation parameters Chris Young 2013-10-12 13:43:33 +0100
  • ade86e496e Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR where it is not necessary. Chris Young 2013-10-12 13:11:13 +0100
  • 6ea52d0d9f Don't change the setting, just in case NetSurf is being used from two different OS installs on the same computer. Chris Young 2013-10-12 11:55:07 +0100
  • 67f957df39 Force usage of OS pointers for OS4.1, there's no reason to use custom ones now. Chris Young 2013-10-12 11:52:08 +0100
  • 5d2f4b0b98 Use all the built-in mouse pointers on OS4.1 Chris Young 2013-10-12 11:26:34 +0100
  • af2c37167b application.library fix for new SDK. Note that: * application.library functionality will no longer be available on OS4.0, however that only extends to the Docky icon as notifications weren't supported anyway. * CI builds may crash until the toolchain is updated. Chris Young 2013-10-12 10:26:28 +0100
  • 4cc0d9c233 LOG init/fini messages. Michael Drake 2013-10-11 22:41:09 +0100
  • 06f852151e Reverted local adjustments to Makefile.target. Ole Loots 2013-10-06 01:42:05 +0200
  • 4d101e6f5f Removed unused files. Ole Loots 2013-10-06 01:33:50 +0200
  • a0771aa2ac Removed old files. Ole Loots 2013-10-06 01:26:56 +0200
  • cb9d552ecc Option atari_transparency is int, not bool - use nsoption_set_int(). Ole Loots 2013-10-06 01:15:53 +0200
  • fa5a22d65f Added comments Ole Loots 2013-10-05 23:31:42 +0200
  • 2f4d17dea0 ldg stubs not needed anymore since windom removal Ole Loots 2013-09-28 04:13:33 +0200
  • c3816a119a ldg stubs not needed anymore since windom removal. Ole Loots 2013-09-28 03:46:18 +0200
  • 4f45f807f2 Added about dialog, fixed scrolled treeview redraw. Ole Loots 2013-09-26 01:24:49 +0200
  • 7f92060041 Removed old treeview files Ole Loots 2013-09-25 20:28:20 +0200
  • c1085580ed Fixed warnings for incomptible pointer type Ole Loots 2013-09-22 03:10:12 +0200
  • f81fc04722 Added SSL Cert Inspector Window Ole Loots 2013-09-21 20:20:49 +0200
  • 757e1b5a8d enabled history menu item. Ole Loots 2013-09-21 05:42:12 +0200
  • 9f35d844dc Enabled atari_global_history_destry/init Ole Loots 2013-09-21 05:38:58 +0200
  • 49f4fa0d78 Hotlist and History and Cookies Manager implemented. Ole Loots 2013-09-21 05:29:04 +0200
  • 074b072535 Include desktop/core_window.h Ole Loots 2013-09-17 02:15:38 +0200
  • 1d535a9a43 Treeview implementation adjusted Ole Loots 2013-09-17 02:10:35 +0200
  • 8057dc67cb Replaced atari_treeview wrapper with a new one Ole Loots 2013-09-16 02:26:43 +0200
  • 05f13ccf89 Fixed RECT_TO_GRECT macro Ole Loots 2013-09-16 02:24:06 +0200
  • ea2a5fb471 Added RECT_TO_GRECT macro Ole Loots 2013-09-16 02:06:49 +0200
  • ce270a7e08 Added RECT_TO_GRECT macro Ole Loots 2013-09-16 02:04:29 +0200
  • 258477ad28 moved font plotter allocation Ole Loots 2013-09-15 04:15:26 +0200
  • 2c0bcc39bd Added plot_get/set_text_plotter and comments Ole Loots 2013-09-15 01:44:04 +0200
  • 569b748172 Tuned frontend Makefiles for local environment. Ole Loots 2013-09-15 01:04:07 +0200
  • 342c0d9361 Added initialization/finalization of treeview framework. Ole Loots 2013-09-15 00:59:24 +0200
  • caf2e4d1cf Option atari_transparency is int, not bool - use nsoption_set_int(). mono/atari_treeview_rework Ole Loots 2013-10-06 01:15:53 +0200
  • 55bac8fc2f Added comments Ole Loots 2013-10-05 23:31:42 +0200
  • cd9971293d Set unused channel to 0xff, so that rendering isn't broken in front ends that don't heed the OPACITY flag. Michael Drake 2013-10-05 11:44:15 +0100
  • 69e264e4ec more tidy-up Chris Young 2013-10-05 11:28:33 +0100
  • 9ff65d7426 tidy up Chris Young 2013-10-05 11:27:05 +0100
  • a06cb9f05c If bitmap is opaque, ensure we override the alpha channel as it may contain nonsense. Chris Young 2013-10-05 11:18:27 +0100
  • f5bdd4b109 Move BITMAP_SAVE_FULL_ALPHA out of core to RISC OS front end, where it belongs. Michael Drake 2013-10-03 21:11:54 +0100
  • ff480312fe Remove BITMAP_READY flag. Michael Drake 2013-10-03 21:07:29 +0100
  • 4c6a176d39 Remove BITMAP_PERSISTENT flag. Michael Drake 2013-10-03 21:02:08 +0100
  • 138d8c4677 Remove unused structure member. Michael Drake 2013-10-03 20:53:50 +0100
  • 1172d21b1c Remove unused bitmap memory config window help text. Michael Drake 2013-10-03 20:21:41 +0100
  • c720ecf449 Remove old debug window template. Michael Drake 2013-10-03 20:04:29 +0100
  • 92ea400bd3 Optimise treeview redraw. It draws its own background, so don't need white background in the template. Michael Drake 2013-10-03 19:45:02 +0100
  • 8850d40cec Remove unused image cache config window template. Michael Drake 2013-10-03 19:34:01 +0100
  • 43e4cb2ad7 Remove image memory options. Michael Drake 2013-10-03 19:28:15 +0100
  • 143e553593 Remove redundant bitmap compression/decompression/dropping-to-disc. The core now has a converted bitmap cache that is pruned more agressively. Michael Drake 2013-10-03 19:25:01 +0100