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
204 6415 d 20 h heavyiron /kernel/tags/kolibri0.6.3.0/ Tag for Kolibri0.6.3.0  
/kernel/tags/kolibri0.6.3.0
186 6429 d 5 h diamond /kernel/trunk/ Final attempt to fix border drawing  
/kernel/trunk/gui/skincode.inc
/kernel/trunk/gui/window.inc
/kernel/trunk/kernel.asm
181 6435 d 6 h diamond /kernel/trunk/gui/ Corrected border drawing code.  
/kernel/trunk/gui/window.inc
163 6442 d 8 h diamond /kernel/trunk/ Fixed bug with border drawing  
/kernel/trunk/gui/window.inc
/kernel/trunk/kernel.asm
150 6459 d 4 h diamond /kernel/ File subsystem: fixed error in function 70.5 for CD
Window subsystem: now when window coordinates are changed,
client area is changed too
 
/kernel/branches/gfx_kernel/fs/iso9660.inc
/kernel/trunk/fs/iso9660.inc
/kernel/trunk/gui/window.inc
/kernel/trunk/kernel.asm
142 6479 d 4 h diamond / Kernel: fixed work with zero-size windows
launcher, @rb: modified to use function 70
 
/kernel/trunk/core/sys32.inc
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/docs/sysfuncs.txt
/kernel/trunk/gui/window.inc
/programs/system/launcher/trunk/launcher.asm
/programs/system/rb/trunk/@RB.ASM
139 6480 d 3 h diamond / Kernel: rewritten function 4
@rcher, ac97wav, midamp, rtfread: modified to use function 70
 
/kernel/branches/gfx_kernel/core/newproce.inc
/kernel/branches/gfx_kernel/gui/font.inc
/kernel/branches/gfx_kernel/kernel.asm
/kernel/trunk/boot/shutdown.inc
/kernel/trunk/core/newproce.inc
/kernel/trunk/docs/sysfuncs.txt
/kernel/trunk/fs/fat32.inc
/kernel/trunk/gui/font.inc
/kernel/trunk/kernel.asm
/programs/media/ac97wav/trunk/ac97wav.asm
/programs/media/ac97wav/trunk/frontend.inc
/programs/media/ac97wav/trunk/macros.inc
/programs/media/ac97wav/trunk/meosfunc.inc
/programs/media/midamp/trunk/draw.inc
/programs/media/midamp/trunk/event.inc
/programs/media/midamp/trunk/gif_lite.inc
/programs/media/midamp/trunk/playlist.inc
/programs/other/archer/trunk/@RCHER.ASM
/programs/other/archer/trunk/data.inc
/programs/other/archer/trunk/dump.inc
/programs/other/archer/trunk/macros.inc
/programs/other/archer/trunk/sys.inc
/programs/other/rtfread/trunk/bgifont.inc
/programs/other/rtfread/trunk/rtf_lite.inc
/programs/other/rtfread/trunk/rtfread.asm
117 6497 d 22 h mario79 /kernel/trunk/ 1. Optimization of the mode 320*200*256. Load on CPU is less. Small increase of speed.
2. Optimization of the mode 640*480*16. Substantial growth of speed.
3. At the expense of deleting the superfluous code from vga.inc the size of a kernel has decreased.
 
/kernel/trunk/boot/shutdown.inc
/kernel/trunk/gui/window.inc
/kernel/trunk/kernel.asm
/kernel/trunk/video/vesa20.inc
/kernel/trunk/video/vga.inc
115 6502 d 6 h poddubny /kernel/trunk/ Introduced APPDATA, TASKDATA, WNDDATA, RECT, BOX structures.  
/kernel/trunk/blkdev/cdrom.inc
/kernel/trunk/blkdev/flp_drv.inc
/kernel/trunk/blkdev/rdsave.inc
/kernel/trunk/core/debug.inc
/kernel/trunk/core/mem.inc
/kernel/trunk/core/newproce.inc
/kernel/trunk/core/physmem.inc
/kernel/trunk/core/sched.inc
/kernel/trunk/core/sync.inc
/kernel/trunk/core/sys32.inc
/kernel/trunk/core/syscall.inc
/kernel/trunk/fs/fat12.inc
/kernel/trunk/fs/fat32.inc
/kernel/trunk/fs/iso9660.inc
/kernel/trunk/gui/button.inc
/kernel/trunk/gui/event.inc
/kernel/trunk/gui/skincode.inc
/kernel/trunk/gui/window.inc
/kernel/trunk/hid/keyboard.inc
/kernel/trunk/kernel.asm
/kernel/trunk/kernel32.inc
/kernel/trunk/memmap.inc
/kernel/trunk/network/stack.inc
/kernel/trunk/network/tcp.inc
/kernel/trunk/network/udp.inc
/kernel/trunk/sound/sb16.inc
/kernel/trunk/video/vesa12.inc
/kernel/trunk/video/vesa20.inc
/kernel/trunk/video/vga.inc
114 6504 d 21 h mikedld /kernel/trunk/ Added two flags to 0th function (edx = 0xXYRRGGBB, X = DCBAb)
A - window has a caption; if Y=3, then caption scting address could be passed in
edi, otherwise use function 71/1
B - treat all drawing performed to be relative to window client area
D - use gradient fill for client area
Added function 71:
subfunction 1 - set window caption string address (in ecx)
subfunction 2 - get window caption into buffer (not implemented yet)
Updated sysfuncr.txt, added sysfuncs.txt
 
