- 03 Feb, 2015 1 commit
-
-
Robert Sprowson authored
The \S token includes a to, so don't say "to to". Retagged as Draw-1_26.
-
- 09 Aug, 2014 1 commit
-
-
Robert Sprowson authored
As for !Edit and the filer, when asked to open the same thing a second time, just re-present the one already in memory rather than opening a second time. We borrow the logic from !Edit - the (uncanonicalised) filename must be the same, unmodified, with the same datestamp. If all these are true just pop the existing window (or newest of the views when multiple views exist) to the top. Draw.c: Change the boolean expression at line 2191. While previously correct (not wimp_MDATALOAD does include wimp_MDATAOPEN) it subsequently relied on load_file to skip wimp_MDATASAVE. DrawFileIO.c: Add check of load/exec/modified/filename. Defer creating a new diag until later on to avoid annoying screen flicker when disposing of the diag (similarly for error cases). Fix confusion returning FALSE as a pointer. Version 1.26. Tagged as 'Draw-1_26'
-
- 31 Jul, 2014 1 commit
-
-
Robert Sprowson authored
Message_SetPrinter renamed. Version 1.25. Tagged as 'Draw-1_25'
-
- 22 Jul, 2013 1 commit
-
-
Robert Sprowson authored
The background colour for text can now be set to "none" in the colour picker to request Draw to blend to background, rather than a fixed colour. In the saved file 0xFFFFFFFF, or -1, is used (same as foreground colour transparent) which would render gracefully as a white background on older versions of !Draw. For text areas the \B and \C commands can use -1 -1 -1 for the RGB components to denote transparency (3 arguments are defined as required in the text area spec, even though only 1 would really be needed). When text in a text area has a foreground colour of 'transparent' no text is plotted, this is to be consistent with the behaviour for ordinary text. Reordered the 'Enter' submenu to have the tools listed in the same order that they appear in the tools pane. Moved MIN/MAX macros into common header. Draw will only offer this functionality if an appropriate background blending Font Manager is in use, this is required as !Draw appears inside RO350Hook for machines that predate the functionality. Version 1.24. Tagged as 'Draw-1_24'
-
- 25 Sep, 2012 1 commit
-
-
Robert Sprowson authored
While the !Draw has never been famed for its adherence this brings the delete operation (^K ref Style Guide p38, !ResEd, and the drag & drop protocol specification) into line. Version 1.23. Tagged as 'Draw-1_23'
-
- 11 Aug, 2012 2 commits
-
-
Robert Sprowson authored
Also make use of (some) shared makefiles. Version 1.22. Tagged as 'Draw-1_22'
-
Robert Sprowson authored
Pesky C letting me cast a pointer as a pointer to a pointer. Extra indirection added. Reported by Christopher Dewhurst. Version 1.21. Tagged as 'Draw-1_21'
-
- 09 Aug, 2012 1 commit
-
-
Robert Sprowson authored
Was using UtilityModule 3.60 as a sloppy check for JPEG rendering capability. Changed to 3.50 (because deep colour sprite support is unconditional) but added a check for SpriteExtend instead. Retagged as Draw-1_20.
-
- 14 Jan, 2012 1 commit
-
-
Steve Revill authored
Version 1.20. Tagged as 'Draw-1_20'
-
- 10 Jul, 2011 1 commit
-
-
Robert Sprowson authored
In numerous places where a sprite area isn't strictly necessary !Draw was passing in a bogus area address of 0xFF, this is now rejected by SpriteExtend. Changed to use define UNUSED_SA and set this to an address which is at least in the application slot and word aligned. Tested briefly - sprites now appear again. Version 1.19. Tagged as 'Draw-1_19'
-
- 30 May, 2011 2 commits
-
-
Robert Sprowson authored
Retagged.
-
Robert Sprowson authored
Mirrors behaviour of !Edit, per request in ticket #329. Trimmed some dead code, renamed a C++ variable[D[D[D[D[e. Version 1.18. Tagged as 'Draw-1_18'
-
- 14 Apr, 2011 1 commit
-
-
Ben Avison authored
Detail: Stopped the bottom right hand corner of a selection jumping to the pointer when a change shape drag is initiated. Admin: Tested on Iyonix RO517 Author: Colin Granville Version 1.17. Tagged as 'Draw-1_17'
-
- 06 Dec, 2010 3 commits
-
-
Robert Sprowson authored
-
Robert Sprowson authored
Fix some easy warnings. Swap to use centralised AWK script to get the version number into the messages. Removed one use of _swi. Refer to FileType_ using the filetypes header file. Fixed linkmap target to link with the libraries. Rationalise headers a bit. Version 1.16. Tagged as 'Draw-1_16'
-
Robert Sprowson authored
Makes wood and trees easier to distinguish.
-
- 01 Oct, 2009 1 commit
-
-
Steve Revill authored
Admin: Also a small tidy-up of the clean-all phase. Version 1.15. Tagged as 'Draw-1_15'
-
- 31 May, 2009 1 commit
-
-
Peter Naulls authored
Detail: Correct caps on #include Admin: Part of path changes in all C modules in Apps Version 1.14. Not tagged
-
- 29 May, 2009 1 commit
-
-
Peter Naulls authored
Filename fixes for case-sensitive environments, and #include name normalisation. No functional changes. Version 1.14. Not tagged
-
- 22 Jan, 2007 1 commit
-
-
Steve Revill authored
Detail: Some changes were required in order for this component to build and install correctly. These changes are required for the ROOL 'Disc' build. Admin: Tested in Iyonix 'Disc' build using ROOL 'BuildEnv' build environment Version 1.14. Tagged as 'Draw-1_14'
-
- 09 Nov, 2004 1 commit
-
-
Ben Avison authored
Created a BBE export rule, because the entire Resources directory needs to be exported in this component. Retagged since this won't affect code generation for existing builds.
-
- 02 Dec, 2003 1 commit
-
-
Ben Avison authored
Linked with -rmf -base rather than -bin -base, so we don't have to use the 26-bit only truncate program. Changed to use gawk instead of awk.
-
- 17 Jan, 2003 1 commit
-
-
Ben Avison authored
Active point of "crosshairs" pointer was previously hardwired, now it is calculated to be the centre of the sprite - fixes problem with new high-res pointer. Also removed the colour 3 dot from the middle of the sprite, and added stripdepnd to !Clean. Version 1.13. Tagged as 'Draw-1_13'
-
- 13 Jan, 2003 3 commits
-
-
Robert Sprowson authored
-
Robert Sprowson authored
Version number now taken from VersionNum file at build time not the messages file. Saveing a draw file when a file of the same name already exists now preserves the old files' attributes. Tiny tickle for C99. Version 1.12. Tagged as 'Draw-1_12'
-
Robert Sprowson authored
-
- 20 Apr, 2000 1 commit
-
-
Kevin Bracey authored
No functional changes.
-
- 13 May, 1997 1 commit
-
-
Kevin Bracey authored
-
- 16 Dec, 1996 1 commit
-
-
Neil Turton authored
-
- 05 Nov, 1996 1 commit
-
-
Neil Turton authored
-