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
783 5873 d 20 h mikedld /programs/develop/libraries/libs-dev/ libimg: image flipping and rotating (look into .test/test002 for example use)
libini: small fix in ini.get_int
 
780 5878 d 2 h bw /programs/develop/fp/rtl/ [fp] rtl changes  
775 5880 d 19 h bw /programs/ fp rtl changes, lrl editor  
772 5886 d 22 h gluk /programs/develop/ fixed some grammar errors in Russian help-files (for new users and respect-up of our community)  
763 5904 d 1 h bw /programs/develop/fp/ LRL 1.4b  
755 5910 d 8 h diamond / * 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
 
743 5916 d 3 h jacekm /programs/develop/scc/ scc - output file is in a good format  
733 5922 d 6 h serge /programs/develop/sdk/trunk/HDraw/ SDK: hardware accelerated drawing (R500 required)  
727 5923 d 4 h serge /programs/develop/open watcom/trunk/clib/ Clib chsize, fstat, setmode.
set_file_size: watcom-specific implementation
 
723 5924 d 17 h jacekm /programs/develop/scc/example/ scc - klib.h bug fixed  
722 5924 d 22 h mikedld /programs/develop/libraries/libs-dev/libimg/gif/ libs-dev: fixed incorrect GIF processing  
721 5925 d 0 h jacekm /programs/develop/scc/ scc 0.5.3 b + new examples  
720 5925 d 7 h jacekm /programs/develop/scc/ scc changes in examples and scc 0.5.3  
719 5925 d 7 h jacekm /programs/develop/scc/example/ scc examples  
718 5925 d 7 h jacekm /programs/develop/scc/ scc 0.5.3  
717 5925 d 20 h mikedld /programs/develop/libraries/ Libs-dev: libio, libini, libgfx, libimg  
711 5928 d 12 h serge /programs/develop/open watcom/trunk/ Clib create_file, read_file, write_file: watcom-specific implementation  
710 5928 d 22 h andrew_programmer /programs/develop/libGUI/ Save of registers after an entrance in function is added: SendMessage (), DestroyControl ().  
707 5932 d 21 h heavyiron /programs/develop/fasm/trunk/ fasm 1.67.26  
706 5933 d 6 h andrew_programmer /programs/develop/libGUI/ Save of registers after an entrance in function libGUI is added.  
705 5936 d 2 h serge /programs/develop/open watcom/trunk/ correct stack depth checking  
704 5936 d 5 h serge /programs/develop/open watcom/trunk/ linking native Kolibri executable  
703 5937 d 21 h serge /programs/develop/open watcom/trunk/ SIGFPE handling  
702 5940 d 8 h serge /programs/develop/open watcom/trunk/ add fstatus.inc  
701 5940 d 23 h serge /programs/ update clib  
699 5945 d 7 h andrew_programmer /programs/develop/sdk/trunk/libGUI_SDK/ small SDK for libGUI  
698 5946 d 2 h serge /programs/develop/open watcom/trunk/ update Open Watcom  
696 5949 d 23 h andrew_programmer /programs/develop/ktcc/trunk/libc/ Mathematical functions are added some.
It is added makefile for compilation of programs under KolibriOS with the help gcc.
 
692 5964 d 19 h heavyiron /programs/develop/fasm/trunk/ fasm 1.67.25  
683 5978 d 20 h heavyiron /programs/develop/libGUI/src/ fixed 682 revision  
682 5979 d 4 h andrew_programmer /programs/develop/libGUI/ Mistakes in controls are corrected: ProgressBar, Text, Image.  
676 5997 d 21 h andrew_programmer /programs/develop/libGUI/ Support of background color for control Text is added.  
675 6006 d 1 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.
 
666 6029 d 2 h bw /programs/develop/fp/ [FP] changes in RTL, gfx example  
661 6036 d 0 h ataualpa /programs/ Some programs now use window style Y=4  
648 6041 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 6041 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.
 
645 6044 d 3 h mario79 /programs/develop/examples/editbox/trunk/ From <Lrz>:
Fix buf in editbox.mac
 
643 6058 d 6 h bw /programs/develop/fp/ RTL for FP 2.2.0  
642 6062 d 6 h Lrz /programs/develop/examples/editbox/trunk/ fixed bug