Commit Graph

486 Commits

Author SHA1 Message Date
Sergey Semyonov (Serge)
869e8cdf52 pixlib 0.1
git-svn-id: svn://kolibrios.org@880 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-10-18 09:23:53 +00:00
Sergey Semyonov (Serge)
b3fee1b5e7 cleanup
git-svn-id: svn://kolibrios.org@879 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-10-16 12:00:10 +00:00
Sergey Semyonov (Serge)
e50ee3e947 draw border
git-svn-id: svn://kolibrios.org@878 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-10-15 10:31:44 +00:00
Sergey Semyonov (Serge)
fb3e9a2b66 cleanup
git-svn-id: svn://kolibrios.org@877 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-10-13 21:02:35 +00:00
Sergey Semyonov (Serge)
037ab747c1 pixlib support
git-svn-id: svn://kolibrios.org@876 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-10-12 21:59:52 +00:00
heavyiron
38b4e9b960 correct path to macros.inc
removed unnecessary files
added default settings file "panel.dat"

git-svn-id: svn://kolibrios.org@873 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-10-04 18:57:34 +00:00
heavyiron
07b6a39a9e fasm 1.67.27
@panel - removed binary file
icon - version from latest version kolibri
icon_new - movable icons (early development :)
cpuspeed - new title

git-svn-id: svn://kolibrios.org@872 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-10-04 17:01:53 +00:00
barsuk
2c7ef5e739 Decreased number of repaints of window
git-svn-id: svn://kolibrios.org@870 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-09-30 18:03:55 +00:00
Sergey Semyonov (Serge)
ad6f92b5b9 r300_pio blit & transparent blit
git-svn-id: svn://kolibrios.org@868 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-09-24 14:30:07 +00:00
Evgeny Grechnikov (Diamond)
c547e213e8 console: API for get/set cursor pos & clear screen
git-svn-id: svn://kolibrios.org@853 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-08-12 17:54:02 +00:00
Evgeny Grechnikov (Diamond)
abf7f61fb0 console: added gets2() with user callback
git-svn-id: svn://kolibrios.org@852 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-08-12 14:46:18 +00:00
Mihail Semenyako (mike.dld)
94aed463d5 libs_dev: refactoring, comments
git-svn-id: svn://kolibrios.org@845 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-08-06 02:13:01 +00:00
Evgeny Grechnikov (Diamond)
fca4378433 console library: upload sources
git-svn-id: svn://kolibrios.org@836 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-07-27 14:25:33 +00:00
Sergey Semyonov (Serge)
a37530d3dc fix memory allocation
git-svn-id: svn://kolibrios.org@835 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-07-25 09:09:18 +00:00
Alexey Teplov (
94e7e92eb7 add new version editbox in programs
git-svn-id: svn://kolibrios.org@833 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-07-24 06:26:36 +00:00
Marat Zakiyanov (Mario79)
e1f26406b7 MV v.0.65
1) Use new version Editbox (Thanks <Lrz>)(mouse correctly works in secondary thread)
2) The memory used for storage of the file BMP after conversion in RAW comes back to OS.
3) Usage of keys 1,2,3,4 for call of buttons of the application without the mouse, before the key were defined incorrectly.
4) Deleting of the unnecessary procedure of clearing of a background of a picture at pressing the button "Open"

git-svn-id: svn://kolibrios.org@832 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-07-23 16:36:00 +00:00
Alexey Teplov (
4533639793 optimization mouse code and delete 9 function and not use it now
git-svn-id: svn://kolibrios.org@830 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-07-23 12:35:26 +00:00
Sergey Semyonov (Serge)
a4d9a318f2 transparent blit
git-svn-id: svn://kolibrios.org@829 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-07-23 10:25:40 +00:00
Marat Zakiyanov (Mario79)
710a7a5b8b MV v.0.6
1) Use Editbox (Author <Lrz>)
2) Draw window without fill working area (C = 1)
3) Open file with parameter in patch:
   Size of parameter - 4 bytes. Parameter starts with the character "\",
   the unused characters are filled by a blank (ASCII 20h).
   '\T  /hd0/1/1.jpg' - set background, mode: tile
   '\S  /hd0/1/1.jpg' - set background, mode: stretch

