Commit Graph

  • 1b2225ea07 Move log init so it starts earlier Chris Young 2014-09-20 13:38:38 +0100
  • 2551885fd6 Optimise case where scrollbar_set_extents call changes nothing. Michael Drake 2014-09-19 12:39:02 +0100
  • 5b96a84ef7 Setting extents can move scroll pos, so send message. Michael Drake 2014-09-19 12:33:34 +0100
  • 6a74106d36 Make code more readable. Michael Drake 2014-09-19 12:32:52 +0100
  • f95b9d2eb3 Fix a couple of comment typos. Michael Drake 2014-09-19 11:10:43 +0100
  • 35f7f2b9f3 Resolve relative URLs in inline CSS relative to document's base URL, rather than its content URL. Michael Drake 2014-09-18 18:07:52 +0100
  • 1878bc88a9 Improve comments and simplify code. Michael Drake 2014-09-17 19:20:37 +0100
  • dcf49c7341 Improve textarea layout comments to explain the non-obvious bits better. Michael Drake 2014-09-17 19:09:11 +0100
  • 2dc8459c84 Improve comment. Michael Drake 2014-09-17 19:00:20 +0100
  • 87c5753d49 Fix missing doxygen parameter comment. Michael Drake 2014-09-17 18:50:19 +0100
  • 0864dbf8a8 Do not show the maximize window widget Ole Loots 2014-09-17 00:54:16 +0200
  • 2c0407d7d4 Moved Save/Abort buttons into a toolbar Ole Loots 2014-09-17 00:47:26 +0200
  • a63715a319 Include default cache folder in package Ole Loots 2014-09-16 23:03:44 +0200
  • 1ce4a14da9 Fixed some unused variable warnings. Ole Loots 2014-09-15 23:31:39 +0200
  • 067b21e8f6 Fixed some unused variable warining. Ole Loots 2014-09-15 23:27:15 +0200
  • 2c01ca13f2 Enabled the filesystem backing store. Ole Loots 2014-09-15 23:06:28 +0200
  • ccac364857 Added disc cache options to the settings dialog Ole Loots 2014-09-15 22:19:13 +0200
  • 771da43c43 Pass store path to netsurf_init() Ole Loots 2014-09-15 21:51:24 +0200
  • 48c48319e0 Added missing include Ole Loots 2014-09-13 14:43:10 +0200
  • cc1da0813e Removed unused variable Ole Loots 2014-09-13 14:40:52 +0200
  • 00e9dd8690 Removed unused variable / dead code. Ole Loots 2014-09-13 14:40:02 +0200
  • 72fb68014d Removed unused variable. Ole Loots 2014-09-13 14:38:18 +0200
  • dcccaf2217 Always return correct type Ole Loots 2014-09-13 14:25:12 +0200
  • 31bece790b Removed unused label Ole Loots 2014-09-13 14:24:42 +0200
  • d7f479070e Replace default posix file handling table with GEMDOS compatible one Ole Loots 2014-09-13 14:15:01 +0200
  • a9ac9c00fc Merge branch 'master' of git://git.netsurf-browser.org/netsurf Ole Loots 2014-09-12 23:22:26 +0200
  • 9e6b0fb8b0 Adjust min stack to 96K following evaluation. Chris Young 2014-09-07 14:09:11 +0100
  • 31526e9bc6 Remove pointless strdup/free. Michael Drake 2014-09-07 11:12:49 +0100
  • 253475f304 GUI launched fetches are verifiable. Thanks to jmb. Michael Drake 2014-09-07 11:03:21 +0100
  • 1f341ed084 Correctly declare function as static and fix documentation Vincent Sanders 2014-09-07 00:31:46 +0100
  • 9cc610c5ee fix copyright year for beos build Vincent Sanders 2014-09-07 00:28:19 +0100
  • 55558579e2 Add missing includes to get rid of warnings Vincent Sanders 2014-09-07 00:27:30 +0100
  • 9a08ec9ad3 Free header_path. Michael Drake 2014-09-06 20:48:06 +0100
  • d3d682e51b Remove redundant code. Michael Drake 2014-09-06 11:26:02 +0100
  • d0a4020d16 Fix test rig leak. (cppcheck) Michael Drake 2014-09-06 07:49:04 +0100
  • 050b76d49a Handle realloc failure. Michael Drake 2014-09-05 23:25:43 +0100
  • 3daa98d621 Remove unecessary forward declarations. Michael Drake 2014-09-05 23:00:18 +0100
  • 428e34a0df extend beos C++ flags Vincent Sanders 2014-09-05 16:32:19 +0100
  • 4f530a3f8f Pull warning flags out into variables that can be overriden seperately for C and C++ Vincent Sanders 2014-09-05 16:01:44 +0100
  • ef5b234080 we build for haiku not beos Vincent Sanders 2014-09-05 13:18:39 +0100
  • 9b62f1ec53 fix output target name Vincent Sanders 2014-09-05 01:10:12 +0100
  • a8f83d729c update jenkins build script for use with beos Vincent Sanders 2014-09-05 00:49:30 +0100
  • b99ba0998b fixup haiku rsrc fetcher initialisation Vincent Sanders 2014-09-05 00:40:52 +0100
  • 58c2ca0624 OpenBSD system headers are not compatible with redundant declaration warning so remove on that OS Vincent Sanders 2014-09-03 18:24:44 +0100
  • c695d3d007 memcpy and terminate from openssl buffers Vincent Sanders 2014-09-03 14:27:25 +0100
  • 5492e96793 terminate buffers from X509_NAME_print_ex() Vincent Sanders 2014-09-02 23:30:37 +0100
  • 5e0d290f81 Ensure release version revision numbers are higher than CI build revision numbers. Chris Young 2014-09-02 20:11:19 +0100
  • ca6d6abf0f Remove links to files that don't exist in the archive Chris Young 2014-09-02 19:03:07 +0100
  • fa437777c4 Update version numbers for new release cycle. Chris Young 2014-09-02 19:00:21 +0100
  • 93d7cf59ff Reduce stack back down to 64K Chris Young 2014-09-02 18:58:28 +0100
  • 5487000874 Give internal font more meaningful name. Michael Drake 2014-09-02 09:42:56 +0100
  • e23e8b5112 Avoid forward declaration of box_contains_point. Michael Drake 2014-08-31 16:26:50 +0100
  • 181cdfab06 Make box_at_point use itteration, rather than recursion. Michael Drake 2014-08-31 16:24:35 +0100
  • b49832a958 Add float_container to box tree dump. Michael Drake 2014-08-31 16:22:33 +0100
  • f2ba35133b Remove MimeMan stuff from !Cache. Michael Drake 2014-08-30 15:46:39 +0100
  • 34d7edcdc6 Remove debug logging. Michael Drake 2014-08-30 15:40:00 +0100
  • 5cd61f2ef4 Avoid include of browser_private.h Michael Drake 2014-08-26 18:16:03 +0100
  • b7b70a3ca8 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2014-08-26 17:59:19 +0100
  • 2eb86b9096 update version info for next development cycle Vincent Sanders 2014-08-26 08:01:45 -0700
  • 581b84a1ff Merge branch 'heads/release/3.2' Vincent Sanders 2014-08-26 08:00:57 -0700
  • 2d2c6b67cf Update version for release release/3.2 Vincent Sanders 2014-08-26 07:57:21 -0700
  • 37755fb135 add incomplete scheme fetcher for javascript urls Vincent Sanders 2014-08-25 15:58:56 -0700
  • 5b815861f3 Ensure the favicon updates correctly when we close a tab Chris Young 2014-08-25 20:20:16 +0100
  • 956997b178 Avoid a crash when running on own screen Chris Young 2014-08-25 20:13:59 +0100
  • 349913572c Fix web search from context menu Chris Young 2014-08-24 16:54:20 +0100
  • 91deff3797 fix menu and C-q gtk exiting (closes bug #2184) Vincent Sanders 2014-08-23 17:10:39 -0700
  • 5bed515e68 Don't use browser_private.h Michael Drake 2014-08-22 16:35:39 +0100
  • 0b2aa6c61f Don't include browser_private.h Michael Drake 2014-08-22 14:27:24 +0100
  • a57278f574 fix framebuffer internal font generation Vincent Sanders 2014-08-20 15:38:04 +0100
  • 2cf3525b00 Fix text selection. Michael Drake 2014-08-20 11:08:35 +0100
  • e5d2cba11f fix gtk install target to provide language fallback Vincent Sanders 2014-08-19 15:59:51 +0100
  • 20f99a8e96 deal with ftell errors and short reads (coverity 1230589 1230588) Vincent Sanders 2014-08-18 17:28:06 +0100
  • ee3247f532 remove logically dead code path (coverity 1231842) Vincent Sanders 2014-08-18 17:20:28 +0100
  • 1a71a84b62 cope with error return from ftell (coverity 1231843) Vincent Sanders 2014-08-18 17:15:57 +0100
  • 984d87985c sanity check length os environment variable derived paths (Coverity 1231845) Vincent Sanders 2014-08-18 16:28:27 +0100
  • 881b4d447d fix leaking of title text (coverity 1229480) Vincent Sanders 2014-08-18 15:03:15 +0100
  • 035d14df0e fix resource leak of default application desktop file name. (coverity 1231844) Vincent Sanders 2014-08-18 14:55:11 +0100
  • 98a4985b30 generate internal font from glyph data on demand Vincent Sanders 2014-08-17 23:49:06 +0100
  • ea1e68feba remove old svn script Vincent Sanders 2014-08-17 08:46:01 +0100
  • d0da99beca extend gtk viewdata to open files in an editor using the freedesktop default app specification Vincent Sanders 2014-08-16 23:31:55 +0100
  • bf8896a450 Fix build François Revol 2014-08-07 23:04:30 +0200
  • 96dbdee3a4 Remove unused code. Michael Drake 2014-08-04 14:59:48 +0100
  • 2ea5ca5805 Remove unwanted debug. Michael Drake 2014-08-04 14:59:13 +0100
  • a807d762f9 mailto urls don't have passwords or ports, so we don't need to look for ':'. Michael Drake 2014-08-04 14:49:35 +0100
  • 04ea4b52a0 Add debug. Michael Drake 2014-08-04 14:48:32 +0100
  • af16c38d2d fix DOM tree dump debug Vincent Sanders 2014-08-04 00:36:14 +0100
  • c4d1ece421 extend viewdata to files and use it for box tree dump Vincent Sanders 2014-08-03 10:12:18 +0100
  • 2353790a45 Reduce minimum stack to 128K. This should make it easier to see if bug#2177 is fully resolved. Chris Young 2014-08-03 12:24:08 +0100
  • ca077b0638 fixup preference dialog handling of Developer view options Vincent Sanders 2014-08-02 02:19:06 +0100
  • c0548fc472 Optimise glyph scaling. Michael Drake 2014-08-01 23:05:03 +0100
  • 8945e314c8 Simplify glyph scaling slightly. Michael Drake 2014-08-01 14:33:40 +0100
  • ac067e3238 Simplify style handling. Michael Drake 2014-08-01 12:26:57 +0100
  • 6b7e073c58 Add support for double-size rendering of internal font for headings. Michael Drake 2014-08-01 09:50:31 +0100
  • 35c8da4ecf Remove unused #define. Michael Drake 2014-08-01 09:49:57 +0100
  • 58eea873f8 rationalise source view Vincent Sanders 2014-08-01 00:58:42 +0100
  • 43fea75b72 beos: Disable non-working menu entries François Revol 2014-07-31 11:33:39 +0200
  • 116149c61c Use label.image's In Menu Mode when available Chris Young 2014-07-28 18:22:09 +0100
  • 55669387ff clean up gtk scaffolding interface, remove lots of cruft and globals Vincent Sanders 2014-07-27 18:06:07 +0100
  • 06a1d75d52 stop gtk about dialog forcing navigation of existing browsing contexts Vincent Sanders 2014-07-25 16:29:18 +0100
  • 984299e5b4 remove assert for creating new browser context with the tab flag set. Vincent Sanders 2014-07-25 14:34:46 +0100