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
689 5990 d 6 h gluk /programs/system/mousemul/ deleted lang.inc  
688 5990 d 6 h gluk /programs/system/mousemul/ build-file for mousEmul  
687 5990 d 6 h gluk /programs/system/mousemul/ mouse emulating thing via numpad, starts by pressing an NumLock key.  
686 5990 d 6 h gluk /programs/games/tetris/trunk/ added some changelog info into the file  
685 5990 d 6 h gluk /programs/games/tetris/trunk/ cleaning keys-buffer before reading the key.  
683 6004 d 5 h heavyiron /programs/develop/libGUI/src/ fixed 682 revision  
682 6004 d 12 h andrew_programmer /programs/develop/libGUI/ Mistakes in controls are corrected: ProgressBar, Text, Image.  
678 6012 d 10 h diamond /programs/other/archer/trunk/ small bugfix in @rcher  
677 6018 d 10 h ataualpa /programs/games/freecell/ Freecell now has russian interface  
676 6023 d 5 h andrew_programmer /programs/develop/libGUI/ Support of background color for control Text is added.  
675 6031 d 9 h andrew_programmer /programs/develop/libGUI/ Function RemoveComponent is renamed in MoveComponent.
New function is added.
void ActivateTrapForSpecializedMessage (dword *control) - to activate a trap for the specialized messages.
 
670 6049 d 14 h bw /programs/games/lrl/ Lode Runner Live game  
666 6054 d 10 h bw /programs/develop/fp/ [FP] changes in RTL, gfx example  
665 6056 d 15 h diamond / * new system function for "send message"
* @panel: Alt+F4 sends close message rather than immediate kill
 
664 6059 d 8 h ataualpa /programs/network/stackcfg/trunk/ Stackcfg now has Russian interface  
661 6061 d 8 h ataualpa /programs/ Some programs now use window style Y=4  
651 6065 d 16 h diamond /programs/media/pic4/trunk/ bugfix in pic4  
650 6066 d 6 h serge /programs/media/ac97snd/ac97snd/ update copyrights  
648 6066 d 16 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 6066 d 17 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