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
5363 3395 d 23 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5351 3399 d 2 h serge / kernel: combine display related data in one structure  
5350 3399 d 2 h serge /kernel/trunk/ kernel: remove Screen_Max_X and Screen_Max_Y variables  
5154 3464 d 2 h hidnplayr /kernel/trunk/ Support for 16bpp video modes (usefull for embedded devices such as 86duino with vortex86 VGA)  
3606 3978 d 10 h Serge /kernel/trunk/ kernel: BytesPerScanLine removed, use _display.pitch instead  
3537 3987 d 0 h Serge /kernel/trunk/ kernel: remove ScreenBPP variable  
2575 4403 d 18 h mario79 /kernel/trunk/ Fix for r. 2435  
2480 4420 d 23 h mario79 /kernel/trunk/ Fix for r.2446 - for Qemu or non-standart videocards. Unfortunately [BytesPerScanLine] does not always equal to [_display.width]*[ScreenBPP]/8  
2477 4421 d 9 h mario79 /kernel/trunk/video/ Fix for r. 2446  
2459 4426 d 10 h mario79 /kernel/trunk/video/ Correction for r.2451  
2455 4427 d 3 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2453 4428 d 1 h mario79 /kernel/trunk/ Video draw and VESA - some speedup.  
2451 4428 d 23 h mario79 /kernel/trunk/ VESA draw the small speedup  
2448 4430 d 2 h mario79 /kernel/trunk/ Compatibility with hardware cursor (fix for r.2430 and later)  
2446 4430 d 8 h mario79 /kernel/trunk/ Video draw some speedup.  
2440 4431 d 9 h mario79 /kernel/trunk/video/ Small fix for r. 2438  
2438 4432 d 0 h mario79 /kernel/trunk/ VESA draw some speedup (line, points, text, numbers)  
2436 4432 d 6 h mario79 /kernel/trunk/ 1) VESA draw some speedup
2) VGA draw fix
 
2435 4432 d 10 h mario79 /kernel/trunk/ VESA putimage speedup +30% above the r.2430  
2430 4433 d 4 h mario79 /kernel/trunk/ VESA - new algorithm for showing mouse pointer without a blink  
2423 4439 d 21 h mario79 /kernel/trunk/ Removing the "blinking" of redrawing titlebar for skinned window (type III and IV)  
2353 4451 d 2 h mario79 /kernel/trunk/video/ Fix for f38 - correction for the remainder of the division  
2288 4577 d 22 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
1420 5180 d 2 h diamond /kernel/trunk/video/ size of temporary array for wallpaper code increased
due to fact that highest resolutions are possible
(should fix problems with wallpaper in high resolutions)
 
1300 5260 d 6 h serge /kernel/trunk/ kms: pre rc8  
983 5597 d 22 h diamond /kernel/trunk/ some cosmetic fixes  
918 5645 d 9 h diamond /kernel/trunk/ sysfunction 65 can now output 2bpp images  
911 5650 d 11 h diamond /kernel/trunk/ sysfunction 65 can now output 1bpp and 4bpp images  
784 5868 d 1 h diamond /kernel/trunk/video/ fixed bug in tiled background, found by heavyiron  
755 5907 d 9 h diamond / * kernel.asm: 18.1 is now safe (correction of rev. 748)
* vesa20.inc: comments were correct! Restored (correction of rev. 753)
* fasm from last AZ
 
753 5908 d 7 h serge /kernel/trunk/ supported videomodes  
593 6118 d 6 h mikedld /kernel/trunk/ Revision numbering fix  
564 6142 d 7 h diamond /kernel/trunk/video/ bugfix of revision 555  
559 6145 d 7 h diamond /kernel/trunk/video/ bugfix of revision 555  
555 6149 d 4 h diamond /kernel/trunk/ make background redraw faster  
546 6157 d 3 h diamond /kernel/trunk/ changed background handling  
536 6168 d 6 h diamond /kernel/trunk/ Kernel updated to 0.7.0.0  
527 6176 d 6 h diamond /kernel/trunk/ * Rewritten Vesa2 background code, it is much faster now
* Fixed kernel fault when creating files with unusual names with multiple dots
 
473 6204 d 8 h diamond /kernel/trunk/ * Unified COM1/COM2 mice handling.
* Corrected COM mouse detection.
* Mouse cursor can now be at right and bottom screen sides.
* Normal handling of "desktop background redraw" event.
(Background redraw is faster now.)
* Fixed error in stretch background function for VESA 2.0.
 
469 6212 d 11 h serge /kernel/trunk/ from Mario79: rewritten background image code