Commit Graph

  • 896e531a7f fix os3 build Chris Young 2019-05-08 18:35:51 +0100
  • 944d8fc412 try storing form_control in the hook data it doesn't appear to be needed anywhere else Chris Young 2019-05-08 18:12:22 +0100
  • 19742c826a Make gadget object enum private to gui.c Chris Young 2019-05-08 17:51:53 +0100
  • 76618d9588 make gui_window_2 private to gui.c Chris Young 2019-05-08 17:48:50 +0100
  • df5c18315f Pass ptr to clicktab var instead of func calls Chris Young 2019-05-08 17:29:14 +0100
  • d0df3fa4b3 more accessor for gui_window_2 Chris Young 2019-05-08 01:44:44 +0100
  • 1cd30fdb3c Move ami_(re)set_pointer (back?) into gui.c as they need to set/read the gui_window_2 structure Chris Young 2019-05-08 00:59:04 +0100
  • ae36d35728 throbber crap Chris Young 2019-05-08 00:56:07 +0100
  • a5aa53657c get the window title from a gui_window Chris Young 2019-05-08 00:35:09 +0100
  • 1edf8f2848 set find window function Chris Young 2019-05-08 00:30:51 +0100
  • c64d48005c Try moving form_control into gui_window Chris Young 2019-05-08 00:18:43 +0100
  • 4713e1c8af Accessor for the select menu control pointer Chris Young 2019-05-08 00:16:06 +0100
  • ca1a519cfa remove direct access to gui_window_2's gui_window Chris Young 2019-05-08 00:08:35 +0100
  • b9dd0a60c3 accessor for window from gui_window_2 Chris Young 2019-05-07 23:43:15 +0100
  • 83c3831853 set menu to window through a function Chris Young 2019-05-07 22:22:12 +0100
  • 67af746324 Get menu structure directly from gui_window Chris Young 2019-05-07 22:07:57 +0100
  • 6d1f480f01 Get the shared window's window structure directly from the gui_window In a lot of places gui_window_2 was only being accessed for Window Chris Young 2019-05-07 21:58:09 +0100
  • 5c7b5476f0 Make gui_window private to gui.c TODO: ratonalise these accessors Chris Young 2019-05-07 21:45:40 +0100
  • b330fd9f0e HTML: Update selection media data for new libcss API. Michael Drake 2019-05-07 14:01:51 +0100
  • 31655be43b CSS: One inch is 96 css pixels. Michael Drake 2019-05-07 09:53:31 +0100
  • 51feeadcf9 HTML: Set up the CSS length measuring context in CSS pixels. Michael Drake 2019-05-06 21:30:05 +0100
  • 041e9426c1 CSS: Use helper to convert form css to physical pixels. Michael Drake 2019-05-06 21:25:54 +0100
  • ffc199d778 CSS: Add helpers to convert between css and physical pixels. Michael Drake 2019-05-06 21:22:55 +0100
  • 7567f64075 CSS: Extern the nscss_baseline_pixel_density value. Michael Drake 2019-05-06 21:21:44 +0100
  • e02020198d Convert css_len2pt and css_len2px for CSS pixels. Michael Drake 2019-05-06 20:35:31 +0100
  • 1736bdcfee Add js-exec to monkey_driver, add a test, etc. Daniel Silverstone 2019-05-06 19:20:15 +0100
  • a43b83de03 HTML: Squash error-path leaks in select box construction. Michael Drake 2019-05-06 17:29:53 +0100
  • 65b16f4c54 Curl fetcher: Force HTTP1.1 to fix HTTP2 crash. Michael Drake 2019-05-06 17:12:14 +0100
  • 0db71994ea HTML: Before building the box tree, get viewport dimensions. Michael Drake 2019-05-06 15:37:44 +0100
  • 0f3b279167 HTML content handler: Handle content msg for getdims. Michael Drake 2019-05-06 15:37:08 +0100
  • b38f7cc718 Browser window: Handle the content msg for getdims. Michael Drake 2019-05-06 15:36:03 +0100
  • 6ad7b3e608 Content: Add content message to get viewport dimensions. Michael Drake 2019-05-06 15:34:25 +0100
  • d77ed689e6 Quieten dukky a little more in default log levels Daniel Silverstone 2019-05-06 15:36:49 +0100
  • 52ef77ceef Do not prevent reattempting conversion of HTML contents Daniel Silverstone 2019-05-06 15:10:01 +0100
  • 654e1ee12a Use new safe context dump Daniel Silverstone 2019-05-06 15:09:47 +0100
  • 378383ea3b Support context dump safely in duktape Daniel Silverstone 2019-05-06 15:09:39 +0100
  • d719bdcee3 No debug symbols on OS3 None of the tools manage to extract any info from them Chris Young 2019-05-06 13:36:18 +0100
  • 3e3a8e9549 Fix crash on exit Chris Young 2019-05-06 13:31:35 +0100
  • a4da4612c2 Logging: Bump lwc leak exit report to WARNING level. Michael Drake 2019-05-06 13:04:01 +0100
  • cdc7713662 Add some missing unrefs Daniel Silverstone 2019-05-06 12:19:54 +0100
  • 2c49123a27 attempt to fix amiga os3 build Vincent Sanders 2019-05-06 12:16:45 +0100
  • dbf02c37f4 complete basic binding documentation Vincent Sanders 2019-05-06 12:03:08 +0100
  • 183f9ed8bc Example script console log test, needs genericising on path Daniel Silverstone 2019-05-06 11:01:14 +0100
  • 4db81370f3 Support logging in monkey_driver.py Daniel Silverstone 2019-05-06 11:00:39 +0100
  • 6bbb672c57 Monkeyfarmer: Support logging Daniel Silverstone 2019-05-06 10:40:45 +0100
  • dd96a69573 fix several amiga frontend warnings Vincent Sanders 2019-05-06 10:31:51 +0100
  • 10930fcbaf Properly set log levels Daniel Silverstone 2019-05-06 10:17:00 +0100
  • 6fdc692aa5 Support DEBUG log level in console_log Daniel Silverstone 2019-05-06 10:16:48 +0100
  • 1be9127ee7 Update using-monkey docs for console logging output Daniel Silverstone 2019-05-06 10:11:47 +0100
  • 2b8531ff49 Monkey: Support console_log Daniel Silverstone 2019-05-06 10:04:48 +0100
  • 0312c45d6f Use console_log from browser_window_console_log Daniel Silverstone 2019-05-06 09:49:46 +0100
  • d240174741 Add console_log to gui tables Daniel Silverstone 2019-05-06 09:46:45 +0100
  • d27027d4ba fix type used with content_get_source_data() Vincent Sanders 2019-05-06 08:13:00 +0100
  • 35bc2ccbb8 change content get_source_data interfaces to return uint8_t and size_t Vincent Sanders 2019-05-05 22:46:40 +0100
  • f966580d22 remove some warnings in amiga frontend build Vincent Sanders 2019-05-05 22:44:49 +0100
  • 8dc7869937 Use console formatting to prove it out Daniel Silverstone 2019-05-05 22:17:03 +0100
  • 67da94a537 Use consoleFormatter in Console.bnd Daniel Silverstone 2019-05-05 22:16:35 +0100
  • 846e811760 Generics: Add consoleFormatter Daniel Silverstone 2019-05-05 21:56:15 +0100
  • 8b4ec11b89 Dukky: Change from specifically named generics Daniel Silverstone 2019-05-05 21:53:08 +0100
  • 8474c5d4c0 Logging: migrate and provide content interface Daniel Silverstone 2019-05-05 21:05:27 +0100
  • 6952a23946 Provide new browser_window_console_log() API Daniel Silverstone 2019-05-05 20:50:21 +0100
  • 5e1f4c406d data url handler: drop logging to DEEPDEBUG. Michael Drake 2019-05-05 20:39:26 +0100
  • fb1d9862f9 data url handler: Keep nsurl to avoid copy. Michael Drake 2019-05-05 20:36:19 +0100
  • 47e47244a9 data url handling: avoid needless allocation / copy. Michael Drake 2019-05-05 20:23:25 +0100
  • c76b5ef4d5 data URL handler: constify some string pointers. Michael Drake 2019-05-05 20:11:21 +0100
  • 3ba50e8574 Force a GC to ensure old compartment goes away Daniel Silverstone 2019-05-05 18:51:41 +0100
  • ac512958ff Ensure we clear the cbt entry after finishing a non-recurring callback Daniel Silverstone 2019-05-05 18:51:25 +0100
  • e27df0c0b8 make missing xxd command fail the build correctly Vincent Sanders 2019-05-05 16:07:01 +0100
  • 689458aa6e Monkey: Support WINDOW EXEC WIN n cmd... Daniel Silverstone 2019-05-05 15:59:30 +0100
  • 3021142aad Support content_exec for content_html Daniel Silverstone 2019-05-05 15:38:20 +0100
  • 1146f8bf49 Add browser_window_exec Daniel Silverstone 2019-05-05 15:38:09 +0100
  • f3892c98fd Add content_exec and associated vtable entry Daniel Silverstone 2019-05-05 15:37:56 +0100
  • ec0028bdb9 Add SCRIPT to core domstrings Daniel Silverstone 2019-05-05 15:37:26 +0100
  • efdea7757b fix enum name incompatability between gtk 2 and 3 Vincent Sanders 2019-05-05 15:38:19 +0100
  • 9a3b644bf0 Replace zd with PRIsizet to appease Windows Daniel Silverstone 2019-05-05 14:55:08 +0100
  • 4394dbd9d4 Add missing semi-colon. Sorry Daniel Silverstone 2019-05-04 23:15:08 +0100
  • d566debc48 change back to unsigned long to avoid warning on gnueabihf platforms Vincent Sanders 2019-05-04 23:10:34 +0100
  • 6dfc0f1486 Support nodelist indexing Daniel Silverstone 2019-05-04 23:06:14 +0100
  • 38a65c0242 add some comments to window location binding Vincent Sanders 2019-05-04 22:46:56 +0100
  • e8cd7c6614 add some more javascript binding documentation Vincent Sanders 2019-05-04 22:46:29 +0100
  • 5dca74b911 add webidl spec reference Vincent Sanders 2019-05-04 10:50:31 +0100
  • 274b4a2d2e Support Document::createDocumentFragment Daniel Silverstone 2019-05-04 21:56:07 +0100
  • 2f1526653f Expose Number and Error on Window Daniel Silverstone 2019-05-04 21:55:54 +0100
  • 85a4792280 Add createElementNS Daniel Silverstone 2019-05-04 17:57:45 +0100
  • ed829a4772 JS: Attribute external JS to the URI it came from in backtraces Daniel Silverstone 2019-05-04 17:32:17 +0100
  • 8009444918 Expose encodeURI{,Component} Daniel Silverstone 2019-05-04 17:31:46 +0100
  • 83f24af275 Restore newlines for unimplemented javascript in doxygen Daniel Silverstone 2019-05-04 17:03:46 +0100
  • 9769e8f2c0 Clean up async/defer JS contents during parent finalisation Daniel Silverstone 2019-05-04 16:42:47 +0100
  • 36d83668c2 Support Window as an event target for dukky Daniel Silverstone 2019-05-04 15:49:21 +0100
  • e4f57437f6 Unref body when finished getting event handler Daniel Silverstone 2019-05-04 15:01:05 +0100
  • 99809ee646 Better dukky debug for node creation Daniel Silverstone 2019-05-04 15:00:50 +0100
  • a03b4a3c14 CSS: Update for change to libcss append sheet API. Michael Drake 2019-05-04 12:08:50 +0100
  • 920d6fa23d CSS: Update for change to libcss select style API. Michael Drake 2019-05-04 12:02:55 +0100
  • 637b4e5fc0 CSS: Update for change to libcss imported sheet API. Michael Drake 2019-05-04 10:37:45 +0100
  • 19b45fb494 Support script insertion after conversion has begun Daniel Silverstone 2019-05-04 12:18:21 +0100
  • 90cabaf8c8 Add auto-generated getters and setters for HTMLFrameSetElement events Daniel Silverstone 2019-05-03 14:30:10 +0100
  • ed9894d750 Add auto-generated getters/setters on body element Daniel Silverstone 2019-05-03 14:26:12 +0100
  • 9e1b4218a1 UnimplementedJavascript: Remove now implemented stuff thanks to nsgenbind update Daniel Silverstone 2019-05-03 14:15:18 +0100
  • 598ceebb46 Update UnimplementJavascript Daniel Silverstone 2019-05-03 14:02:07 +0100
  • dd02849df0 Add global handlers to Window Daniel Silverstone 2019-05-03 13:45:24 +0100