Commit Graph

7882 Commits

Author SHA1 Message Date
Magomed Kostoev (mkostoevr)
dd92e74f77 Make it buildable by both TCC and GCC.
Remove extra readme.txt (all info is in fat12.c)

git-svn-id: svn://kolibrios.org@7882 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-07 09:30:37 +00:00
pavelyakov
40267e753c Upd: function indexArray, add: new example
git-svn-id: svn://kolibrios.org@7881 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-07 08:16:59 +00:00
da6a4c5b74 kwine: added time function
git-svn-id: svn://kolibrios.org@7880 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-06 22:35:48 +00:00
Kirill Lipatov (Leency)
05286caf32 KIV: save window size and position, if not set use 2/3 of screen
APP+: if param then automount this path

git-svn-id: svn://kolibrios.org@7879 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-06 17:54:44 +00:00
Kirill Lipatov (Leency)
249e0b8ea6 menu: fix keys
lib/strings.h: fix strstri()
Eolite: 
- fix sorting
- paste in a new process
- delete and properties in a new process for a single item 

git-svn-id: svn://kolibrios.org@7878 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-06 15:53:34 +00:00
IgorA
c82fc5ccb8 t_edit:
fixed color highlighting at the end of the file,
 scrolling with the mouse wheel 3 lines.

git-svn-id: svn://kolibrios.org@7877 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-06 14:30:11 +00:00
94487a9544 delete make_old.txt
git-svn-id: svn://kolibrios.org@7876 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-06 10:46:26 +00:00
4c93be120f FIx typo in Tupfile.lua, copy kwine libs to the ISO.
git-svn-id: svn://kolibrios.org@7875 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 23:48:58 +00:00
Kirill Lipatov (Leency)
34f09c2bdd trying to add kwine ot ISO again
git-svn-id: svn://kolibrios.org@7874 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 22:58:18 +00:00
81120905e2 kwine v0.0.2
git-svn-id: svn://kolibrios.org@7873 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 22:40:04 +00:00
Kirill Lipatov (Leency)
ac0309d8c4 Eskin: if skin file was not defined then no skin set. Default system skin will be used in this case. Probably a bit speedup system boot.
TxtRead: autodetect encoding, fix about encoding

git-svn-id: svn://kolibrios.org@7872 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 22:38:26 +00:00
Kirill Lipatov (Leency)
fb5e8402f1 fix prior
git-svn-id: svn://kolibrios.org@7871 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 21:43:03 +00:00
Kirill Lipatov (Leency)
1d3e5422e8 move eskin.ini settings into system.ini
git-svn-id: svn://kolibrios.org@7870 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 21:42:00 +00:00
Kirill Lipatov (Leency)
c5ceb21ce1 unimg: cross compiling, revert back deleted functionality
git-svn-id: svn://kolibrios.org@7869 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 21:14:05 +00:00
Magomed Kostoev (mkostoevr)
fa23477ae5 Rewrite unimg to compile with GCC (-60% of size).
git-svn-id: svn://kolibrios.org@7868 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 18:38:41 +00:00
Kirill Lipatov (Leency)
e4b948b955 various small updates
git-svn-id: svn://kolibrios.org@7867 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 12:09:37 +00:00
Kirill Lipatov (Leency)
7169ea5d6b file managers: associate .img with unimg
add LUA to ISO

git-svn-id: svn://kolibrios.org@7866 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 01:16:36 +00:00
Kirill Lipatov (Leency)
271f2d75e8 hm... exclude kwine
git-svn-id: svn://kolibrios.org@7865 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 00:44:06 +00:00
Kirill Lipatov (Leency)
7d89f2686a MENU.DAT: general update of Russian version
UNIMG: upload binnary, add to IMG
KWINE: upload to SVN, add to ISO

git-svn-id: svn://kolibrios.org@7864 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 00:40:51 +00:00
Kirill Lipatov (Leency)
dad5229ccd FASM: fix whole system hung if source was "dd %t" (by Prohor Nikiforov)
KFM: buildin buttons.bmp
CMM: update libs

git-svn-id: svn://kolibrios.org@7863 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-04 23:50:41 +00:00
6aac7a3d5a kiv: fix loading of toolbar icons.
Toolbar icons are loaded not in runtime from an image file but in
compile time via fasm preprocessor script. An error was introduced in
r7860 which is fixed now.

git-svn-id: svn://kolibrios.org@7862 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-04 14:02:04 +00:00
IgorA
e74d295b71 buf2d.obj: update function 'buf2d_bit_blt'
git-svn-id: svn://kolibrios.org@7861 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-04 11:55:42 +00:00
5a520e0752 kiv: Add a button to switch scaling modes.
Two scaling modes (fit to the window, no scaling) were implemented
some time ago. One can switch them with not obvious shortcuts 'w' and
'=' (like in sxiv). This commit adds a button to the toolbar to do the
same.

Also, the window title now mentions the number of supported images in
the current directory, not the total number of files in it.

Align code to the kernel style guide.


