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 6019 d 3 h bw /programs/develop/fp/ [FP] changes in RTL, gfx example  
661 6026 d 1 h ataualpa /programs/ Some programs now use window style Y=4  
648 6031 d 9 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 6031 d 10 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.
 
645 6034 d 4 h mario79 /programs/develop/examples/editbox/trunk/ From <Lrz>:
Fix buf in editbox.mac
 
643 6048 d 7 h bw /programs/develop/fp/ RTL for FP 2.2.0  
642 6052 d 7 h Lrz /programs/develop/examples/editbox/trunk/ fixed bug  
635 6056 d 2 h diamond /programs/develop/fasm/trunk/ fasm: dynamic memory allocation  
629 6058 d 19 h mikedld /programs/develop/tinypad/trunk/ Fixing incorrect behaviour of tab save suggestion on close
Minor GUI fixes (tab close button is skinned now; incorrect popup height calculation)
 
627 6060 d 21 h mikedld /programs/develop/tinypad/trunk/ Better fix to the problem, thanks diamond for pointing it out
There're some other issues revealed though, I'm looking into them
 
626 6061 d 9 h mikedld /programs/develop/tinypad/trunk/ Revert back to old mem.ReAlloc implementation using 68.12 and 68.13  
624 6063 d 23 h heavyiron /programs/develop/fasm/trunk/ fasm 1.67.23  
623 6064 d 3 h bw /programs/develop/fp/ [FP] changes in RTL, first example  
619 6072 d 6 h bw /programs/develop/fp/ FP 2.3.1 (SVN 8373)  
617 6074 d 22 h mikedld /programs/ Another small changes to Tinypad on the way to 4.1.0, added support for mouse wheel  
616 6078 d 10 h bw /programs/develop/fp/ FreePascal RTL  
615 6079 d 9 h serge /programs/develop/open watcom/trunk/clib/crt/ update CLib startup code  
614 6079 d 9 h serge /programs/develop/open watcom/trunk/clib/ update CLib  
613 6081 d 10 h serge /programs/develop/open watcom/trunk/clib/handleio/ handleio  
612 6082 d 23 h andrew_programmer /programs/develop/metcc/trunk/samples/files/ Example of work with files in TinyC.  

Show All