/kernel/trunk/docs/sysfuncs.txt
/kernel/trunk/core/sys32.inc
/kernel/trunk/core/syscall.inc
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/gui/button.inc
/kernel/trunk/gui/skincode.inc
/kernel/trunk/gui/skindata.inc
/kernel/trunk/gui/window.inc
/kernel/trunk/kernel.asm
/kernel/trunk/kernel32.inc
112 6507 d 2 h poddubny /kernel/trunk/ 1. faster GUI: calculatescreen
2. fixed sysfunc 1 - put pixel which was completely broken
 
/kernel/trunk/core/sys32.inc
/kernel/trunk/gui/window.inc
/kernel/trunk/kernel.asm
/kernel/trunk/vmodeint.inc
106 6513 d 7 h john /kernel/trunk/gui/ Now 4 function can output zero-ended(ASCIIZ) strings.
The strings output code was optimized.
Fixed bug - max string length was being checked incorrectly
 
/kernel/trunk/gui/font.inc
105 6514 d 6 h poddubny /kernel/trunk/ Direct window activation without osloop/checkwindows, straightforward window minimizing  
/kernel/trunk/core/sys32.inc
/kernel/trunk/gui/window.inc
/kernel/trunk/kernel.asm
/kernel/trunk/memmap.inc
102 6516 d 2 h poddubny /kernel/trunk/ 1. a little fix for scheduler + correct comments
2. refactored window activation/ process termination/ getting active process
3. deleted dead code in checkwindows
4. eliminated almost all accesses to 0x3020+...+0xe, changed to direct process number
5. cli/sti in vesa12 and vga drivers and in calculatescreen
6. skipping dead windows in some funcs in window.inc
 
/kernel/trunk/core/sched.inc
/kernel/trunk/core/sys32.inc
/kernel/trunk/gui/button.inc
/kernel/trunk/gui/window.inc
/kernel/trunk/hid/mousedrv.inc
/kernel/trunk/kernel.asm
/kernel/trunk/memmap.inc
/kernel/trunk/video/vesa12.inc
/kernel/trunk/video/vesa20.inc
/kernel/trunk/video/vga.inc
92 6539 d 4 h diamond /kernel/trunk/ Hotkeys are now supported  
/kernel/trunk/core/sys32.inc
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/gui/event.inc
/kernel/trunk/hid/keyboard.inc
/kernel/trunk/kernel.asm
57 6650 d 15 h mikedld /kernel/trunk/gui/ Fix to saving window position code  
/kernel/trunk/gui/window.inc
54 6656 d 23 h mikedld /kernel/trunk/gui/ Fixes to skin drawing code, in case default.skn wasn't loaded on OS startup
Prevent creation of buttons with negative or zero width/height
 
/kernel/trunk/gui/button.inc
/kernel/trunk/gui/skincode.inc
/kernel/trunk/gui/skindata.inc
/kernel/trunk/gui/window.inc
53 6657 d 4 h mikedld /kernel/trunk/ Fixes to skin drawing code, in case default.skn wasn't loaded on OS startup  
/kernel/trunk/gui/skincode.inc
/kernel/trunk/kernel.asm
52 6657 d 5 h mikedld /kernel/trunk/ Allow programs to draw negative pixels and lines
Save window bounds (not just position) before rolling up or maximizing
New functions:
48/7 - get skin margins
48/8 - set window skin
 
