Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
114 6478 d 8 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
102 6489 d 12 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
54 6630 d 9 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
41 6661 d 21 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
38 6674 d 17 h halyavin /kernel/trunk/gui/ fix strange button drawing for bright buttons  
/kernel/trunk/gui/button.inc
33 6687 d 15 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 6720 d 12 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
2 6778 d 22 h msu-se / moving to kernel directory  
/kernel
/kernel/trunk
/trunk
1 6779 d 9 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

Show All