Commit Graph

  • 6d3f5d2338 Enable filesystem based cache in gtk frontend Vincent Sanders 2014-03-22 15:26:30 +0000
  • 64f607760b add backing store storage path to browser initialisation Vincent Sanders 2014-03-23 11:33:32 +0000
  • 05932293f6 Add filesystem based backing store Vincent Sanders 2014-04-10 11:56:15 +0100
  • 4a49ff5266 Extend low level source data cache with persistant storage Vincent Sanders 2014-03-22 14:54:51 +0000
  • 657abbd245 low level source data cache backing store interface. Vincent Sanders 2014-03-08 14:40:09 +0000
  • ccc9ad969b fix gtk options loading Vincent Sanders 2014-05-12 23:46:31 +0100
  • 06091eee36 fix fseek error return checking (fixes coverity 1109839) Vincent Sanders 2014-05-11 23:48:40 +0100
  • c3e2dc9005 check return values of fseek (fixes coverity 1109840) Vincent Sanders 2014-05-11 23:45:42 +0100
  • 83fa2a9482 check return from fseek (fixes coverity 1109841) Vincent Sanders 2014-05-11 23:43:36 +0100
  • f94bc67107 safely copy header name and author (fixes coverity 1195408) Vincent Sanders 2014-05-11 23:38:18 +0100
  • 4776de4001 ensure filename is null terminated (fix coverity 1195409) Vincent Sanders 2014-05-11 23:35:12 +0100
  • d3ddb39102 fix possible missing null termination (coverity 1195410 and 1195411 ) Vincent Sanders 2014-05-11 23:29:55 +0100
  • 39b0393d31 cleanup utils header, remove cruft and add documentation Vincent Sanders 2014-05-11 21:31:14 +0100
  • 06a3f84e50 remove amiga specific mkpath wrapper as registration has been fixed and the generic netsurf)mkpath is available Vincent Sanders 2014-05-11 16:54:36 +0100
  • 318edea47e Make mkpath allocate the string buffer for map_filename. Fixes 2119. Chris Young 2014-05-10 15:22:38 +0100
  • 7dc170e6d8 we now ensure the operations table is set up early enough the null check is not required Vincent Sanders 2014-05-10 11:17:34 +0100
  • 16b11e7238 ensure operations tables are registered as early as possible. Vincent Sanders 2014-05-10 10:22:10 +0100
  • 429d6e20f7 remove unused url operations Vincent Sanders 2014-05-09 10:30:24 +0100
  • 162e97cf01 undo some overzellous include removal Vincent Sanders 2014-05-09 10:21:48 +0100
  • 2326d3c503 remove unecessary utils/url.h includes Vincent Sanders 2014-05-09 10:15:42 +0100
  • 1556055d91 fix nsurl references Vincent Sanders 2014-05-08 18:03:27 +0100
  • cd7f1eceea make download_context_get_url() return an nsurl and adapt callers to cope Vincent Sanders 2014-05-08 17:54:44 +0100
  • 096bd47ab0 refactor url utility functions to use standard nserror codes and have appropriate documentation. Vincent Sanders 2014-05-08 00:16:50 +0100
  • 781d42e33c Fix loading of Messages file. Michael Drake 2014-05-07 17:29:25 +0100
  • b9bade808f missing comma Vincent Sanders 2014-05-07 16:47:44 +0100
  • 6349704b5e fix silly errors in atari and amiga file operation table change Vincent Sanders 2014-05-07 16:38:58 +0100
  • c56642819e add file operations table and make all frontends use it. Vincent Sanders 2014-05-07 16:14:18 +0100
  • c1e2da80df add string utility to join strings Vincent Sanders 2014-05-04 18:29:53 +0100
  • 283cd05d01 Improve documentation on mimetype fetcher table Vincent Sanders 2014-05-03 17:29:59 +0100
  • f6867efcf8 Fix checking memory allocation return, fixes coverity 1164969 Vincent Sanders 2014-05-03 10:43:24 +0100
  • 626d37511f check return from stat() fixes coverity 1164069 Vincent Sanders 2014-05-03 10:42:14 +0100
  • 084e042766 Add L and l with stroke glyphs. Michael Drake 2014-05-07 13:43:14 +0100
  • ea4af6dffc Add glyphs used for list bullets. Michael Drake 2014-05-07 12:46:33 +0100
  • c937925643 Add four more latin glyphs in all four styles. Michael Drake 2014-05-06 22:44:38 +0100
  • 15ba60f305 Remove some debug. Michael Drake 2014-05-06 21:58:49 +0100
  • c75d23e539 Update for c with caron. Michael Drake 2014-05-06 21:57:40 +0100
  • 8869cc494a Add upper and lower case C with caron glyphs. Michael Drake 2014-05-06 21:39:19 +0100
  • 4cbc56ebc1 Add Unicode support to internal font. Michael Drake 2014-05-06 21:31:05 +0100
  • d67504677b Make the install script work for Dutch language. Chris Young 2014-05-05 00:07:37 +0100
  • 06fcab1314 Remove a rogue procedure call Chris Young 2014-05-03 16:48:42 +0100
  • 53a8f2aa0c Remove some unused library/SObj copying procedures from the Installer script. Chris Young 2014-05-03 16:42:35 +0100
  • b1f67dab31 Remove Cairo from AmigaOS frontend. Chris Young 2014-05-03 16:38:58 +0100
  • 0c5c7159d8 remove uncessary includes Vincent Sanders 2014-05-02 12:26:25 +0100
  • b7c744cf32 make brackets match Vincent Sanders 2014-05-02 12:01:37 +0100
  • 3c8769cc4b OpenBSD headers have strcasestr Vincent Sanders 2014-05-02 11:46:39 +0100
  • 99c997bfc6 adjust javascript library build parameters for openbsd Vincent Sanders 2014-05-02 11:16:32 +0100
  • c80a281ea5 update to cope with make tool naming Vincent Sanders 2014-05-02 11:08:01 +0100
  • 1eb49059ab add OpenBSD to jenkins build script Vincent Sanders 2014-05-02 11:03:43 +0100
  • 44715aea3c erroneous path to testament include Vincent Sanders 2014-05-01 16:02:00 +0100
  • a73f22c966 make gtk commandline filename loading use snprintf Vincent Sanders 2014-04-30 13:56:01 +0100
  • 3a7fb23b87 monkey should not force external iconv Vincent Sanders 2014-04-30 12:11:01 +0100
  • 56b42943d0 improve iconv library handling Vincent Sanders 2014-04-30 11:56:05 +0100
  • 1822b7c163 Update some version numbers for 3.2-dev. The minor version of 3 here is correct, it is only used internally to conform to AmigaOS versioning conventions. Chris Young 2014-04-28 18:17:55 +0100
  • 5dd6fa6f22 use compatability macro for mkdir Vincent Sanders 2014-04-28 17:36:51 +0100
  • 1fd565cba7 make GTK configuration handling conform to XDG specification. Vincent Sanders 2014-04-28 16:37:00 +0100
  • c0ac05d39c update version info for next development cycle Vincent Sanders 2014-04-25 16:59:57 +0100
  • f28fc945cc Merge branch 'heads/release/3.1' Vincent Sanders 2014-04-25 16:58:33 +0100
  • ddc5a52693 Update version for 3.1 release release/3.1 Vincent Sanders 2014-04-25 12:14:16 +0100
  • 2c4825cb38 Remove excessive logging. Michael Drake 2014-04-18 17:30:28 +0100
  • d1223950d7 Handle some directories already existing. Michael Drake 2014-04-18 17:12:52 +0100
  • 2a4f7f6b65 Add more logging for filename init. Michael Drake 2014-04-18 17:07:24 +0100
  • 55415ed6cd Add logging to filename_initialise(). Michael Drake 2014-04-18 16:50:58 +0100
  • 898ff4b821 Add logging to view-source filename generation. Michael Drake 2014-04-18 16:35:46 +0100
  • 0d32293c6a Fix table cell bottom borders leaking to the cell on the right. Michael Drake 2014-04-14 13:24:42 +0100
  • 4fad67114e Update certificates for 3.1 release Chris Young 2014-04-12 23:03:15 +0100
  • b604881528 Remove redundant code. Michael Drake 2014-04-12 16:13:44 +0100
  • 679c87e527 Fix table layout issue: row spans crossing row groups. Michael Drake 2014-04-12 16:09:17 +0100
  • f89516c495 Flag TODO for rowspan in different row group. Michael Drake 2014-04-09 21:54:05 +0100
  • e41900bddc Implied table rows must increment the row group's row count too. Michael Drake 2014-04-09 20:58:12 +0100
  • b828f6de02 Merge remote-tracking branch 'achal/fix-line-height' Michael Drake 2014-04-09 20:40:41 +0100
  • cfc75ac6f9 fix table normalisation to not allow rowspan entries to leak beyond their grouping Vincent Sanders 2014-04-09 18:17:56 +0100
  • 263118c501 Try to fix Amiga build failure. Michael Drake 2014-04-09 14:13:21 +0100
  • c36078db73 Fix collapsing borders with rowspan from previous row group. Michael Drake 2014-04-09 13:56:27 +0100
  • b7b3496a78 move testament output to object directory instead of modifying source Vincent Sanders 2014-04-08 11:40:16 +0100
  • 9ba0d66c6d Ensure we don't get extraneous signals allocated Chris Young 2014-04-06 15:24:24 +0100
  • 1ecd56bd71 Fix a case where the screen wouldn't close if NetSurf had been launched from Workbench Chris Young 2014-04-06 15:22:18 +0100
  • 4ec70fd3a2 Fix some more cppcheck unread/unusedVariable warnings Chris Young 2014-04-05 23:40:03 +0100
  • 5bb5e2667d Change the scope of some variables picked up by cppcheck, minor reformatting Chris Young 2014-04-05 23:34:51 +0100
  • 3ea6ca89a0 Fix cppcheck constStatement warning Chris Young 2014-04-05 23:12:07 +0100
  • a36e7aaeb3 Fix cppcheck syntaxError Chris Young 2014-04-05 23:09:47 +0100
  • d9d0b1d3aa Add missing include Chris Young 2014-04-05 23:07:40 +0100
  • ba5bae389b Fix some cppcheck variableHidingTypedef warnings Chris Young 2014-04-05 20:23:29 +0100
  • 65adc17121 Fix a bunch of cppcheck unused/unreadVariable warnings Chris Young 2014-04-05 20:18:26 +0100
  • 975a1d3c5d Fix cppcheck variableScope warnings Chris Young 2014-04-05 19:56:28 +0100
  • c1a32d7c6e Fix some cppcheck unused/unreadVariables Chris Young 2014-04-05 19:51:17 +0100
  • b301a11140 Fix cppcheck arrayIndexOutOfBounds Chris Young 2014-04-05 19:49:02 +0100
  • 0f68598649 Fix cppcheck syntaxError Chris Young 2014-04-05 19:47:58 +0100
  • c2f9a39966 Fix some cppcheck variableScope warnings Chris Young 2014-04-05 19:46:36 +0100
  • f991abc53c Fix a bunch of cppcheck unusedVariable/unreadVariable warnings Chris Young 2014-04-05 19:43:55 +0100
  • 268cda0f56 Fix cppcheck variableHidingTypedef Chris Young 2014-04-05 19:32:30 +0100
  • d907ec9b06 Remove cppcheck unnecessaryForwardDeclaration Chris Young 2014-04-05 19:30:52 +0100
  • 412df34298 Fix some cppcheck variableScope warnings Chris Young 2014-04-05 19:29:27 +0100
  • 99c47eb99b Allow mouse tracking events to terminate without a PointerLeaving event being received. Steve Fryatt 2014-04-05 19:59:07 +0100
  • f0f05d691b Fix cppcheck nullPointer Chris Young 2014-04-03 19:12:47 +0100
  • fb072686c1 Fix cppcheck syntaxError Chris Young 2014-04-03 19:12:07 +0100
  • 5324cd9abd Fix cppcheck nullPointer Chris Young 2014-04-03 19:08:02 +0100
  • 4575698f0f Fix cppcheck syntaxError Chris Young 2014-04-03 19:06:09 +0100
  • a741ceadb8 Fix cppcheck bufferAccessOutOfBounds Chris Young 2014-04-03 19:03:58 +0100
  • b91c28b8d1 Fix logic error found by cppcheck. Michael Drake 2014-04-02 21:59:24 +0100
  • 88a99d9722 Fix logic error found by cppcheck. Michael Drake 2014-04-02 21:56:34 +0100