Commit Graph

43 Commits

Author SHA1 Message Date
Marco Cawthorne 6b578a58ce
Lots more polish! 2022-09-17 12:21:43 -07:00
Marco Cawthorne cbd3105023
Fix against latest Netsurf - eukara 2022-09-17 00:05:32 -07:00
anthony fdcff90d09 Attach copyright notices 2022-04-28 09:02:50 +01:00
anthony 75efd96645 Add support for form file picker 2022-02-25 09:56:35 +00:00
anthony ccee813f4a Implement dropdown form selection 2022-02-10 08:54:37 +00:00
anthony 315af41624 Fix downloads being cut off early 2022-02-01 09:54:28 +00:00
anthony 1ed107b4b9 Respect developer views appearance setting 2021-03-18 19:43:37 +00:00
anthony 36d6873b7a Make the netsurf window callback properly aware of individual tabs 2021-02-25 19:42:53 +00:00
anthony 5013c2e8a6 Make newTab a responder action, and implement closing tabs 2021-02-23 20:01:15 +00:00
anthony 9194cde509 Work on support for tabs 2021-02-17 21:04:38 +00:00
anthony d2c2ff6bb9 Respect overwrite downloads setting 2021-02-09 19:19:30 +00:00
anthony dd95df6e07 Fix 'cancel' button when downloading 2021-01-23 13:13:57 +00:00
anthony b135147cbd Bookmarks implemented 2021-01-21 20:37:45 +00:00
anthony ad386a3287 fix range exception when highlighting text 2020-12-28 16:32:01 +00:00
anthony eb5c01edf7 fix segfault when pasting 2020-12-28 16:24:48 +00:00
anthony 74e3fe059f Downloads - Perform write on background thread, add cancel and clear, indicate complete/cancel in progress cell 2020-12-18 20:43:26 +00:00
anthony 38b61f46e7 Increase 'size' of downlaod if we've written more than the previous expected size 2020-12-16 20:17:54 +00:00
anthony b0286b674a Fix range exception when rendering some text where num glyphs != num chars 2020-12-16 19:26:04 +00:00
anthony 6886cc5a8f Hook up find window to search table 2020-12-14 21:27:23 +00:00
anthony 7b5a806601 Update Downloads window with items based off of DownloadManager 2020-12-10 20:06:23 +00:00
anthony 160f4b43b2 Don't free ns owned buffer 2020-12-10 19:06:02 +00:00
anthony d04c87012a Basic download manager 2020-12-09 20:18:22 +00:00
anthony f0aeee7f97 Begin work on downloads window 2020-12-08 20:25:10 +00:00
anthony bb301b99ee Fill in pasteboard functions 2020-12-07 19:48:35 +00:00
anthony 5954f9280b Add caret 2020-12-05 15:43:34 +00:00
anthony 5ccb17a263 Add contextual mouse pointers 2020-12-05 14:07:25 +00:00
anthony 31c8b0b026 Just use the system font 2020-12-05 12:15:35 +00:00
anthony 274ab9d670 bump font size up 2020-12-03 20:40:06 +00:00
anthony 65b9019f06 Update url bar with nav url, send correct browser size to ns 2020-12-03 20:24:15 +00:00
anthony ca34bcb07f Setup scrollview 2020-12-02 20:00:18 +00:00
anthony f71efa5dd6 Correct cocoa_font_position clipping 2020-12-01 20:10:00 +00:00
anthony 94f91f89a9 remove -1 on cocoa_font_pos glyph range to avoid negative nsrange 2020-12-01 19:18:54 +00:00
anthony b498cc66e2 Copy browser view stuff from cocoa port 2020-11-30 20:02:41 +00:00
anthony 7302c218d7 workaround weird compiler bug 2020-11-25 19:47:53 +00:00
anthony 8584d90452 remove scrollview and add window.m scroll funs 2020-11-24 20:02:12 +00:00
anthony 8faae4eacc Fix upside down images 2020-11-24 19:23:47 +00:00
anthony 8817e92795 Pull in bitmap related stuff, WIP implementing draw bitmap method 2020-11-23 21:01:04 +00:00
anthony 9636baae38 Pull in font.m and plot methods from cocoa port 2020-11-22 14:54:45 +00:00
anthony 4a53631c7f plot additions 2020-11-21 15:53:14 +00:00
anthony d4186faa09 fetch mimetype and missing fetch resource path 2020-11-21 15:14:19 +00:00
anthony 4664d6a1d4 minor edits 2020-11-21 12:56:47 +00:00
anthony 51f7304486 dummy window event method 2020-11-18 20:42:16 +00:00
anthony 204031b467 implement misc callback, move tables into individual files 2020-11-17 20:14:34 +00:00