Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
2565 4439 d 21 h mario79 /programs/demos/3dcube2/trunk/ Fix for r.2491  
/programs/demos/3dcube2/trunk/3DCUBE2.ASM
/programs/demos/3dcube2/trunk/build_en.bat
/programs/demos/3dcube2/trunk/build_ru.bat
2564 4439 d 22 h mario79 /programs/demos/3DS/ VIEWS3DS - fix for kernel r.2536. Programmers should observe the correct order of data by a call of kernel functions! Read documentation! RTFM!  
/programs/demos/3DS/VIEW3DS.ASM
2563 4439 d 22 h hidnplayr /kernel/branches/net/applications/ Added CWD command to FTP daemon (net branch)  
/kernel/branches/net/applications/ftpd/commands.inc
/kernel/branches/net/applications/ftpd/ftpd.asm
/kernel/branches/net/applications/struct.inc
2562 4440 d 2 h hidnplayr /kernel/branches/net/applications/ftpd/ Implemented Passive mode and LIST command in new FTP daemon (net branch)  
/kernel/branches/net/applications/ftpd/commands.inc
/kernel/branches/net/applications/ftpd/ftpd.asm
2561 4440 d 3 h mario79 /kernel/trunk/ Rollback for SVN r.2468 - change_task not needed.  
/kernel/trunk/kernel.asm
2560 4440 d 6 h hidnplayr /kernel/branches/net/applications/ftpd/ Added some more commands to the new FTP Daemon (net branch)  
/kernel/branches/net/applications/ftpd/commands.inc
/kernel/branches/net/applications/ftpd/ftpd.asm
2559 4440 d 14 h mario79 /programs/system/cpu/trunk/ CPU v1.7
1) Code refactoring and optimization.
2) Added russian language support.
3) Fix - processes information showing not been updated during the processing of mouse events.
 
/programs/system/cpu/trunk/build_ru.bat
/programs/system/cpu/trunk/build_en.bat
/programs/system/cpu/trunk/build_et.bat
/programs/system/cpu/trunk/build_ge.bat
/programs/system/cpu/trunk/cpu.asm
2558 4440 d 19 h leency /programs/network/htmlv/browser/ HTMLv: file size decreased, thanks lev  
/programs/network/htmlv/browser/HTMLv.c--
2557 4440 d 19 h hidnplayr /kernel/branches/net/applications/ftpd/ Further development of the new FTP daemon (net branch)  
/kernel/branches/net/applications/ftpd/commands.inc
/kernel/branches/net/applications/ftpd/ftpd.asm
2556 4440 d 21 h hidnplayr /kernel/branches/net/applications/tcpserv/ Better text printing for TCPserv (net branch)  
/kernel/branches/net/applications/tcpserv/tcpserv.asm
2555 4440 d 21 h hidnplayr /kernel/branches/net/network/ Fixed bug in TCP_input.listen, clarified some of the debug output (net branch)  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
2554 4440 d 23 h hidnplayr /kernel/branches/net/applications/ftpd/ added FTP daemon stub (net branch)  
/kernel/branches/net/applications/ftpd
/kernel/branches/net/applications/ftpd/commands.inc
/kernel/branches/net/applications/ftpd/ftpd.asm
/kernel/branches/net/applications/ftpd/ftpd.ini
/kernel/branches/net/applications/ftpd/users.ini
2553 4440 d 23 h hidnplayr /kernel/branches/net/network/ Bugfix for ICMP sockets in net branch  
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/icmp.inc
2552 4441 d 4 h leency /programs/demos/firework/trunk/ firework: no window bg... i wish this craziness ends one day  
/programs/demos/firework/trunk/firework.asm
2551 4441 d 4 h leency /programs/demos/free3d04/trunk/ free3d04: no window bg  
/programs/demos/free3d04/trunk/free3d04.asm
2550 4441 d 4 h leency /programs/system/setup/trunk/ Setup: window caption changet to more logical  
/programs/system/setup/trunk/setup.asm
2549 4441 d 5 h leency /programs/system/zkey/trunk/ zkey 0.51: window caption updated  
/programs/system/zkey/trunk/ASPAPI.INC
/programs/system/zkey/trunk/ZKEY.ASM
2548 4441 d 17 h mario79 /programs/system/icon/trunk/ ICON:
1) Drawing selection rectangle.
2) Using new kernel function: 15.9
 
