Commit Graph

  • 987218e144 Fix amiga build. Michael Drake 2014-02-08 23:06:24 +0000
  • 3d7cd77982 Simplify local history interface. Michael Drake 2014-02-08 22:43:54 +0000
  • 2cd2e5b054 Use API to get scale. Michael Drake 2014-02-08 20:50:14 +0000
  • 2c727e03d0 Use API to get bw extents. Michael Drake 2014-02-08 20:18:55 +0000
  • 6ccf13839b Use API to get extents. Michael Drake 2014-02-08 20:07:00 +0000
  • 5e495f0ab9 Avoid dereffing bw in a few places. Michael Drake 2014-02-08 19:52:17 +0000
  • 616335c9ca Don't use bw internals. Michael Drake 2014-02-08 19:21:22 +0000
  • 11b152c915 Remove unused variable. Michael Drake 2014-02-08 17:16:32 +0000
  • efc4a83737 Shouldn't need browser_privare now. (Untested.) Michael Drake 2014-02-08 17:13:55 +0000
  • 5f517cc714 Don't need browser_private.h any more. Michael Drake 2014-02-08 17:13:04 +0000
  • 8deb9ec25c Native select menu interface shouldn't force front end to dig inside bw struct. Michael Drake 2014-02-08 17:11:55 +0000
  • ec7a02e550 Use get_scale function instead of derefing the bw. Michael Drake 2014-02-08 16:21:46 +0000
  • a505ea49df Use browser_window_get_extents function. Michael Drake 2014-02-08 16:05:58 +0000
  • 22d15380f4 Add function to get browser window's extents. Michael Drake 2014-02-08 16:03:06 +0000
  • 022a303d60 Move browser_window_update_extent to browser_private.h Michael Drake 2014-02-08 16:01:14 +0000
  • e33737ef23 Use browser_window_has_content. Michael Drake 2014-02-08 15:41:32 +0000
  • 3697f543d6 Use browser_window_has_content. Michael Drake 2014-02-08 15:33:39 +0000
  • 43c3caa469 Function to determine whether bw has a content. Michael Drake 2014-02-08 15:31:44 +0000
  • 72b5bc85f2 Remove pointless variable. Michael Drake 2014-02-08 15:18:46 +0000
  • 41d70c741f Use browser_window URL accessor. Michael Drake 2014-02-08 15:16:05 +0000
  • 7a81fe9165 Use clean accessor for bw URL. Michael Drake 2014-02-08 15:06:51 +0000
  • 7794f3fb14 Remove includes of browser_private.h and hlcache.h Michael Drake 2014-02-08 15:02:20 +0000
  • 8bc3a80320 Add function to get bw's URL. Michael Drake 2014-02-08 15:00:08 +0000
  • 2cc6b04a49 Avoid includes of desktop/browser_private.h and content/hlcache.h Michael Drake 2014-02-08 14:28:38 +0000
  • cf84e557fa Simplify browser_window_refresh_url_bar. Reduces front end need to access bw internals. Michael Drake 2014-02-08 12:07:13 +0000
  • 41d7084356 Initialise AmigaGuide help system only at the point of first use. Chris Young 2014-02-07 17:51:12 +0000
  • f5f7dc9931 Only allocate printing resources for the period of time we need them. Chris Young 2014-02-07 17:45:00 +0000
  • 665f724a36 Brackets Chris Young 2014-02-06 21:26:39 +0000
  • cd9268761c Only allocate a signal for screen closure at the point we need it. This ensures there are enough free signals for popupmenu.library (at the moment, at least) Chris Young 2014-02-06 21:23:24 +0000
  • bf3ed6a67f Formatting. Chris Young 2014-02-06 19:57:13 +0000
  • b937ed1d8d Avoid a potential crash when two tabs are opened and one of them is closed. Chris Young 2014-02-06 19:35:52 +0000
  • 823aad5ddf Use libcurl's cache if it's new enough. Fixes #2064. John-Mark Bell 2014-02-06 01:19:22 +0000
  • 8be1ebafd6 Ensure pkg-config pulls in all the curl libs we need Chris Young 2014-02-04 23:56:17 +0000
  • 94f10fa0c0 remove uncessary include os render/html.h Vincent Sanders 2014-02-04 15:45:32 +0000
  • 17ecb818ad beos: Fix build (missing include) François Revol 2014-02-04 23:34:41 +0100
  • 25bc5b2b8c remove unecessary desktop/browser.h includes Vincent Sanders 2014-02-04 15:19:24 +0000
  • fba58ad4b0 remove unecessary include Vincent Sanders 2014-02-04 13:57:47 +0000
  • 7b380d0982 fix sign extension issue on 64bit platforms (coverity 1109898) Vincent Sanders 2014-02-04 13:24:25 +0000
  • dc33cb1418 atari fix for undefined PATH_MAX Vincent Sanders 2014-02-03 18:50:06 +0000
  • 8d9e8791d9 try to make atari limits.h set PATH_MAX Vincent Sanders 2014-02-03 18:47:34 +0000
  • 59fe9e09ac atari limits include Vincent Sanders 2014-02-03 18:37:32 +0000
  • 17231603db fix atari PATH_MAX include Vincent Sanders 2014-02-03 18:31:53 +0000
  • abb37ba148 fix remaining include errors Vincent Sanders 2014-02-03 18:23:02 +0000
  • 59eaaf3015 fixup missing includes Vincent Sanders 2014-02-03 18:12:44 +0000
  • 3455d66921 reduce desktop/browser.h unecessary includes Vincent Sanders 2014-02-03 17:56:24 +0000
  • 6799f68bcc stop monkey pulling in headers from gtk Vincent Sanders 2014-02-03 17:00:10 +0000
  • 6a7ca8b2a8 remove unecessary includes Vincent Sanders 2014-02-03 15:21:55 +0000
  • 9da892c579 ensure documentation includes c++ and objective c files Vincent Sanders 2014-02-03 14:31:51 +0000
  • 4fab874d4f beos: Drop unneeded desktop/gui.h include François Revol 2014-02-03 01:50:06 +0100
  • dba69de613 beos: Fix build (missing includes) François Revol 2014-02-02 16:58:56 +0100
  • 0b50b8f3f7 add missing stddef include for size_t Vincent Sanders 2014-02-02 15:48:26 +0000
  • 236e135d63 fix missing stdlib include Vincent Sanders 2014-02-01 22:56:23 +0000
  • 7798dae86a fix missing includes Vincent Sanders 2014-02-01 22:44:43 +0000
  • 886a3106db move utf8 local conversion operations to table Vincent Sanders 2014-02-01 22:17:36 +0000
  • 427f127fa9 remove further extraneous includes Vincent Sanders 2014-02-01 14:23:58 +0000
  • 00bdf39dc2 remove unnecessary includes Vincent Sanders 2014-02-01 13:06:51 +0000
  • 8bb0e87b1a make clipboard table operations static and remove unecessary includes Vincent Sanders 2014-02-01 12:41:23 +0000
  • 1f62b5a980 make the clipboard operation table and members static to textselection module and cleanup unnecessary includes Vincent Sanders 2014-02-01 10:45:20 +0000
  • 356461244e Merge remote-tracking branch 'origin/stevef/menus' Vincent Sanders 2014-01-31 18:46:45 +0000
  • f99b17ae89 bump the maximum number of nodes in the doxygen documentation and fix a couple of small documentation errors Vincent Sanders 2014-01-29 23:58:41 +0000
  • aaecf9e1af add missing include for neturf_quit symbol Vincent Sanders 2014-01-29 23:36:59 +0000
  • d5a971c281 move verbose log global into logging module and remove netsurf.h include Vincent Sanders 2014-01-29 23:20:19 +0000
  • e353973518 fix missing includes Vincent Sanders 2014-01-29 21:58:46 +0000
  • db33103fa3 clean up desktop/gui.h include usage Vincent Sanders 2014-01-29 21:35:53 +0000
  • 0114cc825d Provide a dedicated interface for destroying open menus. Steve Fryatt 2014-01-29 16:54:34 +0000
  • 829b4fd454 Merge remote-tracking branch 'origin/stevef/menus' Vincent Sanders 2014-01-29 09:57:46 +0000
  • 0d2a3618f1 env.sh: Add ns-pkgman-install to install Haiku dev packages François Revol 2013-12-27 21:09:32 +0100
  • ab2f5ccb4b env.sh: Use a more portable way of counting online processors François Revol 2013-12-27 02:43:01 +0100
  • 849bb5911c Don't poll when converting a menu to a dialogue, as the resulting Message_MenusDeleted no longer kills any newly-opened menus. Steve Fryatt 2014-01-28 23:59:51 +0000
  • 654b25ffa1 Improve handling of Message_MenusDeleted so that we don't close whatever menu tree is open at the time. Steve Fryatt 2014-01-28 23:58:42 +0000
  • 7cb0619fe8 fix dumb typos from utf8 error return refactor Vincent Sanders 2014-01-28 22:39:25 +0000
  • 654da2ffb5 move utf8 conversion routines to use nserror instead of their own error enum Vincent Sanders 2014-01-28 21:40:13 +0000
  • 4b760c7e49 beos: Fix build François Revol 2014-01-28 15:15:49 +0100
  • 443d6f3e04 beos: Account for change in atomic_add() prototype in Haiku François Revol 2014-01-28 15:14:34 +0100
  • 27fdcb90f2 Update copyright dates in modified files. Steve Fryatt 2014-01-26 16:28:56 +0000
  • cdc4041942 Add belt and braces to ensure that URL Bar content is always cleanly terminated. Steve Fryatt 2014-01-26 15:15:49 +0000
  • def97156d3 Make Open URL dialogue allocate memory for the URL field. Add global constant for URL length, to manage both URL Bar and Open URL. Steve Fryatt 2014-01-26 14:35:57 +0000
  • 89992958d2 Increase maximum size of a URL in the URL Bar to 2047 characters plus terminator. Steve Fryatt 2014-01-26 13:41:41 +0000
  • 0ab5fe7c02 Improve URL handling in URL Bar. Steve Fryatt 2014-01-26 13:30:08 +0000
  • dc074042e9 fix errors in url_to_path tfetch table changes Vincent Sanders 2014-01-25 23:21:28 +0000
  • 8ce0a10670 move path_to_url and url_to_path to fetch operation table Vincent Sanders 2014-01-25 23:00:22 +0000
  • 46b8fbaeac Use corestring. Michael Drake 2014-01-25 10:00:33 +0000
  • 96e5368d34 Use corestring. Michael Drake 2014-01-25 09:53:54 +0000
  • ae6874d308 Just ref a corestring. Michael Drake 2014-01-24 23:19:46 +0000
  • 5787f8335e Simplify and optimise icon handling. Michael Drake 2014-01-24 23:13:18 +0000
  • dab6d7961e Actually use the fact scheme is interned. Michael Drake 2014-01-24 21:47:15 +0000
  • d64754aca4 Ensure the screen actually gets closed before NetSurf quits. Chris Young 2014-01-24 20:35:31 +0000
  • 2075ad7ff4 Use corestrings. Michael Drake 2014-01-24 20:19:20 +0000
  • 0a6e5fcb6d Use corestring. Michael Drake 2014-01-24 20:14:26 +0000
  • 14238615a4 Use corestrings for "about", "data", and "resource". Michael Drake 2014-01-24 20:08:41 +0000
  • e32dc31b04 Use corestring ref. Michael Drake 2014-01-24 19:58:51 +0000
  • 178f3945b8 Just use corestring refs. Michael Drake 2014-01-24 19:31:50 +0000
  • c4e2fff5a4 Use corestrings for fetch module's lwc strings. Michael Drake 2014-01-24 19:25:07 +0000
  • 72510f550b Use corestrings in box construction. Michael Drake 2014-01-24 18:58:12 +0000
  • 20e789955d Ensure first option gets selected when the markup doesn't specify any options as selected. Michael Drake 2014-01-24 17:32:49 +0000
  • f07a04126d Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2014-01-24 16:45:52 +0000
  • 05dc1c1305 Fix Coverity-spotted issue. (Fixes behaviour for multiple selects.) Also minor optimisation. Michael Drake 2014-01-24 14:21:27 +0000
  • b7e372cf84 ensure imagemap lists are freed on error paths (coverity 1109880) Vincent Sanders 2014-01-24 12:11:10 +0000
  • b38dfd7939 ensure monkey command dispatch frees argument vector (coverity 1127054) Vincent Sanders 2014-01-24 11:54:53 +0000
  • 69778e2945 move framebuffer fetch operations to their own module Vincent Sanders 2014-01-24 08:39:01 +0000