Commit Graph

  • 0666fcc742 Use can_select, rather than using insider knowledge of contents. Michael Drake 2014-10-18 18:54:36 +0100
  • 85fb1fd45d Add is_selectable to browser window API surface. Michael Drake 2014-10-18 18:53:50 +0100
  • 8dea0fe894 Shouldn't need to have "insider knowledge" of contents. Use the bw API. Michael Drake 2014-10-18 18:25:23 +0100
  • 94e2b8cbb5 Remove redundant declaration of gui. Michael Drake 2014-10-18 18:17:46 +0100
  • 38cd1e1fd7 Replace a browser_window deref with browser_window_has_content() Michael Drake 2014-10-18 18:11:48 +0100
  • 6d0746987d Use core API to acquire content, rather than poking inside the bw. Michael Drake 2014-10-18 18:01:39 +0100
  • 2f67de6889 It's silly to pass private core data around the front end, then fish out the frond then data from there, so don't. Michael Drake 2014-10-18 17:56:45 +0100
  • b727c31de7 Avoid need for hlcache_handle by using browser APIs. Michael Drake 2014-10-18 17:52:19 +0100
  • 62395c1186 Avoid dereffing bw for content check in page info handler. Michael Drake 2014-10-18 17:47:09 +0100
  • 7cb2f1c41e Avoid dereffing bw when bw's page is removed from bookmarks. Michael Drake 2014-10-18 17:45:58 +0100
  • fdf5fb42d1 Avoid bw derefs when adding bw's page to bookmarks. Michael Drake 2014-10-18 17:44:28 +0100
  • 15883a3147 Use core searchability test function. Michael Drake 2014-10-18 17:40:21 +0100
  • 03e7605bcf Add call to test whether a browser window may be searched. Michael Drake 2014-10-18 17:39:03 +0100
  • 10154d0e18 Don't check for bw having history; its not our business. Michael Drake 2014-10-18 10:32:24 +0100
  • 376c96831d Don't try to draw NULL history. Michael Drake 2014-10-18 10:31:47 +0100
  • 38483a9aa5 Avoid bw derefs in ro_gui_window_action_new_window Michael Drake 2014-10-18 10:19:20 +0100
  • 34cdbcfc25 Move up_available fn to core. Michael Drake 2014-10-18 10:16:00 +0100
  • 56a5ad11f3 remove unecessary include of browser.h in amiga frontend Vincent Sanders 2014-10-17 23:18:58 +0100
  • 1097cc40b4 remove unecessary browser.h include from core headers Vincent Sanders 2014-10-17 12:21:06 +0100
  • 5de59fba24 Remove unused variable. Michael Drake 2014-10-17 11:54:58 +0100
  • 56731e1dbb remove all unecessary desktop/browser.h includes Vincent Sanders 2014-10-17 10:48:50 +0100
  • 057e435b28 s/error/err/ Michael Drake 2014-10-17 10:06:08 +0100
  • 8e880ccda5 Use core's navigate_up function. Michael Drake 2014-10-17 10:02:03 +0100
  • 7519993fd7 Add core function to navigate to URL parent. Michael Drake 2014-10-17 09:51:10 +0100
  • 7a6faf4199 reduce uncesessary inclusion of browser.h and browser_private.h Vincent Sanders 2014-10-17 09:27:58 +0100
  • 388122d7e9 fix warnings and remove unecessary css include Vincent Sanders 2014-10-17 00:37:12 +0100
  • 73eb9f49b5 update cocoa frontend to cope with split operation tables Vincent Sanders 2014-10-16 22:30:38 +0100
  • f502ca3e69 update beos frontend to cope with updated operation table Vincent Sanders 2014-10-16 22:22:51 +0100
  • 19c26ca182 update atari includes to accomodate gui operation table refactor Vincent Sanders 2014-10-16 21:23:51 +0100
  • 0b64df140c Update amiga frontend for split operation table header changes Vincent Sanders 2014-10-16 09:55:01 +0100
  • 3b4dea6241 Update framebuffer frontend to cope with split operations table headers Vincent Sanders 2014-10-16 09:54:49 +0100
  • f97c0109a6 Update gtk frontend to cope with split operations table headers Vincent Sanders 2014-10-16 09:53:55 +0100
  • 781d22892b Update monkey frontend to cope with split operations table headers Vincent Sanders 2014-10-16 09:52:43 +0100
  • f0a4422701 Update windows frontend to cope with split operations table headers Vincent Sanders 2014-10-16 09:51:53 +0100
  • ac70da346c Update the RISC OS frontend to cope with split operations table headers Vincent Sanders 2014-10-16 09:50:55 +0100
  • d06df231bc Update the core to use the split operations table headers Vincent Sanders 2014-10-16 09:48:09 +0100
  • ab7f3e3180 Split up graphical user interface operations table headers Vincent Sanders 2014-10-16 09:41:50 +0100
  • 9d3c2b18c4 Remove some bw derefs. Michael Drake 2014-10-16 22:23:46 +0100
  • e546e03895 Avoid a bw deref. Michael Drake 2014-10-16 22:06:32 +0100
  • 588b374e18 Browser window isn't available directly here. Michael Drake 2014-10-16 21:35:59 +0100
  • d9e5f5f0a6 Avoid dealing with hlcache_handle in key handling. Michael Drake 2014-10-16 21:30:27 +0100
  • ecd7cb8ca3 Simplify window closing buy user proper browser_window API. Michael Drake 2014-10-16 21:21:53 +0100
  • 8ac1a88589 Cocoa front end calls bw browser. Michael Drake 2014-10-16 14:51:24 +0100
  • a4554d93bc Attempt Objective-C fix. Michael Drake 2014-10-16 14:45:26 +0100
  • 4ba7ae1d82 Fix with ugly -- but commented -- hack. Michael Drake 2014-10-16 14:35:57 +0100
  • 63645c4c32 Fix core create_form_select_menu API to pass gw, rather than bw out to front ends. Michael Drake 2014-10-16 12:39:31 +0100
  • f4bac1e7df Remove unused global. Michael Drake 2014-10-16 12:23:04 +0100
  • 1b7ce53aad Remove seemingly unused global. Michael Drake 2014-10-16 12:21:37 +0100
  • f87d1a79b4 Remove seemingly unused global. Michael Drake 2014-10-16 12:07:24 +0100
  • cb54fc6ed2 Don't pass browser_window around for select menu handling. Michael Drake 2014-10-16 12:05:18 +0100
  • 925082cbe1 Update the correct favicon setter to take gui_window. Michael Drake 2014-10-16 09:34:27 +0100
  • b4b97d9003 Chage favicon set APIs to take gui_window rather than hlcache_handle. Michael Drake 2014-10-16 09:22:05 +0100
  • cb976f24c7 Really fix error. Michael Drake 2014-10-15 22:13:48 +0100
  • 03e32089fb Fix error. Michael Drake 2014-10-15 22:09:49 +0100
  • b7deca9296 Don't dereference bw to get window scale. Michael Drake 2014-10-15 22:04:31 +0100
  • c2f2076efe Don't include browser_private. Michael Drake 2014-10-15 21:36:25 +0100
  • 2f4d120421 Use API to get window extents. Michael Drake 2014-10-15 21:35:14 +0100
  • 6548f753a5 Don't need content to window conversion. Michael Drake 2014-10-15 21:28:40 +0100
  • 24a2c54ec8 There's no reason to connect thumbnails with windows. Michael Drake 2014-10-15 21:26:38 +0100
  • b2242c57e1 HTTPS: disable all SSL versions; emit fallback SCSV on downgrade. John-Mark Bell 2014-10-15 12:02:25 +0100
  • 11faa1cef8 Remove trailing whitespace. Michael Drake 2014-10-15 09:35:43 +0100
  • ac98c6f815 Remove trailing whitespace. Michael Drake 2014-10-15 09:33:54 +0100
  • 30f118a86d remove unecessary css includes from fronetends Vincent Sanders 2014-10-13 15:45:51 +0100
  • 02bbaa3e88 split version info into its own header and remove unnecessary nesurf.h includes Vincent Sanders 2014-10-13 15:08:16 +0100
  • fa8d690005 remove unused include Vincent Sanders 2014-10-13 13:38:08 +0100
  • 17be8cf216 Put the font operations table alongside all the other core API Vincent Sanders 2014-10-13 11:56:31 +0100
  • 33c6073dbe remove unecessary css include Vincent Sanders 2014-10-13 08:09:25 +0100
  • 1bbc9a485e remove unecessary includes Vincent Sanders 2014-10-13 08:07:58 +0100
  • 3fa0ed01c0 add API to set DPI Vincent Sanders 2014-10-13 02:34:10 +0100
  • bfc7552d8d remove netsurf_poll callback and netsurf main loop Vincent Sanders 2014-10-13 01:18:19 +0100
  • d0655bafc2 remove use of deprecated netsurf_quit variable in riscos Vincent Sanders 2014-10-13 00:56:09 +0100
  • 34fdedba78 remove use of deprecated netsurf_quit variable in beos François Revol 2014-10-13 01:15:44 +0200
  • a726860d4e remove use of deprecated netsurf_quit variable in cocoa Vincent Sanders 2014-10-12 23:35:09 +0100
  • 21f8f8170a remove use of deprecated netsurf_quit variable in monkey Vincent Sanders 2014-10-12 21:18:17 +0100
  • 4dd5a9c114 set defaults for cookie and url database Vincent Sanders 2014-10-12 20:40:40 +0100
  • aca826ef69 fix typo in netsurf_quit rework Vincent Sanders 2014-10-12 13:03:16 +0100
  • 0c7c4173c2 remove use of deprecated netsurf_quit variable in win32 Vincent Sanders 2014-10-12 11:08:01 +0100
  • 685e4a7fc5 remove use of deprecated netsurf_quit variable Vincent Sanders 2014-10-12 10:44:05 +0100
  • 521d1824cf whitespace and documentation cleanups Vincent Sanders 2014-10-12 10:35:56 +0100
  • 09509a9095 Some minor documentation cleanups to reduce doxygen warnings Vincent Sanders 2014-10-12 10:35:23 +0100
  • 265f63e679 remove use of deprecated netsurf_quit variable Vincent Sanders 2014-10-12 09:58:54 +0100
  • 1a2040bc72 Trivial sepelling, documentation and whitespace cleanups Vincent Sanders 2014-10-10 13:01:20 +0100
  • ad22d5446c Add three languages which now have OS4 language drivers. Chris Young 2014-10-03 17:55:43 +0100
  • bfd16c30fa update default mac os X version in the correct place Vincent Sanders 2014-10-03 15:35:16 +0100
  • a32aef2f40 update to install OS packages on mac os x with macports Vincent Sanders 2014-10-03 15:24:15 +0100
  • 57f8cf6433 As we no longer build the PPC version the default SDK version should be 10.6 for snow leopard compatability Vincent Sanders 2014-10-03 15:15:55 +0100
  • 49fd5ea238 Correct Lock() parameter Chris Young 2014-09-29 19:01:25 +0100
  • f58a2580e0 Fix textarea wrap bug. Michael Drake 2014-09-27 18:58:37 +0100
  • c3d6099250 Redraws during layout are prohibited, and redundant. Michael Drake 2014-09-27 09:57:26 +0100
  • c9bf72a4a3 Stop invalid background image URL from preventing page load. Michael Drake 2014-09-25 09:50:24 +0100
  • e825f38437 move about and preferences window handling to more sensible position Vincent Sanders 2014-09-22 23:18:03 +0100
  • 9487076f2a remove old notes that are no longer relevant Vincent Sanders 2014-09-22 22:58:27 +0100
  • dfb774c245 change frmebuffer to run its own main loop Vincent Sanders 2014-09-22 22:56:10 +0100
  • 79c6617cfb move gtk to using its own main loop instead of core polling Vincent Sanders 2014-09-22 18:07:34 +0100
  • a8101a99ea use gtk completion variable and remove uneeded include of netsurf.h Vincent Sanders 2014-09-22 18:06:37 +0100
  • 0de8cfc9d4 add flag to allow gtk loop to be signalled to exit Vincent Sanders 2014-09-22 17:52:53 +0100
  • 841bc17090 move gtk execution loop to main() Vincent Sanders 2014-09-20 18:48:54 +0100
  • 3d72c4a772 stop poll callback entry being mandantory in preparation for its removal Vincent Sanders 2014-09-22 17:55:26 +0100
  • e994704d5c void function Chris Young 2014-09-20 13:44:28 +0100
  • a90f5d1c8b Stop the Amiga build complaining about redefined strndup Chris Young 2014-09-20 13:42:47 +0100