- 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'
-
- 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 1 commit
-
-
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 1 commit
-
-
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'
-
- 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'
-
- 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 2 commits
-
-
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
-