git-svn-id: svn://kolibrios.org@828 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-07-20 10:08:07 +00:00
Mihail Semenyako (mike.dld)
a3f173ceb4 Tinypad: update tab/window title and highlighting mode after file save
git-svn-id: svn://kolibrios.org@827 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-07-18 04:52:49 +00:00
Mihail Semenyako (mike.dld)
4def1db832 Tinypad: numpad support
git-svn-id: svn://kolibrios.org@826 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-07-17 21:41:30 +00:00
Marat Zakiyanov (Mario79)
a59b895ca6 MV v.0.5
Dinamic Allocation Memory

git-svn-id: svn://kolibrios.org@825 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-07-17 19:55:12 +00:00
Mihail Semenyako (mike.dld)
c6fefc9917 Tinypad: fixed bug#1 (2)
Tinypad: changes in memory management

git-svn-id: svn://kolibrios.org@824 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-07-16 04:55:19 +00:00
Evgeny Grechnikov (Diamond)
7079b013bb fixed ftoa procedure in calculator (fixed bug reported by Albom)
git-svn-id: svn://kolibrios.org@822 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-07-10 18:37:51 +00:00
Sergey Semyonov (Serge)
e5ba650fda unlock pixmaps
git-svn-id: svn://kolibrios.org@818 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-07-04 18:52:25 +00:00
Sergey Semyonov (Serge)
947f48e392 lock pixmaps
git-svn-id: svn://kolibrios.org@817 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-07-04 09:14:15 +00:00
Sergey Semyonov (Serge)
0c807b742c blit into pixmap
git-svn-id: svn://kolibrios.org@815 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-07-03 11:35:35 +00:00
Evgeny Grechnikov (Diamond)
c1fce6235d KFar 0.5: built-in editor, first steps
git-svn-id: svn://kolibrios.org@814 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-07-02 20:27:47 +00:00
Sergey Semyonov (Serge)
7e4b227ec1 use 3D texture engine for alpha blending
git-svn-id: svn://kolibrios.org@813 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-07-02 12:41:34 +00:00
Sergey Semyonov (Serge)
17e3dfb91d use R300 pio mode
git-svn-id: svn://kolibrios.org@812 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-07-01 09:36:00 +00:00
Sergey Semyonov (Serge)
ad395f70dd setup 3D engine
git-svn-id: svn://kolibrios.org@811 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-06-30 07:16:03 +00:00
Sergey Semyonov (Serge)
9040dc17ec add bitblit
git-svn-id: svn://kolibrios.org@810 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-06-27 10:46:14 +00:00
Evgeny Grechnikov (Diamond)
37d1685bad mtdbg: small improvements in disassembler (but it is still incomplete)
git-svn-id: svn://kolibrios.org@809 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-06-27 08:58:00 +00:00
Sergey Semyonov (Serge)
c8bb74ecc2 initial. command processor, solid & filed rectangles, lines
git-svn-id: svn://kolibrios.org@808 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-06-26 18:19:47 +00:00
Alexey Teplov (
ea1a682e65 fixed small bug
git-svn-id: svn://kolibrios.org@807 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-06-26 05:17:07 +00:00
Alexey Teplov (
3e4779ce20 add files :)
git-svn-id: svn://kolibrios.org@806 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-06-25 12:01:00 +00:00
Alexey Teplov (
0ce1599841 add library and example on C--
git-svn-id: svn://kolibrios.org@805 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-06-25 11:18:14 +00:00
Alexey Teplov (
19c4a500e9 add library and example on C--
git-svn-id: svn://kolibrios.org@804 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-06-25 11:17:05 +00:00
Sergey Semyonov (Serge)
e080f21757 fixed make_button
git-svn-id: svn://kolibrios.org@801 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-06-02 06:59:22 +00:00
Sergey Semyonov (Serge)
ba3e90bdec fixed bug ir raw_read
git-svn-id: svn://kolibrios.org@799 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-05-30 13:35:07 +00:00
bw
350d7e1cc7 [fp] changes in rtl & examples
git-svn-id: svn://kolibrios.org@790 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-04-12 09:48:18 +00:00
Mihail Semenyako (mike.dld)
0d87986066 libimg: image flipping and rotating (look into .test/test002 for example use)
libini: small fix in ini.get_int

git-svn-id: svn://kolibrios.org@783 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-03-30 22:31:00 +00:00
bw
c521e1fc73 [fp] rtl changes
git-svn-id: svn://kolibrios.org@780 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-03-26 16:13:17 +00:00
gluk
782a591d6e restored clicks game
git-svn-id: svn://kolibrios.org@778 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-03-25 10:09:54 +00:00
gluk
d56898824a deleted old clicks version's folder
git-svn-id: svn://kolibrios.org@777 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-03-24 17:57:30 +00:00
gluk
ad7f978e81 new version of Clicks game from Leency and Veliant
git-svn-id: svn://kolibrios.org@776 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-03-24 17:55:08 +00:00
bw
50724bd885 fp rtl changes, lrl editor
git-svn-id: svn://kolibrios.org@775 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-03-23 23:44:28 +00:00
gluk
b38aa8a9e9 Leency (with Veliant): file manager, looks like win explorer, calls Eolite; old game memory blocks, rewrited to c-- language; Just_clicks game.
git-svn-id: svn://kolibrios.org@773 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-03-18 15:04:20 +00:00
gluk
2cfd028b83 fixed some grammar errors in Russian help-files (for new users and respect-up of our community)
git-svn-id: svn://kolibrios.org@772 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-03-17 20:40:41 +00:00
bw
5780544c0f LRL 1.4b
git-svn-id: svn://kolibrios.org@763 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-02-29 17:47:04 +00:00
bw
a5131135c4 LRL 1.4b
git-svn-id: svn://kolibrios.org@762 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-02-29 17:36:25 +00:00
bw
119066a890 LRL 1.4b
git-svn-id: svn://kolibrios.org@761 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-02-29 17:34:16 +00:00
Evgeny Grechnikov (Diamond)
a85d73c061 * kernel.asm: 18.1 is now safe (correction of rev. 748)
* vesa20.inc: comments were correct! Restored (correction of rev. 753)
* fasm from last AZ

git-svn-id: svn://kolibrios.org@755 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-02-23 10:16:37 +00:00
heavyiron
b9b45d733a *Remove unneeded ps2mouse.inc and m_ps2.inc
*Remove 18.1 and 18.9.1 functions (sinse 465 revision they doesn't work), so CPU now use END application for reboot
NOTE: file ROSE.TXT don't used in kernel now and can be deleted from image

*New END application form Leency & Veliant

git-svn-id: svn://kolibrios.org@748 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-02-19 05:28:11 +00:00
jacekm
a7453c4e5b scc - output file is in a good format
git-svn-id: svn://kolibrios.org@743 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-02-17 15:56:13 +00:00
Sergey Semyonov (Serge)
cf23a1ccc7 SDK: hardware accelerated drawing (R500 required)
git-svn-id: svn://kolibrios.org@733 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-02-11 12:28:01 +00:00
Evgeny Grechnikov (Diamond)
0ecfb6aa5b @menu: bugfix: when child menu was closed on Esc, the same child could not be opened
git-svn-id: svn://kolibrios.org@728 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-02-10 20:42:18 +00:00
Sergey Semyonov (Serge)
a73bea0da8 Clib chsize, fstat, setmode.
set_file_size: watcom-specific implementation

git-svn-id: svn://kolibrios.org@727 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-02-10 14:10:44 +00:00
jacekm
9ad47e87ac scc - klib.h bug fixed
git-svn-id: svn://kolibrios.org@723 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-02-09 01:22:39 +00:00
Mihail Semenyako (mike.dld)
1548de7c2a libs-dev: fixed incorrect GIF processing
git-svn-id: svn://kolibrios.org@722 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-02-08 20:13:33 +00:00
jacekm
15f607fd64 scc 0.5.3 b + new examples
git-svn-id: svn://kolibrios.org@721 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-02-08 18:18:56 +00:00
jacekm
c31385a3f3 scc changes in examples and scc 0.5.3
git-svn-id: svn://kolibrios.org@720 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-02-08 11:55:50 +00:00
jacekm
7bcf433fb8 scc examples
git-svn-id: svn://kolibrios.org@719 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-02-08 11:42:16 +00:00
jacekm
1967c25fac scc 0.5.3
git-svn-id: svn://kolibrios.org@718 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-02-08 11:41:42 +00:00
Mihail Semenyako (mike.dld)
9a8b3fd945 Libs-dev: libio, libini, libgfx, libimg
git-svn-id: svn://kolibrios.org@717 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-02-07 22:45:15 +00:00
Sergey Semyonov (Serge)
54786d007d Clib create_file, read_file, write_file: watcom-specific implementation
git-svn-id: svn://kolibrios.org@711 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-02-05 06:08:42 +00:00
andrew_programmer
039660a246 Save of registers after an entrance in function is added: SendMessage (), DestroyControl ().
git-svn-id: svn://kolibrios.org@710 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-02-04 21:00:31 +00:00
heavyiron
eda7490bf5 fasm 1.67.26
git-svn-id: svn://kolibrios.org@707 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-01-31 21:32:32 +00:00
andrew_programmer
03ec9a762d Save of registers after an entrance in function libGUI is added.
git-svn-id: svn://kolibrios.org@706 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-01-31 12:50:35 +00:00
Sergey Semyonov (Serge)
7602a89157 correct stack depth checking
git-svn-id: svn://kolibrios.org@705 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-01-28 16:26:51 +00:00
Sergey Semyonov (Serge)
7ad5e56087 linking native Kolibri executable
git-svn-id: svn://kolibrios.org@704 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-01-28 13:49:43 +00:00
Sergey Semyonov (Serge)
97918755c2 SIGFPE handling
git-svn-id: svn://kolibrios.org@703 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-01-26 21:57:46 +00:00
Sergey Semyonov (Serge)
616f769298 add fstatus.inc
git-svn-id: svn://kolibrios.org@702 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-01-24 10:35:28 +00:00
Sergey Semyonov (Serge)
275695e8c3 update clib
git-svn-id: svn://kolibrios.org@701 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-01-23 19:23:33 +00:00
andrew_programmer
b66406549f small SDK for libGUI
git-svn-id: svn://kolibrios.org@699 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-01-19 11:38:15 +00:00
Sergey Semyonov (Serge)
25713b7524 update Open Watcom
git-svn-id: svn://kolibrios.org@698 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-01-18 16:44:45 +00:00
andrew_programmer
48ecbd9104 Mathematical functions are added some.
It is added makefile for compilation of programs under KolibriOS with the help gcc.

git-svn-id: svn://kolibrios.org@696 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-01-14 19:33:34 +00:00
heavyiron
4dbfb6d6a0 fasm 1.67.25
git-svn-id: svn://kolibrios.org@692 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-12-30 23:34:37 +00:00
gluk
b4c6fb8d7b mousemul added to build_all.bat
git-svn-id: svn://kolibrios.org@691 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-12-30 20:50:12 +00:00
gluk
414e073a1f moving stuff at "trunk" directory
git-svn-id: svn://kolibrios.org@690 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-12-30 20:44:40 +00:00
gluk
2f33506ce0 deleted lang.inc
git-svn-id: svn://kolibrios.org@689 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-12-30 20:42:17 +00:00
gluk
0074891c6c build-file for mousEmul
git-svn-id: svn://kolibrios.org@688 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-12-30 20:41:15 +00:00
gluk
d8ec74dbec mouse emulating thing via numpad, starts by pressing an NumLock key.
git-svn-id: svn://kolibrios.org@687 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-12-30 20:37:29 +00:00
gluk
343ea685ef added some changelog info into the file
git-svn-id: svn://kolibrios.org@686 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-12-30 20:32:47 +00:00
gluk
0f35a891d9 cleaning keys-buffer before reading the key.
git-svn-id: svn://kolibrios.org@685 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-12-30 20:19:55 +00:00
heavyiron
296ab7feb5 fixed 682 revision
git-svn-id: svn://kolibrios.org@683 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-12-16 22:07:18 +00:00
andrew_programmer
748fe8669e Mistakes in controls are corrected: ProgressBar, Text, Image.
git-svn-id: svn://kolibrios.org@682 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-12-16 15:02:15 +00:00
Evgeny Grechnikov (Diamond)
3ce0c6763b small bugfix in @rcher
git-svn-id: svn://kolibrios.org@678 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-12-08 16:34:10 +00:00
ataualpa
51847d89ad Freecell now has russian interface
git-svn-id: svn://kolibrios.org@677 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-12-02 16:32:03 +00:00
andrew_programmer
dc008c6f30 Support of background color for control Text is added.
git-svn-id: svn://kolibrios.org@676 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-11-27 22:04:00 +00:00
andrew_programmer
21d1027a5a Function RemoveComponent is renamed in MoveComponent.
New function is added.
void ActivateTrapForSpecializedMessage (dword *control) - to activate a trap for the specialized messages.

git-svn-id: svn://kolibrios.org@675 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-11-19 17:44:47 +00:00
bw
4cc19614ca Lode Runner Live game
git-svn-id: svn://kolibrios.org@670 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-11-01 12:36:59 +00:00
bw
bafb2d78f4 [FP] changes in RTL, gfx example
git-svn-id: svn://kolibrios.org@666 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-10-27 16:38:51 +00:00
Evgeny Grechnikov (Diamond)
c1f806239d * new system function for "send message"
* @panel: Alt+F4 sends close message rather than immediate kill

git-svn-id: svn://kolibrios.org@665 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-10-25 11:20:02 +00:00
ataualpa
94cec78ecd Stackcfg now has Russian interface
git-svn-id: svn://kolibrios.org@664 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-10-22 18:43:00 +00:00
ataualpa
0ceaac39cf Some programs now use window style Y=4
git-svn-id: svn://kolibrios.org@661 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-10-20 18:12:58 +00:00
Evgeny Grechnikov (Diamond)
faa0e12b63 bugfix in pic4
git-svn-id: svn://kolibrios.org@651 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-10-16 10:53:14 +00:00
Sergey Semyonov (Serge)
0b1eb45cb9 update copyrights
git-svn-id: svn://kolibrios.org@650 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-10-15 20:49:00 +00:00
andrew_programmer
6cdf720037 That new in this version:
1) Transfer of parameters to functions of library is copied on the convention stdcall.

2) Now functions link on names.

3)Now, if to guide the mouse on a component and to press the left button of the mouse all 
messages from the mouse are sent only to this component.If to release(let off) the left 
button of the mouse messages from the mouse again become accessible to all components.

4) In library new functions are added.
  int Version (void) - to receive the version of library. The version comes back in a format: year + month + day. 
  The current library has version 71014.
  void RemoveComponent (void *Control, int new_x, int new_y) - moves a component to new coordinates.
  void ResizeComponent (void *Control, int new_sizex, int new_sizey) - changes the size of a component.
  Examples of use of these functions look in example Bookmark.
 
