Commit Graph

  • ea761e16e6 nsurl optimisation: Remove a load of branches into fewer. Michael Drake 2011-10-31 22:02:40 +0000
  • 3936e6df15 Remove some code that's not needed. Fix redundant port handling. Michael Drake 2011-10-31 21:47:10 +0000
  • c6f13db858 Don't need to generate string from scratch in nsurl_defragment, just copy. Michael Drake 2011-10-31 21:27:11 +0000
  • f980e6015f nsurl optimisation: Don't use separate allocations for nsurl strings. Michael Drake 2011-10-31 21:13:29 +0000
  • dc792e8d05 Fix format specifier John Mark Bell 2011-10-30 15:00:53 +0000
  • 0fe2143b88 Rework error handling to avoid cast alignment warning noise John Mark Bell 2011-10-30 15:00:32 +0000
  • 4cbe7d9d94 Remove any need for LangNames to be imported as a Messages file Chris Young 2011-10-29 14:14:13 +0000
  • b84ebeed36 Stop abusing Messages with continual load of LangNames Chris Young 2011-10-29 13:51:19 +0000
  • d0ad76a77a Simplify Chris Young 2011-10-29 13:35:55 +0000
  • 4a0de7cd5c Allow usage of a resource.map file to map resource: requests to other files. Chris Young 2011-10-29 13:32:53 +0000
  • 4e6828e7e1 Remove unused variable. Michael Drake 2011-10-29 12:04:33 +0000
  • 62e551f34d Give INLINE_END boxes their own id reference. Michael Drake 2011-10-29 12:03:54 +0000
  • ab45ecd228 Use lwc_string for box->id. Michael Drake 2011-10-29 11:37:05 +0000
  • 62900af515 Search the current theme dir for resources. Chris Young 2011-10-29 11:24:29 +0000
  • 4abaf2f085 Intern bw->frag_id. Michael Drake 2011-10-28 22:27:50 +0000
  • 240fdc5187 Constify frag_id param. Michael Drake 2011-10-28 22:25:00 +0000
  • dcc5a532bc Use nsurl to add fragment for URL bar display. Michael Drake 2011-10-28 19:19:08 +0000
  • a112bfb676 Function for adding fragment onto nsurl. Michael Drake 2011-10-28 19:18:14 +0000
  • 110ba21d52 Only one of these save ops needs the file opened here Chris Young 2011-10-27 21:04:56 +0000
  • 272fb1e517 Include utils.h for NOF_ELEMENTS John Mark Bell 2011-10-27 00:57:59 +0000
  • f90aeba984 Appease ancient Perl installs. John Mark Bell 2011-10-24 22:52:12 +0000
  • 6c49c9380a Updated translation from Samir Hawamdeh Chris Young 2011-10-23 21:12:15 +0000
  • 8fba599536 Disable Sprite support - DataTypes can handle these. Chris Young 2011-10-23 13:22:21 +0000
  • c1afe81e06 Complete extended context menus Chris Young 2011-10-23 13:15:44 +0000
  • 4bb6da7cd3 Revert r13074 - doesn't actually fix the problem Chris Young 2011-10-22 14:26:56 +0000
  • 35bc321993 Fix the plotting of tiled bitmaps. EraseRect() appears to have a bug where it won't draw anything if ymin==ymax Chris Young 2011-10-22 14:16:03 +0000
  • a7f2cfa521 Fix save_complete Chris Young 2011-10-22 14:03:47 +0000
  • a4f14eb0e9 Avoid horizontal pixel-height lines of the background appearing when "fast scrolling" down the page. There is a similar problem with scrolling up pages which may be a bug in ami_do_redraw_limits or plotters (probably bitmap tile plotter), as drawing additional pixel lines after scrolling is not redrawing the affected area. Example sites where this problem is apparent: http://www.nintendolife.com (border pattern does not redraw) http://www.amigaos.net/content/72/supported-hardware (clouds show through the main text area) Chris Young 2011-10-22 13:52:13 +0000
  • c970cc6dd4 fix infinite loop when copying private data Vincent Sanders 2011-10-19 15:28:47 +0000
  • 67c9262403 Ensure file content is terminated (bug #1866212). Steve Fryatt 2011-10-18 21:41:45 +0000
  • 1dc36241d6 Squash warnings John Mark Bell 2011-10-18 07:34:15 +0000
  • da930e48ad Use local variables instead of global filehandles John Mark Bell 2011-10-17 21:55:45 +0000
  • 6959a30b26 Move non-requester user file operations to file.c Chris Young 2011-10-15 15:27:56 +0000
  • c3fafd63f8 Move all main file req save ops to file.c Chris Young 2011-10-15 14:55:03 +0000
  • 2db149d527 Add a couple of tests and tidy up. Michael Drake 2011-10-15 14:17:09 +0000
  • ad8a965548 Start to consolidate user file operation into one file Chris Young 2011-10-15 14:09:35 +0000
  • 62248c06d3 Don't need to rescan authority if there was no scheme. Bring documentation back into sync with code. Make pre-authority slash skipping more robust. Michael Drake 2011-10-15 14:03:13 +0000
  • f933d70661 Remove unnecessary stub functions John Mark Bell 2011-10-15 13:12:34 +0000
  • 5b644acf61 Move timeval_subtract to utils/log.c & make it static, as it's not used anywhere else John Mark Bell 2011-10-15 13:11:04 +0000
  • 085940711d Add missing title Chris Young 2011-10-15 13:10:54 +0000
  • f39e150065 Stub messages_get, instead John Mark Bell 2011-10-15 13:06:36 +0000
  • 40f9143f7e Apparently, we need zlib John Mark Bell 2011-10-15 13:00:16 +0000
  • ee930d97e4 Fix handling of no scheme John Mark Bell 2011-10-15 11:51:54 +0000
  • 8f554bb0e5 Fix "about:". Michael Drake 2011-10-15 09:47:37 +0000
  • d3fce3ffc3 Fix handling of URLs without an authority John Mark Bell 2011-10-14 21:41:16 +0000
  • cf12dca846 A bunch more tests for trivial inputs John Mark Bell 2011-10-14 21:31:53 +0000
  • ca4dfc7f1e Move nsurl test suite into test/ Fix up llcache tester to reflect nsurl changes Make handling of http:,http:/,http:// consistent Fix buffer overflow when presented with an input string: "http://" John Mark Bell 2011-10-14 21:29:13 +0000
  • deae02c0e7 Remove unused variable. Michael Drake 2011-10-14 20:57:24 +0000
  • ee7b223eca Draw favicon when iconyfied Ole Loots 2011-10-14 20:56:52 +0000
  • c69e75220d Remove unused variable. Michael Drake 2011-10-14 20:54:18 +0000
  • bdbffb7aa6 Remove unused variable John Mark Bell 2011-10-14 19:39:41 +0000
  • 806911dff0 Fix little-endian hosts Remove additional data copy Chris Young 2011-10-14 17:20:33 +0000
  • 9bf80e3788 Improve bad URL handling. Michael Drake 2011-10-14 13:54:52 +0000
  • 57e3c0748c Make endian-neutral Chris Young 2011-10-13 22:11:47 +0000
  • 0ed0dfdc3b Add GUI option for external hotlist support. Reinstate list #ifdef from en template source. Steve Fryatt 2011-10-13 22:06:07 +0000
  • 797838270e Bring external hotlist support in line with Bookmaker's interpretation. Steve Fryatt 2011-10-13 20:40:52 +0000
  • c91a4b7035 Added missing scroll position. Ole Loots 2011-10-13 20:39:39 +0000
  • 0826de092f Fix double inclusion of host/port separator when login credentials are present. Add tests to tester. Michael Drake 2011-10-13 19:39:30 +0000
  • eb9c223f9d fix image cache summary information to properly use a format string remove snprintf buffer overflow possibility fix the about:imagecache fetcher to contain the output formatting and use summary information formatting Vincent Sanders 2011-10-12 12:34:11 +0000
  • 1badc58b83 Clean up signal handling -- all the signals we handle are fatal, so exit immediately. Stop assertion failures generating duplicate error dialogues. John Mark Bell 2011-10-12 00:50:21 +0000
  • 2a58f4c752 Properly bounds check buffers during save dialogue initialisation. Steve Fryatt 2011-10-11 21:15:44 +0000
  • 69f83ed262 Be more flexible with the aspect ratios we correct to. Chris Young 2011-10-11 17:58:14 +0000
  • 606d7cc64e Add nsurl testing rig. Michael Drake 2011-10-11 14:59:32 +0000
  • 9a7b316661 Set scheme_end marker after advance due to leading whitespace. Michael Drake 2011-10-11 14:54:28 +0000
  • 08969b4786 Make external hotlist support default to off. Steve Fryatt 2011-10-11 08:51:39 +0000
  • d628aa06d0 fix possible buffer overflow Vincent Sanders 2011-10-11 07:19:20 +0000
  • 986720d9d7 If the about handler fails to intern its strings, return the error, cleaning up first Daniel Silverstone 2011-10-11 06:55:20 +0000
  • 56e7b23415 add about:imagecache some of teh implementation needs cleaning up Vincent Sanders 2011-10-10 22:41:31 +0000
  • e1e88e5f98 make about fetcher use lwc_strings for url lookups Vincent Sanders 2011-10-10 19:46:46 +0000
  • 9a3c573b9b Remove dead debugwin code. Michael Drake 2011-10-10 12:23:53 +0000
  • 67b1dccf55 Increase default mem cache size. Michael Drake 2011-10-10 11:40:26 +0000
  • 50f9420286 Only permit root windows to convert fetch requests to downloads John Mark Bell 2011-10-10 08:56:34 +0000
  • ded3c1983f page context menu (mostly non-functioning) Chris Young 2011-10-09 17:37:57 +0000
  • 5d06dbf974 prevent odd curl non completion behaviour Vincent Sanders 2011-10-09 17:22:57 +0000
  • 6e23106b45 Convert more boxes before yielding John Mark Bell 2011-10-09 16:54:34 +0000
  • 17cf5fab71 Add support for external hotlist utilities. Steve Fryatt 2011-10-09 13:32:43 +0000
  • d21bdf16fc Adjust icon sizes to recommended widths for non-standard fonts. Steve Fryatt 2011-10-09 13:08:55 +0000
  • c7b2675eff Ensure the GTK UI closes all its scaffoldings before exiting. Daniel Silverstone 2011-10-09 11:35:24 +0000
  • 45ba9d914d Fix nsgif_get_internal to decode bitmap (similar to r12980) Chris Young 2011-10-09 11:00:23 +0000
  • 29d3b4fa00 Sort out hiccough in hlcache finalisation debug Daniel Silverstone 2011-10-09 10:53:17 +0000
  • 426df17ff4 Set fallback favicon. Michael Drake 2011-10-09 10:41:20 +0000
  • 7900404447 Add keyboard shortcuts that already exist. These are handled in gui.c - popupmenu.class does not appear to act on them. Chris Young 2011-10-08 15:48:58 +0000
  • 8e3dc4022d Stop confusing svn client Chris Young 2011-10-08 15:47:51 +0000
  • c6b174d08e Treat all objects equally, non-plugin_hack objects can now be opened in external application if CMD line present in resources/mimetypes Chris Young 2011-10-08 14:55:15 +0000
  • d197eda87a Fix link creation Chris Young 2011-10-08 13:49:50 +0000
  • 70aad31df6 Default search ico should only come from theme Chris Young 2011-10-08 13:49:31 +0000
  • a809db0c73 Navigate submenu Chris Young 2011-10-08 13:48:44 +0000
  • 624967f30a Pedantic spacing fix. Michael Drake 2011-10-08 13:14:08 +0000
  • 35e43a4965 Amiga front end still uses this for now. Michael Drake 2011-10-08 13:03:50 +0000
  • 2382740265 Delete icon that's never been used. Michael Drake 2011-10-08 12:50:53 +0000
  • 73afb1e728 Use malloc, memcpy instead of strdup since we have the length. Michael Drake 2011-10-08 12:47:42 +0000
  • c876a37a5f Avoid a couple of strlen calls. Michael Drake 2011-10-08 12:26:10 +0000
  • 265bfdd323 Avoid a strlen. Michael Drake 2011-10-08 12:22:29 +0000
  • 642d773e2f Add function to get at url length. Michael Drake 2011-10-08 12:03:54 +0000
  • 165cca27b0 Fix leaky refcounting John Mark Bell 2011-10-08 10:42:13 +0000
  • f14184ee1d Pedantic style changes. Michael Drake 2011-10-08 10:22:34 +0000
  • 4e574f1252 Improve performance of style selection John Mark Bell 2011-10-08 00:21:59 +0000
  • 1e828006aa Pedantic style fixes John Mark Bell 2011-10-08 00:18:16 +0000
  • ac5d2a904c Improve error handling John Mark Bell 2011-10-08 00:14:14 +0000
  • 4cd69b8aa9 Improve error handling John Mark Bell 2011-10-08 00:06:43 +0000