[Apps/Pipet] Rewrite from C-- to FASM, add new functionality #149

Merged
mxlgv merged 1 commits from pipet-rewrite-to-fasm into main 2025-03-16 12:29:11 +01:00
Owner
  • 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
- 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
Leency added 2 commits 2025-03-15 13:58:54 +01:00
[Apps/Pipet] Updated to 2.0
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 39s
Build system / Build (pull_request) Successful in 5m50s
fa514e2111
- 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
Leency added 1 commit 2025-03-15 14:38:25 +01:00
asm pipet: add to IMG replacing cmm pipet, use cp866 lang for src
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 30s
Build system / Build (pull_request) Failing after 36s
f6f925e49d
Leency changed title from WiP: pipet-rewrite-to-fasm to pipet-rewrite-to-fasm 2025-03-15 14:39:10 +01:00
Leency added 1 commit 2025-03-15 14:44:59 +01:00
fix prior
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 28s
Build system / Build (pull_request) Failing after 34s
8cac6b09dd
Leency added 1 commit 2025-03-15 14:50:54 +01:00
fix path
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 27s
Build system / Build (pull_request) Successful in 5m48s
da43ae6ac3
mxlgv requested changes 2025-03-15 21:30:33 +01:00
Dismissed
@@ -0,0 +1,538 @@
use32
Owner

This is a new program, add copyright KolibriOS!

This is a new program, add copyright KolibriOS!
Burer marked this conversation as resolved
@@ -0,0 +420,4 @@
; picking one color cell from 7*7 grid
pick_col_cell:
mcall 37, 1
Owner

Please replace this with costants from KOSfuncs.inc. And for everyone mcall.

Please replace this with costants from `KOSfuncs.inc`. And for everyone `mcall`.
Burer marked this conversation as resolved
Owner

Is this WIP? Or is it already ready?

Is this WIP? Or is it already ready?
mxlgv changed title from pipet-rewrite-to-fasm to Pipet rewrite to fasm 2025-03-15 21:31:55 +01:00
mxlgv added the
PR
Request changes
label 2025-03-15 22:00:07 +01:00
Burer added 3 commits 2025-03-16 09:15:59 +01:00
Owner

Is this WIP? Or is it already ready?

It is already ready.
Your comments have been taken into account and fixed.

> Is this WIP? Or is it already ready? It is already ready. Your comments have been taken into account and fixed.
Burer added
PR
Review required
and removed
PR
Request changes
labels 2025-03-16 09:57:10 +01:00
Burer changed title from Pipet rewrite to fasm to [Apps/Pipet] Rewrite from C-- to FASM, added new functionality 2025-03-16 10:29:08 +01:00
Burer changed title from [Apps/Pipet] Rewrite from C-- to FASM, added new functionality to [Apps/Pipet] Rewrite from C-- to FASM, add new functionality 2025-03-16 10:29:21 +01:00
mxlgv requested changes 2025-03-16 10:30:05 +01:00
Dismissed
@@ -0,0 +1,547 @@
; SPDX-License-Identifier: GPL-2.0-only
; SPDX-FileCopyrightText: 2004-2025 KolibriOS Team
Owner

This is a new program, there should only be 2025

This is a new program, there should only be 2025
Burer marked this conversation as resolved
mxlgv added
PR
Request changes
and removed
PR
Review required
labels 2025-03-16 10:30:42 +01:00
Burer added 1 commit 2025-03-16 10:31:10 +01:00
[Apps/Pipet] Fixed dates in credits
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 28s
Build system / Build (pull_request) Successful in 5m21s
79cf625a7d
mxlgv approved these changes 2025-03-16 10:39:57 +01:00
Dismissed
mxlgv added
PR
Ready to merge
and removed
PR
Request changes
labels 2025-03-16 10:40:13 +01:00
mxlgv force-pushed pipet-rewrite-to-fasm from 79cf625a7d to e0413cd421 2025-03-16 12:03:16 +01:00 Compare
mxlgv dismissed mxlgv’s review 2025-03-16 12:03:17 +01:00
Reason:

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

mxlgv force-pushed pipet-rewrite-to-fasm from e0413cd421 to 02711ca9a8 2025-03-16 12:08:53 +01:00 Compare
Burer force-pushed pipet-rewrite-to-fasm from 02711ca9a8 to e353771faa 2025-03-16 12:18:47 +01:00 Compare
mxlgv requested review from mxlgv 2025-03-16 12:28:47 +01:00
mxlgv approved these changes 2025-03-16 12:28:58 +01:00
mxlgv merged commit e353771faa into main 2025-03-16 12:29:11 +01:00
mxlgv deleted branch pipet-rewrite-to-fasm 2025-03-16 12:29:11 +01:00
Sign in to join this conversation.
No Reviewers
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#149
No description provided.