Commits (4)
-
Robert Sprowson authored
When a viewer is in 'sort by size' mode the size of image files was not being considered. So, a dir full of ZIP files (SparkFS not run) would be in size order amongst the other files, but if SparkFS was running the image files would be sorted as dirs of 0 size. Fix for ticket #400, the *Filer_Run command now defaults to '-noshift' and inspecting the shift key state must be requested (opt in instead of opt out). This solves two key annoyances, running the !Boot sequence and holding shift causes you to enter the desktop with the obey files from the Tasks directory unhelpfully loaded in a text editor, and when setting a task alarm in !Alarm if the alarm happens to go off when you're typing with the shift key the task's !Run file opens in a text editor. SortDir.s: count image files as files so they're sorted like they were in Filer 2.26 Commands.s: parse new option switch, and consider -noshift the default Messages/HelpSrc: add the switch to the command syntax Tested with a task alarm in !Alarm with and without shift held down, and running a !Boot sequence similarly. Version 2.40. Tagged as 'Filer-2_40'
41d6847d -
Jeffrey Lee authored
Fix null pointer dereferences in keyboard shortcut handling. Fix Ctrl-R renaming not always working. Detail: s/Redraw - Introduce always_create_rename_writeable, as a variation of create_rename_writeable. This new version ignores the mouse position and positions the caret at the end of the filename. s/KeyPress - Fix delete shortcut handling to do nothing if nothing selected (avoids null pointer dereference in Filer_Action). Fix null pointer dereference in 'open parent' shortcut handling if parent already open. Change rename handling to use always_create_rename_writeable instead of trying to generate a fake mouse position (old code only worked for some filer view modes). Fix comments for next/prev dir shortcuts to match reality, and wrap rename code in AltRenaming switch to match the implementation in s/Redraw. Admin: Tested on Pandaboard Fixes null pointer dereferences reported on forums: https://www.riscosopen.org/forum/forums/4/topics/3447 Version 2.41. Tagged as 'Filer-2_41'
c5d2c65d -
Jeffrey Lee authored
Detail: s/Open - Avoid unnecessary remainder calculations in DivRem macro Admin: Tested on Cortex-A15 Version 2.42. Tagged as 'Filer-2_42'
1146ab07 -
Robert Sprowson authored
Requires BuildSys-6_91. Version 2.43. Tagged as 'Filer-2_43'
464f5e25
Showing
No preview for this file type