Commit Graph

  • 0f151e37cb Merge branch 'vince/reformatpending' Vincent Sanders 2014-07-06 10:45:31 +0100
  • f5c62c2291 Stop the throbber resetting itself to frame 1 Chris Young 2014-07-05 19:07:20 +0100
  • ab5b2d9afe Move favicon redraw to scheduled callback Chris Young 2014-07-05 19:00:21 +0100
  • 21a21e8143 Move the throbber to proper scheduled operation Chris Young 2014-07-05 18:44:44 +0100
  • 0e28071fa3 Moved forced throbber redraw to a scheduled callback Chris Young 2014-07-05 17:59:54 +0100
  • bdcb123f0a Replace a flag for search ico refresh with a scheduled callback Chris Young 2014-07-05 17:47:40 +0100
  • f3508427f8 Ensure Ctrl-C does not terminate NetSurf abruptly. Chris Young 2014-07-05 09:36:43 +0100
  • 219f505a65 version 1.1 of the backing store disc layout using base32 encoded filenames to allow for case insensitive filenames. Vincent Sanders 2014-07-04 17:06:15 +0100
  • eccfdec27a Wait for network activity instead of polling. Chris Young 2014-07-03 20:53:28 +0100
  • 074e6f3ec6 Remove some code duplication, tidy up and documentation Chris Young 2014-07-03 00:08:56 +0100
  • f52501d9ad If we try to duplicate an existing scheduled event, reschedule it instead. Chris Young 2014-07-02 18:43:44 +0100
  • 5105249bf7 tidy up schedule removal Chris Young 2014-07-02 18:35:16 +0100
  • a71865b328 turn off verbose fetch debugging Vincent Sanders 2014-07-02 17:07:05 +0100
  • 4073a991dd beos: Fix an oversight with number of fds for select() François Revol 2014-07-02 17:54:57 +0200
  • 8848f754e0 documentation fixes and cleanups Vincent Sanders 2014-07-02 16:39:08 +0100
  • 29e29cccd7 fix dumb error in previous commit and get scheme name element correct Vincent Sanders 2014-07-02 15:01:24 +0100
  • 516dcb96e1 fix unhelpful assert at quit Vincent Sanders 2014-07-02 14:50:23 +0100
  • c574780d29 beos: drop @todo François Revol 2014-07-02 03:43:13 +0200
  • 36ba460fe4 beos: handle realpath() returning NULL François Revol 2014-07-02 03:40:32 +0200
  • dcf3a55ae6 beos: Avoid crashing if FindPath() returns an error François Revol 2014-07-02 03:11:25 +0200
  • 4497e9aab7 Neaten up sub-menu highlighting Chris Young 2014-07-01 23:16:24 +0100
  • 291f1094eb Add some space between icon and text in the menu Chris Young 2014-07-01 18:29:10 +0100
  • 18aefabd20 change reformat to be driven from the scheduler like redraw Vincent Sanders 2014-06-30 16:40:56 +0100
  • 06eb81235d fix fetchers include on windows Vincent Sanders 2014-07-01 09:17:22 +0100
  • 2330503533 Merge branch 'vince/fetchschedule' Vincent Sanders 2014-07-01 09:03:47 +0100
  • 01088bb63b Re-disable the favicon render hook Chris Young 2014-07-01 08:28:07 +0100
  • 1aed82b074 fix warnings Chris Young 2014-06-30 22:38:58 +0100
  • 846b534854 Recreate the entire menu when the hotlist window is closed. This ensures the hotlist entries in the menu are in sync with reality, and mirrors the existing hotlist toolbar update. Chris Young 2014-06-30 22:37:05 +0100
  • 01271f4061 Re-enable favicon render hook. Not sure why or when this was disabled. Chris Young 2014-06-30 22:21:10 +0100
  • 0c5bb37bea Implement a very basic favicon cache for the hotlist menu to use Chris Young 2014-06-29 22:35:52 +0100
  • 8944edd649 convert all frontends to scheduled fetch operation Vincent Sanders 2014-06-26 18:56:42 +0100
  • 1b7aa7ffe5 make fetchers scheduled Vincent Sanders 2014-06-26 19:04:14 +0100
  • dfc095bd90 Display U+FFFD for characters > U+FFFF. Michael Drake 2014-06-24 13:26:39 +0100
  • 80cc326658 beos: Use PathFinder to locate resource folder. Adrien Destugues 2014-06-20 13:23:22 +0200
  • d64fa80ba7 beos: Fix Haiku libnetwork detection post-PackageManagement François Revol 2014-06-20 15:24:55 +0200
  • fc290506a4 beos: Fix local variable shadowing a parameter François Revol 2014-06-20 15:19:10 +0200
  • 186f7479ee beos: Adjust browser_table for removed call François Revol 2014-06-20 15:06:16 +0200
  • c538396126 beos: Add missing include François Revol 2014-06-20 15:06:00 +0200
  • 4b2101ba6a clean up the fetcher factory and improve its API Vincent Sanders 2014-06-19 18:27:24 +0100
  • e7e914b624 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2014-06-18 20:06:52 +0100
  • cd159b6775 Don't display certain invisible characters. Michael Drake 2014-06-18 13:12:08 +0100
  • 904cefd388 Enable temporary change of search provider from the main browser window Chris Young 2014-06-15 15:48:55 +0100
  • 3de529d815 Change the search ico to be a chooser gadget with the icon as the display Chris Young 2014-06-15 15:39:49 +0100
  • d552865da1 Use search provider iterator. Use a List instead of an array as it is more flexible Chris Young 2014-06-15 14:56:09 +0100
  • 43f21bc9a8 Slight simplification to how wo choose whether to clip for overflow. Michael Drake 2014-06-15 14:47:15 +0100
  • 16dea2e2bd stop idna (en/de)code asploding when the passed host begins with a . Vincent Sanders 2014-06-10 23:37:27 +0100
  • 2462f5658e Fix memory leak on error Chris Young 2014-06-10 19:27:39 +0100
  • 837b8f9434 Merge remote-tracking branch 'origin/stevef/cconfig' Vincent Sanders 2014-06-10 09:31:07 +0100
  • d2b77a40a9 fix memory leaks in error paths. (coverity 1220852 and 1220851) Vincent Sanders 2014-06-10 00:21:40 +0100
  • ca91b4eea3 Fix signedness of numeric conversion when populating cache config dialogue box. stevef/cconfig Steve Fryatt 2014-06-09 23:03:39 +0100
  • 68146fc711 Merge branch 'master' into stevef/cconfig Steve Fryatt 2014-06-09 22:51:14 +0100
  • f6fec1a8d7 Put ultra-verbose logging inside NSURL_DEBUG #ifdef. Michael Drake 2014-06-09 21:22:25 +0100
  • 4488c8a2e4 fallback to old url creation behaviour if the IDNA host parse fails Vincent Sanders 2014-06-09 18:05:36 +0100
  • 8e29e517d5 fix disc cache size option to be unsigned Vincent Sanders 2014-06-09 13:10:56 +0100
  • cc1d5477ab Add disc cache parameters to configuration GUI. Steve Fryatt 2014-06-08 18:29:03 +0100
  • e687a359c7 remove unnecessary risc os header includes Vincent Sanders 2014-06-05 23:24:28 +0100
  • 72f8e711d7 additional risc os header cleanups Vincent Sanders 2014-06-05 23:01:37 +0100
  • 766c90d369 additional header cleanups Vincent Sanders 2014-06-05 21:50:47 +0100
  • 1151ae8ba2 Add !Cache to riscos resources Vincent Sanders 2014-06-05 15:27:35 +0100
  • 3834770f11 add riscos font header Vincent Sanders 2014-06-05 15:25:50 +0100
  • 54fcb66d87 cleanup RISC OS frontend header usage Vincent Sanders 2014-06-05 15:14:49 +0100
  • f1c2dde13b extend file table with mkdir all and make fs backing store use it. enable fs backing store for RISC OS. Vincent Sanders 2014-06-05 12:06:47 +0100
  • 80bee65a71 remove forward declarations from risc os gui.c cleanup filetype magic numbers. Vincent Sanders 2014-06-04 16:44:29 +0100
  • 9523658467 Fix number of many characters from the Geometric Shapes block. Michael Drake 2014-06-04 14:37:31 +0100
  • 4641769ae5 Make chris' work compile without warning and not infinite-loop where I spotted it Daniel Silverstone 2014-06-04 13:50:26 +0100
  • eee7189f05 Normalise intermediary UCS-4 string when verifying ACE labels Chris Young 2014-05-30 20:19:46 +0100
  • db0856606a IDNA2008 support. Chris Young 2014-05-30 20:03:04 +0100
  • 9d2d717e9f Import Punycode reference implementation. Chris Young 2014-05-30 20:02:29 +0100
  • 9fb4fd738a Import a local modified version of utf8proc for Unicode normalisation. Chris Young 2014-05-30 20:01:47 +0100
  • e5d5e68eb5 Required IDNA/Unicode properties files and generation. Chris Young 2014-05-30 20:00:49 +0100
  • a4940bb56c Merge branch 'master' of git://git.netsurf-browser.org/netsurf Rob Kendrick (fatigue) 2014-06-04 12:10:58 +0100
  • 7b1332c5c5 Include the date in the testament Rob Kendrick (fatigue) 2014-06-04 12:10:42 +0100
  • 7f55cb58a0 stop riscos uncesecarily including gui.h Vincent Sanders 2014-06-04 12:07:03 +0100
  • bd804d3fe4 Avoid signed vs unsigned comparason warning. Michael Drake 2014-06-04 07:48:05 +0100
  • 5899f6c16e turn off debugging and add some comments and todo from dsilvers Vincent Sanders 2014-06-03 22:30:04 +0100
  • b5461c8313 Adjust the llcache behaviour to use scheduler for user notification. Daniel Silverstone 2014-06-03 17:00:23 +0100
  • d96e805428 Use search provider iterator to populate preferences dialog Daniel Silverstone 2014-06-03 15:40:41 +0100
  • d35b27d44e Add iterator for search providers Daniel Silverstone 2014-06-03 15:40:28 +0100
  • e2633a9a63 fix default search provider icon handling Vincent Sanders 2014-06-03 15:01:14 +0100
  • f29d741b48 Add Polish glyphs. Thanks to Artur Jarosik. Michael Drake 2014-06-02 20:29:22 +0100
  • 4c9a9f24f9 Tidy up the #defines used for setting particular codepoint bits. Michael Drake 2014-06-02 15:49:44 +0100
  • a2c0e05197 Avoid use of math.h Michael Drake 2014-06-02 14:22:41 +0100
  • 31c3f4b81d Remove unused #define Michael Drake 2014-06-02 14:01:31 +0100
  • 0f6fd6b800 Add an extra logging verbosity level. Michael Drake 2014-06-02 13:16:25 +0100
  • 5abfbba049 Make the glyph style more readable in the debug output. Michael Drake 2014-06-02 13:08:25 +0100
  • 56556a677e Detect bad line endings and print error. Michael Drake 2014-06-01 20:37:26 +0100
  • 5085bfbf99 Handle overflow-x and overflow-y properties. Michael Drake 2014-06-01 18:36:22 +0100
  • 576e93e1f3 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2014-06-01 11:45:19 +0100
  • ea01d6b3fc Double the stack as it still runs out on occasion Chris Young 2014-06-01 08:46:22 +0100
  • a98b946ca2 Confidently remove the debug Chris Young 2014-06-01 08:45:29 +0100
  • 3457d3adc7 Sometimes (but not always) the UTF-16 conversion inserts a BOM. Skip it. Chris Young 2014-06-01 08:44:51 +0100
  • 91f3eb5c2f Scope reduce a variable. Michael Drake 2014-05-31 13:06:52 +0100
  • c7ba173a64 Remove completely dead file. Michael Drake 2014-05-31 10:45:32 +0100
  • 0cdc102946 Remove unused variable. Michael Drake 2014-05-31 08:48:50 +0100
  • ee32aa43fe Remove an unused variable. Michael Drake 2014-05-31 08:47:32 +0100
  • 77cea75e51 Remove unused variable. Michael Drake 2014-05-31 08:42:43 +0100
  • 4bf23fc217 Fix line endings. Michael Drake 2014-05-31 08:42:08 +0100
  • 0793ae25e3 Scope reduce some variables. Michael Drake 2014-05-31 00:06:49 +0100
  • ce117d140e Remove dead code and variables. Michael Drake 2014-05-30 23:59:17 +0100
  • 910efb0156 Scope reduce several variables. Michael Drake 2014-05-30 23:57:04 +0100