5) The example of work with libGUI in programming language C is added. This example is a part of the interface 
   written by me for my scientific program.

git-svn-id: svn://kolibrios.org@648 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-10-15 10:45:36 +00:00
andrew_programmer
16f5992719 Mistakes in functions of work with files and with system calls KolibriOS are corrected.
New functions for work with system calls KolibriOS are added. Functions for format output 
are added: printf (), fprintf (), sprintf (), snprintf (), vsnprintf (). For material 
numbers it is meanwhile supported only format output the (%f), and exponential output a (%e)
is not realized yet. 
Functions for format output correctly work only in GCC because TinyC incorrectly works with
the functions containing variable number of arguments.

git-svn-id: svn://kolibrios.org@647 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-10-15 09:42:17 +00:00
Sergey Semyonov (Serge)
38ed47b73c uFMOD 1.25.1 from Quantum and some minor bugfixes
git-svn-id: svn://kolibrios.org@646 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-10-14 17:38:57 +00:00
Marat Zakiyanov (Mario79)
b2579e99a5 From <Lrz>:
Fix buf in editbox.mac

git-svn-id: svn://kolibrios.org@645 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-10-12 15:38:14 +00:00
Evgeny Grechnikov (Diamond)
d372427ef3 KFar 0.42, KFar_Arc 0.12
git-svn-id: svn://kolibrios.org@644 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-10-06 15:34:14 +00:00
bw
ec5962d52e RTL for FP 2.2.0
git-svn-id: svn://kolibrios.org@643 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-09-28 12:26:28 +00:00
Alexey Teplov (
3e571197e0 fixed bug
git-svn-id: svn://kolibrios.org@642 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-09-24 12:45:36 +00:00
Evgeny Grechnikov (Diamond)
01d88ae246 fasm: dynamic memory allocation
git-svn-id: svn://kolibrios.org@635 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-09-20 17:07:33 +00:00
Evgeny Grechnikov (Diamond)
5504861649 * @panel from Alver with corrections for minimize/restore button
* icon: corrected restart of all icons with 'Apply'

git-svn-id: svn://kolibrios.org@633 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-09-20 16:35:52 +00:00
Evgeny Grechnikov (Diamond)
c2d16441b9 sorry, I forgot to 'svn add' some files for 631
git-svn-id: svn://kolibrios.org@632 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-09-20 16:22:12 +00:00
Evgeny Grechnikov (Diamond)
d7512224b5 KFar 0.41 + KFar_Arc 0.11
git-svn-id: svn://kolibrios.org@631 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-09-20 16:20:58 +00:00
Mihail Semenyako (mike.dld)
84bce0d4d8 Fixing incorrect behaviour of tab save suggestion on close
Minor GUI fixes (tab close button is skinned now; incorrect popup height calculation)

git-svn-id: svn://kolibrios.org@629 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-09-18 00:41:58 +00:00
Mihail Semenyako (mike.dld)
f53429e2f8 Better fix to the problem, thanks diamond for pointing it out
There're some other issues revealed though, I'm looking into them

git-svn-id: svn://kolibrios.org@627 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-09-15 22:17:10 +00:00
Mihail Semenyako (mike.dld)
5aa81d7197 Revert back to old mem.ReAlloc implementation using 68.12 and 68.13
git-svn-id: svn://kolibrios.org@626 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-09-15 10:04:04 +00:00
Evgeny Grechnikov (Diamond)
b8fa8489d3 some optimized variants from K0700
git-svn-id: svn://kolibrios.org@625 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-09-13 13:29:59 +00:00
heavyiron
48a2a652db fasm 1.67.23
git-svn-id: svn://kolibrios.org@624 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-09-12 20:28:50 +00:00
bw
63328e8522 [FP] changes in RTL, first example
git-svn-id: svn://kolibrios.org@623 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-09-12 16:34:21 +00:00
SPraid (simba)
2df5588f95 iconstrp.gif by leency
git-svn-id: svn://kolibrios.org@622 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-09-10 17:48:23 +00:00
bw
6c47c845cb FP 2.3.1 (SVN 8373)
git-svn-id: svn://kolibrios.org@619 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-09-04 13:23:24 +00:00
Mihail Semenyako (mike.dld)
6b39363987 Another small changes to Tinypad on the way to 4.1.0, added support for mouse wheel
git-svn-id: svn://kolibrios.org@617 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-09-01 21:38:00 +00:00
bw
f23fc38433 FreePascal RTL
git-svn-id: svn://kolibrios.org@616 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-08-29 09:16:31 +00:00
Sergey Semyonov (Serge)
34c712de5d update CLib startup code
git-svn-id: svn://kolibrios.org@615 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-08-28 10:36:38 +00:00
Sergey Semyonov (Serge)
3be3768ce0 update CLib
git-svn-id: svn://kolibrios.org@614 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-08-28 10:31:46 +00:00
Sergey Semyonov (Serge)
52facee6d5 handleio
git-svn-id: svn://kolibrios.org@613 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-08-26 09:08:14 +00:00
andrew_programmer
4bfb625f10 Example of work with files in TinyC.
git-svn-id: svn://kolibrios.org@612 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-08-24 20:37:38 +00:00
andrew_programmer
c38424c343 Added include files for libC.
git-svn-id: svn://kolibrios.org@611 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-08-24 19:52:54 +00:00
andrew_programmer
e5c041df96 Update Kolibri version of libC library(for usage in TinyC).
Correction of various mistakes in functions of work with files.
For work with files 70 function is used.
Functions for work with memory are changed for use of the new manager of memory. 

git-svn-id: svn://kolibrios.org@610 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-08-24 19:49:07 +00:00
andrew_programmer
fb3a10620e Update Kolibri version of TinyC.Some bugfixes.
git-svn-id: svn://kolibrios.org@609 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-08-24 19:33:11 +00:00
heavyiron
13095ae856 fasm 1.67.22
git-svn-id: svn://kolibrios.org@607 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-08-10 04:45:04 +00:00
Marat Zakiyanov (Mario79)
4b5d5984ce jpegview 0.18
Open file with parameter in patch. Size of parameter - 4 bytes. Parameter starts with the character "\", the unused characters are filled by a blank (ASCII 20h).
'\T  /hd0/1/1.jpg' - set background, mode: tile
'\S  /hd0/1/1.jpg' - set background, mode: stretch

git-svn-id: svn://kolibrios.org@606 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-08-09 21:20:30 +00:00
kaitz
85028a5147 Updated Tinypad translation
Translated rdsave
Kernel bootcode updates for Estonian


git-svn-id: svn://kolibrios.org@605 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-08-07 20:42:45 +00:00
Rus
db2f7da2e5 @RB
- bug-fix and optimization

git-svn-id: svn://kolibrios.org@604 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-08-03 00:43:10 +00:00
Rus
e0479cff91 bag-fix of commit 601
git-svn-id: svn://kolibrios.org@602 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-08-02 20:16:05 +00:00
Rus
71e4e59cf3 @Panel
- added close context menu

git-svn-id: svn://kolibrios.org@601 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-08-02 19:03:24 +00:00
Alexey Teplov (
3be9554bed Update source cod
git-svn-id: svn://kolibrios.org@600 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-08-02 13:56:49 +00:00
SPraid (simba)
c8f1c5b1ba New iconstrp.gif for ICON by Leency
loader_doc.txt (by use bx register to set system directory)

git-svn-id: svn://kolibrios.org@598 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-07-30 23:38:37 +00:00
SPraid (simba)
c0c454e024 New iconstrp.gif for ICON by Leency
git-svn-id: svn://kolibrios.org@596 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-07-29 18:26:53 +00:00
Rus
df6f93e4eb 4.0.5 (Rus)
bug-fixes:
     - correct call save-dialog for saving new files or files from folder of tinypad
   new features:
     - added prompt to save file before closing
     - added close tab button

git-svn-id: svn://kolibrios.org@595 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-07-29 02:06:58 +00:00
Rus
0b0dd3e2c5 Tinypad v. 4.0.5
bug-fix:
    - a new tab is created when opening a file from folder of tinypad

git-svn-id: svn://kolibrios.org@592 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-07-26 21:41:48 +00:00
Evgeny Grechnikov (Diamond)
1d9fff9e92 KFar 0.4 + KFar_Arc 0.1
git-svn-id: svn://kolibrios.org@589 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-07-26 12:45:49 +00:00
Evgeny Grechnikov (Diamond)
379dd4d36d Load/eject CD/DVD device tray moved from sysfn 70 to sysfn 24 (see sysfunc*),
because these actions do not involve file system.

git-svn-id: svn://kolibrios.org@588 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-07-26 12:25:17 +00:00
Iliya Mihailov (Ghost)
8df29f7be6 PCIDEV port (use new PCI API)
git-svn-id: svn://kolibrios.org@587 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-07-23 18:21:38 +00:00
Marat Zakiyanov (Mario79)
93e2c279ba The universal cache of IDE devices.
Step 2:
1) Realized cache ATAPI device (CD\DVD).
2) Lock\Unlock ATAPI device for working with cache.
3) Eject (F70/10) and Load (F70/11) tray of ATAPI device.
4) Application CD_tray for control of tray ATAPI device.

