[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-20 00:18:29 +01: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
FASM
Category/Applications
labels 2025-03-17 18:02:16 +01:00
Burer added 1 commit 2025-03-17 18:02:19 +01:00
[Apps/Piped] Fixed wrong window colors on some skins
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 27s
Build system / Build (pull_request) Successful in 5m54s
e022c3e674
Burer requested review from dunkaist 2025-03-17 18:02:19 +01:00
Burer requested review from Leency 2025-03-17 18:02:20 +01:00
Burer requested review from mxlgv 2025-03-17 18:02:20 +01:00
Burer added 1 commit 2025-03-17 18:29:06 +01:00
[Apps/Pipet] Fixed header encoding
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 32s
Build system / Build (pull_request) Successful in 5m55s
5aa5666cc9
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 19:01:56 +01:00
Burer added 1 commit 2025-03-18 14:21:19 +01:00
[Apps/Pipet] Proper color fixes for all skins and size optimization
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 26s
Build system / Build (pull_request) Has been cancelled
a1afa96d52
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 14:22:02 +01:00
Burer added 1 commit 2025-03-18 14:58:43 +01:00
[Apps/Pipet] Fixed broken cyrillic encoding (once again)
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 26s
Build system / Build (pull_request) Successful in 6m41s
33b264b880
Burer changed title from WIP: [Apps/Piped] Fixed wrong window colors on some skins and optimized size to [Apps/Piped] Fixed wrong window colors on some skins and optimized size 2025-03-18 15:08:43 +01:00
Burer force-pushed apps-pipet-fix-colors from 33b264b880 to 89fb19caaf 2025-03-18 15:09:06 +01: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 15:11:45 +01:00
mxlgv reviewed 2025-03-18 15:27:45 +01: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 15:36:48 +01:00
@@ -499,3 +483,3 @@
if lang eq ru_RU
header db '<27><EFBFBD><EFBFBD><EFBFBD>', 0
header db '<27>¨¯¥âª ', 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 16:14:28 +01:00
Dismissed
mxlgv added the
PR
Ready to merge
label 2025-03-18 16:15:24 +01:00
mxlgv added
PR
Review required
and removed
PR
Ready to merge
labels 2025-03-18 16:17:47 +01:00
Owner

Waiting for review and approval from @Leency

Waiting for review and approval from @Leency
Leency added 1 commit 2025-03-18 21:14:55 +01:00
macros.inc: replace unused RECT struct with 'area', use it in pipet
All checks were successful
Build system / Build (pull_request) Successful in 5m46s
Build system / Check kernel codestyle (pull_request) Successful in 43s
40fac07a43
Leency dismissed mxlgv’s review 2025-03-18 21:14:59 +01:00
Reason:

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

Leency added 1 commit 2025-03-18 21:26:09 +01:00
macros.inc: rename area to RECT
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 29s
Build system / Build (pull_request) Successful in 5m32s
3b98fd7e25
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 changed title from [Apps/Pipet] Fixed wrong window colors on some skins and optimized size to WIP: [Apps/Pipet] Fixed wrong window colors on some skins and optimized size 2025-03-19 07:33:23 +01:00
Burer changed title from WIP: [Apps/Pipet] 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-19 07:35:36 +01:00
Burer force-pushed apps-pipet-fix-colors from 3b98fd7e25 to d4cd8cb00e 2025-03-19 07:36:26 +01:00 Compare
mxlgv approved these changes 2025-03-19 16:13:49 +01:00
Dismissed
mxlgv force-pushed apps-pipet-fix-colors from d4cd8cb00e to 440d63aade 2025-03-19 23:43:24 +01:00 Compare
mxlgv approved these changes 2025-03-20 00:05:40 +01:00
mxlgv added
PR
Ready to merge
and removed
PR
Review required
labels 2025-03-20 00:05:59 +01:00
mxlgv merged commit af41fe4aa7 into main 2025-03-20 00:18:29 +01:00
mxlgv deleted branch apps-pipet-fix-colors 2025-03-20 00:18:30 +01:00
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#162
No description provided.