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
485 6194 d 12 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 6194 d 22 h Lrz /programs/develop/examples/editbox/trunk/ modify macros and optimization  
477 6197 d 13 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 6214 d 22 h Lrz /programs/develop/examples/editbox/trunk/ Modify macros and add History, FAQ.txt  
463 6221 d 18 h Lrz /programs/develop/examples/editbox/trunk/ fixed bug  
461 6221 d 19 h Lrz /programs/develop/examples/editbox/trunk/ rewrite editbox, modify mouse function, modify key function  
449 6230 d 19 h Lrz /programs/develop/examples/editbox/trunk/ modification event handler mouse  
446 6232 d 14 h Lrz /programs/develop/examples/editbox/trunk/ fixed bug  
439 6235 d 20 h Lrz /programs/develop/examples/editbox/trunk/ mouse dicsharge array  
410 6255 d 14 h diamond /programs/develop/mtdbg/ mtdbg knows about syscall and sysenter  
404 6256 d 15 h Lrz /programs/develop/examples/editbox/trunk/ upgrade add mouse+shift  
403 6256 d 17 h Lrz /programs/develop/examples/editbox/trunk/ upgrade  
402 6256 d 19 h Lrz /programs/develop/examples/editbox/trunk/ upgrade editbox  
398 6258 d 12 h Ghost /programs/develop/fast_call_test/ Fast call demo program update  
396 6258 d 17 h Lrz /programs/develop/examples/editbox/trunk/ upgrade editbox 07.03.2007  
391 6259 d 12 h Lrz /programs/develop/examples/editbox/trunk/ upgrade editbox  
383 6264 d 3 h heavyiron /programs/develop/examples/ removed old optionbox, very small fixes in radiobutton, checkbox, modified template  
376 6267 d 14 h serge /programs/ updated soundlib, DOOM, ac97snd  
375 6268 d 12 h Ghost / Fast System Call
Currently it only for kernel developing
See : http://meos.sysbin.com/viewtopic.php?t=662
 
374 6268 d 17 h serge /programs/ DOOM alpha 4  
370 6271 d 17 h heavyiron /programs/develop/fasm/trunk/ fasm 1.67.21  
368 6271 d 19 h serge /programs/develop/sdk/trunk/sound/ volume and pan control  
367 6272 d 16 h Lrz /programs/develop/examples/radiobutton/trunk/ upgrade radiobatton  
366 6272 d 19 h Lrz /programs/develop/examples/checkbox/trunk/ upgrade checkbox, add new & old vesion. Paste cod at Heavyiron  
362 6274 d 19 h Lrz /programs/develop/examples/radiobutton/trunk/ upgrade component optionbox  
361 6274 d 19 h Lrz /programs/develop/examples/checkbox/trunk/ upgrade component checkbox  
360 6274 d 19 h Lrz /programs/develop/examples/checkbox/trunk/ upgrade component checkbox  
359 6274 d 20 h serge /programs/develop/ OpenWatcom clib and sdk/sound  
356 6277 d 12 h Lrz /programs/develop/examples/radiobutton/trunk/ upgrade component  
355 6277 d 15 h Lrz /programs/develop/examples/radiobutton/ add  
353 6278 d 0 h heavyiron /programs/ *added OptionBox
*temporary links to editbox and checkbox (..\..\..\develop\examples...) for rdsave, run, scrshoot
*optimised circle
 
350 6278 d 12 h Lrz /programs/develop/examples/editbox/trunk/ upgrade  
348 6278 d 18 h Lrz /programs/develop/examples/editbox/trunk/ bugfix and add new bugs :))  
344 6280 d 7 h mikedld /programs/develop/tinypad/trunk/ Tinypad 4.0.4 (bug with 'paste' from popup)  
343 6280 d 16 h Lrz /programs/develop/examples/editbox/trunk/ fixed bugs and upgrade edit_box  
340 6282 d 1 h heavyiron / *aclock - fixed default size
*fasm updated to 1.67.20
*gmon, setup, calendar - now use fn0 to draw header
*cpu - fix build for "lang fix ru" (it is necessary for new build_all.bat)
*build_all.bat - small fixes and some more functions. Programs now sorting to folders as they are in image. Added ability to compress apps by kpack
*Info about new function 53/11 from hidnplayr in docs
 
332 6285 d 9 h diamond /programs/develop/fasm/trunk/ FASM now compiles non-binary files correctly  
327 6286 d 1 h mikedld /programs/develop/tinypad/trunk/ Tinypad 4.0.4 (put filename of current tab into open/save dialog)  
317 6290 d 0 h heavyiron /programs/develop/ new h2d2b from Alexei Ershov
updated keyascii, scancode, example 1, cpuspeed
 
312 6292 d 4 h mikedld /programs/develop/tinypad/trunk/ Tinypad 4.0.4 (small bugfix again, same place)