- 23 Jun, 2012 1 commit
-
-
Robert Sprowson authored
Therefore, when in ROM, the ROM theme can be inferred. When a different theme is selected by the user in the boot sequence, that is respected. Restore a lost error message for *ICONSPRITES when the file doesn't exist even after trying all the 11/22/23 suffix and prefixes. This seems to have been lost post RISC OS 3.10 when Sprites22 support was added, but it is an error for the file given to not exist at all (cf. *TOOLSPRITES). Typos in docs ammended. Version 5.15. Tagged as 'Wimp-5_15'
-
- 10 Mar, 2012 1 commit
-
-
Robert Sprowson authored
Retagged as Wimp-5_14.
-
- 27 Jan, 2012 1 commit
-
-
Robert Sprowson authored
Retagged as Wimp-5_14.
-
- 23 Jan, 2012 1 commit
-
-
Robert Sprowson authored
RISC OS Select has added reasons 18-27 and this change implements those that map directly to features that already exist (unimplemented ones return an error as before). One additional reason, 28, permits the reading of the flags collected from the *WimpVisualFlags command so that applications can discover if the cheesy 3D borders are on or not. Version 5.14. Tagged as 'Wimp-5_14'
-
- 03 Jan, 2012 1 commit
-
-
Robert Sprowson authored
Derived from the Iyonix ones, but with a cog instead of a jellybean. Other variants unchanged, tag Wimp-5_13 applied.
-
- 04 Aug, 2011 1 commit
-
-
Jeffrey Lee authored
Detail: s/Wimp, s/Wimp01, s/Wimp02, s/Wimp07, s/Wimp08 - Try using OS_ReadSysInfo 6 to get IRQsema & DomainId locations before falling back on legacy values. Store the pointers in module workspace for speedy access. Admin: Tested on rev A2 BB-xM Version 5.13. Tagged as 'Wimp-5_13'
-
- 14 Apr, 2011 1 commit
-
-
Ben Avison authored
Detail: These utilise SpriteExtend 1.42 to set the pointer active point from the sprite mask. Version 5.12. Tagged as 'Wimp-5_12'
-
- 01 Feb, 2011 1 commit
-
-
Jeffrey Lee authored
Detail: s/Wimp03, s/Wimp07 - When saving the VFP context the Wimp now uses lazy context switching where possible, via a combination of the Lazy & AppSpace flags Admin: Tested on rev A2 BB-xM Requires VFPSupport 0.02 Version 5.11. Tagged as 'Wimp-5_11'
-
- 04 Dec, 2010 1 commit
-
-
Jeffrey Lee authored
Detail: s/Wimp04 - The checkhandle* routines now checks that the window pointer is word aligned before attempting to load any data from it. This prevents alignment faults on ARMv6+, and should result in more accurate sanity checks in general. Admin: Tested on rev C2 beagleboard. Fixes issue reported on forums: http://www.riscosopen.org/forum/forums/5/topics/517 Version 5.10. Tagged as 'Wimp-5_10'
-
- 26 Nov, 2010 1 commit
-
-
Jeffrey Lee authored
Detail: s/Wimp, s/Wimp01, s/Wimp02, s/Wimp03, s/Wimp07 - The Wimp now uses the VFPSupport module to switch VFP contexts when performing task switches. Each task begins with the null context active (i.e. no VFP/NEON access). When paging out a task the ID of the active context is saved in the Wimp's per-task workspace. This context is then restored when the task is about to be resumed. Context save/restore is performed while the right task's memory is paged in, so it's safe to use with contexts located in application space. Admin: Tested with Iyonix & Beagle ROM builds. Version 5.09. Tagged as 'Wimp-5_09'
-
- 14 Mar, 2010 1 commit
-
-
Jeffrey Lee authored
Detail: s/Wimp05 (setcaretcoords_fancy), s/Wimp07 - Fix some dodgy comments that had trailing backslashes, causing the next line of code to be gobbled by objasm and omitted from the compiled code. The code in question has been around for a long time, so I guess a recent objasm change (or the switch from aasm) has caused the dodgy comments to turn malicious. The setcaretcoords_fancy bug was the cause of bug #241 in the ROOL tracker. s/Wimp05 (int_set_caret_position) - While testing the #241 fix, I found that opening the filer 'rename' menu, typing text (enough to cause the icon to scroll), and then clicking away to close the menu would cause an infinite abort loop. The cause seemed to be int_set_caret_position mistakenly setting the caret window ptr to 0 instead of nullptr (-1), which would then cause setwindowptrs to die when it tried dereferencing what it thought was a valid pointer. Although initially confused about how this bug has gone unnoticed so far, I've now realised the abort was just down to alignment exceptions being turned on and the code would have "worked" on <=ARMv5. Admin: Tested on rev C2 beagleboard. Fixes bug #241. Version 5.08. Tagged as 'Wimp-5_08'
-
- 06 Nov, 2009 1 commit
-
-
Jeffrey Lee authored
Detail: The "pointer leaving window" code now checks that ptrtask != nullptr before attempting to use it as an offset to the workspace pointer. This is required when alignment exceptions are enabled because nullptr is -1. Admin: Tested on rev C2 beagleboard Version 5.07. Tagged as 'Wimp-5_07'
-
- 01 Oct, 2009 1 commit
-
-
Steve Revill authored
Version 5.06. Tagged as 'Wimp-5_06'
-
- 15 Jun, 2009 1 commit
-
-
Ben Avison authored
Detail: CPU version is no longer specified in the makefile - it's better to inherit it from the build environment now that we actually set it appropriately. Admin: Built and briefly tested. Binary should be unchanged - this only affects the warnings generated during assembly. Version 5.05. Not tagged
-
- 11 Jun, 2009 1 commit
-
-
Ben Avison authored
Detail: Uses suffixed file extensions for compatiblity with both objasm and asasm. Admin: Supplied by Peter Naulls, tested at ROOL Version 5.05. Not tagged
-
- 20 Apr, 2009 1 commit
-
-
John Ballance authored
Detail: Wimp found to have ininitialised WindowOutlineColour until the WimpVisualFlags had been run. Now initialised at module startup. Admin: Tested in ROM build. J Ballance, Castle Version 5.05. Tagged as 'Wimp-5_05'
-
- 10 Sep, 2008 3 commits
-
-
Steve Revill authored
Allow the outline to be plotted over the window tools. Detail: The options available through WimpVisualFlags have been extended with two new options that control how the window outline is plotted. WimpVisualFlags -WindowOutlineColour <&RRGGBB> -WindowOutlineOver WindowOutlineColour defines the colour to be used for the window outline. It allows theme designers to choose a window outline colour that fits in with a theme's general colour scheme. Default value is black. WindowOutlineOver controls if the window outline is plotted over the toolicons. It can be used to ensure that there is a window outline visible even when the toolicons are borderless. Default value is off. Admin: Tested on RO 5.11 Author: Fred Graute Version 5.04. Tagged as 'Wimp-5_04'
-
Steve Revill authored
Detail: Previous versions of the Window Manager required toolicons to have pixels that were transparent so that the background colour could be used to indicate whether a window had input focus or not. This means that new sets of toolicons either have to have transparent pixels or lose indication of input focus. To remove this limitation the support for toolicons has been extended so that a different set of toolicons can be used for the window with the input focus. The new icons have the prefix 'f' added to their names as follows: <toolname> standard version of toolicon p<toolname> pressed version of toolicon f<toolname> focus version of toolicon pf<toolname> pressed+focus version of toolicon Code has been added to ensure that all toolicons are represented. This is done in two stages; first the pressed icons are checked and for any missing its non-pressed equivalent will be filled in. Next the focus icons are checked and for missing ones its non-focus equivalent will be used. Admin: Tested on Iyonix RO5.11 Author: Fred Graute Version 5.03. Tagged as 'Wimp-5_03'
-
Steve Revill authored
Fixed corruption of table with characters to be mapped to WimpSymbol. Detail: There was an ALIGN statement missing just above the code for WimpWriteDir The table used to map characters to the WimpSymbol font had become corrupted which prevented the mapping from working correctly. This resulted in keyboard shortcuts disappearing in menus when using fonts that don't have definitions for the required characters, in particular the up-arrow representing shift. Admin: Tested on RO 5.11 Author: Fred Graute Version 5.02. Tagged as 'Wimp-5_02'
-
- 12 Jul, 2008 1 commit
-
-
Ben Avison authored
Detail: Unnecessarily complex code in Watchdog for killing tasks other than the currently active task ended up corrupting the environment handlers for the current task. Admin: Fixes the test case of running a BASIC program consisting of REPEAT UNTIL FALSE which previously caused random errors or complete crashes if you ran it and then Al-Breaked and tried to kill a different task. Version 5.01. Tagged as 'Wimp-5_01'
-
- 16 Oct, 2007 1 commit
-
-
Ben Avison authored
-
- 07 Oct, 2007 1 commit
-
-
Ben Avison authored
Added a test harness that may be useful if anyone fancies finishing off drag and drop in writeable icons. Version 5.00. Not tagged
-
- 23 Feb, 2006 1 commit
-
-
John Ballance authored
Detail: Admin: Version 5.00. Tagged as 'Wimp-5_00'
-
- 22 Feb, 2006 1 commit
-
-
John Ballance authored
Detail: caused occasional aborts on task quit. Admin: castle added IP Version 4.100. Tagged as 'Wimp-4_100'
-
- 17 Jan, 2006 1 commit
-
-
John Ballance authored
Detail: tidied up logic of wimp_addmessages memory salvage Admin: (this is a file that built!) Version 4.99. Tagged as 'Wimp-4_99'
-
- 11 Jan, 2006 1 commit
-
-
Steve Revill authored
Detail: s.Wimp09 contained a stray line saying "block count" which surprisingly didn't assemble. Removed. Admin: Builds. Haven't tested whether it performs to spec yet. Version 4.98. Tagged as 'Wimp-4_98'
-
- 05 Jan, 2006 2 commits
-
-
John Ballance authored
tuned memory recovery in addmessage in Wimp09 to take account of the granularity of RMA allocation. now does not consume/not return rma Detail: Admin: castle added ip Version 4.97. Tagged as 'Wimp-4_97'
-
John Ballance authored
Detail: use of R3 value in OS_Module extend block entry was incorrect.. it was used as absolute size required, should be changed size required. resulted in wrong block re-sizing. Admin: castle added IP. Version 4.96. Tagged as 'Wimp-4_96'
-
- 11 Sep, 2005 1 commit
-
-
John Ballance authored
Detail: usergroup had identified a Hi bit set (32bit) issue with PollWords that existed in a hi bit set DA. There is evidence of previous work to avoid this, but a hi bit set pollword address could leave a V set condition floating around. Added CLRV to ensure it was cleared. Admin: tested in ROM at castle.. passes test from user that previously failed. Castle added IP Version 4.95. Tagged as 'Wimp-4_95'
-
- 26 Apr, 2005 1 commit
-
-
Kevin Bracey authored
Icon bar Shift F12 behaviour changed back to RISC OS 3.7 style, which made far more sense than the bizarre "simplified" scheme some Ursula spec review cooked up. Version 4.94. Tagged as 'Wimp-4_94'
-
- 17 Jan, 2005 1 commit
-
-
Ben Avison authored
Moved the Hdr:NdrDebug routines so that debug versions build. No change to production binaries, so not tagged.
-
- 12 Nov, 2004 1 commit
-
-
Ben Avison authored
Detail: Now exports VersionNum to the BBE. Admin: Tested in a Tungsten BBE build. Retagged, since this won't affect any existing builds.
-
- 12 Aug, 2004 1 commit
-
-
John Ballance authored
Details: s.Wimp03 : lines 502 to 505 moved 4 lines later Admin: Tested in rom at Castle. fix believed benign at Tematic Version 4.93. Tagged as 'Wimp-4_93'
-
- 05 Jul, 2004 1 commit
-
-
Ben Avison authored
* New options file for STB * Changed some ADRs to ADRLs so that they reach for the options combination for STB Version 4.92. Tagged as 'Wimp-4_92'
-
- 03 Dec, 2003 1 commit
-
-
Ben Avison authored
-
- 22 Apr, 2003 1 commit
-
-
Ben Avison authored
Variants pre-Ursula now build again. Version 4.91. Tagged as 'Wimp-4_91'
-
- 31 Mar, 2003 1 commit
-
-
Ben Avison authored
Fixed an errant top-bit-set pointer problem with submenu pointers. Removed startup sprites from Wimp sprite pool - now live in Desktop module. Version 4.90. Tagged as 'Wimp-4_90'
-
- 28 Feb, 2003 2 commits
-
-
Ben Avison authored
Wimp_ReportError would loop indefinitely if the error string was zero length and the desktop font was an outline font. Version 4.89. Not tagged
-
Ben Avison authored
Wimp_GetPointerInfo should include shaded icons, in particular so that they can now have interactive help. Included some information on RISC OS Select APIs so that we can avoid clashes. Version 4.89. Tagged as 'Wimp-4_89'
-
- 04 Feb, 2003 1 commit
-
-
Ben Avison authored
Version 4.88. Tagged as 'Wimp-4_88'
-