Commit Graph

22 Commits

Author SHA1 Message Date
ace_dent
52ed04f5cc Update docs/README.TXT and rename to CREDITS
- Rename to `CREDITS.TXT` for clarity.
- Improve text of opening paragraph. Thanks to various translators.
- Reformat to use headings, removing excessive whitespace characters (~2.5KiB).
- Sort list of contributors alphabetically; easier to maintain.
- Add missing contributors and remove from `kernel.asm`. Thanks to @rgimad.
- Minor formatting and whitespace cleanup.

git-svn-id: svn://kolibrios.org@9947 a494cfbc-eb01-0410-851d-a64ba20cac60
2023-10-01 21:53:34 +00:00
Kirill Lipatov (Leency)
bceb72f67a upload fasm.txt (manual)
git-svn-id: svn://kolibrios.org@7840 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-28 23:37:24 +00:00
Kirill Lipatov (Leency)
751e3e3d06 fix build, thanks dunkaist
git-svn-id: svn://kolibrios.org@7716 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-01-14 21:23:09 +00:00
Kirill Lipatov (Leency)
18917968a9 move stack.txt from the local language folders into a single /kernel/docs/ folder
git-svn-id: svn://kolibrios.org@7714 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-01-14 20:12:46 +00:00
Kirill Lipatov (Leency)
31410fbdb3 bigger fonts in docpack; move /system/clip to /other/outdated/
git-svn-id: svn://kolibrios.org@6267 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-20 17:21: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
izikiel
6fafe38cf6 remove .txt extension from button caption
fixed issue 21

git-svn-id: svn://kolibrios.org@4717 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-03-30 00:18:37 +00:00
izikiel
2b2b2306cd fixed issue 21
git-svn-id: svn://kolibrios.org@4716 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-03-30 00:12:52 +00:00
Marat Zakiyanov (Mario79)
e1ffb37233 Update documentation for night build
git-svn-id: svn://kolibrios.org@3835 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-07-25 10:36:08 +00:00
fedesco
8aeeb1b9b0 italian version
git-svn-id: svn://kolibrios.org@3587 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-02 05:26:24 +00:00
Marat Zakiyanov (Mario79)
943e20580c Trying to correct errors of r.2698
git-svn-id: svn://kolibrios.org@2700 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-05-28 15:30:32 +00:00
Kirill Lipatov (Leency)
8245cf0e69 docpak: small update
git-svn-id: svn://kolibrios.org@2698 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-05-28 06:46:50 +00:00
Dmitry Pereverzev (SoUrcerer)
cec5988a00 DOCPACK: removed unnecessary file (bug #16)
git-svn-id: svn://kolibrios.org@2689 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-05-26 15:03:41 +00:00
Marat Zakiyanov (Mario79)
9b8608aa82 Correcting DOCKPACK
git-svn-id: svn://kolibrios.org@2258 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-10-04 10:51:45 +00:00
8355d65f6d compilation fixes under Linux. Do not use backslashes, please...
git-svn-id: svn://kolibrios.org@1741 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-01-18 11:56:31 +00:00
CleverMouse
f697508f53 multilanguage in docpack.asm
git-svn-id: svn://kolibrios.org@1736 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-01-17 11:22:41 +00:00
CleverMouse
b4fc3602f9 fix compilation in linux
git-svn-id: svn://kolibrios.org@1735 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-01-17 11:10:41 +00:00
SPraid (simba)
f8ca762192 in some programs set not sized changed window
git-svn-id: svn://kolibrios.org@551 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-06-22 20:24:06 +00:00
SPraid (simba)
98a985b7d1 changed path to /sys in some programs
git-svn-id: svn://kolibrios.org@539 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-06-08 15:54:05 +00:00
heavyiron
4daae89053 *kernel - fixes in 15.2 by Mario79 and 67 by mike.dld
updated sysfunc.txt
*programs 
         new icons and logo for CPUID and ICON
         added new version of @ICON and ICONMNGR
         fixes in iconedit and calendar from DedOK
         new algoritm of fill background in pic4
         all apps (fasm-writen only) rewriten to use common macros.inc for easy recompile in fastcall mode (there is a bug in https; run need rewrite to use common macros.inc)
         small fixes in build_all.bat script
         

git-svn-id: svn://kolibrios.org@485 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-05-10 13:48:35 +00:00
heavyiron
3eda462807 Kernel: Smoothing image code from Mario79, build scripts for skin and drivers/build.bat
Programs: fasm updated to 1.67.14, small fixes in desktop, stackcfg, calc, board, pipes, freecell, big cleanup of unused programs, added some applications from 0.6.3.0 distr...

git-svn-id: svn://kolibrios.org@205 a494cfbc-eb01-0410-851d-a64ba20cac60
2006-11-02 14:18:23 +00:00
heavyiron
7c8ba5ff40 *fixed info for 4th function in documentation
*added animage and kfar
*renamed docpak (to docpack)
*chess fixed by Yellow to use 70th function
*docpack, tetris, jpegview, trantest, desktop uses system colors, new functions of window drawing now
*removed old rd2hd and rd2fd

git-svn-id: svn://kolibrios.org@180 a494cfbc-eb01-0410-851d-a64ba20cac60
2006-10-11 23:19:10 +00:00