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
629 6069 d 0 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 6071 d 2 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 6071 d 14 h mikedld /programs/develop/tinypad/trunk/ Revert back to old mem.ReAlloc implementation using 68.12 and 68.13  
624 6074 d 4 h heavyiron /programs/develop/fasm/trunk/ fasm 1.67.23  
623 6074 d 8 h bw /programs/develop/fp/ [FP] changes in RTL, first example  
619 6082 d 11 h bw /programs/develop/fp/ FP 2.3.1 (SVN 8373)  
617 6085 d 3 h mikedld /programs/ Another small changes to Tinypad on the way to 4.1.0, added support for mouse wheel  
616 6088 d 15 h bw /programs/develop/fp/ FreePascal RTL  
615 6089 d 14 h serge /programs/develop/open watcom/trunk/clib/crt/ update CLib startup code  
614 6089 d 14 h serge /programs/develop/open watcom/trunk/clib/ update CLib  
613 6091 d 15 h serge /programs/develop/open watcom/trunk/clib/handleio/ handleio  
612 6093 d 4 h andrew_programmer /programs/develop/metcc/trunk/samples/files/ Example of work with files in TinyC.  
611 6093 d 5 h andrew_programmer /programs/develop/metcc/trunk/libc/include/ Added include files for libC.  
610 6093 d 5 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 6093 d 5 h andrew_programmer /programs/develop/metcc/trunk/source/ Update Kolibri version of TinyC.Some bugfixes.  
607 6107 d 20 h heavyiron /programs/develop/fasm/trunk/ fasm 1.67.22  
605 6110 d 4 h kaitz / Updated Tinypad translation
Translated rdsave
Kernel bootcode updates for Estonian
 
595 6119 d 22 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 6122 d 3 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 6128 d 17 h Lrz /programs/develop/examples/editbox/trunk/ Fixed bug  
573 6139 d 23 h serge /programs/ update SOUND_VERSION  
560 6147 d 12 h victor /programs/develop/metcc/trunk/libc/include/  
554 6152 d 13 h serge /programs/develop/open watcom/trunk/clib/ Clib char & math functions  
553 6153 d 0 h serge /programs/develop/open watcom/trunk/clib/ Clib string & memory functions  
551 6156 d 4 h spraid /programs/ in some programs set not sized changed window  
550 6156 d 14 h serge /programs/ doom beta  
548 6157 d 2 h serge /programs/ fopen fread fseek lseek ftell  
542 6164 d 12 h diamond /programs/develop/ * mtdbg: can load symbols information
* mtdbg: improved disassembler (some MMX and SSE commands)
* fasm: can generate symbols information
 
539 6170 d 9 h spraid /programs/ changed path to /sys in some programs  
526 6180 d 14 h diamond /programs/ * Fixed fasm broken in svn.485
* Jpegview 0.16 from Mario79
 
507 6191 d 21 h Lrz /programs/develop/examples/editbox/trunk/ Upgrade macros  
502 6193 d 1 h heavyiron /programs/ Bugfix of 485 revision  
491 6195 d 17 h Lrz /programs/develop/examples/editbox/trunk/ modify example  
485 6199 d 11 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
 
483 6199 d 20 h Lrz /programs/develop/examples/editbox/trunk/ modify macros and optimization  
477 6202 d 12 h Ghost / Fast calls
* multi thread program support
* MSR protect
* fast_call_test update
---------------------------
old code:
int 0x40

code for Intel SYSENTER:
push ebp
mov ebp, esp
push ..ret_point
sysenter
..ret_point:
pop edx
pop ecx

code for AMD SYSCALL:
push ecx
syscall
pop ecx

recommendation: use mcall from macros.inc
 
468 6219 d 20 h Lrz /programs/develop/examples/editbox/trunk/ Modify macros and add History, FAQ.txt  
463 6226 d 16 h Lrz /programs/develop/examples/editbox/trunk/ fixed bug  
461 6226 d 17 h Lrz /programs/develop/examples/editbox/trunk/ rewrite editbox, modify mouse function, modify key function  
449 6235 d 18 h Lrz /programs/develop/examples/editbox/trunk/ modification event handler mouse