Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
180 6396 d 16 h heavyiron / *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
 
173 6398 d 10 h serge /kernel/trunk/docs/ Removed file/folder  
172 6398 d 10 h serge /kernel/trunk/ 1)fixed applications iopl level 2)fixed #PF exceptions handler
3)changed sysfuncr.txt fn. 18.20, 64.1, 68.11, 68.16
 
170 6400 d 7 h serge /kernel/trunk/ 1)fixed memory size in fn 18.16 & 18.17
2)added fn 18.20 - get extended memory info
 
147 6430 d 2 h diamond / Kernel: updated to Kolibri 0.6.0.0 distr
Programs from K0600 distr: CDP, KEYASCII
 
142 6440 d 2 h diamond / Kernel: fixed work with zero-size windows
launcher, @rb: modified to use function 70
 
139 6441 d 1 h diamond / Kernel: rewritten function 4
@rcher, ac97wav, midamp, rtfread: modified to use function 70
 
133 6448 d 2 h diamond / File system: new function 70.4 to set file size
Graphics: fixed error when putimage and drawrect do not draw pixels
on right and bottom window sides
Processes: fixed kernel fault when program to load is too big
Programs: EYES: now it works with new kernel (rev. 130). Size optimization.
Blinking deleted.
 
131 6451 d 1 h diamond / File system: new function 70.3 for write to the existing file

@panel: to match K0581 distro: SYSMETER -> GMON
@numcalc: moved to the appropriate place in repository
HeEd: added english variant
NetSendC, NetSendS: added english variant + optimization
pic4: changes in set background + optimization
tetris, @rcher, board, sysxtree, vrr: new versions from K0581 distro
bgitest: fixed small error + ability to set language via lang.inc
c4: small correction in label height to match K0581 distro
 
127 6455 d 0 h mario79 / 1) Small fix for the code regulating speed COM mouses.
2) In the application SETUP the regulation delay for the mouse is added.
 
120 6456 d 2 h mario79 / 1) The function 18/19 - to get/set mouse features
2) The application SETUP is changed for operation from functions 18/19, also instead of functions 6 and 33 the function 70 is used.
 
118 6458 d 1 h diamond / keyboard.inc: deleted obsolete code for Alt+arrows
sys32.inc: small bugfix (IRQ reservation free)
@numcalc: sources added
 
114 6465 d 19 h mikedld /kernel/trunk/ Added two flags to 0th function (edx = 0xXYRRGGBB, X = DCBAb)
A - window has a caption; if Y=3, then caption scting address could be passed in
edi, otherwise use function 71/1
B - treat all drawing performed to be relative to window client area
D - use gradient fill for client area
Added function 71:
subfunction 1 - set window caption string address (in ecx)
subfunction 2 - get window caption into buffer (not implemented yet)
Updated sysfuncr.txt, added sysfuncs.txt
 
110 6471 d 8 h heavyiron /kernel/trunk/ Some corrections to structure. Unziped files apm.zip and skin_v3.zip!  
92 6500 d 3 h diamond /kernel/trunk/ Hotkeys are now supported  
91 6504 d 3 h diamond /kernel/trunk/ 1. Execution of files with long names (function 70.7).
2. Function 70 now supports folders on ramdisk.
 
86 6515 d 2 h diamond /kernel/trunk/ File system addition: get/set file/folder attributes  
85 6516 d 7 h halyavin /kernel/trunk/ Function 18/18 added. It terminate process by PID (instead of slot as in function 18/2).  
83 6531 d 7 h diamond /kernel/trunk/ File system additions: create/rewrite files with long names  
81 6539 d 2 h diamond /kernel/trunk/docs/ Corrected mistake in sysfuncr.txt (thanks to Maxxxx32)  
78 6549 d 2 h diamond /kernel/trunk/ Function 70.1 now supports ANSI+UNICODE. Flag CF in function 49 corrected.  
77 6551 d 0 h diamond /kernel/trunk/ Some corrections in new file system functions. Added sysfuncr.txt docs.  
76 6555 d 0 h mario79 /kernel/trunk/ Mihaylov Iliya Andreevich aka Ghost
Advanced Power Management
SYSTEM CALL
eax = 49
dx = number of the function APM BIOS (Is similar AX in real mode)
Others registers (bx, cx) on the specification (see. docs/apm.zip>apm.txt)
Result: on the specification (including CF), the high part 32 bit registers is not defined