Commit Graph

399 Commits

Author SHA1 Message Date
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
Anton Krotov
c56f682434 FB2 Reader: refactoring, reduced memory usage for images, small improvements
git-svn-id: svn://kolibrios.org@9898 a494cfbc-eb01-0410-851d-a64ba20cac60
2023-02-01 13:36:55 +00:00
Anton Krotov
4c20c082c1 FB2 Reader: upload source, small changes
git-svn-id: svn://kolibrios.org@9896 a494cfbc-eb01-0410-851d-a64ba20cac60
2023-01-22 14:20:23 +00:00
f483bc78e4 Move weather.json config to /kolibrios
Weather app was moved to /kolibrios a year ago, move its config there
too. There is no reason for the config to be in img since nobody in img
uses it.

Also, update Weather to look for its config not only in /sys but also
in /kolibrios.

git-svn-id: svn://kolibrios.org@9820 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-05-23 22:47:22 +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
vitalkrilov
d02111da4f Graph (branch: tcc_current):
- Code refactoring
 - Optimization of code (for example, log2(n) searching) and memory usage
 - Some possible memory corruption fixed
 - Previous graph will be erased from window if error occured
 - Fixed bug with provided array of non-sorted points: so now you can pass points in any order
 - Fixed important bug with graphic rendering (big thanks to turbocat for asm rounding function)
 - Changed error messages; now you can see line/byte of file where syntax error is; added checking if provided frame of graph is invalid
 - Autochoosing of an optimal single step for both axises
 - Added support for reading any number of different functions. You will have to end previous function with ';' if you want to pass another one. They will be rendered on a graph in order you passed them.

git-svn-id: svn://kolibrios.org@9778 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-04-21 21:26:05 +00:00
vitalkrilov
dff8056cd6 Graph (branch: tcc_current): now you can provide a filename, when calling a program from shell, which should be opened on start.
tcc: ksys.h: added "const" to string argument of _ksys_debug_puts(...).

git-svn-id: svn://kolibrios.org@9764 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-04-13 00:31:51 +00:00
vitalkrilov
2e97f212ae Graph (branch: tcc_current): added missing files... (oops)
git-svn-id: svn://kolibrios.org@9763 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-04-12 00:42:06 +00:00
vitalkrilov
7fb5d30b55 Graph: manual corrected.
Graph (branch: tcc_current):
- Rewritten in C so now it can be compiled with tcc.
- Added functions: pow (^) and mod (%), arcctg, sgn, sec, cosec, log2, log3, log10.
- Added aliases for functions: tan, cot, arctan, arccot, lg, lb, ln.
- Fixed bugs with box_lib's edit_box.
- Removed deprecated/potentially unused code.
- Now an "Edit" button launches Cedit, not Tinypad.
- Now there is a better graph rendering: fixed bugs with text drawing.
- Added to autobuild list and in iso.

git-svn-id: svn://kolibrios.org@9762 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-04-12 00:39:36 +00:00
Doczom
69f261b5dd added program for view list working drivers
git-svn-id: svn://kolibrios.org@9746 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-03-23 14:30:52 +00:00
Kirill Lipatov (Leency)
90ee9eb9e9 upload fix kerpack.inc by Mario
git-svn-id: svn://kolibrios.org@9676 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-30 08:22:32 +00:00
turbocat
530ee98a02 TEAtool: Disabled auto-build
git-svn-id: svn://kolibrios.org@9654 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-18 18:16:05 +00:00
turbocat
8b6d8d592b man2html: Added to autobuild
git-svn-id: svn://kolibrios.org@9652 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-18 18:01:35 +00:00
turbocat
ee7c61f931 Weather: now uses auto import(KX).
git-svn-id: svn://kolibrios.org@9651 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-18 17:51:08 +00:00
turbocat
2ed999004a PasswordGen: now uses autoimport(fixed tup).
git-svn-id: svn://kolibrios.org@9627 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-12 19:18:50 +00:00
turbocat
aabde89eae PasswordGen: now uses autoimport.
git-svn-id: svn://kolibrios.org@9626 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-12 19:17:50 +00:00
turbocat
84cfbe46f0 TinyHashView: now uses autoimport.
git-svn-id: svn://kolibrios.org@9625 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-12 18:44:19 +00:00
Kirill Lipatov (Leency)
75a5fd5619 rename @HOTANGLES to @HA to fit into 8.3
git-svn-id: svn://kolibrios.org@9595 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-08 18:15:46 +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
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
turbocat
d3db09558e man2html(by navichok26):
- Fixed Makefile.kos;
- Added auto-opening to webview.

