Commit Graph

  • d39ae4a102 AMIGA: Use RTG calls on OS3 Enabled for experimentation Chris Young 2021-06-28 14:54:42 +0100
  • 407e20578f RISC OS: GUI: Clean up alpha sprite support test. Michael Drake 2021-06-25 18:08:17 +0100
  • 9f3d012650 RISC OS: Image: Tinct workaround: Use OS alpha sprite rendering. Michael Drake 2021-06-25 17:19:17 +0100
  • 287e5e89b5 RISC OS: GUI: Add check for sprite alpha channel OS support. Michael Drake 2021-06-25 17:05:40 +0100
  • d58f893c57 RISC OS: Image: Add support for tiled plots with OS renderer. Michael Drake 2021-06-25 14:48:50 +0100
  • e177254db4 RISC OS: Image: Remove forward declaration. Michael Drake 2021-06-25 14:01:54 +0100
  • 4b15a49bde RISC OS: Image: Use #define to enable use of mask. Michael Drake 2021-06-25 13:58:54 +0100
  • b65abe987c RISC OS: Image: Use #define for unspecified sprite area. Michael Drake 2021-06-25 13:48:52 +0100
  • fa64d91d12 Switch to new libcss API for unit conversion. Michael Drake 2021-03-29 10:45:59 +0100
  • 638a408dde CSS: Update to latest libcss: Remove weird units. Michael Drake 2021-03-15 17:03:37 +0000
  • a6e825833d Amiga: BitMap always alloced with the ami_rtg_ function, so should be freed with it too. Chris Young 2021-05-17 16:45:49 +0100
  • 38fc60486b Windows: Use pkg-config when building on Windows. Michael Drake 2021-05-13 08:43:33 +0100
  • ce23f500d1 RISC OS: Unify both browser window redraw call paths. Michael Drake 2021-04-26 20:00:11 +0100
  • 6f659da675 RISC OS: Constify redraw region through buffer API. Michael Drake 2021-04-26 19:58:26 +0100
  • 93b68a9a48 RISC OS: Corewindow: Fix autoscroll segfault when pointer leaves window. Michael Drake 2021-04-25 22:02:11 +0100
  • c5aca9d8ce RISC OS: Fix EX0 EY0 rendering glitches when scrolling. Michael Drake 2021-04-25 21:07:15 +0100
  • fb8c227ff0 RISC OS: Plotters: On RISC OS y1 is top and y0 is bottom. Michael Drake 2021-04-25 20:30:05 +0100
  • 81c40ab7c2 Amiga: Fix codesets.library conversion when string specified as zero length Chris Young 2021-04-12 23:26:17 +0100
  • 99a3d04d55 Amiga: The return value of Codesetsfind was not being assigned to a variable Chris Young 2021-04-11 23:17:32 +0100
  • 5a2f69388c hoist the Referer header generation logic up to the low level cache Vincent Sanders 2021-03-25 23:31:37 +0000
  • 537f131ee3 extend teh implementing a new frontend document Vincent Sanders 2021-03-23 23:44:59 +0000
  • bc546388ce greatly improve fltk browser user interface vince/fltk Vincent Sanders 2021-03-23 22:07:34 +0000
  • 28ecbf82ed Initial minimal FLTK toolkit implementation Vincent Sanders 2021-02-26 13:33:08 +0000
  • 847d568061 fix missing bitmap from preventing history and scroll updates Vincent Sanders 2021-03-23 22:04:36 +0000
  • 5749ace60f split out internal local history macros from public interface header Vincent Sanders 2021-03-23 22:03:33 +0000
  • 6faa70893b Buildsystem: Avoid errors when headers are removed. Michael Drake 2021-03-19 12:08:49 +0000
  • a11ad57bf6 fix headings to be in doxygen prefered format Vincent Sanders 2021-03-08 09:51:05 +0000
  • 9a7e41d3ea add document outlining new frontend development Vincent Sanders 2021-03-07 22:38:41 +0000
  • 5e31f045a0 Improve some documentation comments Vincent Sanders 2021-02-26 13:39:50 +0000
  • e9f29a1002 Correct indentation for previous change Rob Kendrick 2021-02-24 16:27:09 +0000
  • 937446b95b Allow drag-and-drop loading of WebP images on RISC OS Rob Kendrick 2021-02-24 16:12:39 +0000
  • 84ec9c2b2a tidy up GTK frontend initialisation Vincent Sanders 2021-02-20 12:28:52 +0000
  • 3cf92011c2 split out gtk misc operations from gui module Vincent Sanders 2021-02-19 22:28:36 +0000
  • 9e3ef18255 html: layout: Cleanup dom node tag name getting with helper. Michael Drake 2021-02-20 17:03:49 +0000
  • 920041a131 html: layout: Fix to ignore non-element children of lists. Michael Drake 2021-02-20 11:59:38 +0000
  • 598629c736 correct size Chris Young 2021-02-18 17:23:59 +0000
  • b765d8b461 AMIGA: minor IFF DR2D export changes NULL-terminate name Use more sensible font Chris Young 2021-02-18 16:30:32 +0000
  • bc15ad5784 tests: Update corestring allocation count. Michael Drake 2021-02-15 14:24:15 +0000
  • 9783296c4f layout: Add support for OL reversed attribute. Michael Drake 2021-02-10 17:59:51 +0000
  • 32d9de461e util: corestring: Add DOM "reversed" string. Michael Drake 2021-02-10 17:59:12 +0000
  • 496b1eca08 layout: list handling: Scope reduce some variables in the recursive call. Michael Drake 2021-02-10 17:42:29 +0000
  • d29f6d6c1e html: layout: Change list value step to variable. Michael Drake 2021-02-10 17:40:24 +0000
  • e18bb8fde1 html: Add support for OL start attribute. Michael Drake 2021-02-10 17:09:20 +0000
  • 4c941254c8 util: corestring: Add DOM "start" string. Michael Drake 2021-02-10 17:08:23 +0000
  • 64680a8edb layout: Add support for list item value attribute. Michael Drake 2021-02-09 20:50:01 +0000
  • 41a0c21812 html: Do list item counting at layout time. Michael Drake 2021-02-09 20:30:53 +0000
  • 9434fe1ff0 layout: Pass content into list layout function. Michael Drake 2021-02-09 20:29:55 +0000
  • 839fb8570a layout: Add counting for list items to layout. Michael Drake 2021-02-09 19:04:52 +0000
  • dcec1d0cd5 undo debug driver change Vincent Sanders 2021-02-08 08:44:54 +0000
  • a091dc3603 allow monkey tests to specify a redraw area for plot-check steps Vincent Sanders 2021-02-07 22:57:27 +0000
  • ff225194f3 use list style formatting from libcss Vincent Sanders 2021-02-07 00:07:24 +0000
  • 55fadc802a html: list counter style: Revert to string for {pre|post}fix. Michael Drake 2021-02-02 16:39:41 +0000
  • 3b57deb046 html: list counter style: Constify {pre|post}fix memebers. Michael Drake 2021-02-02 15:06:04 +0000
  • 87b5fd1bcc html: list counter style: Split out symbol copy. Michael Drake 2021-02-02 15:04:09 +0000
  • 60d9dbe390 change list counter style formatting to be table driven Vincent Sanders 2021-02-02 01:19:32 +0000
  • 29f7931ea4 Default CSS: Use 40px for list padding. Michael Drake 2021-02-01 09:03:52 +0000
  • bca82dfe83 do not count the null terminator in list counter style length formatting Vincent Sanders 2021-01-31 23:30:07 +0000
  • 27b178b04b implement armenian and georgian list counter styles Vincent Sanders 2021-01-31 22:56:35 +0000
  • 83ebc3bb8e split counter style handling out of the box code Vincent Sanders 2021-01-31 10:49:13 +0000
  • 13c1b11317 css: hints: Add support for OL type attribute. Michael Drake 2021-01-31 09:36:02 +0000
  • 4455f1b712 implement list marker counting for roman, latin and greek Vincent Sanders 2021-01-30 23:00:44 +0000
  • da2aa05b73 Prevent overflow of disc cache hysteresis. Michael Drake 2021-01-25 13:39:28 +0000
  • 98496cdae1 move remaining macros into separate macro makefile Vincent Sanders 2021-01-24 17:51:06 +0000
  • ed5076421f remove stray tab in hts makefile to fix amigaos3 build Vincent Sanders 2021-01-17 22:03:17 +0000
  • 8a2c5bd3ed split out library and feature building macros Vincent Sanders 2021-01-17 21:10:31 +0000
  • 5db541a6d7 Improve target setup in makefiles Vincent Sanders 2021-01-17 20:06:24 +0000
  • 25c21e5fef add back/forward mouse button processing to GTK frontend Vincent Sanders 2021-01-02 09:49:25 +0000
  • 89d59a6559 fixup pdf content handler for modified interfaces vince/pdf Vincent Sanders 2020-12-11 16:44:57 +0000
  • 1df8752497 update content broadcast error handling Vincent Sanders 2019-09-30 17:18:43 +0100
  • 5c0eca30a3 fix plot style float to fix path width Vincent Sanders 2018-08-29 21:10:51 +0100
  • eef5b5ef5a allow moving forward and back clicking in window Vincent Sanders 2018-02-04 22:32:45 +0000
  • 82085c6755 allow clicking to change page Vincent Sanders 2018-02-03 23:57:12 +0000
  • a453f31317 call page render interface Vincent Sanders 2018-01-29 00:03:50 +0000
  • 04c890e5e0 set the pdf title if available Vincent Sanders 2017-12-31 18:11:49 +0000
  • b441a51b78 use nspdf library to parse document Vincent Sanders 2017-12-31 15:21:09 +0000
  • 399d7189f2 Add initial content handler for PDF format Vincent Sanders 2017-12-31 00:05:28 +0000
  • 434f6c3fe7 framebuffer: Fix internal font generated source for GCC 10. Michael Drake 2020-11-13 11:12:58 +0000
  • de7244a170 risc os: Don't let URL complete start consume URL bar drags. Michael Drake 2020-11-10 10:20:03 +0000
  • 59078c3f20 risc os: URL bar: Fall back to URL drag if OS doesn't have text selection. Michael Drake 2020-11-03 10:23:50 +0000
  • 925a76bcba risc os: wimputils: Make text-selection helper static inline. Michael Drake 2020-11-03 10:00:14 +0000
  • 3cead4e867 risc os: Don't swallow URL bar drags if the OS supports text-selection. Michael Drake 2020-11-03 09:54:22 +0000
  • f8eabec04b risc os: wimputils: Helper to check OS support for text-selection. Michael Drake 2020-11-03 09:53:15 +0000
  • 833c9957a1 treeview: Squash warnings about enum value conversion. Michael Drake 2020-10-23 17:37:23 +0100
  • 511f4cc800 Add missing include Chris Young 2020-10-09 13:05:51 +0100
  • 12fba46d3e Cache codesets structure ourselves attempt to speed up conversion as apparently codesets is being very slow Chris Young 2020-10-09 13:01:48 +0100
  • 06c721c5bb add simple chart generator and use it from the imagecache Vincent Sanders 2020-10-05 23:01:24 +0100
  • 32d52bf055
    gtk: In path plotter, maintain cairo transformation offset Daniel Silverstone 2020-10-03 21:42:46 +0100
  • 58fee8749f
    gtk/bitmap: Assert surface width/height non-zero Daniel Silverstone 2020-10-03 14:25:43 +0100
  • 6848cc890a
    browser_window: Check for bw==NULL before dereferencing it Daniel Silverstone 2020-10-03 14:23:43 +0100
  • ba4c20a0c7
    dukky: Fix assignment in assert Daniel Silverstone 2020-10-03 14:21:26 +0100
  • 2b2469df7e
    split-messages: Handle gzprintf failing Daniel Silverstone 2020-10-03 14:20:07 +0100
  • 926e560716
    about: Check senddata return in blank handler Daniel Silverstone 2020-10-03 14:04:38 +0100
  • 952d2a524c
    linktrace-to-depfile: Support alternative linker trace formatting (for openbsd) Daniel Silverstone 2020-10-02 20:54:30 +0100
  • 2d58372ec2
    Console: Do not try and log through a closed down window Daniel Silverstone 2020-10-02 20:15:23 +0100
  • a4bda322a9
    linktrace: It'd help if I'd added the tool Daniel Silverstone 2020-10-02 13:15:46 +0100
  • 72b20fbd45
    Makefile: Fix snafu in linkdeps rule Daniel Silverstone 2020-10-02 13:11:10 +0100
  • f9f8129199
    Makefile: Determine and use linker deps Daniel Silverstone 2020-10-02 13:09:19 +0100
  • 44225f1b34 split out about scheme handler for nscolours css Vincent Sanders 2020-09-29 22:48:16 +0100
  • 7e45969993 split out about scheme query fetcherror handler Vincent Sanders 2020-09-28 00:14:04 +0100
  • f0b7955d3d split out about scheme query timeout page Vincent Sanders 2020-09-28 00:03:18 +0100