/kernel/trunk/fs/fat32.inc
/kernel/trunk/gui/skincode.inc
/kernel/trunk/gui/window.inc
/kernel/trunk/kernel.asm
/kernel/trunk/video/vesa20.inc
49 6671 d 6 h mikedld /kernel/trunk/ *Real* fix for VRR problem
Fixes to workarea management code
Removed check_window_move_request from osloop, now windows are moved immediately
New skins format - all skin data in in separate file now (*.skn)
Changed skinned window drawing accordingly
 
/kernel/trunk/skin_v3.7z
/kernel/trunk/scin_v2.7z
/kernel/trunk/gui/skincode.inc
/kernel/trunk/gui/skindata.inc
/kernel/trunk/gui/window.inc
/kernel/trunk/kernel.asm
/kernel/trunk/vmodeint.inc
45 6683 d 23 h mario79 /kernel/trunk/gui/ Fix error VRR+FULLSCREEN WINDOW  
/kernel/trunk/gui/window.inc
41 6688 d 10 h mikedld /kernel/trunk/ changes/improvements in maximize/minimize/rollup windows functionality
added functions:
48/5 - get screen workarea
48/6 - set screen workarea
 
/kernel/trunk/core/newproce.inc
/kernel/trunk/gui/button.inc
/kernel/trunk/gui/window.inc
/kernel/trunk/kernel.asm
/kernel/trunk/kernel32.inc
/kernel/trunk/video/vesa20.inc
40 6695 d 3 h halyavin /kernel/trunk/ *Reduced size of boot code. (diamond)
*Debug API added. (diamond)
 
/kernel/trunk/core/debug.inc
/kernel/trunk/boot/bootcode.inc
/kernel/trunk/boot/booteng.inc
/kernel/trunk/boot/bootru.inc
/kernel/trunk/core/newproce.inc
/kernel/trunk/core/sched.inc
/kernel/trunk/core/sys32.inc
/kernel/trunk/core/syscall.inc
/kernel/trunk/fs/fs.inc
/kernel/trunk/gui/event.inc
/kernel/trunk/hid/keyboard.inc
/kernel/trunk/kernel.asm
38 6701 d 7 h halyavin /kernel/trunk/gui/ fix strange button drawing for bright buttons  
/kernel/trunk/gui/button.inc
35 6709 d 6 h halyavin /kernel/trunk/ fixed bug with windows active/inactive caption (aw_yes variable converted to parameter).  
/kernel/trunk/gui/skincode.inc
/kernel/trunk/kernel.asm
33 6714 d 5 h mario79 /kernel/trunk/ 1) Parallel processing of mouses: PS2, COM1, COM2
2) Detection PS2 mouse.
3) Switching FPU in PM with reset.
4) Click on the application button - works only if during release of a up-button mouse the cursor is on the button application. Realization Victor Alberto Gil Hanla (vhanla). Version 1.1
5) Return of focus (activated window) on previous application at completion of the active application
6) Change skin of header of windows type 4, at loss and return of focus (activated window).
 
/kernel/trunk/detect/ps2mouse.inc
/kernel/trunk/hid/m_com1.inc
/kernel/trunk/hid/m_com2.inc
/kernel/trunk/hid/m_ps2.inc
/kernel/trunk/hid/mousedrv.inc
/kernel/trunk/scin_v2.7z
/kernel/trunk/core/sys32.inc
/kernel/trunk/detect/commouse.inc
/kernel/trunk/gui/button.inc
/kernel/trunk/gui/skincode.inc
/kernel/trunk/gui/skindata.inc
/kernel/trunk/gui/window.inc
/kernel/trunk/kernel.asm
/kernel/trunk/kernel32.inc
/kernel/trunk/memmap.inc
/kernel/trunk/video/vesa20.inc
/kernel/trunk/video/vga.inc
28 6747 d 2 h mario79 /kernel/trunk/ Click on the application button - works only if during release of a up-button mouse the cursor is on the button application. Realization Victor Alberto Gil Hanla (vhanla).  
/kernel/trunk/gui/button.inc
/kernel/trunk/kernel.asm
24 6765 d 7 h halyavin /kernel/trunk/gui/ Fixed displaying of second font. New fonts are required.
You can download them at http://shade.msu.ru/~msu-se/temp/char.7z
 
