[Apps/Pipet] Fixed wrong window colors on some skins and optimized size #162

Merged
mxlgv merged 6 commits from apps-pipet-fix-colors into main 2025-03-19 23:18:29 +00:00
Owner

Fixed wrong window colors on some skins.
Example with Oasis skin is attached.

Fixed wrong window colors on some skins. Example with Oasis skin is attached.
Burer added the
Kind
Enhancement
FASMCategory/Applications
labels 2025-03-17 17:02:16 +00:00
Burer requested review from dunkaist 2025-03-17 17:02:19 +00:00
Burer requested review from Leency 2025-03-17 17:02:20 +00:00
Burer requested review from mxlgv 2025-03-17 17:02:20 +00:00
Sweetbread changed title from WIP [Apps/Piped] Fixed wrong window colors on some skins to WIP: [Apps/Piped] Fixed wrong window colors on some skins 2025-03-17 18:01:56 +00:00
Burer changed title from WIP: [Apps/Piped] Fixed wrong window colors on some skins to WIP: [Apps/Piped] Fixed wrong window colors on some skins and optimized size 2025-03-18 13:22:02 +00:00
Burer marked the pull request as ready for review 2025-03-18 14:08:43 +00:00
Burer force-pushed apps-pipet-fix-colors from 33b264b880 to 89fb19caaf 2025-03-18 14:09:06 +00:00 Compare
Burer changed title from [Apps/Piped] Fixed wrong window colors on some skins and optimized size to [Apps/Pipet] Fixed wrong window colors on some skins and optimized size 2025-03-18 14:11:45 +00:00
mxlgv reviewed 2025-03-18 14:27:45 +00:00
@@ -232,10 +218,10 @@ draw_update:
jle .du_loop_rect_row
mov ebx, 118 * 65536 + 12
Owner

May be use 118 SHL 16?

May be use `118 SHL 16`?
Author
Owner

Is it an overall FASM recommendation?
I found current style more reasonable, as it is same to sysfuncs description on Wiki.

PS: Would be good to have some kind of macros, to use something like mov reg <X, Y>, similar to mcalls

Is it an overall FASM recommendation? I found current style more reasonable, as it is same to sysfuncs description on Wiki. PS: Would be good to have some kind of macros, to use something like `mov reg <X, Y>`, similar to mcalls
Burer marked this conversation as resolved
mxlgv reviewed 2025-03-18 14:36:48 +00:00
@@ -499,3 +483,3 @@
if lang eq ru_RU
header db '', 0
header db '¨¯¥âª ', 0
Owner

If you're interested, in the programms root there is encoding.inc.. If you use it for example:
https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/kernel/trunk/data32.inc#L51. Then you can save the file in UTF-8 encoding

If you're interested, in the `programms` root there is `encoding.inc.`. If you use it for example: https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/kernel/trunk/data32.inc#L51. Then you can save the file in UTF-8 encoding
Author
Owner

Got it, thank you!
Definitely will use in next commits.

Got it, thank you! Definitely will use in next commits.
Burer marked this conversation as resolved
mxlgv approved these changes 2025-03-18 15:14:28 +00:00
Dismissed
mxlgv added the
PR
Ready to merge
label 2025-03-18 15:15:24 +00:00
mxlgv added
PR
Review required
and removed
PR
Ready to merge
labels 2025-03-18 15:17:47 +00:00
Owner

Waiting for review and approval from @Leency

Waiting for review and approval from @Leency
Leency dismissed mxlgv's review 2025-03-18 20:14:59 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

Owner

@mxlgv it was working well, and now it is with my changes)

@mxlgv it was working well, and now it is with my changes)
Burer marked the pull request as work in progress 2025-03-19 06:33:23 +00:00
Burer marked the pull request as ready for review 2025-03-19 06:35:36 +00:00
Burer force-pushed apps-pipet-fix-colors from 3b98fd7e25 to d4cd8cb00e 2025-03-19 06:36:26 +00:00 Compare
mxlgv approved these changes 2025-03-19 15:13:49 +00:00
Dismissed
mxlgv force-pushed apps-pipet-fix-colors from d4cd8cb00e to 440d63aade 2025-03-19 22:43:24 +00:00 Compare
mxlgv approved these changes 2025-03-19 23:05:40 +00:00
mxlgv added
PR
Ready to merge
and removed
PR
Review required
labels 2025-03-19 23:05:59 +00:00
mxlgv merged commit af41fe4aa7 into main 2025-03-19 23:18:29 +00:00
mxlgv deleted branch apps-pipet-fix-colors 2025-03-19 23:18:30 +00:00
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#162