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
648 6039 d 6 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 6039 d 7 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 6042 d 1 h mario79 /programs/develop/examples/editbox/trunk/ From <Lrz>:
Fix buf in editbox.mac
 
643 6056 d 4 h bw /programs/develop/fp/ RTL for FP 2.2.0  
642 6060 d 4 h Lrz /programs/develop/examples/editbox/trunk/ fixed bug  
635 6064 d 0 h diamond /programs/develop/fasm/trunk/ fasm: dynamic memory allocation  
629 6066 d 16 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 6068 d 18 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 6069 d 7 h mikedld /programs/develop/tinypad/trunk/ Revert back to old mem.ReAlloc implementation using 68.12 and 68.13  
624 6071 d 20 h heavyiron /programs/develop/fasm/trunk/ fasm 1.67.23  
623 6072 d 0 h bw /programs/develop/fp/ [FP] changes in RTL, first example  
619 6080 d 3 h bw /programs/develop/fp/ FP 2.3.1 (SVN 8373)  
617 6082 d 19 h mikedld /programs/ Another small changes to Tinypad on the way to 4.1.0, added support for mouse wheel  
616 6086 d 7 h bw /programs/develop/fp/ FreePascal RTL  
615 6087 d 6 h serge /programs/develop/open watcom/trunk/clib/crt/ update CLib startup code  
614 6087 d 6 h serge /programs/develop/open watcom/trunk/clib/ update CLib  
613 6089 d 8 h serge /programs/develop/open watcom/trunk/clib/handleio/ handleio  
612 6090 d 20 h andrew_programmer /programs/develop/metcc/trunk/samples/files/ Example of work with files in TinyC.  
611 6090 d 21 h andrew_programmer /programs/develop/metcc/trunk/libc/include/ Added include files for libC.  
610 6090 d 21 h andrew_programmer /programs/develop/metcc/trunk/libc/ Update Kolibri version of libC library(for usage in TinyC).
Correction of various mistakes in functions of work with files.
For work with files 70 function is used.
Functions for work with memory are changed for use of the new manager of memory.
 
609 6090 d 21 h andrew_programmer /programs/develop/metcc/trunk/source/ Update Kolibri version of TinyC.Some bugfixes.  
607 6105 d 12 h heavyiron /programs/develop/fasm/trunk/ fasm 1.67.22  
605 6107 d 20 h kaitz / Updated Tinypad translation
Translated rdsave
Kernel bootcode updates for Estonian
 
595 6117 d 15 h Rus /programs/develop/tinypad/trunk/ 4.0.5 (Rus)
bug-fixes:
- correct call save-dialog for saving new files or files from folder of tinypad
new features:
- added prompt to save file before closing
- added close tab button
 
592 6119 d 19 h Rus /programs/develop/tinypad/trunk/ Tinypad v. 4.0.5
bug-fix:
- a new tab is created when opening a file from folder of tinypad
 
583 6126 d 9 h Lrz /programs/develop/examples/editbox/trunk/ Fixed bug  
573 6137 d 16 h serge /programs/ update SOUND_VERSION  
560 6145 d 5 h victor /programs/develop/metcc/trunk/libc/include/  
554 6150 d 5 h serge /programs/develop/open watcom/trunk/clib/ Clib char & math functions  
553 6150 d 16 h serge /programs/develop/open watcom/trunk/clib/ Clib string & memory functions  
551 6153 d 20 h spraid /programs/ in some programs set not sized changed window  
550 6154 d 6 h serge /programs/ doom beta  
548 6154 d 19 h serge /programs/ fopen fread fseek lseek ftell  
542 6162 d 4 h diamond /programs/develop/ * mtdbg: can load symbols information
* mtdbg: improved disassembler (some MMX and SSE commands)
* fasm: can generate symbols information
 
539 6168 d 1 h spraid /programs/ changed path to /sys in some programs  
526 6178 d 6 h diamond /programs/ * Fixed fasm broken in svn.485
* Jpegview 0.16 from Mario79
 
507 6189 d 13 h Lrz /programs/develop/examples/editbox/trunk/ Upgrade macros  
502 6190 d 18 h heavyiron /programs/ Bugfix of 485 revision  
491 6193 d 9 h Lrz /programs/develop/examples/editbox/trunk/ modify example  
485 6197 d 3 h heavyiron / *kernel - fixes in 15.2 by Mario79 and 67 by mike.dld
updated sysfunc.txt
*programs
new icons and logo for CPUID and ICON
added new version of @ICON and ICONMNGR
fixes in iconedit and calendar from DedOK
new algoritm of fill background in pic4
all apps (fasm-writen only) rewriten to use common macros.inc for easy recompile in fastcall mode (there is a bug in https; run need rewrite to use common macros.inc)
small fixes in build_all.bat script