Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9941 236 d 13 h Doczom /kernel/trunk/ [KERNEL] Graphics subsystem has been redesigned:
- removed the old cursor and the code for its operation
- minor fixes in other kernel modules
- new fields have been added to the display_t structure for further refactoring of the graphics subsystem.
 
9926 325 d 13 h Doczom /kernel/trunk/ [KERNEL] the window subsystem was refactored, WDATA structures were expanded and magic numbers were replaced with constants  
9715 823 d 12 h Doczom /kernel/trunk/ small update copyright year in kernel  
9679 832 d 11 h Doczom /kernel/trunk/video/ discontinuing the use of the twdw constant  
8869 1063 d 20 h rgimad /kernel/trunk/ [KERNEL] #3 Preparing to merge legacy TASKDATA into APPDATA:
- get rid of CURRENT_TASK
- to APPDATA added new fields which will be used instead of TASKDATA's
- other small fixes
 
7474 2037 d 13 h leency / kernel: fix regression r5164 which broke blitter in 24bpp mode  
7136 2339 d 4 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
6790 2716 d 11 h 0CodErr /kernel/trunk/ flag client relative for blit  
5363 3415 d 9 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5351 3418 d 11 h serge / kernel: combine display related data in one structure  
5349 3418 d 14 h serge /kernel/trunk/video/ kernel: blitter - minor optimizations  
5164 3481 d 13 h hidnplayr /kernel/trunk/video/ Small optimization.  
5161 3481 d 14 h hidnplayr /kernel/trunk/video/ 16bpp support for f73 (blitter)  
5154 3483 d 12 h hidnplayr /kernel/trunk/ Support for 16bpp video modes (usefull for embedded devices such as 86duino with vortex86 VGA)  
4850 3681 d 8 h mario79 /kernel/trunk/ Added the tag "Revision: XXXX" in some kernel files, to form the right number of revision at boot (blue boot screen).  
4444 3775 d 18 h clevermouse /kernel/trunk/video/ speedup software blitter for 32bpp modes  
2988 4233 d 11 h Serge /kernel/trunk/video/ blitter optimization  
2480 4440 d 8 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  
2455 4446 d 13 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2453 4447 d 11 h mario79 /kernel/trunk/ Video draw and VESA - some speedup.  
2451 4448 d 9 h mario79 /kernel/trunk/ VESA draw the small speedup  
2449 4448 d 12 h mario79 /kernel/trunk/video/ Fix blitter for previous revision.  
2448 4449 d 12 h mario79 /kernel/trunk/ Compatibility with hardware cursor (fix for r.2430 and later)  
2446 4449 d 18 h mario79 /kernel/trunk/ Video draw some speedup.  
2430 4452 d 14 h mario79 /kernel/trunk/ VESA - new algorithm for showing mouse pointer without a blink  
2384 4465 d 11 h hidnplayr /kernel/trunk/ Adapted more structures to use new struct.inc  
2288 4597 d 8 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2089 4651 d 17 h serge /kernel/trunk/ remove fn 41,42,44,45  
1894 4824 d 23 h serge /kernel/trunk/ kernel: new blitter