Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
5202 3436 d 6 h serge /kernel/trunk/ kernel: initialize handle table  
5130 3510 d 2 h serge /kernel/trunk/ kernel: kolibri-process merged into trunk. This is my little gift to myself for my birthday.  
4772 3675 d 13 h mario79 /kernel/trunk/ Fix for IDE devices:
1) Restore broken HD load for ramdisk image
2) Check of support UDMA mode for disk devices before initialization channel of IDE controller
 
4720 3681 d 13 h mario79 /kernel/trunk/ Fix for r.4700  
4700 3684 d 13 h mario79 /kernel/trunk/ Kernel supports up to three IDE controllers, and all the devices connected to them  
4608 3707 d 20 h clevermouse /kernel/trunk/ reconfigure MTRRs after BIOS, enable write-combining framebuffer in more configurations  
4420 3771 d 22 h clevermouse /kernel/trunk/ split /hd and /bd access into separate includes  
4273 3810 d 18 h clevermouse / support for PnP disks, part 5: FAT12, ramdisk, floppies  
4199 3822 d 6 h mario79 /kernel/trunk/ Kernel Clipboard. f.54.  
3935 3864 d 23 h shikhin /kernel/trunk/ ext2 write support added; CreateFolder and Delete complete.  
3913 3875 d 13 h dunkaist /kernel/trunk/ basic xfs read support  
3536 3988 d 17 h clevermouse /kernel/trunk/ fix some GUI problems highlighted by r3534  
3534 3989 d 1 h clevermouse /kernel/trunk/ priorities in scheduler  
3520 3998 d 10 h clevermouse / USB support  
3296 4076 d 12 h clevermouse /kernel/trunk/ protect thread from external terminate while running sysfn 70  
2455 4428 d 17 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2408 4445 d 6 h Serge /kernel/trunk/ f.40 ebx bit 3: do not send mouse events to inactive window  
2407 4445 d 10 h mario79 /kernel/trunk/ We do not use Vesa 1.2 mode (for trunk kernel) is now  
2384 4447 d 15 h hidnplayr /kernel/trunk/ Adapted more structures to use new struct.inc  
2381 4448 d 18 h hidnplayr /kernel/trunk/ Usage of struct.inc from fasm in trunk kernel.  
2288 4579 d 12 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2231 4601 d 17 h Serge /kernel/trunk/ merge apic code  
2146 4621 d 15 h clevermouse /kernel/trunk/ sync with r2143 except for a typo  
2140 4623 d 18 h clevermouse /kernel/trunk/ support for PnP disks, part 2: adapt current caching  
2123 4628 d 22 h clevermouse /kernel/trunk/ forgotten include  
2119 4629 d 16 h clevermouse /kernel/trunk/ support for PnP disks, part 1  
2118 4630 d 1 h serge /kernel/trunk/ move PIC functions into separate file  
2112 4630 d 23 h serge /kernel/trunk/ shared irq's  
1894 4807 d 4 h serge /kernel/trunk/ kernel: new blitter  
1874 4818 d 23 h serge /kernel/trunk/ kernel: set_keyboard_data  
1434 5155 d 16 h serge / linux-like kernel mutexes  
1391 5194 d 15 h mikedld /kernel/trunk/ gui/mouse.inc:
+ new file for GUI-related mouse events handling (old mouse.inc renamed)
gui/button.inc and gui/window.inc:
* refactoring in regards of new mouse.inc:
* obsolete code eliminated
* old'n'ugly `check_buttons` and `checkwindows` removed
* events handlers added
gui/window.inc:
* moved GUI-related syscalls and auxilary functions from kernel.asm
* removed registers cross-ordering from syscall 67 (window move/resize)
+ more comments added
known bugs include:
1. apps using syscall 67 (kfar etc.) may not redraw their old screen area leaving ghost images
2. possibility of mouse cursor artefacts may have increased (this *really* has to be reworked)
 
1379 5208 d 18 h turbanoff /kernel/trunk/ small fix  
1378 5208 d 19 h turbanoff /kernel/trunk/ ext2fs support. read only  
1362 5227 d 9 h mikedld /kernel/trunk/ * gui/window.inc refactoring  
1311 5254 d 11 h diamond /kernel/trunk/ make dll a per-process object  
1220 5304 d 14 h serge /kernel/trunk/ menuet02 tls  
1074 5455 d 1 h Galkov /kernel/trunk/ change functionality of f68:15, f68:18 (discussion on forum topic 1253)  
1055 5509 d 16 h Galkov /kernel/trunk/ refractoring of EVENT, and so on  
983 5599 d 13 h diamond /kernel/trunk/ some cosmetic fixes