Skip to content

Commit 55799f5

Browse files
committed
remove frame caching due to the scratch renderer being shitty
1 parent ad033b9 commit 55799f5

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

OSL Programs/apps/System/.Install_system.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"path": "Origin/(A) System/System Apps",
145145
"name": "Terminal.osl",
146146
"icon": "c #1c452a w 10 square 0 0 5 5 c #111 w 8 square 0 0 5 5 dot 0 0 c #1b8f44 w 1.5 line 0 -4 4 -4 line -4 3 -1 0 cont -4 -3",
147-
"version":"6.1"
147+
"version":"6.2"
148148
},
149149
{
150150
"url": "https://origin.mistium.com/OSL%20Programs/apps/System/Quick_Settings.osl",
@@ -235,14 +235,14 @@
235235
"path": "Origin/(A) System/User Applications",
236236
"name": "Files.osl",
237237
"icon": "w 10 c #ff724f square 0 0 5 5 w 8 c #111 square 0 0 5 5 w 2.5 c #ff724f square -4 3 1 1 line -2.5 3.5 1.5 0 square 0 -1 5 2.5 w 4 square 0 -1 4 1",
238-
"version":"8.6"
238+
"version":"8.7"
239239
},
240240
{
241241
"url": "https://origin.mistium.com/OSL%20Programs/apps/System/Settings.osl",
242242
"path": "Origin/(A) System/User Applications",
243243
"name": "Settings.osl",
244244
"icon": "c #6fa6eb w 10 square 0 0 5 5 c #111 w 8 square 0 0 5 5 dot 0 0 c #777 w 4 line 0 6 0 -6 line -5 3 5 -3 line 5 3 -5 -3 w 11.5 dot 0 0 w 7 c #111 dot 0 0 w 5 c #6fa6eb dot 0 0",
245-
"version":"16.3"
245+
"version":"16.4"
246246
},
247247
{
248248
"url": "https://origin.mistium.com/OSL%20Programs/apps/System/Calculator.osl",
@@ -270,21 +270,21 @@
270270
"path": "Origin/(A) System/User Applications",
271271
"name": "Studio.osl",
272272
"icon": "c #8e2d2d w 10 square 0 0 5 5 c #0a0303 w 8 square 0 0 5 5 dot 0 0 c #8e2d2d w 1.5 line 2 3 5 0 cont 2 -3 line -2 3 -5 0 cont -2 -3",
273-
"version":"7.1"
273+
"version":"7.2"
274274
},
275275
{
276276
"url": "https://origin.mistium.com/OSL%20Programs/apps/System/Contacts.osl",
277277
"path": "Origin/(A) System/User Applications",
278278
"name": "Contacts.osl",
279279
"icon": "c #b37740 w 10 square 0 0 5 5 w 8 c #111 square 0 0 5 5 w 5.5 c #b37740 square 0 0 5 5 w 6 c #111 square -2 0 3 5 line -2 -5 -2 5 w 2.5 dot 6 4.5 dot 6 0 dot 6 -4.5 c #b37740 icn accounts 0.5 -2.6 0",
280-
"version":"4.0"
280+
"version":"4.1"
281281
},
282282
{
283283
"url": "https://origin.mistium.com/OSL%20Programs/apps/System/OMail.osl",
284284
"path": "Origin/(A) System/User Applications",
285285
"name": "OMail.osl",
286286
"icon": "c #6eebd0 w 10 square 0 0 5 5 c #111 w 8 square 0 0 5 5 w 4 c #6eebd0 square 0 0 4 2 w 3 square 0 0 5 3 c #0e5748 line -5 4 0 0 cont 0 0 cont 5 4 cont -5 4 cont 0 3 cont 5 4 c #111",
287-
"version":"2.3"
287+
"version":"2.4"
288288
},
289289
{
290290
"url": "https://origin.mistium.com/OSL%20Programs/apps/Airdrop.osl",
@@ -305,7 +305,7 @@
305305
"path": "Origin/(A) System/User Applications",
306306
"name": "Wallet.osl",
307307
"icon": "c #ad7fb0 w 10 square 0 0 5 5 c #111 w 8 square 0 0 5 5 dot 0 0 square 0 0 5 5 c #ad7fb0 w 1 ellipse 0 0 7 0.45 100 ellipse 0 0 7 0.45 160 ellipse 0 0 7 0.45 220",
308-
"version":"2.9"
308+
"version":"3.0"
309309
},
310310
{
311311
"url": "https://origin.mistium.com/OSL%20Programs/apps/System/Previewer.osl",

OSL Programs/apps/System/Contacts.osl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ if page != "Profile" (
159159
height = length * 45
160160
)
161161

162-
frame window.left window.top - 50 window.left + 305 window.bottom + 60 height "cache@sidebar" (
162+
frame window.left window.top - 50 window.left + 305 window.bottom + 60 height "sidebar" (
163163
if length == 0 (
164164
loc 2 2 10 -20
165165
text "No" + page 10 : c#txtc

OSL Programs/apps/System/Files.osl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ mainloop:
771771
square w - 250 40 0 : c#prim
772772
if sideshow (
773773
pen "opacity" 0
774-
frame window.left window.top - 100 window.left + 260 window.bottom favorites.len * 35 + 180 "cache@sidebar" (
774+
frame window.left window.top - 100 window.left + 260 window.bottom favorites.len * 35 + 180 "sidebar" (
775775
y = -17 + frame.scroll
776776
folder "Favorites"
777777
each fav favorites (

OSL Programs/apps/System/OMail.osl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ square 250 h 15
102102
x = x_position
103103
c prim
104104
cur_mail @= all_mail.filter(current_filter)
105-
frame x - 130 window.top - 60 x + 130 window.bottom + 15 cur_mail.len * 85 "cache@mail" (
105+
frame x - 130 window.top - 60 x + 130 window.bottom + 15 cur_mail.len * 85 "mail" (
106106
set_y frame.top + frame.scroll - 43.5
107107
local y2 = y_position
108108
if cur_mail.len == 0 (
@@ -150,7 +150,7 @@ x = x_position
150150
cur @= all_mail[current_rmail]
151151
c prim
152152
local l = x - (w / 2)
153-
frame l window.top - 60 x + (w / 2) window.bottom + 15 0 "cache@contents" (
153+
frame l window.top - 60 x + (w / 2) window.bottom + 15 0 "contents" (
154154
if current_rmail == "new" (
155155
goto 0 frame.top - 28
156156
square frame.width - 20 22 10 : c#prim

OSL Programs/apps/System/Settings.osl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2089,7 +2089,7 @@ icon "w 99999 dot 0 0" 10
20892089
pen "opacity" 0
20902090
frame "clear"
20912091

2092-
frame window.left window.top window.left + 225 window.bottom sidebar_height "cache@sidebar" (
2092+
frame window.left window.top window.left + 225 window.bottom sidebar_height "sidebar" (
20932093
sidebar_height = 25
20942094
loc 2 2 107 -25 + frame.scroll
20952095
temp = x_position

OSL Programs/apps/System/Studio.osl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class pages (
9595
text "Create New File" 8 : chx#20
9696

9797
c c_prim
98-
frame 10 frame.top - 40 frame.right - 10 frame.bottom recent_2.len * 55 "cache@" (
98+
frame 10 frame.top - 40 frame.right - 10 frame.bottom recent_2.len * 55 "" (
9999
w = frame_width - 20
100100
for count recent_2.len (
101101
y = count * -55 + 30 + scroll_y
@@ -1104,7 +1104,7 @@ if state.linked_windows_view or bottom_smooth > 10 (
11041104

11051105
if state.folder_sidebar or right_smooth < -10 (
11061106
c c_prim
1107-
frame right + 5 window.top - 40 window.right - 5 window.bottom + 5 state.folder_list_len "cache@folders" (
1107+
frame right + 5 window.top - 40 window.right - 5 window.bottom + 5 state.folder_list_len "folders" (
11081108
goto 0 0
11091109
square frame.width - 10 frame.height - 10 10 : c#window_colour
11101110
if file_dragging and mouse_x > frame.left and mouse_x < frame.right and mouse_y > frame.bottom and mouse_y < frame.top (

OSL Programs/apps/System/Terminal.osl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ if tty (
246246
)
247247

248248
c prim
249-
frame window.left window.top window.right + 20 window.bottom loops + 1.5 * 20 "cache@main" (
249+
frame window.left window.top window.right + 20 window.bottom loops + 1.5 * 20 "main" (
250250
c txtc
251251
loops = terminal.lines.len
252252
count = floor(scroll_y / 20).clamp(0,loops)

OSL Programs/apps/System/Wallet.osl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ switch menu (
181181
local r = window.right - 10
182182
local tags = transactions.map(v -> (v["type"])).deDupe().prepend("all")
183183

184-
frame l window.top - 41 r window.top - 81 0 "cache@tags" (
184+
frame l window.top - 41 r window.top - 81 0 "tags" (
185185
loc 2 2 3 -20
186186
for i tags.len (
187187
local cur = tags[i]
@@ -202,7 +202,7 @@ switch menu (
202202
if cur_tag != "all" (
203203
filtered @= transactions.filter(v -> (v["type"] == cur_tag))
204204
)
205-
frame l window.top - 81 r window.bottom + 10 filtered.len * 35 - 5 "cache@transactions" (
205+
frame l window.top - 81 r window.bottom + 10 filtered.len * 35 - 5 "transactions" (
206206
y = scroll_y + 15
207207
for i filtered.len (
208208
txt @= filtered[i]

0 commit comments

Comments
 (0)