Commit Graph

  • 90f89f98e3 Use API for getting browser window history. Michael Drake 2014-11-21 14:37:17 +0000
  • b4e044f6c9 Use browser_window_get_url() instead of getting URL from current content. Michael Drake 2014-11-21 14:30:09 +0000
  • 3b686eaccc Use browser_window_can_select(), instead of assuming based on content type. Michael Drake 2014-11-21 14:26:29 +0000
  • 9fb0eaa1cd fix missing semicolon Vincent Sanders 2014-11-21 13:14:20 +0000
  • 19af487fa1 Shouldn't need browser_private.h now. Michael Drake 2014-11-21 12:56:19 +0000
  • 47f6e29b4c Use browser_window_stop_available() Michael Drake 2014-11-21 12:53:55 +0000
  • 6ea2fd3a7f Use API to get content for view source. Michael Drake 2014-11-21 12:51:30 +0000
  • 22ebdd3315 Use API to get current scale. Michael Drake 2014-11-21 12:50:02 +0000
  • a481e5965a remove atari need to use browser internal data structures Vincent Sanders 2014-11-21 12:32:46 +0000
  • 3ff4846c1a Remove usage of browser private interfaces Vincent Sanders 2014-11-21 11:48:43 +0000
  • 0f0c3b02d7 Use public bw header. Michael Drake 2014-11-21 09:26:08 +0000
  • c3ae0c0699 Should be able to switch to public bw header now. Michael Drake 2014-11-21 09:24:20 +0000
  • 8fc7da72c6 Use browser_window_get_url, instead of fishing content out of bw and getting URL from that. Michael Drake 2014-11-21 09:23:00 +0000
  • 8a6be34a62 Use public bw header. Michael Drake 2014-11-21 09:20:48 +0000
  • 6832f80be3 Don't appear to need browser_private.h here. Michael Drake 2014-11-21 09:14:51 +0000
  • eb87406758 update entry points to backing store ready for allowing differing object lifetimes Vincent Sanders 2014-11-20 22:28:19 +0000
  • 75623179aa Revert "Write out to the backing store asynchronously." Chris Young 2014-11-19 23:34:53 +0000
  • 69f4397fe4 Limit creation of store path directories. Vincent Sanders 2014-11-19 16:26:29 +0000
  • 92a1ac4fbb Improve backing store control data serialisation Vincent Sanders 2014-11-19 16:22:06 +0000
  • a79b30bd6f make backing store use rename to atomicly replace entries file Vincent Sanders 2014-11-19 11:26:27 +0000
  • 1ddf8215cf Write out to the backing store asynchronously. Despite the fact AmigaOS filesystems run as separate processes, DOS filesystem writes occur synchronously waiting for the disk write to finish before returning. Here we have effectively taken the core's fs backing store and extended it slightly so the store operation is spun off into a new process, running at a lower task priority than NetSurf itself. This stops the UI pauses that occur shortly after loading pages as NetSurf commits the cache to disk. Chris Young 2014-11-18 19:31:11 +0000
  • 669df172ec Fix my spelling of teh everywhere Vincent Sanders 2014-11-18 17:16:26 +0000
  • cfc9971d0e Remove no longer used poll option from schedule runner Chris Young 2014-11-17 23:47:28 +0000
  • d4c7a0ff77 Improve data scheme fetcher allocation Vincent Sanders 2014-11-17 16:05:17 +0000
  • d83935f0bd add libnsutils to default conveniance library setup Vincent Sanders 2014-11-17 16:04:30 +0000
  • 230e348315 update comments Chris Young 2014-11-16 16:44:19 +0000
  • 0966b8097c Allocate screen title when first needed and keep it private to amiga/gui.c Chris Young 2014-11-16 16:40:41 +0000
  • 20705189b9 Make win_destroyed variable private to amiga/gui.c Chris Young 2014-11-16 16:31:35 +0000
  • 3c4b721621 Avoid bw->window ref Chris Young 2014-11-16 16:24:07 +0000
  • 261e68592b Fix ARexx for gui_window changes Chris Young 2014-11-16 16:13:13 +0000
  • 6ce6b9ae97 Replace curbw (current browser_window, used mostly for ARexx support) with cur_gw (current gui_window) Chris Young 2014-11-16 16:01:59 +0000
  • 79690c6c90 Remove the global which meant we could only open one local history window. Now we can open multiple local history windows, which avoids the confusion when requesting a local history window when one is already open. Chris Young 2014-11-16 15:51:57 +0000
  • 456734a5c2 Stop history_local accessing gui_window via browser_window, and remove some unneeded globals Chris Young 2014-11-16 15:42:45 +0000
  • 7053638a72 Remove some more cyclic references Chris Young 2014-11-16 15:33:11 +0000
  • 668aa3d84b Remove some cyclic referencing Chris Young 2014-11-16 15:28:42 +0000
  • d626487fe1 Remove any pending favicon refresh to avoid a crash on exit/window close Chris Young 2014-11-16 15:06:32 +0000
  • 12d25c56af Restructure gui_window and gui_window_2 to avoid accessing browser_window to find out which gui_window is currently displayed. Chris Young 2014-11-16 15:02:33 +0000
  • 0f85ed7b9d Fix amiga/tree.c for new structs Chris Young 2014-11-16 14:57:25 +0000
  • aa28650b30 Fix amiga/search.c for new structs Chris Young 2014-11-16 14:56:51 +0000
  • e8d551398b Fix amiga/menu.c for new structs Chris Young 2014-11-16 14:55:58 +0000
  • 223da14e72 Fix amiga/file.c for new structs Chris Young 2014-11-16 14:54:25 +0000
  • bab178d3c1 Fix amiga/drag.c for new structs Chris Young 2014-11-16 14:53:26 +0000
  • f2d1cfc7de Fix amiga/download.c for new structs Chris Young 2014-11-16 14:52:49 +0000
  • 30039a06ee Fix amiga/context_menu.c for new struct Chris Young 2014-11-16 14:50:48 +0000
  • 49e524c1d8 Fix amiga/clipboard.c for new structure Chris Young 2014-11-16 14:49:42 +0000
  • 6a891b47c0 Fix amiga/arexx.c for new structure layout Chris Young 2014-11-16 14:47:26 +0000
  • 497994b0f4 Fix amiga/gui.c to not ref gui_window via browser_window Chris Young 2014-11-16 14:44:40 +0000
  • 7cb7879427 Remove a loop which appears to do nothing Chris Young 2014-11-16 14:25:31 +0000
  • e3620ac675 Change clicktab userdata to hold gui_window instead of browser_window Chris Young 2014-11-16 14:24:18 +0000
  • ccbfe50ca3 Fix platform detection; always build tools for HOST. John-Mark Bell 2014-11-16 14:17:05 +0000
  • 1d50a2ff8a Remove unused variable Chris Young 2014-11-16 14:08:00 +0000
  • e75cdeeefd Don't make the app id a global var Chris Young 2014-11-16 14:06:12 +0000
  • 1deb36759b uipdate jenkins build script to confirm to new core buildsystem Vincent Sanders 2014-11-16 13:33:08 +0000
  • 8d2da64453 Fix up platform detection John-Mark Bell 2014-11-16 12:06:18 +0000
  • 15f88ea1c3 Fix up for new buildsystem John-Mark Bell 2014-11-16 10:35:28 +0000
  • 71d016aba5 Remove unecessary form debug Vincent Sanders 2014-11-15 18:23:44 +0000
  • 59df200b83 Error in RISC OS form entry API changes. Vincent Sanders 2014-11-15 16:35:29 +0000
  • 33c4a0d221 Only include rsvg-cairo.h if it isn't already John-Mark Bell 2014-11-15 15:53:58 +0000
  • 2d5e4f6dcd Update history_local.c to use SPACE_RenderBox compatibility function Chris Young 2014-11-15 14:39:54 +0000
  • 28b74a9763 Update theme.c to use SPACE_RenderBox compatiblity function Chris Young 2014-11-15 14:35:15 +0000
  • 7c33655aae Use SPACE_RenderBox compatibility function in tree code Chris Young 2014-11-15 14:01:38 +0000
  • b2fd904eef Make the SPACE_RenderBox compatibility functions public Chris Young 2014-11-15 13:52:06 +0000
  • e909c93804 Use SPACE_RenderBox if available, as SPACE_AreaBox is "dangerous". Chris Young 2014-11-15 13:46:23 +0000
  • 099cb80175 add pkg-config to beos build Vincent Sanders 2014-11-14 22:30:30 +0000
  • 97759f62af USe the externally built conveniance utf8proc library Vincent Sanders 2014-11-14 13:46:08 +0000
  • 564944c244 Use the correct Messages string, modify the contents to better reflect what it (currently) does - only edits the title, not the address. Chris Young 2014-11-13 23:38:58 +0000
  • 9857030a12 Add an edit entry option to the edit menu Chris Young 2014-11-13 23:31:26 +0000
  • a50d2035a7 Fix cocoa usage of render internals Vincent Sanders 2014-11-13 22:15:32 +0000
  • 79e501075a make the form select menu API smaller. Vincent Sanders 2014-11-13 21:52:08 +0000
  • 9fde3502b6 doxygen cleanups in utils Vincent Sanders 2014-11-12 23:27:13 +0000
  • e8277f2954 doxgen warning fixes in riscos frontend. Vincent Sanders 2014-11-12 22:36:11 +0000
  • 1a7d00076d cleanup Doxygen warnings Vincent Sanders 2014-11-12 19:31:39 +0000
  • 740387be8d Doxygen cleanups Vincent Sanders 2014-11-12 16:21:23 +0000
  • a99b1325d7 Doxygen cleanups Vincent Sanders 2014-11-12 11:45:07 +0000
  • d8007f4512 change form API to return error instead of warning user. Vincent Sanders 2014-11-11 22:58:34 +0000
  • d9ce975822 Make most of the form API internal to the html renderer. Vincent Sanders 2014-11-11 17:11:59 +0000
  • 3e4f5737aa Doxygen cleanups in frontends Vincent Sanders 2014-11-11 15:46:04 +0000
  • 8a6500c539 Fix warnings Chris Young 2014-11-11 00:03:04 +0000
  • fd7abab012 Fix warnings Chris Young 2014-11-11 00:00:57 +0000
  • f787db7823 Fix warnings Chris Young 2014-11-10 23:56:54 +0000
  • f66feee961 Fix warning Chris Young 2014-11-10 23:54:12 +0000
  • bb0f4f13af Fix warnings Chris Young 2014-11-10 23:52:43 +0000
  • fb0af6f269 Call open/close timer from schedule init/free functions Chris Young 2014-11-10 23:50:28 +0000
  • 4ca37c35cf Fix warnings Chris Young 2014-11-10 23:43:26 +0000
  • 24bf863522 Fix warnings Chris Young 2014-11-10 23:38:59 +0000
  • e24d3139c7 Fix warnings Chris Young 2014-11-10 23:33:08 +0000
  • 6d3f0fa94c requester.class no longer used. Chris Young 2014-11-10 23:31:38 +0000
  • e85caab910 Remove unused includes Chris Young 2014-11-10 23:30:17 +0000
  • 91662977eb Show error instead of warning requester when essential library fails to open. Chris Young 2014-11-10 23:29:28 +0000
  • 5776b39b8d Use TimedDosRequester so we're not relying on requester.class being open. Chris Young 2014-11-10 23:25:43 +0000
  • ad414165f9 Typo fix: maintinance → maintenance in gtk frontend (closes #2217) Anthony J. Bentley 2014-11-10 22:39:28 +0000
  • f686882856 fix up some warnings in atari build Vincent Sanders 2014-11-10 22:16:38 +0000
  • f0894e4ae0 remove unecessary include of render header from atari Vincent Sanders 2014-11-10 20:22:19 +0000
  • e9696b2fa9 New function for an error requester with the correct imagery which doesn't attempt to do Messages lookup. Chris Young 2014-11-10 21:59:51 +0000
  • 33eb1f413a Doxygen warning fixes Vincent Sanders 2014-11-10 20:15:14 +0000
  • 345cfc4ec8 address even more potential leaks on error path in box_select (coverity 1109875) Vincent Sanders 2014-11-10 19:40:20 +0000
  • 44cfe7459c fix leak of gadget on error path. (coverity 1109875) Vincent Sanders 2014-11-10 19:11:01 +0000
  • 098fbb628b Move some init functions together for the sake of clarity Chris Young 2014-11-10 19:01:30 +0000
  • 225161b05e Move MIME cleanup before NetSurf's internal exit. Chris Young 2014-11-10 18:58:58 +0000
  • 16e80452c2 Remove gui_init and merge the contents into main() Chris Young 2014-11-10 18:57:38 +0000