1525cb7e37
Apps/cedit: Improved tab visuals
...
- Improved tab visuals;
- Fixed scroll.ob07 file name;
- Updated binary (27-feb-2025).
Co-authored-by: Max Logaev <maxlogaev@proton.me >
2025-02-28 14:27:08 +01:00
70297cd8f4
Libs/cmm: Use the actual number of processes instead of the max
2025-02-27 01:03:29 +01:00
bf9f7d2a19
Apps/downloader: Improved UI
...
Fixed an issue in the UI: The user does not realize that the file
has already been downloaded and may want to click "Download" again.
2025-02-27 02:22:53 +03:00
leency
84aec355b8
Fix #8 : The "webview" web browser, started with the parameter, address with the name of the download file, downloads the same file multiple times.
2025-02-25 15:51:03 +02:00
leency
a576b68db3
C-- menu: quick update to avoid full redraw, now redraw only changed items
2025-02-25 14:35:21 +02:00
leency
2e72ebc96f
Eolite: scrollbar does not redraw after mouse up #9
...
Fixed.
2025-02-25 02:45:18 +02: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
leency
6301b42142
Merge branch 'main' of https://git.kolibrios.org/KolibriOS/kolibrios
2025-02-24 21:38:03 +02:00
leency
e0f45e268a
flappybird renamed to floppybird
...
kiv fix label with green bg in fullscreen mode
2025-02-24 21:37:50 +02:00
a11466d56b
Fix libimg to execute emms after mmx code
...
Also, remove an emms hack from Dino game.
Fix #98 .
2025-02-24 01:40:31 +00:00
leency
aa74ea51d7
remove text_edit and quark from menus as outdated,
...
various fixes
2025-02-23 18:34:29 +02:00
195f996c1b
Fix icon search function in box_lib/filebrowser
...
Consider a config file with the following two lines:
abc=1
c=2
Previously, the first line matched *.c files, because it had the 'c=1'
substring. Now we skip until the next line as soon as 'abc' doesn't
match 'c'.
2025-02-11 20:44:41 +00:00
84bc176353
menu: Use less hardcoded numbers, more constants
2025-02-09 19:38:30 +00:00
Taldariner
50220d0cd9
C--: added proper ini file
...
Version of c-- compiler executable in repo is similar to autobuild server, but c--.ini is different and have mistakes that cause compilation bugs.
For example, if you try to compile sysmon app on commit 8f7ee79
or previous, CPU load of all processes will be displayed as 0%.
And if you try to display load in cycles, it will display some big negative value, like it's integer type got overflowed.
This commit adds proper version from autobuild server, allowing to compile C-- programs without such bugs.
2025-02-06 17:34:44 +02:00
Taldariner
d68b350360
Apps/sysmon: fixed wrong encoding and simplified boolean comparsion
2025-02-06 17:01:11 +02:00
Taldariner
f366d6d925
SysMon: Fixed ghost threads filtering and removed trailing whitespaces
2025-02-06 16:37:50 +02: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
6933ee64cd
Ger rid of some 'trunk' dirs in /programs/games
2025-01-20 14:40:21 +00:00
8f7ee79d05
Apps/sysmon: Fixed #85
...
Small code changes to fix all issues mentioned in Issue #85 :
- Bumped app version and added it to header.
- Changed system disk usage subscription from MB to KB in English version.
- Properly aligned CPU usage percents in process list with header.
- Free space on disks now rounds down, instead of rounding app.
- Small formatting fixes.
- Fixed wrong language set in English version of compilation script.
Co-authored-by: Taldariner <71024372+Taldariner@users.noreply.github.com >
Reviewed-on: #86
Reviewed-by: Max Logaev <mxlgv@noreply.localhost >
Reviewed-by: Mikhail Frolov <mixa.frolov2003@gmail.com >
Co-authored-by: Burer <burer@noreply.localhost >
Co-committed-by: Burer <burer@noreply.localhost >
2025-01-19 13:48:19 +01:00
Taldariner
da418f65b3
Charset Checker: fixed macros import
...
Fixed macros import for autobuild server.
2025-01-17 13:12:31 +02:00
Taldariner
bfc59f6636
Charset Checker: updated to 0.3.1
...
- Functionality to pick and preview single character
- Functionality to input character from keyboard
- Display of ASCII and SCAN codes of character in dec and hex format
- Small UI fixes
- Code refactoring
- Reformatted sources, fixed indentation and removed non-Unicode characters
2025-01-17 13:06:44 +02:00
rgimad
f7bdaa8909
fix hotkey names in eolite context menu
2025-01-16 23:39:43 +03:00
rgimad
2dd6a1516e
increase font in right button context menu
2025-01-15 23:57:58 +03:00
rgimad
cb733c6d1d
update dino, add to ru game center
2025-01-12 15:50:54 +03:00
c8e9e5a2a7
Fix autobuild for dino
2025-01-11 20:32:29 +00:00
rgimad
b815aee084
fix typo in tupfile
2025-01-11 15:16:06 +03:00
rgimad
7a6d042da7
upload dino game, add to img, to game center
2025-01-11 15:14:48 +03:00
2d9007da32
Add charset_checker to autobuild
2025-01-11 00:34:15 +00:00
Taldariner
b558f23604
Added Charset Checker program
2025-01-10 20:25:37 +02:00
rgimad
dd5a6a7316
added 26.2 to ksys.h
2025-01-05 23:43:03 +03:00
Serhii Sakhno
975284f5f3
Eolite: provide label for NVMe disks on left panel
...
Signed-off-by: Serhii Sakhno <serhii.sakhno.jr@gmail.com >
2024-08-01 22:29:57 +03:00
3d02856efe
Correction of error
2024-07-17 18:00:55 +05: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
c0324e5907
Обновить programs/media/animage/trunk/menu_instruments.inc
...
animage use system buffer ClipBoard from Copy | Paste
2024-06-09 21:19: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
e23778f306
Fix language tags for cmm programs
...
ru -> ru_RU
2024-06-02 03:56:38 +01:00
f9693d139b
[zSea] Fix translations
...
Update locale codes for `lsz` macro, used to translate text in 'zSea'.
git-svn-id: svn://kolibrios.org@10072 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-06-01 00:36:39 +00: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
09cb62069d
Fix EN typos
...
- Corrections for en_US language.
- Some whitespace sanitation.
git-svn-id: svn://kolibrios.org@10068 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-30 20:45:33 +00:00
ae43d8f454
Fix EN typos
...
- Corrections for en_US language.
- Some whitespace sanitation.
git-svn-id: svn://kolibrios.org@10067 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-30 07:31:22 +00:00
d7a4b62ed5
Fix earlier commits for EN typos
...
- Correct errors due to misplaced punctuation.
git-svn-id: svn://kolibrios.org@10066 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-30 00:05:54 +00:00
a53bea545e
Fix EN typos
...
- Corrections for en_US language.
- Some whitespace sanitation.
git-svn-id: svn://kolibrios.org@10064 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-29 21:37:05 +00:00
bb2607b7d8
Fix EN typos
...
- Corrections for en_US language.
- Some whitespace sanitation.
git-svn-id: svn://kolibrios.org@10063 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-29 19:05:57 +00:00
f4fd3f6ea0
Fix EN typos
...
- Corrections for en_US language.
- Some whitespace sanitation.
git-svn-id: svn://kolibrios.org@10062 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-29 14:27:12 +00:00
2d3e0ac7f4
Fix EN typos
...
- Corrections for en_US language.
- Some whitespace sanitation.
git-svn-id: svn://kolibrios.org@10061 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-29 12:47:33 +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
3997519acd
[autobuild] Rename language dirs according to ISO-639 and ISO-3166-1
...
git-svn-id: svn://kolibrios.org@10055 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-27 17:26:00 +00:00