/programs/system/icon/trunk/dat_area.inc
/programs/system/icon/trunk/icon.asm
/programs/system/icon/trunk/mouse.inc
2547 4441 d 17 h mario79 /kernel/trunk/ Function 15.9 - Redraws a rectangular part of the background  
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/docs/sysfuncs.txt
/kernel/trunk/kernel.asm
2546 4441 d 19 h leency /data/ default screensaver changed to assm mode  
/data/Vortex86MX-eng/File Managers/eolite.ini
/data/eng/File Managers/eolite.ini
/data/eng/autorun.dat
/data/new-stack/File Managers/eolite.ini
/data/rus/File Managers/eolite.ini
/data/rus/autorun.dat
2545 4441 d 20 h mario79 /kernel/trunk/ Fix for r. 2480  
/kernel/trunk/kernel.asm
2544 4441 d 20 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in some network drivers. (net branch)  
/kernel/branches/net/drivers/RTL8029.asm
/kernel/branches/net/drivers/RTL8139.asm
/kernel/branches/net/drivers/RTL8169.asm
/kernel/branches/net/drivers/dec21x4x.asm
/kernel/branches/net/drivers/mtd80x.asm
/kernel/branches/net/drivers/pcnet32.asm
/kernel/branches/net/drivers/sis900.asm
2543 4441 d 22 h hidnplayr /kernel/branches/net/applications/telnet/ Bugfix in telnet when connection cannot be made (net branch)  
/kernel/branches/net/applications/telnet/telnet.asm
2542 4441 d 23 h mario79 /programs/system/icon/trunk/ ICON - Fix for previous revision, not drawed icons after startup in certain cases.  
/programs/system/icon/trunk/dat_area.inc
/programs/system/icon/trunk/icon.asm
2541 4441 d 23 h hidnplayr /kernel/branches/net/ Bugfix for Telnet and tcp socket close in net branch  
/kernel/branches/net/applications/telnet/telnet.asm
/kernel/branches/net/network/socket.inc
2540 4442 d 0 h hidnplayr /kernel/branches/net/ Sync net branch with trunk  
/kernel/branches/net/video/arrow_clock.cur
/kernel/branches/net/blkdev/cd_drv.inc
/kernel/branches/net/blkdev/cdrom.inc
/kernel/branches/net/blkdev/disk.inc
/kernel/branches/net/blkdev/disk_cache.inc
/kernel/branches/net/blkdev/fdc.inc
/kernel/branches/net/blkdev/flp_drv.inc
/kernel/branches/net/blkdev/hd_drv.inc
/kernel/branches/net/blkdev/ide_cache.inc
/kernel/branches/net/blkdev/rd.inc
/kernel/branches/net/blkdev/rdsave.inc
/kernel/branches/net/boot/bootcode.inc
/kernel/branches/net/boot/booteng.inc
/kernel/branches/net/boot/bootet.inc
/kernel/branches/net/boot/bootge.inc
/kernel/branches/net/boot/bootru.inc
/kernel/branches/net/boot/bootstr.inc
/kernel/branches/net/boot/bootvesa.inc
/kernel/branches/net/boot/et.inc
/kernel/branches/net/boot/preboot.inc
/kernel/branches/net/boot/rdload.inc
/kernel/branches/net/boot/ru.inc
/kernel/branches/net/boot/shutdown.inc
/kernel/branches/net/bus/pci/PCIe.inc
/kernel/branches/net/bus/pci/pci16.inc
/kernel/branches/net/bus/pci/pci32.inc
/kernel/branches/net/const.inc
/kernel/branches/net/core/apic.inc
/kernel/branches/net/core/conf_lib.inc
/kernel/branches/net/core/debug.inc
/kernel/branches/net/core/dll.inc
/kernel/branches/net/core/export.inc
/kernel/branches/net/core/exports.inc
/kernel/branches/net/core/ext_lib.inc
/kernel/branches/net/core/fpu.inc
/kernel/branches/net/core/heap.inc
/kernel/branches/net/core/irq.inc
/kernel/branches/net/core/malloc.inc
/kernel/branches/net/core/memory.inc
/kernel/branches/net/core/peload.inc
/kernel/branches/net/core/sched.inc
/kernel/branches/net/core/string.inc
/kernel/branches/net/core/sync.inc
/kernel/branches/net/core/sys32.inc
/kernel/branches/net/core/syscall.inc
/kernel/branches/net/core/taskman.inc
/kernel/branches/net/core/test_malloc.asm
/kernel/branches/net/core/timers.inc
/kernel/branches/net/core/v86.inc
/kernel/branches/net/data16.inc
/kernel/branches/net/data32.inc
/kernel/branches/net/detect/biosdisk.inc
/kernel/branches/net/detect/biosmem.inc
/kernel/branches/net/detect/dev_fd.inc
/kernel/branches/net/detect/dev_hdcd.inc
/kernel/branches/net/detect/disks.inc
/kernel/branches/net/detect/getcache.inc
/kernel/branches/net/detect/sear_par.inc
/kernel/branches/net/drivers/sceletone.asm
/kernel/branches/net/fdo.inc
/kernel/branches/net/fs/ext2.inc
/kernel/branches/net/fs/fat12.inc
/kernel/branches/net/fs/fat32.inc
/kernel/branches/net/fs/fs.inc
/kernel/branches/net/fs/fs_lfn.inc
/kernel/branches/net/fs/iso9660.inc
/kernel/branches/net/fs/ntfs.inc
/kernel/branches/net/fs/parse_fn.inc
/kernel/branches/net/fs/part_set.inc
/kernel/branches/net/gui/button.inc
/kernel/branches/net/gui/event.inc
/kernel/branches/net/gui/font.inc
/kernel/branches/net/gui/mouse.inc
/kernel/branches/net/gui/mousepointer.inc
/kernel/branches/net/gui/skincode.inc
/kernel/branches/net/gui/skindata.inc
/kernel/branches/net/gui/window.inc
/kernel/branches/net/hid/mousedrv.inc
/kernel/branches/net/hid/set_dtc.inc
/kernel/branches/net/imports.inc
/kernel/branches/net/init.inc
/kernel/branches/net/kernel.asm
/kernel/branches/net/kernel32.inc
/kernel/branches/net/kglobals.inc
/kernel/branches/net/macros.inc
/kernel/branches/net/memmap.inc
/kernel/branches/net/proc32.inc
/kernel/branches/net/sound/playnote.inc
/kernel/branches/net/video/blitter.inc
/kernel/branches/net/video/cursors.inc
/kernel/branches/net/video/vesa12.inc
/kernel/branches/net/video/vesa20.inc
/kernel/branches/net/video/vga.inc
2539 4442 d 3 h hidnplayr /kernel/branches/net/applications/telnet/ Fixed Telnet for net branch.
Not the most elegant sollution but at least it works now!
 