git-svn-id: svn://kolibrios.org@9280 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-16 19:23:49 +00:00
navichok26
2ce4f2ee4d add man2html program
git-svn-id: svn://kolibrios.org@9278 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-16 09:37:50 +00:00
IgorA
b73079cf34 t_edit: fix load new lines 13,10
git-svn-id: svn://kolibrios.org@8929 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-06-23 10:49:50 +00:00
IgorA
b7f963f4e3 fix load syntax files from CD
git-svn-id: svn://kolibrios.org@8852 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-06-14 14:52:00 +00:00
turbocat
9fe59e4f34 Fixed Tupefile.lua in other programs
git-svn-id: svn://kolibrios.org@8813 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-06-10 16:32:10 +00:00
turbocat
be0f2e1aef Fix build
git-svn-id: svn://kolibrios.org@8811 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-06-10 16:27:34 +00:00
turbocat
070372c1f3 TEAtool:
fix Tupefile.lua

git-svn-id: svn://kolibrios.org@8810 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-06-10 16:23:00 +00:00
turbocat
413414d2e7 PasswordGen:
Fix build

git-svn-id: svn://kolibrios.org@8809 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-06-10 16:21:45 +00:00
turbocat
8562860493 Weather:
fix Tupefile.lua


git-svn-id: svn://kolibrios.org@8805 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-06-10 16:08:44 +00:00
turbocat
b5bb829ff5 Weather:
Fixed build

git-svn-id: svn://kolibrios.org@8802 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-06-10 15:06:01 +00:00
turbocat
75f0dbdd33 THashView:
Fix build

git-svn-id: svn://kolibrios.org@8801 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-06-10 15:03:48 +00:00
turbocat
dc1ebb291a thashview 2.6.2
Fixed ridiculous bug with copy buttons

git-svn-id: svn://kolibrios.org@8785 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-06-09 02:43:41 +00:00
94803c76d8 rewrite KRule to fasm, replace old with it
git-svn-id: svn://kolibrios.org@8756 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-06-01 11:23:13 +00:00
ConLenov
fac22c1e73 Fixed build.bat
git-svn-id: svn://kolibrios.org@8755 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-05-31 10:08:20 +00:00
ConLenov
373e4e8da4 Add new program "KRule" (Kolibri Ruler)
git-svn-id: svn://kolibrios.org@8754 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-05-31 09:05:44 +00:00
turbocat
8eb9381be2 PasswordGen:
Now uses libc.obj
Changes in size: 9kb -> 3kb

git-svn-id: svn://kolibrios.org@8747 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-05-25 15:59:31 +00:00
turbocat
4454900e10 Weather 1.6e:
- Now uses libc.obj
- The binary file has been reduced to ~ 8kb

git-svn-id: svn://kolibrios.org@8735 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-05-23 17:21:26 +00:00
turbocat
4a09257a8f TinyHashView:
- update build

git-svn-id: svn://kolibrios.org@8732 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-05-23 15:49:26 +00:00
Doczom
611fac2831 added 2 chemical elements numbered 117 and 118
git-svn-id: svn://kolibrios.org@8717 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-05-09 21:19:33 +00:00
turbocat
d093f70049 TinyHashView:
- Now uses (kolibri-libc) libc.obj.
- Resize 12kb -> 6kb

git-svn-id: svn://kolibrios.org@8707 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-04-30 22:28:05 +00:00
IgorA
f8a8da3991 fix rev 8408
git-svn-id: svn://kolibrios.org@8679 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-04-24 20:49:49 +00:00
turbocat
b533776ce7 Weather: Fix config filepath
git-svn-id: svn://kolibrios.org@8589 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-02-10 20:35:30 +00:00
turbocat
c3882c37d2 - Added libjson.a lib
git-svn-id: svn://kolibrios.org@8587 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-02-10 20:06:51 +00:00
turbocat
92c44fb1c7 Weather:
- Added to autobuild
- Updated weather.json config path

git-svn-id: svn://kolibrios.org@8586 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-02-10 20:02:54 +00:00
superturbocat2001
8236f21f5b Weather 1.5 :
- Added auto-update 
- Fixed unicode 3byte symbol  ( 'ь' - BUG )

git-svn-id: svn://kolibrios.org@8566 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-02-02 17:17:20 +00:00
superturbocat2001
c42b0cb538 THashView 2.6.1 :
- Optimized code. 
- Reduced to readable form.

git-svn-id: svn://kolibrios.org@8565 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-02-02 08:08:17 +00:00
a06b4a13b9 added new program PasswordGen v0.1
git-svn-id: svn://kolibrios.org@8559 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-02-01 20:51:09 +00:00
superturbocat2001
d06e01cc46 Weather 1.4:
- Added wind direction
- Added comments to the code

git-svn-id: svn://kolibrios.org@8556 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-01-29 09:40:07 +00:00
superturbocat2001
d851917517 Weather 1.3:
- Added Russian, English and German languages.
- Added Celsius/Fahrenheit configuration
- Fixed no connection crash

git-svn-id: svn://kolibrios.org@8555 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-01-28 22:47:41 +00:00