Commit Graph

  • 2b6bd44ef0 add location binding Vincent Sanders 2012-11-01 23:30:28 +0000
  • b34cbc5e83 remove old handmade binding code Vincent Sanders 2012-11-01 23:29:01 +0000
  • 2b8cdf1f29 add HTMLElement interface binding Vincent Sanders 2012-11-01 21:13:14 +0000
  • 8f08f820f4 improve tests Vincent Sanders 2012-11-01 21:12:21 +0000
  • efbfbbc967 Fix a serious crash that occurs if the underlying window is closed during a hook function invoked from it. Chris Young 2012-10-31 20:50:22 +0000
  • 116cd6aa43 Make it a bit more obvious what is happening, as AutoInstall/CopyStore won't give us a progress bar. Chris Young 2012-10-31 19:46:35 +0000
  • 7c737252e0 Fix AutoInstall Chris Young 2012-10-31 19:39:34 +0000
  • cfdf28ac93 Drop the two different names for the executable Chris Young 2012-10-31 19:34:33 +0000
  • 5496a60431 console interface from IDL Vincent Sanders 2012-10-31 14:31:18 +0000
  • ede48d6074 add navigator interface Vincent Sanders 2012-10-31 01:22:35 +0000
  • af2d9e8906 Dispose the DT object once we've finished converting it to a bitmap. Chris Young 2012-10-30 20:20:39 +0000
  • 79e557bbe8 Move WebIDL to be available for all binding types not just jsapi (spidermonkey) Add conversion message display Vincent Sanders 2012-10-30 13:49:02 +0000
  • 881daebce2 get minimal window property functionality working on window object Vincent Sanders 2012-10-29 23:46:07 +0000
  • ac286c4a95 add binding for window class Vincent Sanders 2012-10-29 20:09:29 +0000
  • 528d9315ef More useful DataTypes image title Chris Young 2012-10-28 17:59:57 +0000
  • e62a4a435a Avoid creating the DT object multiple times Chris Young 2012-10-28 17:35:55 +0000
  • ca25116c3a Merge branch 'master' of git://git.netsurf-browser.org/netsurf Chris Young 2012-10-28 17:27:02 +0000
  • b531318905 fix obtaining the "this" object Vincent Sanders 2012-10-28 15:37:55 +0000
  • ac5ade2f56 add include for bindings Vincent Sanders 2012-10-26 12:46:49 +0100
  • a9f5b2a504 Merge branch 'vince/nsgenbind' of git://git.netsurf-browser.org/netsurf into vince/nsgenbind Vincent Sanders 2012-10-26 12:41:27 +0100
  • 99c54f1d9d split class prototype initialisation from instantiation Vincent Sanders 2012-10-26 12:36:14 +0100
  • 33d40a08af Unstackify RISC OS content handler's title setting. Michael Drake 2012-10-25 12:05:12 +0100
  • 3ed0b09beb use generated htmldocument binding Vincent Sanders 2012-10-24 19:00:24 +0100
  • 6a300528fd add initial binding files for nsgenbind Vincent Sanders 2012-10-23 18:39:34 +0100
  • ad10d63209 Initial webIDL files for core dom and html Vincent Sanders 2012-10-23 16:45:41 +0100
  • baf50cec89 make image content handlers title setting use the heap instead of the stack and remove the possibility of buffer overruns Vincent Sanders 2012-10-25 11:12:41 +0100
  • b866e3e172 use generated htmldocument binding Vincent Sanders 2012-10-24 19:00:24 +0100
  • 98cfc5835c Remove no longer correct comment Chris Young 2012-10-24 18:58:46 +0100
  • 4aaa325398 Now the graphics.library plotters are feature-complete, use them by default. Chris Young 2012-10-24 18:57:48 +0100
  • 0b7db9b47a treeview.c hasn't been pushed yet. Michael Drake 2012-10-24 18:43:59 +0100
  • a526209e74 More useful title info for images. Michael Drake 2012-10-24 18:22:45 +0100
  • 719a36972b Greatly increase the space allocated for Area-operation vector storage. The SVG tiger is now rendering correctly with graphics.library plotting only (no Cairo) Chris Young 2012-10-23 21:01:49 +0100
  • c2b23e48f2 Log Area* function errors Chris Young 2012-10-23 20:49:24 +0100
  • 0acdd4e64f graphics.library path plotter initial code Chris Young 2012-10-23 20:43:42 +0100
  • e5b876bda5 graphics.library arc plotter Chris Young 2012-10-23 20:04:43 +0100
  • f487b77f4f add initial binding files for nsgenbind Vincent Sanders 2012-10-23 18:39:34 +0100
  • 6de9eb4d62 Initial webIDL files for core dom and html Vincent Sanders 2012-10-23 16:45:41 +0100
  • d806f32c7b Don't set outline pen - this is what makes AreaFill outline the filled area, which we categorically do not want to happen. Chris Young 2012-10-22 20:07:52 +0100
  • bcd43d3f59 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Chris Young 2012-10-22 20:01:51 +0100
  • 9629e428a5 add javascript compilation to monkey Vincent Sanders 2012-10-22 16:37:31 +0100
  • 5097223570 add javascript build support to framebuffer Vincent Sanders 2012-10-22 16:17:09 +0100
  • 0a9e8ee734 Revert "Revert "Link against libiconv"" John-Mark Bell 2012-10-21 01:58:09 +0100
  • 02996802d9 Revert "Link against libiconv" John-Mark Bell 2012-10-20 13:53:40 +0100
  • aa3760bd55 Link against libiconv John-Mark Bell 2012-10-20 13:48:59 +0100
  • df70c7daa3 Ensure stack size is at least 128KB Chris Young 2012-10-19 20:27:10 +0100
  • 8136ad44a9 Fix links. John-Mark Bell 2012-10-19 00:41:00 +0100
  • c528d10864 Use GEM Window Statusbar when WITH_CUSTOM_STATUSBAR is undefined. Ole Loots 2012-10-19 00:14:11 +0200
  • 7d18cf2b41 Use malloc instead of alloca. Ole Loots 2012-10-19 00:07:37 +0200
  • 004e61e138 Use malloc instead of alloca. (Fixes drag and drop) Ole Loots 2012-10-18 23:21:33 +0200
  • a1d052399a fix warnings Vincent Sanders 2012-10-18 10:40:53 +0100
  • f18bbd48c7 Improve error handling in html content Vincent Sanders 2012-10-17 21:52:43 +0100
  • 35eb251244 Fix "error setting certificate verify locations" problem when the Choices file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak. Michael Drake 2012-10-17 14:20:18 +0100
  • 26ac642ef9 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2012-10-17 11:42:27 +0100
  • 0c0b263b29 Add some startup logging. Michael Drake 2012-10-17 11:41:25 +0100
  • f0a568b861 remove standalone code which no longer compiles Chris Young 2012-10-16 22:12:12 +0100
  • ca555e7fd1 remove extraneous linefeeds Chris Young 2012-10-16 22:10:49 +0100
  • e3261a38e2 Document messages_load behaviour. Michael Drake 2012-10-16 22:01:55 +0100
  • e2bde3482b Remove double ;. Michael Drake 2012-10-16 18:36:34 +0100
  • 88dd7c3709 Fix url encoded query generation, when there's no name/value pairs. Michael Drake 2012-10-16 18:32:14 +0100
  • c41ff369ff Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2012-10-15 19:41:13 +0100
  • fe3582667c Update. Michael Drake 2012-10-15 19:40:13 +0100
  • b40fd3a88a use correct flags with cp for mac os directory copying Vincent Sanders 2012-10-15 16:15:14 +0100
  • 42657ea9a4 bodge the makefile version extraction. Vincent Sanders 2012-10-15 16:04:51 +0100
  • 248fc0acc9 add packaging objects to clean target Vincent Sanders 2012-10-15 15:49:52 +0100
  • c9fe400353 remove -a from cp command as mac os x 10.5 cp does not have the switch Vincent Sanders 2012-10-15 15:09:17 +0100
  • 094b866388 Document HOTLIST ARexx command Chris Young 2012-10-14 23:17:05 +0100
  • 1fd2e1effa Add ARexx commands HOTLIST OPEN and HOTLIST CLOSE Chris Young 2012-10-14 23:10:09 +0100
  • b7c9b57064 attempt to avoid a crash during font scanning Chris Young 2012-10-14 23:01:13 +0100
  • 436f5d659f for native builds, temporarily revert usage of pkg-config for cairo detection Chris Young 2012-10-14 22:59:39 +0100
  • 4938723896 Remove last notion of bitmap suspension. Michael Drake 2012-10-14 20:17:17 +0100
  • d88a839937 Remove suspension of bmp/gif images. It's completely redundant with the convert on demand core image cache. Michael Drake 2012-10-14 20:03:18 +0100
  • dbed8312c8 Disable thumbnail persistence. Michael Drake 2012-10-14 19:13:07 +0100
  • 827d063c6b Remove special RISC OS handling of thumbnail files. (The feature has been broken for ages.) Michael Drake 2012-10-14 19:11:35 +0100
  • 8dd8330eee Remove unused #ifdef riscos. Michael Drake 2012-10-14 19:10:39 +0100
  • 53b51c8083 Add newline at end of file. Michael Drake 2012-10-14 18:32:15 +0100
  • 05e71dc142 Add optional use of STACK & STRIP Variables. Ole Loots 2012-10-14 00:03:59 +0200
  • e56b72da5e appears that we don't actually need to use dynamic linking for cairo Chris Young 2012-10-13 22:42:19 +0100
  • 61a2b8ddc4 Strip the resulting executable, also update stack size. Consider m5475 toolchain (new Variable CROSS_COMPILE). Ole Loots 2012-10-13 22:50:55 +0200
  • fa7048d66d Redraw favicon when it has been changed. Improve the window icon / favicon interface. Ole Loots 2012-10-13 22:25:10 +0200
  • 221cd56826 Show mouse again after the color popup is ready. Ole Loots 2012-10-13 22:23:19 +0200
  • 340e958ebc remove unneeded manual cairo ldflags etc Chris Young 2012-10-13 20:49:16 +0100
  • 6be1ba6097 auto-detect cairo Chris Young 2012-10-13 20:45:51 +0100
  • 266b37fc37 use pkgconfig Chris Young 2012-10-13 15:25:15 +0100
  • 8d6c2a2a4d allow cross-compiling Cairo build Chris Young 2012-10-13 15:15:58 +0100
  • f386b2fc65 don't need libcares Chris Young 2012-10-12 19:44:39 +0100
  • ee590763c6 use libtre instead of libregex for native builds, same as cross-compile Chris Young 2012-10-12 19:38:47 +0100
  • 4fccdf18f3 Move dom walker to utils/libdom.{c|h}. Add a few HTML elements to core strings. Michael Drake 2012-10-12 16:21:29 +0100
  • e7e3329767 Preserve the executable attribute, and ensure we copy the correct binary in all scenarios Chris Young 2012-10-11 21:33:49 +0100
  • fa660c24e8 Remove unnecessary libxml includes from GTK includes Daniel Silverstone 2012-10-11 20:48:06 +0100
  • fdba0bd72c Fix document leak in encoding change handler Daniel Silverstone 2012-10-11 20:43:46 +0100
  • d0665a1af6 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Chris Young 2012-10-11 20:13:59 +0100
  • a5bd3d112c fix warnings Chris Young 2012-10-11 20:13:38 +0100
  • df3f1237c7 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2012-10-11 20:12:59 +0100
  • 672fa0a8e2 Make url_{get|reform|destroy}_components static. Michael Drake 2012-10-11 20:12:06 +0100
  • 0c8b03474e Make form_url_encode static. Michael Drake 2012-10-11 20:05:36 +0100
  • 6f7c6de0c9 Use nsurl_replace_query instead of url_get_components and url_reform_components. Michael Drake 2012-10-11 20:02:52 +0100
  • e3cbd8aec6 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Chris Young 2012-10-11 19:48:49 +0100
  • d4043d8011 Run FixFonts at the end of install Chris Young 2012-10-11 19:48:28 +0100
  • d84e3fd773 Add nsurl_replace_query. Add tests. Make tester itterate remaining lwc_strings. Michael Drake 2012-10-11 19:23:22 +0100
  • 6b7669dc09 Use nsurl_join instead of url_join. Forms still need to be moved over to nsurl. Michael Drake 2012-10-11 17:49:42 +0100