/kernel/branches/net/applications/telnet/telnet.asm
2538 4442 d 15 h mario79 / ICON v3.00 -
1) Program used only 2 threads: draw and mouse.
2) Used new kernel functions: 25, 34, 15.8, 4 (redirect).
3) Used PNG icons with transparent.
 
/data/Vortex86MX-eng/iconstrp.png
/data/eng/iconstrp.png
/data/new-stack/iconstrp.png
/data/rus/iconstrp.png
/programs/system/icon/trunk/dat_area.inc
/programs/system/icon/trunk/data.inc
/programs/system/icon/trunk/debug.inc
/programs/system/icon/trunk/iconstrp.png
/programs/system/icon/trunk/mouse.inc
/data/Vortex86MX-eng/iconstrp.gif
/data/eng/iconstrp.gif
/data/new-stack/iconstrp.gif
/data/rus/iconstrp.gif
/programs/system/icon/trunk/gif_lite.inc
/programs/system/icon/trunk/iconstrp.gif
/data/Vortex86MX-eng/Makefile
/data/eng/Makefile
/data/new-stack/Makefile
/data/rus/Makefile
/programs/system/icon/trunk/icon.asm
2537 4442 d 16 h mario79 /kernel/trunk/ Optimization f.15.8  
/kernel/trunk/kernel.asm
2536 4442 d 17 h mario79 /kernel/trunk/ Function 4 - added redirect the output to the user area.  
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/docs/sysfuncs.txt
/kernel/trunk/gui/font.inc
/kernel/trunk/kernel.asm
2535 4443 d 17 h mario79 /programs/system/ss/trunk/ @SS - boot parameters: ZERO, ASSM  
/programs/system/ss/trunk/@ss.asm
2534 4443 d 19 h mario79 /kernel/trunk/gui/ small optimization for get_event_for_app  
/kernel/trunk/gui/event.inc
2533 4443 d 20 h mario79 /programs/system/rb/trunk/ @RB - BOARD item added, instead VRR item  
/programs/system/rb/trunk/@RB.ASM
/programs/system/rb/trunk/build_en.bat
/programs/system/rb/trunk/build_ru.bat
2532 4443 d 23 h mario79 /programs/system/panel/trunk/ @PANEL - taskbar. Some optimisations and code refactoring. Intermediate stage.  
/programs/system/panel/trunk/@PANEL.ASM
/programs/system/panel/trunk/MOI.INC
/programs/system/panel/trunk/build_en.bat
/programs/system/panel/trunk/build_et.bat
/programs/system/panel/trunk/build_ru.bat
/programs/system/panel/trunk/ctx_menu.asm
2531 4443 d 23 h mario79 /programs/develop/scancode/trunk/ SCANCODE - In this program, the output region of the working of the text should ALWAYS be WHITE and the text should ALWAYS be BLACK. This program should be FOR PEOPLE, not for AESTHETES with a "good" taste.  
/programs/develop/scancode/trunk/build_en.bat
/programs/develop/scancode/trunk/build_ru.bat
/programs/develop/scancode/trunk/scancode.asm
2530 4444 d 8 h leency /programs/develop/libraries/console/ console.obj: no window bg, window do not resize  
/programs/develop/libraries/console/console.asm
2529 4444 d 23 h mario79 /programs/system/ss/trunk/ @SS - screensaver. Some optimisations and code refactoring.  
/programs/system/ss/trunk/@ss.asm
/programs/system/ss/trunk/build_en.bat
/programs/system/ss/trunk/build_ru.bat
2528 4445 d 5 h leency /programs/ correction kolibri.h-- for DefineButton. It defines only after deletion previous button with this ID.  
/programs/fs/Eolite/trunk/Eolite.c--
/programs/fs/Eolite/trunk/lib/kolibri.h--
/programs/network/htmlv/lib/kolibri.h--
2527 4445 d 5 h leency /programs/fs/Eolite/trunk/ Eolite: improvements for the future  
/programs/fs/Eolite/trunk/Eolite.c--
2526 4445 d 8 h leency /programs/games/pipes/ Effort to fix Pipes  
/programs/games/pipes/pipes.asm