Commit Graph

14668 Commits

Author SHA1 Message Date
anthony 2d0555cf74 Only delay redrawing if the plotview has resized 2020-12-01 19:47:41 +00:00
anthony 3c52822637 fix warnings 2020-12-01 19:41:11 +00:00
anthony 9c7f03372d Fix incorrect nsrect to NSRect conversion 2020-12-01 19:35:02 +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 b5e0a05292 draw from imagerep directly 2020-11-26 20:03:15 +00:00
anthony 6df756888f Delay browser redraws until after resize 2020-11-25 20:15:47 +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
anthony 9bdf829926 setup plot table 2020-11-14 21:45:05 +00:00
anthony 2072c15ddc Fix tables, open a non functional window on request from netsurf 2020-11-14 16:25:38 +00:00
Michael Drake 434f6c3fe7 framebuffer: Fix internal font generated source for GCC 10. 2020-11-13 11:13:46 +00:00
anthony 909711afc1 table skeleton 2020-11-12 20:33:07 +00:00
anthony f96fde69a2 basic makefile and app setup 2020-11-12 19:21:23 +00:00
Michael Drake de7244a170 risc os: Don't let URL complete start consume URL bar drags. 2020-11-10 10:20:03 +00:00
Michael Drake 59078c3f20 risc os: URL bar: Fall back to URL drag if OS doesn't have text selection. 2020-11-03 10:23:50 +00:00
Michael Drake 925a76bcba risc os: wimputils: Make text-selection helper static inline. 2020-11-03 10:00:14 +00:00
Michael Drake 3cead4e867 risc os: Don't swallow URL bar drags if the OS supports text-selection.
It should still be possible to drag save the URL from the favicon.
2020-11-03 09:55:26 +00:00
Michael Drake f8eabec04b risc os: wimputils: Helper to check OS support for text-selection. 2020-11-03 09:53:15 +00:00
Michael Drake 833c9957a1 treeview: Squash warnings about enum value conversion. 2020-10-23 17:37:23 +01:00
Chris Young 511f4cc800 Add missing include 2020-10-09 13:05:51 +01:00
Chris Young 12fba46d3e Cache codesets structure ourselves
attempt to speed up conversion as apparently codesets is being very slow
2020-10-09 13:01:48 +01:00
Vincent Sanders 06c721c5bb add simple chart generator and use it from the imagecache 2020-10-05 23:01:24 +01:00
Daniel Silverstone 32d52bf055
gtk: In path plotter, maintain cairo transformation offset
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2020-10-03 21:42:46 +01:00
Daniel Silverstone 58fee8749f
gtk/bitmap: Assert surface width/height non-zero
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2020-10-03 14:25:43 +01:00
Daniel Silverstone 6848cc890a
browser_window: Check for bw==NULL before dereferencing it
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2020-10-03 14:23:43 +01:00
Daniel Silverstone ba4c20a0c7
dukky: Fix assignment in assert
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2020-10-03 14:21:26 +01:00
Daniel Silverstone 2b2469df7e
split-messages: Handle gzprintf failing
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2020-10-03 14:20:07 +01:00
Daniel Silverstone 926e560716
about: Check senddata return in blank handler
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2020-10-03 14:04:38 +01:00
Daniel Silverstone 952d2a524c
linktrace-to-depfile: Support alternative linker trace formatting (for openbsd)
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2020-10-02 20:54:30 +01:00
Daniel Silverstone 2d58372ec2
Console: Do not try and log through a closed down window
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2020-10-02 20:15:23 +01:00
Daniel Silverstone a4bda322a9
linktrace: It'd help if I'd added the tool
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2020-10-02 13:15:46 +01:00
Daniel Silverstone 72b20fbd45
Makefile: Fix snafu in linkdeps rule
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2020-10-02 13:11:10 +01:00
Daniel Silverstone f9f8129199
Makefile: Determine and use linker deps
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2020-10-02 13:09:19 +01:00
Vincent Sanders 44225f1b34 split out about scheme handler for nscolours css 2020-09-29 22:50:08 +01:00
Vincent Sanders 7e45969993 split out about scheme query fetcherror handler 2020-09-29 22:50:08 +01:00
Vincent Sanders f0b7955d3d split out about scheme query timeout page 2020-09-29 22:50:08 +01:00
Vincent Sanders 746affa782 split out about scheme query auth handler 2020-09-29 22:50:04 +01:00
Vincent Sanders b1844cbf2a split out about scheme query private handler 2020-09-27 23:09:56 +01:00
Vincent Sanders ff3b948ac0 split out choices about scheme handler 2020-09-27 13:46:39 +01:00
Vincent Sanders 86ecde9a47 split out about handler config handler 2020-09-27 00:37:32 +01:00
Vincent Sanders da7904554c split out about scheme testament handler 2020-09-23 08:48:17 +01:00