- 04 Nov, 2020 1 commit
-
-
Robert Sprowson authored
Now it executes in place from ROM, reduce the wimpslot accordingly. Add a VersionASM, AppName.s, ResFiles.s (needed by modulewrap.s). Change references to Toolbox headers to use explicit paths in the #includes. Requires RiscOS/BuildSys!28. Version 3.27. Tagged as 'Help2-3_27'
-
- 12 Oct, 2019 1 commit
-
-
Timothy E Baldwin authored
!Run was using an relative path so if the current directory of ResourcesFS was not it's root loading would fail. Version 3.26. Tagged as 'Help2-3_26'
-
- 08 Oct, 2017 1 commit
-
-
Robert Sprowson authored
Do the claim in 1 step, to save time and save leaking if one of them fails. Ref https://www.riscosopen.org/forum/forums/4/topics/9503 Version 3.25. Tagged as 'Help2-3_25'
-
- 23 Jul, 2017 1 commit
-
-
Jeffrey Lee authored
Detail: * When help is enabled, use event_poll_idle() (i.e. Wimp_PollIdle) instead of regular event_poll() to limit our update rate to a sensible value * Adjust send_help_request() so that it won't send another request if the pointer state hasn't changed since the last request (otherwise constant wimp message activity will prevent the Wimp from entering low power mode) * Fix a couple of time value comparisons to not be subject to problems when the monotonic timer wraps around Files changed: c/main, h/defines Admin: Tested on Raspberry Pi 3 Fixes issue reported on forums with !Help preventing the system from switching to low CPU speed: https://www.riscosopen.org/forum/forums/4/topics/9074 Version 3.24. Tagged as 'Help2-3_24'
-
- 30 Oct, 2016 1 commit
-
-
ROOL authored
Admin: Found during sweep of $Options variables for User Guide. Version 3.23. Tagged as 'Help2-3_23'
-
- 23 Jul, 2014 1 commit
-
-
Robert Sprowson authored
Version 3.22. Tagged as 'Help2-3_22'
-
- 29 Jun, 2014 1 commit
-
-
Robert Sprowson authored
Version 3.21. Tagged as 'Help2-3_21'
-
- 08 Aug, 2012 1 commit
-
-
Robert Sprowson authored
Version 3.20. Tagged as 'Help2-3_20'
-
- 11 Feb, 2012 1 commit
-
-
Robert Sprowson authored
Use central definitions of Wimp_MHelpEnable and corresponding event structure. Remove unnecessary listening for FontMenu_Selection event, looks like a copy'n'paste from the configure plugin. Use the internationalised "_TaskName" from the messages file in error boxes (requires loading the messages a bit earlier in main()). Version 3.19. Tagged as 'Help2-3_19'
-
- 14 Jan, 2012 1 commit
-
-
Steve Revill authored
Version 3.18. Tagged as 'Help2-3_18'
-
- 16 Nov, 2011 1 commit
-
-
Robert Sprowson authored
Retagged.
-
- 19 Jul, 2010 1 commit
-
-
Jeffrey Lee authored
Detail: Makefile - Help2's RunImage now gets squeezed to save a bit (6k) of ROM space. Admin: Tested in ROM softload on Iyonix Version 3.17. Tagged as 'Help2-3_17'
-
- 19 Jan, 2010 1 commit
-
-
ROOL authored
Previous changes were untagged, but incrementing the version number gives us a tag we can associate with the official RISC OS 5.16 release. Version 3.16. Tagged as 'Help2-3_16'
-
- 07 Jun, 2009 1 commit
-
-
Ben Avison authored
Detail: Some users reported problems building the sources if they had other installations of perl on their build machine. The build system was using a mixture of "perl" and "<Perl$Dir>.perl" to invoke the interpreter, and sometimes but not always using "do" to expand system variables on the command line. This has now been standardised to use "do <Perl$Dir>.perl in all cases, and where possible, to use the makefile macro ${PERL}. Admin: Checked that a Tungsten build still works on a build machine with no other perl installation. "perl" was aliased to an error to ensure it wasn't used. Version 3.15. Not tagged
-
- 07 Oct, 2008 1 commit
-
-
Steve Revill authored
Detail: Use the XWIPE macro rather than WIPE so that when the component is cleaned, we don't get loads of irritating errors from AMU if the object to be wiped doesn't exist. Admin: No code change. Version 3.15. Tagged as 'Help2-3_15'
-
- 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 3.14. Tagged as 'Help2-3_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.
-
- 01 Dec, 2003 1 commit
-
-
Ben Avison authored
-
- 23 Jan, 2003 1 commit
-
-
Robert Sprowson authored
Makefile changed so it can be put in ROM (ages ago!) ROM versions of boot and run files changed to use !Help icon in Wimp sprites file rather than trying to iconsprites its own copy (removed). Mode changes bin then regrab the font handle in case eigen values changed. Version 3.13. Tagged as 'Help2-3_13'
-
- 01 Oct, 2001 1 commit
-
-
Andrew Hodgkinson authored
Detail: In the original !Help, several tokens in the Messages file must have trailing spaces following them. External applications expect this. In the Messages file itself there's a comment to this effect above the relevant group of tokens. Help 2's Messages file had these omitted, which leads to accidental concatenation of words in help messages from some applications. Spaces put back using original !Help messages. Admin: Used original !Help Messages file to see which tokens needed fixing. Not tested. Version 3.12. Tagged as 'Help2-3_12'
-
- 11 Apr, 2001 1 commit
-
-
Stewart Brodie authored
Detail: Should stop the "Sprite doesn't exist" errors when you attempt to temporarily suspend !Help. Admin: Fixes Bugzilla bug #4113 Version 3.11. Tagged as 'Help2-3_11'
-
- 04 May, 2000 1 commit
-
-
Stewart Brodie authored
Remembers to IconSprites its sprites file in !Run, so you don't get unknown sprite errors when you try to disable help. Version 3.10. Tagged as 'Help2-3_10'
-
- 27 Aug, 1999 2 commits
-
-
Stewart Brodie authored
The "final build" tag didn't build due to mistagging. This is now fixed. Moved to srccommit. Version 3.09. Tagged as 'Help2-3_09'
-
Stewart Brodie authored
-
- 02 Apr, 1998 1 commit
-
-
Richard Leggett authored
-