Unvwater demo: Improved code style and added support for window resizing #141

Merged
mxlgv merged 2 commits from update-unvwater into main 2025-03-14 23:06:00 +01:00
Member

Apps/unwather:

  • Improved code style and readability
  • Added support for window resizing
Apps/unwather: - Improved code style and readability - Added support for window resizing
IgorA added 2 commits 2025-03-13 10:52:31 +01:00
Apps/unvwater: Added support for window resizing
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 30s
Build system / Build (pull_request) Successful in 4m49s
542cb9e8b8
mxlgv requested changes 2025-03-14 20:32:07 +01:00
Dismissed
mxlgv changed title from update-unvwater to Unvwater demo: Improved code style and added support for window resizing 2025-03-14 20:33:25 +01:00
mxlgv added the
Category/General
label 2025-03-14 20:33:53 +01:00
mxlgv added
Category/Applications
Kind
Enhancement
Priority
Low
and removed
Category/General
labels 2025-03-14 20:35:23 +01:00
mxlgv requested review from mxlgv 2025-03-14 20:52:36 +01:00
mxlgv approved these changes 2025-03-14 20:52:58 +01:00
Dismissed
dunkaist reviewed 2025-03-14 20:54:52 +01:00
@@ -0,0 +1,230 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Owner

Our unvwater is a rewrite from OctASM, part os OctaOS, an experimental OS by Octavio Vega. Since it's a complete rewrite, the license can be our default one, i.e. GPL-2.0-only. That said, I think it's a proper thing to mention the original author too.

Our unvwater is a [rewrite](https://board.kolibrios.org/viewtopic.php?p=56520#p56520) from OctASM, part os [OctaOS](https://board.flatassembler.net/topic.php?t=3316), an experimental OS by Octavio Vega. Since it's a complete rewrite, the license can be our default one, i.e. GPL-2.0-only. That said, I think it's a proper thing to mention the original author too.
Owner

Thanks for explaining then I think it's still worth adding copyright!

Thanks for explaining then I think it's still worth adding copyright!
mxlgv marked this conversation as resolved
mxlgv force-pushed update-unvwater from 542cb9e8b8 to 26213e0cd4 2025-03-14 20:55:01 +01:00 Compare
mxlgv requested review from mxlgv 2025-03-14 21:00:15 +01:00
mxlgv requested changes 2025-03-14 21:03:50 +01:00
Dismissed
mxlgv left a comment
Owner

Please add copyright:

; SPDX-License-Identifier: GPL-2.0
; Unvwater demo
; Copyright (C) 2010-2025 KolibriOS team

And keep the original comments.

Please add copyright: ``` ; SPDX-License-Identifier: GPL-2.0 ; Unvwater demo ; Copyright (C) 2010-2025 KolibriOS team ``` And keep the original comments.
IgorA added 1 commit 2025-03-14 22:21:50 +01:00
Apps/unvwather: fix license
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 30s
Build system / Build (pull_request) Successful in 7m35s
af080312c0
mxlgv approved these changes 2025-03-14 22:40:03 +01:00
Dismissed
mxlgv force-pushed update-unvwater from af080312c0 to 8502a94cf0 2025-03-14 22:42:01 +01:00 Compare
mxlgv dismissed mxlgv’s review 2025-03-14 22:42:01 +01:00
Reason:

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

mxlgv requested review from mxlgv 2025-03-14 22:46:01 +01:00
mxlgv approved these changes 2025-03-14 22:46:05 +01:00
mxlgv force-pushed update-unvwater from 8502a94cf0 to 31ca1c76bb 2025-03-14 22:58:28 +01:00 Compare
mxlgv merged commit 31ca1c76bb into main 2025-03-14 23:06:00 +01:00
mxlgv deleted branch update-unvwater 2025-03-14 23:06:01 +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#141
No description provided.