Commit Graph

7 Commits

Author SHA1 Message Date
d4cd8cb00e macros.inc: rename area to RECT
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 27s
Build system / Build (pull_request) Successful in 5m36s
2025-03-19 07:36:00 +01:00
94134e0c24 macros.inc: replace unused RECT struct with 'area', use it in pipet 2025-03-19 07:36:00 +01:00
e7eb43571f [Apps/Pipet] Fixed broken cyrillic encoding (once again) 2025-03-19 07:36:00 +01:00
346f89bd9a [Apps/Pipet] Proper color fixes for all skins and size optimization 2025-03-19 07:36:00 +01:00
e1a4e2b7b4 [Apps/Pipet] Fixed header encoding 2025-03-19 07:36:00 +01:00
eebe03a806 [Apps/Piped] Fixed wrong window colors on some skins 2025-03-19 07:36:00 +01:00
e353771faa Pipet: Rewrite from C-- to FASM
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 25s
Build system / Build (pull_request) Successful in 4m52s
- Rewritten from C-- to FASM
- Function to select not a single pixel, but a 7*7 rect from screen;
- Function to select each pixel from selected rect;
- Updated UX/UI.

Co-authored-by: leency <lipatov.kiril@gmail.com>
2025-03-16 13:17:33 +02:00