git-svn-id: svn://kolibrios.org@585 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-07-22 20:52:21 +00:00
Alexey Teplov (
59e4c92d8d Fixed bug
git-svn-id: svn://kolibrios.org@583 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-07-20 07:18:18 +00:00
Sergey Semyonov (Serge)
94ec5d65c8 restore old ac97wav.c
git-svn-id: svn://kolibrios.org@577 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-07-10 23:05:34 +00:00
Sergey Semyonov (Serge)
268f6d98b7 new folders layout
git-svn-id: svn://kolibrios.org@576 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-07-09 16:31:02 +00:00
Sergey Semyonov (Serge)
a5c7901579 update SOUND_VERSION
git-svn-id: svn://kolibrios.org@573 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-07-09 01:04:33 +00:00
Sergey Semyonov (Serge)
184e090541 ac97snd update
git-svn-id: svn://kolibrios.org@570 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-07-07 23:41:14 +00:00
victor
f2cd6a6d25 git-svn-id: svn://kolibrios.org@560 a494cfbc-eb01-0410-851d-a64ba20cac60 2007-07-01 12:01:40 +00:00
heavyiron
bdae342131 airc 0.51 (bugfix release):
*Using dns resolve instead of static IP for default server
*Fixed drawing of russian letters "х" and "ф"

git-svn-id: svn://kolibrios.org@556 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-06-26 21:38:12 +00:00
Sergey Semyonov (Serge)
43bd1e645f Clib char & math functions
git-svn-id: svn://kolibrios.org@554 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-06-26 11:19:49 +00:00
Sergey Semyonov (Serge)
836c97f0ac Clib string & memory functions
git-svn-id: svn://kolibrios.org@553 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-06-26 00:54:22 +00:00