295cde6c02
system/icon: Post-SVN clean up
...
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
2025-05-20 00:17:16 +01:00
c8d416bc2f
system/hdd_info: Post-SVN clean up
...
Build system / Check kernel codestyle (pull_request) Successful in 24s
Build system / Build (pull_request) Successful in 4m16s
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
- Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
2025-05-20 00:07:14 +01:00
a7119b0246
system/eskin: Post-SVN clean up
...
- Update ASM include paths.
- Note: Line endings standardised to `LF`, so best to view diffs with whitespace changes hidden.
2025-05-20 00:01:36 +01:00
2db2b0044c
system/eskin: Post-SVN clean up
...
- Move source code from `trunk` into program root directory.
- Update build files.
2025-05-19 23:58:02 +01:00
22fd05bad8
system/docpack: Post-SVN clean up
...
Build system / Check kernel codestyle (pull_request) Successful in 25s
Build system / Build (pull_request) Successful in 4m23s
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
2025-05-19 20:16:23 +01:00
dee41d3326
system/docky: Post-SVN clean up
...
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
- Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
2025-05-19 20:09:28 +01:00
2dd83f4233
system/cpu: Post-SVN clean up
...
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
2025-05-19 20:02:32 +01:00
8881aff736
system/calendar: Post-SVN clean up
...
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
2025-05-19 19:57:24 +01:00
2742e2570e
system/board: Post-SVN clean up
...
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
2025-05-19 19:52:17 +01:00
4550e15838
Magnify: Moved to programs/system
...
Build system / Check kernel codestyle (pull_request) Successful in 29s
Build system / Build (pull_request) Successful in 8m45s
Signed-off-by: Max Logaev <maxlogaev@proton.me >
2025-05-14 21:58:44 +03:00
32466e31f4
programs/shell: Show new fields of the sf18.13 struct
...
Build system / Check kernel codestyle (pull_request) Successful in 41s
Build system / Build (pull_request) Successful in 6m3s
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
rgimad
78de535233
Apps/dbgboard: fix critical bug with stack overflow
Build system / Check kernel codestyle (pull_request) Successful in 34s
Build system / Build (pull_request) Successful in 7m0s
2025-03-16 19:50:12 +01:00
rgimad
7a2e48bed2
Flip the bird in kfetch command ( #144 )
...
Co-authored-by: Burer <taldariner@gmail.com >
Reviewed-on: #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
rgimad
83d8146ad1
Apps/dbgboard: fix comments
Build system / Check kernel codestyle (pull_request) Successful in 29s
Build system / Build (pull_request) Successful in 5m10s
2025-03-13 21:31:10 +03:00
rgimad
1974f45c50
Apps/dbgboard: add display modes and more highlighting
Build system / Check kernel codestyle (pull_request) Successful in 34s
Build system / Build (pull_request) Successful in 5m17s
2025-03-13 17:24:09 +03:00
d9679f5f81
Add new debug board - dbgboard based on console.obj ( #119 )
...
Main advantages:
- Bigger font
- Scrolling (like in other console apps)
- K : and L: messages highligting
Also, like the old board it writes log to /tmp0/1/boardlog.txt (or you can pass another path in args), can view it on F2
Co-authored-by: rgimad <33692565+rgimad@users.noreply.github.com >
Reviewed-on: #119
Reviewed-by: Max Logaev <maxlogaev@proton.me >
Co-authored-by: rgimad <rgimad@noreply.localhost >
Co-committed-by: rgimad <rgimad@noreply.localhost >
2025-03-07 23:24:48 +03:00
79d9f42085
Apps/genfiles: Rewrite from nasm to fasm
2025-03-07 01:10:44 +01:00
25b79ca6d1
Apps/Timer: Rewrite from nasm to fasm
2025-03-07 01:10:44 +01:00
2e3548d92a
Apps/tinfo: Rewrite from nasm to fasm
2025-03-07 01:10:44 +01:00
leency
78d5942bb8
Rename UPPEDCASE.TXT doc files into TitleCase.txt files.
...
Unify names: Grobfara vs Fara, GNU vs Copying.
Remove non-translated et_EE docs.
2025-02-25 01:19:35 +02:00
84bc176353
menu: Use less hardcoded numbers, more constants
2025-02-09 19:38:30 +00:00
d235c8914c
Fix ghost threads in CPU
...
* kernel: Make sf9 return TSTATE_FREE for invalid slots: 0, >255, free.
* menu: Ignore free slots even if other fields of proc_info look valid.
Documentation (sysfuncs.txt) clearly states all the other info
as invalid when slot_state is TSTATE_FREE.
* taskbar: Same as menu.
* cmm/lib/*: Same as menu.
* programs/macros.inc: Add TSTATE_* macros.
2025-02-01 03:32:16 +00:00
65239bc359
[taskbar] Fix context menu strings
2024-07-10 05:02:08 +01:00
f222e98a09
All: Update locale codes (Part 2) ( #76 )
...
- Update language codes and add comments.
- Correct `en_US` translations.
- Some whitespace clean-up (mainly EOL sanitation).
Reviewed-on: #76
Co-authored-by: Andrew <dent.ace@gmail.com >
Co-committed-by: Andrew <dent.ace@gmail.com >
2024-06-14 10:35:46 +02:00
412e42a342
Most of language code fixes
2024-06-03 00:34:02 +01:00
66816d7a7e
More language code fixes
...
I commit in several commits to check autobuild
2024-06-02 04:51:22 +01:00
c0607ba4f5
[taskbar] Fix language codes e.g. "et_EE"
...
git-svn-id: svn://kolibrios.org@10071 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-31 23:21:26 +00:00
27f290d51b
Fix EN typos
...
- Corrections for en_US language.
- Some whitespace sanitation.
git-svn-id: svn://kolibrios.org@10059 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-29 11:30:32 +00:00
85276ce3ee
Fix language paths for git autobuild
...
git-svn-id: svn://kolibrios.org@10056 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-27 18:22:11 +00:00
a7816e7613
Consistent use of KolibriOS
name
...
- Ensure consistent naming for brand integrity.
git-svn-id: svn://kolibrios.org@10049 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-22 10:10:18 +00:00
bcfae55643
Fix typos for runing
to running
...
- Correct typos for `run(n)ing`.
- Minimal extra tweaks for fluency and grammar.
git-svn-id: svn://kolibrios.org@10048 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-21 23:47:31 +00:00
e9e08c56b6
Update Tupfile.lua's for tup-0.8
...
git-svn-id: svn://kolibrios.org@10042 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-21 14:45:21 +00:00
ace_dent
4e2a675928
Optimize png files for programs/system
resources
...
Lossless optimization of png image files, using `pngslim` and other tools.
Program graphics (compiled or included with software):
- Slimmed 7.1 KiB (~7.1 KiB kpacked), ~54% saving for 1 file. Note: Color mode changed RGBA>Palette.
Documentation only artwork (distributed outside a program):
- Slimmed 62 B (~64 B kpacked), ~6% saving for 1 file.
Source artwork material (not directly included in a distribution):
- Slimmed 1.9 KiB (~1.9 KiB kpacked), ~17% saving for 1 file.
git-svn-id: svn://kolibrios.org@10021 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-13 11:51:04 +00:00
Doczom
9c44899099
Apps: fixed 3 programs for using a long path in parameters
...
git-svn-id: svn://kolibrios.org@10017 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-10 16:54:08 +00:00
Doczom
7f7718f532
Update headers programs : delete MENUET00 header on 2 programs.
...
Fixed mario2 game : delete using sysfn 6 and added constants
Update macro.inc : Added new fields in process_information
git-svn-id: svn://kolibrios.org@9971 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-01-21 11:23:12 +00:00
ace_dent
52ed04f5cc
Update docs/README.TXT
and rename to CREDITS
...
- Rename to `CREDITS.TXT` for clarity.
- Improve text of opening paragraph. Thanks to various translators.
- Reformat to use headings, removing excessive whitespace characters (~2.5KiB).
- Sort list of contributors alphabetically; easier to maintain.
- Add missing contributors and remove from `kernel.asm`. Thanks to @rgimad .
- Minor formatting and whitespace cleanup.
git-svn-id: svn://kolibrios.org@9947 a494cfbc-eb01-0410-851d-a64ba20cac60
2023-10-01 21:53:34 +00:00
Doczom
9ab6258bfe
Added new driver for mount raw disk images.
...
- Added driver virt_disk.sys
- Added the program "virtdisk" which allows you to add, delete and view virtual disks.
git-svn-id: svn://kolibrios.org@9945 a494cfbc-eb01-0410-851d-a64ba20cac60
2023-10-01 08:47:52 +00:00
31d2901d78
[taskbar] Add LCtrl+Esc hotkey to open/close menu
...
git-svn-id: svn://kolibrios.org@9933 a494cfbc-eb01-0410-851d-a64ba20cac60
2023-09-02 01:57:02 +00:00
Doczom
19cab98b13
AMDtemp: fix parser and code style. TODO: add function for device subsystem
...
git-svn-id: svn://kolibrios.org@9883 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-10-16 21:00:24 +00:00
Doczom
669c8fa38a
docky.asm: fix timeout for connect to @reshare
...
git-svn-id: svn://kolibrios.org@9877 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-09-18 16:49:54 +00:00
Doczom
e3e9fce8d8
docky.asm: added notify from error load @RESHARE
...
git-svn-id: svn://kolibrios.org@9876 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-09-10 23:18:50 +00:00
Doczom
2fbbec1b40
AMDtemp: updated the interface and the function of saving graph. The program uses futex.
...
TODO: fix parser and add check drivers list
git-svn-id: svn://kolibrios.org@9870 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-08-13 22:02:44 +00:00
Doczom
40460857ec
added color for output text
...
git-svn-id: svn://kolibrios.org@9858 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-07-12 16:32:24 +00:00
Coldy
7805691d08
shell:
...
- fixed definitions
- stack locals changed to heap variables (reduced app size)
git-svn-id: svn://kolibrios.org@9808 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-05-08 08:22:31 +00:00
vitalkrilov
3dddd1c687
added feature (which was expected to be) of custom HELPERDIR for some Tupfile's (btw there are still many files with same problem)
...
git-svn-id: svn://kolibrios.org@9781 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-04-24 15:05:38 +00:00
Doczom
5cbb298e24
add new function - lsmod
...
This function input list loaded drivers.
git-svn-id: svn://kolibrios.org@9780 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-04-23 21:37:05 +00:00
Doczom
e7935a8fbd
AMDtemp: added creating file for program "Graph". To save this file, write the path to it as a parameter.
...
git-svn-id: svn://kolibrios.org@9771 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-04-17 19:08:35 +00:00
Doczom
2a32cfda1d
AMDtemp: added creating file for program "Graph". File creats on ram disk.
...
git-svn-id: svn://kolibrios.org@9760 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-04-09 06:06:55 +00:00
IgorA
f0b26fcb2b
update file register filter
...
git-svn-id: svn://kolibrios.org@9641 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-15 13:38:46 +00:00
8ac91f55d4
skincfg: fix http://board.kolibrios.org/viewtopic.php?p=77963#p77963
...
imgedit: wip
git-svn-id: svn://kolibrios.org@9632 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-14 07:12:38 +00:00