Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RiscOS
S
Sources
Desktop
Pinboard
Commits
5a77877f
Commit
5a77877f
authored
26 years ago
by
Richard Leggett
Browse files
Options
Download
Email Patches
Plain Diff
Fixed bug introduced by last change.
parent
b7066a38
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
UrsulaLog
UrsulaLog
+7
-2
Version
Version
+1
-1
s/Messages
s/Messages
+2
-2
No files found.
UrsulaLog
View file @
5a77877f
...
...
@@ -190,8 +190,6 @@ Wed 10-Jun-98
- Fixed bug associated with select all files and select all windows not
selecting.
Checked in.
Thu 16-Jul-98
- If Ursula window manager not present, always iconises to close icon.
...
...
@@ -202,3 +200,10 @@ Mon 20-Jul-98
Tue 21-Jul-98
- If the co-ordinates for Message_IconizeAt put an icon off screen, it
is pushed back on screen by Pinboard.
Checked in. Tagged as rleggett_Pinboard-0_75
Retagged as rleggett_Pinboard-0_75b (after minor change)
Wed 22-Jul-98
- Last change introduced minor positioning bug. This now fixed.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Version
View file @
5a77877f
...
...
@@ -8,7 +8,7 @@
Version SETA 074 ; 001
VString SETS "0.74" ; "0.01"
Date SETS "2
1
Jul 1998" ; "05 Aug 1990"
Date SETS "2
2
Jul 1998" ; "05 Aug 1990"
;;;;;;; Remember to change the Templates file.
END
This diff is collapsed.
Click to expand it.
s/Messages
View file @
5a77877f
...
...
@@ -798,7 +798,7 @@ got_task_name
CMP
r0
,
#
0
MOVLT
r0
,
#
0
LDR
r1
,
Screen_x1
SUB
r1
,
r1
,
#
grid_x_spacing
SUB
r1
,
r1
,
#
grid_x_spacing
-
8
CMP
r0
,
r1
MOVGT
r0
,
r1
STR
r0
,
iconize_x
...
...
@@ -807,7 +807,7 @@ got_task_name
CMP
r0
,
#
0
MOVLT
r0
,
#
0
LDR
r1
,
Screen_y1
SUB
r1
,
r1
,
#
grid_y_spacing
SUB
r1
,
r1
,
#
grid_y_spacing
-
8
CMP
r0
,
r1
MOVGT
r0
,
r1
STR
r0
,
iconize_y
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment