Max Logaev
58c590b624
Blocks: Added block.asm build
2025-03-28 20:59:09 +01:00
IgorA
24b8de8904
Blocks: add 2 models, add 5 types of blocks
2025-03-28 20:59:09 +01:00
IgorA
7720e38868
NNP: removed dependency on libc library, clean code
2025-03-28 20:01:18 +01:00
leency
02b2395ef1
Eolite 5.30: Added file search ( #175 )
...
Co-authored-by: Max Logaev <maxlogaev@proton.me>
Reviewed-on: https://git.kolibrios.org/KolibriOS/kolibrios/pulls/175
Reviewed-by: Max Logaev <maxlogaev@proton.me>
Co-authored-by: leency <lipatov.kiril@gmail.com>
Co-committed-by: leency <lipatov.kiril@gmail.com>
2025-03-28 19:48:39 +01:00
Burer
293e1d195a
Docs/welcome.htm: Fixed #168 , language style updates ( #171 )
...
Compressed with kpack and added to IMG (en_US only).
Co-authored-by: Ivan Baravy <dunkaist@gmail.com>
Reviewed-on: https://git.kolibrios.org/KolibriOS/kolibrios/pulls/171
Reviewed-by: Max Logaev <maxlogaev@proton.me>
Co-authored-by: Burer <burer@kolibrios.org>
Co-committed-by: Burer <burer@kolibrios.org>
2025-03-22 16:09:06 +01:00
leency
5cf6c3baf9
Mine game v0.62 ( #172 )
...
- proper window rolling up fix;
- bigger cells and fonts;
- add icon to a new game button;
- better alignment of ui elements in header.
Reviewed-on: https://git.kolibrios.org/KolibriOS/kolibrios/pulls/172
Reviewed-by: Max Logaev <maxlogaev@proton.me>
Co-authored-by: leency <lipatov.kiril@gmail.com>
Co-committed-by: leency <lipatov.kiril@gmail.com>
2025-03-22 09:40:04 +01:00
Max Logaev
8376fed87d
CI/CD: Use kpack64 instead of kpack
...
Version of the kpack utility from
`programs/other/kpack/kerpack_linux/kpack64.asm`
compresses files better than `programs/other/kpack/linux/kpack.asm`
Signed-off-by: Max Logaev <maxlogaev@proton.me>
2025-03-22 09:00:14 +01:00
Max Logaev
22d572f789
Docs: Added README and contributing guide ( #124 )
...
Co-authored-by: Burer <burer@kolibrios.org>
Reviewed-on: https://git.kolibrios.org/KolibriOS/kolibrios/pulls/124
Reviewed-by: Burer <burer@kolibrios.org>
Reviewed-by: rgimad <rgimad@noreply.localhost>
Reviewed-by: Ivan B <dunkaist@noreply.localhost>
Reviewed-by: Sweetbread <risdeveau@codrs.ru>
2025-03-21 21:08:44 +01:00
Burer
af41fe4aa7
Pipet: Fixed wrong window colors on some skins and optimized size ( #162 )
...
- Fixed wrong window colors on some skins;
- Size optimization;
- Added template macro for quickly creating `struct` with specific fields.
Co-authored-by: leency <lipatov.kiril@gmail.com>
Reviewed-on: https://git.kolibrios.org/KolibriOS/kolibrios/pulls/162
Reviewed-by: Max Logaev <maxlogaev@proton.me>
Co-authored-by: Burer <burer@kolibrios.org>
Co-committed-by: Burer <burer@kolibrios.org>
2025-03-20 00:18:26 +01:00
IgorA
b1a1691b84
Libimg: fixed a bug when rotating images smaller than 2 pixels
2025-03-19 11:37:12 +02:00
leency
92f9d76f14
welcome.htm and related stuff ( fix #20 )
...
- welcome.htm (ENG) uploaded
- signs.png uploaded and added to ISO
- rotate Kolibri in all icons to look forward
2025-03-18 16:21:01 +01:00
Ivan Baravy
32466e31f4
programs/shell: Show new fields of the sf18.13 struct
...
Kfetch command now reports
- kernel ABI,
- git hash (aka commit id),
- release offset,
- debug tag.
No svn revision anymore.
2025-03-17 23:22:45 +01:00
IgorA
63cd6f0ac8
Movback: Added support window resizing
2025-03-17 22:31:37 +01:00
IgorA
4fcc17675c
Movback: Deleted trunk dir. Files moved
2025-03-17 22:31:37 +01:00
leency
4e903ce12b
kiv: show image bpp in win header
2025-03-17 22:24:04 +01:00
IgorA
bfdb42c91f
Tube: fix crash at some window sizes, remove outdated code with palette
2025-03-17 22:07:11 +02:00
Ivan Baravy
55d641b0da
kernel: Clean up svn-related code and data
...
* Rearrange sf18.13 version structure to
+ mention git hash and release offset,
+ separate OS release and kernel ABI numbers,
+ include an optional debug tag.
* Update the boot log and the blue screen to print the new fields.
* Update docs.
* No breaking changes.
Resolves #99 .
2025-03-17 20:07:46 +01:00
Sweetbread
0e7cff0715
ci: setup environment variables
...
ref: #146
Toolchain container was updated and fasm now in /home/autobuild/...
folder
2025-03-17 19:10:23 +01:00
leency
4d30fd7a2b
Eolite 5.29: Fixed bug in "Apply to all files?" dialog
...
- line height can no longer be smaller than icon size;
- fixed bug with edit box activation under "Apply to all files?" dialog;
- updated dates;
- fixed kfont initialization.
2025-03-17 18:22:15 +03:00
leency
292bd1d739
webview 3.85: fix a specific case when col width was calculated wrong
2025-03-17 11:50:17 +01:00
leency
1a756358f5
webview 3.84
...
- tagicon support
- draw_buf => BufIsInvalid() add check
2025-03-17 11:50:17 +01:00
leency
009c0d0519
webview-3.83
...
- fixed collection.h that caused webview crash
- fix rolled-up bug
- add special symbol from builds.kolibrios.org/status.html
2025-03-17 11:50:17 +01:00
IgorA
bab6267412
Boxlib: fix write null pointer in editbox
2025-03-17 10:55:32 +01:00
leency
72196f42de
Palitra(branch): UI and code refactoring. Fix a lot of issues ( #154 )
...
- Fixed the ID of the buttons, made the window always on top;
- Removed the visible rectangle when clicking on the palette;
- Fixed the position of the picker and palette buttons.
Reviewed-on: https://git.kolibrios.org/KolibriOS/kolibrios/pulls/154
Reviewed-by: Max Logaev <maxlogaev@proton.me>
Co-authored-by: leency <lipatov.kiril@gmail.com>
Co-committed-by: leency <lipatov.kiril@gmail.com>
2025-03-17 10:54:19 +01:00
IgorA
f1e958af41
Firework: fix and optimize window resizing
2025-03-17 01:09:45 +03:00
rgimad
78de535233
Apps/dbgboard: fix critical bug with stack overflow
2025-03-16 19:50:12 +01:00
Burer
e353771faa
Pipet: Rewrite from C-- to FASM
...
- 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
leency
714cc0a65c
cmm menu: fix marker
2025-03-15 23:28:13 +01:00
IgorA
9357a21169
Plasma: Fix code style and added support for window resizing
2025-03-15 23:02:16 +01:00
IgorA
75e732a437
Apps/plasma: Deleted trunk dir. Files moved
2025-03-15 23:02:16 +01:00
IgorA
afd07534ab
Apps/fire: Improved code style and readability
2025-03-15 22:31:23 +01:00
IgorA
20aba254bc
Apps/firework: Added support for window resizing
2025-03-15 22:35:09 +02:00
IgorA
fbd99c82a4
Apps/firework: Improved code style and readability
2025-03-15 19:48:49 +02:00
leency
784b02b4a4
3dcube: get rid of unnecessary files, refined build.bat and tupfile
2025-03-15 14:54:46 +01:00
rgimad
7a2e48bed2
Flip the bird in kfetch command ( #144 )
...
Co-authored-by: Burer <taldariner@gmail.com>
Reviewed-on: https://git.kolibrios.org/KolibriOS/kolibrios/pulls/144
Reviewed-by: Max Logaev <maxlogaev@proton.me>
Co-authored-by: rgimad <33692565+rgimad@users.noreply.github.com>
Co-committed-by: rgimad <33692565+rgimad@users.noreply.github.com>
2025-03-14 23:44:53 +01:00
IgorA
31ca1c76bb
Apps/unvwater: Added support for window resizing
2025-03-15 00:56:49 +03:00
IgorA
99ddd88ff8
Apps/unvwater: Improved code style and readability
2025-03-14 22:41:51 +01:00
leency
4f1a8ef9a1
kf_font_viewer gets to be a part of syspanel
...
Syspanel gets bigger in less than 1 sector and we still have kf viewer in the IMG
2025-03-14 21:31:22 +01:00
leency
93f12c7673
allow applications to work nicely without .kf files
2025-03-14 21:10:49 +01:00
Burer
3eb02af5fd
[Other/Data] Optimized all .png images in repo using optipng -o7
2025-03-14 20:46:32 +01:00
rgimad
83d8146ad1
Apps/dbgboard: fix comments
2025-03-13 21:31:10 +03:00
rgimad
1974f45c50
Apps/dbgboard: add display modes and more highlighting
2025-03-13 17:24:09 +03:00
leency
36ce6f0b74
Eolite 5.28
...
- deny renaming folder '..'
- 'show status bar' option removed
- add option 'bold font'
- Quark view changed to HEX View
2025-03-12 12:27:18 +01:00
IgorA
4701a15222
Apps/tube: Added support for window resizing
2025-03-12 12:08:40 +03:00
IgorA
61277f8822
Apps/tube: Improved code style and readability
...
- Magic numbers are replaced with constants;
- Added copyrights and source to the original;
- Removed unnecessary *.bat files.
Co-authored-by: Max Logaev <maxlogaev@proton.me>
2025-03-12 11:03:37 +03:00
IgorA
abb7442055
Apps/tube: Deleted trunk dir. Files moved
...
The trunk directory is no longer required. This is a rudiment of SVN
2025-03-12 02:50:40 +03:00
leency
81b15607dc
Apps/barcfg: Added bars_8b.raw
...
Co-authored-by: Max Logaev <maxlogaev@proton.me
2025-03-10 23:11:33 +01:00
leency
30d8d45326
Data: Move kf_font_viewer to ISO
...
- Added testcon2_eng to IMG;
- use_mb was removed from IMG because it was not used.
Co-authored-by: Max Logaev <maxlogaev@proton.me
2025-03-10 23:11:33 +01:00
leency
9a23c001e1
Data: Added hotkeys for change sound volume and mute/unmute sound
...
- Added Ctrl + Alt + Left / Right - change sound volume;
- Added Ctrl + Alt + Up / Down - mute and unmute sound;
- Corrected description.
Co-authored-by: Max Logaev <maxlogaev@proton.me
2025-03-10 23:11:33 +01:00
leency
64b7372624
Apps/eolite: Version 5.27
...
- Choose first file on ctrl selection.
- Set static position for maximized window:
https://github.com/KolibriOS/kolibrios/issues/9
2025-03-10 22:28:44 +01:00