Commit Graph

1291 Commits

Author SHA1 Message Date
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
396446108e [autobuild] Split command list even more to avoid 'execl: Argument list too long'
git-svn-id: svn://kolibrios.org@9795 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-04-26 17:22:33 +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)
ef08bb2ad0 menu.dat: fix @reshare path (as @-items are parsed as section names)
git-svn-id: svn://kolibrios.org@9711 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-09 22:40:12 +00:00
Kirill Lipatov (Leency)
dd4011f6d1 use old geode binnary instead of autobuild version that is not working
git-svn-id: svn://kolibrios.org@9688 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-06 15:56:22 +00:00
Kirill Lipatov (Leency)
4bd09002c4 rename binnary: geode.drv => geode.sys
git-svn-id: svn://kolibrios.org@9687 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-06 15:52:50 +00:00
Kirill Lipatov (Leency)
61c09b6628 add knmap binnary to IMG
git-svn-id: svn://kolibrios.org@9686 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-06 15:43:16 +00:00
Kirill Lipatov (Leency)
80ae64dc44 fNav: update assoc (thanks for passerby report)
Eolite: half-fix of a fise display in Properties dialog for files bigger than 4 Gb (thanks for Mario report)

git-svn-id: svn://kolibrios.org@9685 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-06 11:44:40 +00:00
turbocat
beb0dd901c Added objconv to ISO.
git-svn-id: svn://kolibrios.org@9684 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-06 11:20:29 +00:00
Kirill Lipatov (Leency)
a5a471e9ed INSTALL.TXT: add a note about manual bootloader install according to passerby2012 notice
git-svn-id: svn://kolibrios.org@9678 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-31 22:42:33 +00:00
Kirill Lipatov (Leency)
0d8f5227de NDN for KolibriOS v3.00.0007 (2022-01-23) by CandyMan
git-svn-id: svn://kolibrios.org@9677 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-30 10:57:10 +00:00
turbocat
a971f7e19b tcc updated in ISO
git-svn-id: svn://kolibrios.org@9665 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-24 17:23:27 +00:00
Kirill Lipatov (Leency)
348cd4ad99 kfar.ini: fix assoc
git-svn-id: svn://kolibrios.org@9660 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-23 19:46:37 +00:00
turbocat
c9ea741912 - Removed TeaTool from ISO;
- Added auto-builded man2html.

git-svn-id: svn://kolibrios.org@9653 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-18 18:13:43 +00:00
Anton Krotov
e2efa4256f [CEdit, FB2 Reader]: optimize import
git-svn-id: svn://kolibrios.org@9645 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-16 07:18:30 +00:00
Kirill Lipatov (Leency)
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
vitalkrilov
e895aaba38 KMatrix: now autobuilt binary will be in ISO
git-svn-id: svn://kolibrios.org@9639 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-15 11:34:12 +00:00
Anton Krotov
86e76259b2 FB2 Reader: using base64.obj (-1 sector), bugfix
git-svn-id: svn://kolibrios.org@9638 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-15 05:48:23 +00:00
473a315c3e Fix a typo in data/Tupfile.lua: BUGHBROT -> BUDHBROT
git-svn-id: svn://kolibrios.org@9609 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-10 17:00:44 +00:00
Anton Krotov
d568c2ae71 FB2 Reader: toolbar with icons; flat scrollbars
git-svn-id: svn://kolibrios.org@9607 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-10 02:13:25 +00:00
Kirill Lipatov (Leency)
7592583563 do not include config.inc into IMG, use var in macros.inc as it was before
webview: more peach default bg

git-svn-id: svn://kolibrios.org@9604 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-09 10:00:41 +00:00
Kirill Lipatov (Leency)
72a08bbee2 fix build, add info icon, pack fnav/about.txt
git-svn-id: svn://kolibrios.org@9603 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-09 09:35:31 +00:00
Kirill Lipatov (Leency)
61980e7ae3 kf_view: refactoring (-2 img sectors)
git-svn-id: svn://kolibrios.org@9601 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-08 22:36:47 +00:00
Anton Krotov
ef33c606ec [CEdit, FB2 Reader]: minor fixes
git-svn-id: svn://kolibrios.org@9599 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-08 21:10:10 +00:00
Kirill Lipatov (Leency)
d747c5fb18 fix build
git-svn-id: svn://kolibrios.org@9596 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-08 18:17:51 +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
Kirill Lipatov (Leency)
8d7c71d76f @reshare: add UI window, there you can see icon numbers btw
various fixes

