Commit Graph

21 Commits

Author SHA1 Message Date
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
Kirill Lipatov (Leency)
ee1482b98d graph: set proper edit_box structure
git-svn-id: svn://kolibrios.org@7933 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-16 19:15:59 +00:00
Kirill Lipatov (Leency)
c50bb3b7c6 graph: attempt to fix editbox
table wider editbox

git-svn-id: svn://kolibrios.org@7908 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-10 10:00:04 +00:00
Kirill Lipatov (Leency)
b831f200eb eyes: fix blinking
piano: add to rus IMG, make the code more flexible
graph: big fonts

git-svn-id: svn://kolibrios.org@7648 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-10 17:36:11 +00:00
Kirill Lipatov (Leency)
479085abe1 move graph/graph_tablelib to graph_tablelib
git-svn-id: svn://kolibrios.org@7619 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-03-27 13:24:54 +00:00
Kirill Lipatov (Leency)
781d36bc91 upload graph which is using table libraries
git-svn-id: svn://kolibrios.org@7618 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-03-27 13:23:24 +00:00
Kirill Lipatov (Leency)
1c44dc6828 small fixes
git-svn-id: svn://kolibrios.org@7617 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-03-26 21:13:35 +00:00
Kirill Lipatov (Leency)
a192c7b7ee Table 0.99.1:
- autodetect separator
- open with param
- add accoc to fm

git-svn-id: svn://kolibrios.org@7516 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-31 21:22:48 +00:00
Kirill Lipatov (Leency)
aa39838a11 downloader: big fonts
git-svn-id: svn://kolibrios.org@6773 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-30 17:05:47 +00:00
Kirill Lipatov (Leency)
5a7b1ac4fe try to fix Graph
git-svn-id: svn://kolibrios.org@6762 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-25 16:07:36 +00:00
Kirill Lipatov (Leency)
ffbdc4ba1d fix TXTREAD path
git-svn-id: svn://kolibrios.org@6761 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-25 16:03:34 +00:00
CleverMouse
cd74d1af33 switch build system to Tup
git-svn-id: svn://kolibrios.org@5098 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-09-12 15:15:23 +00:00
Kirill Lipatov (Leency)
95db71b240 graph: try to fix editbox (previous effort was win)
git-svn-id: svn://kolibrios.org@2871 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-07-13 17:53:56 +00:00
Kirill Lipatov (Leency)
41e328ec55 graph: try to fix rolled up bag
git-svn-id: svn://kolibrios.org@2870 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-07-13 17:40:07 +00:00
CleverMouse
e2999eaedd add missing files for r1764
git-svn-id: svn://kolibrios.org@1765 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-01-25 13:14:35 +00:00
CleverMouse
9883e4f56f autobuild HLL stuff
git-svn-id: svn://kolibrios.org@1764 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-01-25 12:53:48 +00:00
barsuk
9166e950b4 uploaded graph
git-svn-id: svn://kolibrios.org@1005 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-01-28 15:13:38 +00:00