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
662 6046 d 20 h serge /kernel/trunk/ yet another stdcall fix  
661 6046 d 23 h ataualpa /programs/ Some programs now use window style Y=4  
660 6047 d 0 h serge /kernel/trunk/core/ fix some kernel stdcall functions  
659 6047 d 4 h serge /kernel/trunk/ PE loader  
658 6048 d 1 h Ghost /kernel/trunk/core/ * code clearing
* bug fix in "show_error_parameters", now registers value correctly show
 
657 6048 d 6 h diamond /kernel/trunk/docs/ updated loader_doc.txt  
656 6048 d 6 h mikedld /kernel/trunk/ Fix in DEBUGF (incorrect output of eax..edi with %x)
New show_error_parameters (core/sys32.inc) from Ghost
 
655 6049 d 0 h mario79 /kernel/trunk/ Function 47 - output of qword (64-bites) number  
654 6049 d 6 h diamond /kernel/trunk/fs/ fixed serious FAT32 bug introduced in svn.649  
653 6050 d 10 h diamond /kernel/trunk/ added bootlog message if first app cannot be loaded  
652 6050 d 20 h mario79 /kernel/trunk/ Function 47 - output of number without empty zero in high bits  
651 6051 d 6 h diamond /programs/media/pic4/trunk/ bugfix in pic4  
650 6051 d 20 h serge /programs/media/ac97snd/ac97snd/ update copyrights  
649 6052 d 3 h diamond /kernel/trunk/fs/ acceleration of FAT writing  
648 6052 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 6052 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.
 
646 6052 d 23 h serge /programs/media/ac97snd/ uFMOD 1.25.1 from Quantum and some minor bugfixes  
645 6055 d 1 h mario79 /programs/develop/examples/editbox/trunk/ From <Lrz>:
Fix buf in editbox.mac
 
644 6061 d 1 h diamond /programs/fs/kfar/trunk/ KFar 0.42, KFar_Arc 0.12  
643 6069 d 4 h bw /programs/develop/fp/ RTL for FP 2.2.0  
642 6073 d 4 h Lrz /programs/develop/examples/editbox/trunk/ fixed bug  
641 6073 d 20 h diamond /kernel/trunk/ Kernel updated to 0.7.1.0  
640 6075 d 2 h andrew_programmer /kernel/trunk/drivers/ Added support ATI R7000.  
639 6075 d 7 h serge /kernel/trunk/drivers/ ATI 9100 & 9250  
638 6076 d 7 h serge /kernel/trunk/video/ fix software cursor code  
637 6076 d 18 h mario79 /kernel/trunk/blkdev/ Small fix for ATAPI WaitUnitReady procedure.  
636 6076 d 19 h victor /kernel/trunk/drivers/ small source size optimisation
/* i hope somebody have nothing against */
 
635 6077 d 0 h diamond /programs/develop/fasm/trunk/ fasm: dynamic memory allocation  
634 6077 d 0 h diamond /kernel/trunk/core/ bugfix for debug subsystem  
633 6077 d 0 h diamond /programs/system/ * @panel from Alver with corrections for minimize/restore button
* icon: corrected restart of all icons with 'Apply'
 
632 6077 d 1 h diamond /programs/fs/kfar/trunk/kfar_arc/ sorry, I forgot to 'svn add' some files for 631  
631 6077 d 1 h diamond /programs/fs/kfar/trunk/ KFar 0.41 + KFar_Arc 0.11  
630 6077 d 6 h serge /kernel/trunk/ support for new ATI chips  
629 6079 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)
 
628 6080 d 21 h mario79 /kernel/trunk/ ATAPI:
1) Fix - sectors read with errors now are not brought in the cache.
2) Timeout at absence of the disk in ATAPI drive is reduced about 10 seconds without lowering reliability of reading at presence of the disk. Earlier time the waiting could make 1-1.5 minutes.
 
627 6081 d 19 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 6082 d 7 h mikedld /programs/develop/tinypad/trunk/ Revert back to old mem.ReAlloc implementation using 68.12 and 68.13  
625 6084 d 3 h diamond /programs/ some optimized variants from K0700  
624 6084 d 20 h heavyiron /programs/develop/fasm/trunk/ fasm 1.67.23  
623 6085 d 0 h bw /programs/develop/fp/ [FP] changes in RTL, first example