58cf25fe43
menuetlibc: Fixed ef_exp.s ( #177 )
...
Fix for a similar problem: https://git.kolibrios.org/KolibriOS/kolibrios/commit/12a6b7f2
Reviewed-on: #177
Reviewed-by: Max Logaev <maxlogaev@proton.me >
Co-authored-by: IgorA <aie85playm@gmail.com >
Co-committed-by: IgorA <aie85playm@gmail.com >
2025-04-02 21:34:04 +02:00
5abc319817
Boxlib: the tree_list can use large fonts, fix line number error
Build system / Check kernel codestyle (pull_request) Successful in 28s
Build system / Build (pull_request) Successful in 5m25s
2025-04-01 21:58:38 +02:00
7720e38868
NNP: removed dependency on libc library, clean code
Build system / Check kernel codestyle (pull_request) Successful in 37s
Build system / Build (pull_request) Successful in 7m22s
2025-03-28 20:01:18 +01:00
b1a1691b84
Libimg: fixed a bug when rotating images smaller than 2 pixels
Build system / Check kernel codestyle (pull_request) Successful in 31s
Build system / Build (pull_request) Successful in 5m17s
2025-03-19 11:37:12 +02:00
bab6267412
Boxlib: fix write null pointer in editbox
Build system / Check kernel codestyle (pull_request) Successful in 35s
Build system / Build (pull_request) Successful in 7m45s
2025-03-17 10:55:32 +01:00
Burer
3eb02af5fd
[Other/Data] Optimized all .png images in repo using optipng -o7
Build system / Check kernel codestyle (pull_request) Successful in 44s
Build system / Build (pull_request) Successful in 7m12s
2025-03-14 20:46:32 +01:00
026d2aba40
Libs/console_coff: Translate comments to English and convert to UTF-8 ( #128 )
...
Build system / Check kernel codestyle (push) Successful in 50s
Build system / Build (push) Successful in 11m28s
Translated remaining non-English comments to English and convert to UTF-8
Co-authored-by: rgimad <33692565+rgimad@users.noreply.github.com >
Reviewed-on: #128
Reviewed-by: Max Logaev <mxlgv@noreply.localhost >
Co-authored-by: rgimad <rgimad@noreply.localhost >
Co-committed-by: rgimad <rgimad@noreply.localhost >
2025-03-10 20:04:26 +01:00
d8c6274d19
Libs/iconv: Fixed convert BEL and UKR i/I to CP866
...
Build system / Check kernel codestyle (push) Successful in 33s
Build system / Build (push) Has been cancelled
Signed-off-by: Maxim Logaev <maxlogaev@proton.me >
2025-03-07 01:05:42 +01:00
c11c7922bd
Libs/mbedtls: Use strip instead of kos32-strip
...
`kos32-strip`` contains a bug:
When trying to strip a large object file builded by `clink`,
a segfault occurs. This bug is not reproduced on the newer `strip`.
Signed-off-by: Maxim Logaev <maxlogaev@proton.me >
2025-03-04 20:09:10 +01: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
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
3d02856efe
Correction of error
2024-07-17 18:00:55 +05: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
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
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
0eabeee0d3
Rename fontRasterWorks(unicode) to fontRasterWorks_unicode
...
This is needed to migrate to tup-0.8.
I'm sure it was possible to workaround this and keep the name,
but it was easier to rename.
git-svn-id: svn://kolibrios.org@10041 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-21 14:44:37 +00:00
ace_dent
33d9aafa30
Optimize png files for programs/develop
...
Lossless optimization of png image files, using `pngslim` and other tools.
Program graphics (compiled or included with software):
- Slimmed 28.7 KiB (~28.5 KiB kpacked), average ~19% saving for 13 files.
Documentation only artwork (distributed outside of a program):
- Slimmed 100 KiB (~91 KiB kpacked), average ~38% saving for 27 files.
git-svn-id: svn://kolibrios.org@10031 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-14 21:07:20 +00:00
hidnplayr
f147ff4286
Poly1305: Fix forgotten variable init
...
git-svn-id: svn://kolibrios.org@9986 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-03-06 20:07:40 +00:00
turbocat
9562f01892
NewLib:
...
- Duplicate functionality files removed;
- Refactoring of file handling functions;
- Removed broken impliments.
Gears (C + TinyGL):
- Removed because it duplicates an existing example on Fasm and uses unsupported wrappers on the KOS API.
KosJS:
- Removed. The MuJS port is too old and not used anywhere. Support is not profitable.
Backy:
- Removed useless GCC version. Support is not profitable.
DGen-SDL and SQLite3
- Fix after removing broken "dirent.h".
Fridge:
- Moving the KOS API wrapper to avoid compilation errors.
Udis86, uARM and 8086tiny:
- Fix after removing redundant "kos_LoadConsole.h".
git-svn-id: svn://kolibrios.org@9952 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-01-04 22:20:35 +00:00
Doczom
77a4688f6d
Updated dll.load. Added support for loading the library using the full path.
...
Fixed makefile for Whether
git-svn-id: svn://kolibrios.org@9908 a494cfbc-eb01-0410-851d-a64ba20cac60
2023-03-28 16:39:08 +00:00
Doczom
a13c32585b
added documentation for the frame element
...
git-svn-id: svn://kolibrios.org@9860 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-07-19 20:00:48 +00:00
IgorA
2ee9123f08
update library 'nnp.obj'
...
git-svn-id: svn://kolibrios.org@9821 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-05-28 12:21:03 +00:00
Coldy
1ed1f3a5b1
libc.obj:
...
- headers update (now used true functions with attributes instead of pointers)
- fixed some samples
kos_mbedtls:
microtar:
changes for compatible to latest version tcc and the libc.obj headers
git-svn-id: svn://kolibrios.org@9812 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-05-10 18:58:40 +00:00
f8e67e0dd1
[autobuild] Fix asm-only and no-gcc build
...
git-svn-id: svn://kolibrios.org@9797 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-04-26 22:06:46 +00:00
Marat Zakiyanov
ed61181c2a
Fix for previous revision.
...
git-svn-id: svn://kolibrios.org@9748 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-03-26 15:51:10 +00:00
Marat Zakiyanov
7ee13facdf
File Browser control - choosing the correct icon for dir names starting with ".."
...
git-svn-id: svn://kolibrios.org@9747 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-03-26 15:36:35 +00:00
IgorA
b39cd9e8ce
Neural network perceptron library
...
git-svn-id: svn://kolibrios.org@9733 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-03-01 16:10:23 +00:00
Marat Zakiyanov
267e818f50
Opendial and File Browser control
...
1) Now shows the full value for the year
2) For ".." dir is not shown unnecessary data
3) Finding the end of section [icons16] for r7241
git-svn-id: svn://kolibrios.org@9728 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-23 14:36:48 +00:00
db0f7a7b77
libimg: Implement more bit depth conversion routines
...
git-svn-id: svn://kolibrios.org@9713 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-10 00:50:25 +00:00
Marat Zakiyanov
8f544cdd1d
File Browser control - some code optimization for r9682
...
git-svn-id: svn://kolibrios.org@9690 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-06 19:47:41 +00:00
Marat Zakiyanov
2ef3c498fa
File Browser control - fixed the display of files larger than 4GB.
...
git-svn-id: svn://kolibrios.org@9682 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-06 00:52:02 +00:00
IgorA
fdc6bbf450
buf2d examples clean code
...
git-svn-id: svn://kolibrios.org@9675 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-28 21:05:17 +00:00
Coldy
498f3ad1a7
dll.obj: re-initiate build
...
git-svn-id: svn://kolibrios.org@9670 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-25 19:18:54 +00:00
Coldy
803d2a454e
dll.obj: Added error handling with detailed inform user which error occurred through @notyfy
...
git-svn-id: svn://kolibrios.org@9669 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-25 18:04:10 +00:00
turbocat
9ae212c526
ssl_client1 example use new tcc build.
...
git-svn-id: svn://kolibrios.org@9661 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-24 16:31:32 +00:00
b4a6b076d8
add KMatrix into Appearance app
...
git-svn-id: svn://kolibrios.org@9640 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-15 12:38:25 +00:00
Anton Krotov
40faa04f49
base64.obj: decoding algorithm skips spaces, newlines and tabs
...
git-svn-id: svn://kolibrios.org@9637 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-15 05:31:50 +00:00
Anton Krotov
3762c3dd1e
RasterWorks: rename function
...
git-svn-id: svn://kolibrios.org@9631 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-14 03:43:40 +00:00
IgorA
235d20b0d6
fix rev. 9616
...
git-svn-id: svn://kolibrios.org@9629 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-13 11:10:04 +00:00
IgorA
70dba2afa0
add function 'edit_box_key_safe'
...
git-svn-id: svn://kolibrios.org@9616 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-11 22:08:55 +00:00
IgorA
4c4ea34b99
update function 'tl_node_poi_get_info'
...
git-svn-id: svn://kolibrios.org@9610 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-10 20:25:22 +00:00
vitalkrilov
46d9482bb0
Fixed misuse of "/rd/1" (changed to "/sys") for all other programs
...
git-svn-id: svn://kolibrios.org@9587 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-07 12:42:44 +00:00
IgorA
e0db5d61cc
buf2d.obj: fix in functions: buf2d_bit_blt_transp, buf2d_draw_text.
...
git-svn-id: svn://kolibrios.org@9570 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-04 18:37:25 +00:00
IgorA
0311a61f7f
fix function name 'edit_box' to 'edit_box_draw'
...
git-svn-id: svn://kolibrios.org@9568 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-03 21:03:06 +00:00
IgorA
c5dc86cc2c
function 'buf2d_line_sm' - fix error when the line is 45 degrees
...
git-svn-id: svn://kolibrios.org@9520 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-28 21:57:16 +00:00
IgorA
8be74c2de6
t_edit can open kpack-ed files
...
git-svn-id: svn://kolibrios.org@9485 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 14:55:00 +00:00
turbocat
63b9f66dc7
iconv.obj: rollback to a working revision 5098 with minor additions. Temporary regression is possible.
...
git-svn-id: svn://kolibrios.org@9307 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-24 21:42:58 +00:00
c3b7833e72
libimg: Avoid SSE pinsrw instruction in blend_mmx.asm
...
pinsrw can act on MMX registers, but it is still an SSE instruction.
git-svn-id: svn://kolibrios.org@9273 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-15 21:20:52 +00:00