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
666 6053 d 2 h bw /programs/develop/fp/ [FP] changes in RTL, gfx example  
665 6055 d 7 h diamond / * new system function for "send message"
* @panel: Alt+F4 sends close message rather than immediate kill
 
664 6058 d 0 h ataualpa /programs/network/stackcfg/trunk/ Stackcfg now has Russian interface  
663 6059 d 17 h serge /kernel/trunk/core/ fix load_file  
662 6059 d 22 h serge /kernel/trunk/ yet another stdcall fix  
661 6060 d 1 h ataualpa /programs/ Some programs now use window style Y=4  
660 6060 d 2 h serge /kernel/trunk/core/ fix some kernel stdcall functions  
659 6060 d 6 h serge /kernel/trunk/ PE loader  
658 6061 d 3 h Ghost /kernel/trunk/core/ * code clearing
* bug fix in "show_error_parameters", now registers value correctly show
 
657 6061 d 8 h diamond /kernel/trunk/docs/ updated loader_doc.txt  
656 6061 d 8 h mikedld /kernel/trunk/ Fix in DEBUGF (incorrect output of eax..edi with %x)
New show_error_parameters (core/sys32.inc) from Ghost
 
655 6062 d 2 h mario79 /kernel/trunk/ Function 47 - output of qword (64-bites) number  
654 6062 d 8 h diamond /kernel/trunk/fs/ fixed serious FAT32 bug introduced in svn.649  
653 6063 d 12 h diamond /kernel/trunk/ added bootlog message if first app cannot be loaded  
652 6063 d 21 h mario79 /kernel/trunk/ Function 47 - output of number without empty zero in high bits  
651 6064 d 8 h diamond /programs/media/pic4/trunk/ bugfix in pic4  
650 6064 d 22 h serge /programs/media/ac97snd/ac97snd/ update copyrights  
649 6065 d 5 h diamond /kernel/trunk/fs/ acceleration of FAT writing  
648 6065 d 8 h andrew_programmer /programs/develop/libGUI/ 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.
 
647 6065 d 9 h andrew_programmer /programs/develop/ 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.
 

Show All