git-svn-id: svn://kolibrios.org@9594 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-08 17:31:08 +00:00
Anton Krotov
a8393177c8 FB2 Reader: highlighting visited links; small changes.
CEdit: change color of escape sequences.

git-svn-id: svn://kolibrios.org@9586 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-07 10:59:52 +00:00
vitalkrilov
8800305655 Fixed all misuse of "/rd/1" (changed to "/sys"; all except "/programs/*" and "/kernel/*")
ati2d: fixed log creation

git-svn-id: svn://kolibrios.org@9583 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-06 19:34:04 +00:00
vitalkrilov
d8bc7bb476 Changed file associations (Quark -> CEdit) because Quark is not in base floppy image.
Eolite: minor fixes of rus. translation

git-svn-id: svn://kolibrios.org@9582 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-06 11:41:19 +00:00
Kirill Lipatov (Leency)
465adf4615 add flac, ogg and minimp3 libraries to ISO
git-svn-id: svn://kolibrios.org@9578 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-05 20:38:57 +00:00
Anton Krotov
bbdc08fc59 [CEdit, FB2 Reader, Oberon07]: fix path
git-svn-id: svn://kolibrios.org@9577 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-05 20:32:53 +00:00
vitalkrilov
02bb1aee0e kfar: Fixed broken links for quark, zsnes
git-svn-id: svn://kolibrios.org@9575 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-05 17:11:24 +00:00
Doczom
2edc1db047 fix path
git-svn-id: svn://kolibrios.org@9574 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-05 15:34:43 +00:00
vitalkrilov
898394fefb Fixed broken links for quark, mgb, zsnes
git-svn-id: svn://kolibrios.org@9573 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-05 15:22:46 +00:00
Kirill Lipatov (Leency)
fabf303b3e games.ini: fixed path for Tyrian game
git-svn-id: svn://kolibrios.org@9572 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-04 22:12:13 +00:00
turbocat
544a2a9702 rollback to r9525
git-svn-id: svn://kolibrios.org@9559 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-02 12:22:53 +00:00
turbocat
2f584b70d4 Fixed paths for copying tcc.
git-svn-id: svn://kolibrios.org@9555 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-01 16:45:28 +00:00
Kirill Lipatov (Leency)
07168fc588 RDSave: use app.ini instead of standalone rdsave.ini
git-svn-id: svn://kolibrios.org@9531 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-30 21:10:09 +00:00
Kirill Lipatov (Leency)
df6ac3618c buddhabrot: code refactoring, add "set as wallpaper" feature, fix rection on keys, add to IMG
eolite: small fix 


git-svn-id: svn://kolibrios.org@9525 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-30 01:57:38 +00:00
Coldy
130b0311ad Fix tupfile
git-svn-id: svn://kolibrios.org@9519 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-28 20:14:01 +00:00
Coldy
e3e0ea0155 Something went wrong
git-svn-id: svn://kolibrios.org@9518 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-28 20:12:02 +00:00
Coldy
57ea3e92bd Add KX extension to tcc (autoload w/import table support), phase 2.3
Done, fully added to distributive 


git-svn-id: svn://kolibrios.org@9517 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-28 20:05:47 +00:00
Kirill Lipatov (Leency)
e94c9d2b32 2 new tile backgrounds, remove DRoboTech skin, fix Blacky skin outer frame
git-svn-id: svn://kolibrios.org@9511 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-28 01:12:01 +00:00
Kirill Lipatov (Leency)
b02fd673e1 revert
git-svn-id: svn://kolibrios.org@9509 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 21:54:58 +00:00
Kirill Lipatov (Leency)
9fe01896ed trying to just kpack a file #9
git-svn-id: svn://kolibrios.org@9508 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 21:54:04 +00:00
Kirill Lipatov (Leency)
550b343007 trying to just kpack a file #8
git-svn-id: svn://kolibrios.org@9507 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 21:53:04 +00:00
Kirill Lipatov (Leency)
5f56f96dbb trying to just kpack a file #7
git-svn-id: svn://kolibrios.org@9506 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 21:49:53 +00:00
Kirill Lipatov (Leency)
d96b3cc4ae KolibriN Installer: temporary overpath of copyf() issues
git-svn-id: svn://kolibrios.org@9505 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 21:44:46 +00:00
turbocat
c2f1ea1b1a Added autobuilded geode.sys to ISO.
git-svn-id: svn://kolibrios.org@9504 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 20:17:30 +00:00