[Apps/Pipet] Fixed wrong window colors on some skins and optimized size #162
Reference in New Issue
Block a user
No description provided.
Delete Branch "apps-pipet-fix-colors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixed wrong window colors on some skins.
Example with Oasis skin is attached.
WIP [Apps/Piped] Fixed wrong window colors on some skinsto WIP: [Apps/Piped] Fixed wrong window colors on some skinsWIP: [Apps/Piped] Fixed wrong window colors on some skinsto WIP: [Apps/Piped] Fixed wrong window colors on some skins and optimized sizeWIP: [Apps/Piped] Fixed wrong window colors on some skins and optimized sizeto [Apps/Piped] Fixed wrong window colors on some skins and optimized size33b264b880
to89fb19caaf
[Apps/Piped] Fixed wrong window colors on some skins and optimized sizeto [Apps/Pipet] Fixed wrong window colors on some skins and optimized size@@ -232,10 +218,10 @@ draw_update:
jle .du_loop_rect_row
mov ebx, 118 * 65536 + 12
May be use
118 SHL 16
?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@@ -499,3 +483,3 @@
if lang eq ru_RU
header db '<27><EFBFBD><EFBFBD><EFBFBD>⪠', 0
header db '<27>¨¯¥âª ', 0
If you're interested, in the
programms
root there isencoding.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
Got it, thank you!
Definitely will use in next commits.
Waiting for review and approval from @Leency
New commits pushed, approval review dismissed automatically according to repository settings
@mxlgv it was working well, and now it is with my changes)
[Apps/Pipet] Fixed wrong window colors on some skins and optimized sizeto WIP: [Apps/Pipet] Fixed wrong window colors on some skins and optimized sizeWIP: [Apps/Pipet] Fixed wrong window colors on some skins and optimized sizeto [Apps/Pipet] Fixed wrong window colors on some skins and optimized size3b98fd7e25
tod4cd8cb00e
d4cd8cb00e
to440d63aade