/kernel/trunk/gui/font.inc
21 6774 d 1 h poddubny /kernel/trunk/ * boot cleanups (kernel.asm)
* faster & cleaner checkpixel (kernel.asm)
* a little bugfix in newproce.inc (".failed" -> ".cleanfailed")
* Halyavin's bugfix in mem.inc
* sheduler doesn't active proesses waiting for an event (func 10) (event.inc, sched.inc)
* faster event check (event.inc)
 
/kernel/trunk/core/mem.inc
/kernel/trunk/core/newproce.inc
/kernel/trunk/core/sched.inc
/kernel/trunk/gui/event.inc
/kernel/trunk/kernel.asm
12 6787 d 6 h halyavin /kernel/trunk/ *Font functions have been rewritten. Now kernel use bit-compressed fonts.
You must use char.mt and char2.mt from MeOsEmul or MeOsDebug program
or download them at http://shade.msu.ru/~msu-se/temp/char.7z
*Small fix in memmap.inc for memory manager.
 
/kernel/trunk/boot/bootcode.inc
/kernel/trunk/gui/font.inc
/kernel/trunk/kernel.asm
/kernel/trunk/memmap.inc
7 6798 d 1 h me_root /kernel/trunk/ fixed problem with non-lowercase includes  
/kernel/trunk/gui/skincode.inc
/kernel/trunk/kernel.asm
2 6805 d 12 h msu-se / moving to kernel directory  
/kernel
/kernel/trunk
/trunk
1 6805 d 23 h ha /trunk/ Kolibri 5 initial checkout  
/trunk
/trunk/blkdev
/trunk/blkdev/cdrom.inc
/trunk/blkdev/fdc.inc
/trunk/blkdev/flp_drv.inc
/trunk/blkdev/rd.inc
/trunk/blkdev/rdsave.inc
/trunk/boot
/trunk/boot/bootcode.inc
/trunk/boot/booteng.inc
/trunk/boot/bootru.inc
/trunk/boot/preboot.inc
/trunk/boot/rdload.inc
/trunk/boot/ru.inc
/trunk/boot/shutdown.inc
/trunk/build_en.bat
/trunk/build_ru.bat
/trunk/bus
/trunk/bus/pci
/trunk/bus/pci/pci16.inc
/trunk/bus/pci/pci32.inc
/trunk/core
/trunk/core/fpu.inc
/trunk/core/mem.inc
/trunk/core/memmanag.inc
/trunk/core/newproce.inc
/trunk/core/physmem.inc
/trunk/core/sched.inc
/trunk/core/sync.inc
/trunk/core/sys32.inc
/trunk/core/syscall.inc
/trunk/detect
/trunk/detect/commouse.inc
/trunk/detect/dev_fd.inc
/trunk/detect/dev_hdcd.inc
/trunk/detect/disks.inc
/trunk/detect/sear_par.inc
/trunk/fs
/trunk/fs/fat12.inc
/trunk/fs/fat32.inc
/trunk/fs/fs.inc
/trunk/fs/fs_phys.inc
/trunk/gui
/trunk/gui/button.inc
/trunk/gui/event.inc
/trunk/gui/font.inc
/trunk/gui/mouse.inc
/trunk/gui/skincode.inc
/trunk/gui/skindata.inc
/trunk/gui/window.inc
/trunk/hid
/trunk/hid/keyboard.inc
/trunk/hid/set_dtc.inc
/trunk/kernel.asm
/trunk/kernel16.inc
/trunk/kernel32.inc
/trunk/kglobals.inc
/trunk/memmap.inc
/trunk/network
/trunk/network/eth_drv
/trunk/network/eth_drv/3c59x.inc
/trunk/network/eth_drv/ethernet.inc
/trunk/network/eth_drv/i8255x.inc
/trunk/network/eth_drv/pcnet32.inc
/trunk/network/eth_drv/rtl8029.inc
/trunk/network/eth_drv/rtl8139.inc
/trunk/network/eth_drv/sis900.inc
/trunk/network/ip.inc
/trunk/network/queue.inc
/trunk/network/stack.inc
/trunk/network/tcp.inc
/trunk/network/udp.inc
/trunk/sound
/trunk/sound/playnote.inc
/trunk/sound/sb16.inc
/trunk/video
/trunk/video/vesa12.inc
/trunk/video/vesa20.inc
/trunk/video/vga.inc
/trunk/vmodeint.inc
/trunk/vmodeld.inc