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
517 6196 d 1 h diamond /programs/fs/kfar/trunk/ KFar 0.34  
515 6196 d 20 h heavyiron /programs/system/cpuid/trunk/ CPUID 2.21 from Wildwest  
510 6199 d 19 h Ghost /programs/ GMon & macros.inc small fix  
508 6200 d 3 h victor /programs/ make up in build_all.bat  
507 6200 d 8 h Lrz /programs/develop/examples/editbox/trunk/ Upgrade macros  
503 6201 d 9 h heavyiron /programs/ *correct pong (the previous one was duplicate of pong3)
*small fixes in icon_new
*title with fn0 in copyr
*fixed chess
 
502 6201 d 13 h heavyiron /programs/ Bugfix of 485 revision  
500 6201 d 20 h Ghost /programs/system/gmon/ small changes  
496 6202 d 20 h diamond /programs/system/calendar/trunk/ Fixed broken (svn.485) messages in calendar.asm
(probably used svn client doesn't work correctly with non-english letters)
 
494 6203 d 0 h spraid / @Panel: do not kill self and icon
Kernel: stage one of use dev config
 
493 6203 d 7 h Lrz /programs/system/run/trunk/ modify run, add new version editbox  
491 6204 d 4 h Lrz /programs/develop/examples/editbox/trunk/ modify example  
489 6205 d 16 h victor / small bug fix and make up in build scripts  
485 6207 d 22 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
 
484 6207 d 23 h diamond /programs/ * popc modified to use function 70 and standard header in function 0
* desktop modified to use function 70
* rsquare (level compression part) modified to use function 70
 
483 6208 d 8 h Lrz /programs/develop/examples/editbox/trunk/ modify macros and optimization  
481 6209 d 23 h diamond /programs/network/ftps/ ftps rewritten to function 70  
478 6210 d 22 h Ghost /programs/system/mgb/trunk/ MGB
* Fast calls source ready
 
477 6210 d 23 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
 
475 6213 d 21 h Ghost /programs/system/pcidev/trunk/ fixed
* Same little bugs
* Source code formating
* PCI version normalized 0210 -> 2.10
added
* + 13 vendor (total now 1000!)
* + 3 class type
* Fast call source ready
* Device IRQ detection
optimized
* ! size optimized (61025 -> 32501 see added)
* easy to add new vendor & class names
 
474 6215 d 23 h diamond /programs/ * KFar 0.32.
* smtps modified to use function 70 and standard header in function 0.
 
470 6224 d 3 h serge /programs/media/jpegview/trunk/ From Mario79: updated jpegview  
468 6228 d 7 h Lrz /programs/develop/examples/editbox/trunk/ Modify macros and add History, FAQ.txt  
463 6235 d 3 h Lrz /programs/develop/examples/editbox/trunk/ fixed bug  
461 6235 d 5 h Lrz /programs/develop/examples/editbox/trunk/ rewrite editbox, modify mouse function, modify key function  
460 6235 d 18 h diamond /programs/media/pic4/trunk/ fixed pic4 broken in r451 (e.g. 'BOOT' parameter handling  
452 6242 d 12 h heavyiron /programs/system/calendar/trunk/ Calendar from ДедОк with ability to change system time  
451 6243 d 10 h heavyiron /programs/ *Cpuid 2.19 - client-relative drawing, title with Fn0
*Pic4 - client-relative drawing, title with Fn0, system colors
*rdsave, run, scrshoot - fixes for current editbox
*vrr_m - fixed header
 
450 6244 d 1 h Ghost /programs/system/cpuid/trunk/ CPUID 2.18 by Wildwest  
449 6244 d 5 h Lrz /programs/develop/examples/editbox/trunk/ modification event handler mouse  
447 6245 d 23 h heavyiron /programs/system/board/trunk/ fixed board to work with 4096 Kb buffer (thanks to diamond), small optimizations and fixes  
446 6246 d 0 h Lrz /programs/develop/examples/editbox/trunk/ fixed bug  
443 6248 d 22 h diamond /programs/system/panel/trunk/ @panel: support for Alt+Tab/Alt+Shift+Tab  
439 6249 d 6 h Lrz /programs/develop/examples/editbox/trunk/ mouse dicsharge array  
437 6250 d 1 h diamond / * bootcode: revision string is now calculated at compile-time
* taskman.inc: do not add '@' to thread names
* @panel: do not draw undefined (zero-sized) windows
* rd.inc: corrected folder creation
 
423 6258 d 17 h heavyiron /programs/system/icon/trunk/ Icons from Leency  
411 6268 d 21 h heavyiron /programs/system/icon/trunk/ Fixed very old (since Kolibri4) mistake in ICON drawing: now it is faster without black button blinking. Some optimizations.  
410 6269 d 0 h diamond /programs/develop/mtdbg/ mtdbg knows about syscall and sysenter  
409 6269 d 8 h heavyiron /programs/system/icon/trunk/ *Correct terminating of icons when applying changes
*SPraid forgot to add one "mov eax,70" - fixed
 
408 6269 d 21 h halyavin /programs/system/icon/trunk/ ICON rewritten to 70 function (by SPraid).