git-svn-id: svn://kolibrios.org@7860 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-04 00:27:28 +00:00
Kirill Lipatov (Leency)
78851ff66b FASM 1.73.24 by Prohor Nikiforov
git-svn-id: svn://kolibrios.org@7859 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-03 13:24:00 +00:00
pavelyakov
b9a45ff5fe GOLANG: addition
git-svn-id: svn://kolibrios.org@7858 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-03 09:30:20 +00:00
Magomed Kostoev (mkostoevr)
d7529d70c3 Fix issue #48 [http://bugs.kolibri-n.org/?id=48]
git-svn-id: svn://kolibrios.org@7857 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-03 08:21:08 +00:00
Magomed Kostoev (mkostoevr)
a76259a20a Update libck.a:
Add <dlfcn.h> functions
Update sysmalloc, sysrealloc and sysfree to preserve general purpose registers.
Remove (likely accidentaly inserted) wtalloc.o.

git-svn-id: svn://kolibrios.org@7856 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-03 08:13:04 +00:00
Magomed Kostoev (mkostoevr)
71b99beec5 Make libck project self-containing.
git-svn-id: svn://kolibrios.org@7855 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-03 08:09:36 +00:00
Kirill Lipatov (Leency)
7f1f263ff5 cmm: cleanup
git-svn-id: svn://kolibrios.org@7854 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-01 20:57:17 +00:00
Kirill Lipatov (Leency)
77815b3f9e trying to fix build
git-svn-id: svn://kolibrios.org@7853 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-01 19:10:48 +00:00
Kirill Lipatov (Leency)
f3fcde3a95 aelia: last update before deletion
git-svn-id: svn://kolibrios.org@7852 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-01 19:04:12 +00:00
Magomed Kostoev (mkostoevr)
be1d6256c6 Second call of dlerror should return NULL by the POSIX standard.
git-svn-id: svn://kolibrios.org@7851 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-30 11:01:55 +00:00
Kirill Lipatov (Leency)
ef6d8a9089 remove duplication simple, force to add lib/*
git-svn-id: svn://kolibrios.org@7850 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-30 10:05:04 +00:00
Kirill Lipatov (Leency)
b364fe71e3 TCC: join two dirs into one
git-svn-id: svn://kolibrios.org@7849 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-30 09:59:56 +00:00
Kirill Lipatov (Leency)
60c6638d09 @MENU: fix Y position of threads in case when menu appearas on top
Closes issue http://bugs.kolibri-n.org/?id=32

git-svn-id: svn://kolibrios.org@7848 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-30 09:28:58 +00:00
Magomed Kostoev (mkostoevr)
46051e254f Add <dlfcn.h> functions to libck.a (these functions initialize COFF library the same way as dll.inc)
git-svn-id: svn://kolibrios.org@7847 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-30 08:47:52 +00:00
Kirill Lipatov (Leency)
7fa0f1b5ea update TinyBasic bin, no autobuild
git-svn-id: svn://kolibrios.org@7846 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-29 20:53:10 +00:00
Kirill Lipatov (Leency)
5a5f9eb384 TinyBasic: fix issue with extended keys like arrows
Trying to add to autobuild 

git-svn-id: svn://kolibrios.org@7845 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-29 20:43:31 +00:00
pavelyakov
da33359efc LISP: update version
git-svn-id: svn://kolibrios.org@7844 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-29 18:58:22 +00:00
Magomed Kostoev (mkostoevr)
3aee626ccb New tool: unimg - KolibriOS image unpacker.
git-svn-id: svn://kolibrios.org@7843 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-29 14:16:25 +00:00
Kirill Lipatov (Leency)
d84a8119f0 small fixes
git-svn-id: svn://kolibrios.org@7842 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-29 11:16:30 +00:00
Kirill Lipatov (Leency)
8b304aa59e faster nsinstall
git-svn-id: svn://kolibrios.org@7841 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-29 00:47:51 +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)
00fce03e89 add new fasm to autobuild
git-svn-id: svn://kolibrios.org@7839 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-28 23:30:33 +00:00
Kirill Lipatov (Leency)
ad3dc1f530 return to commot 'lang eq'
git-svn-id: svn://kolibrios.org@7838 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-28 23:28:46 +00:00
Kirill Lipatov (Leency)
b19b80fd33 remove binnary
git-svn-id: svn://kolibrios.org@7837 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-28 23:25:34 +00:00
Kirill Lipatov (Leency)
0e67df68e0 FASM 1.73.23 by Prohor Nikiforov
git-svn-id: svn://kolibrios.org@7836 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-28 23:24:56 +00:00
Kirill Lipatov (Leency)
f7731a6366 netsurf is coming back
git-svn-id: svn://kolibrios.org@7835 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-28 19:56:44 +00:00
Kirill Lipatov (Leency)
4c9dd0828e add '-ker' key to kpack to pack kernel
remove kerpack from IMG

git-svn-id: svn://kolibrios.org@7834 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-28 18:03:20 +00:00
Kirill Lipatov (Leency)
e234763f2f fix prior
git-svn-id: svn://kolibrios.org@7833 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-28 14:52:26 +00:00