Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
9948 195 d 20 h Doczom /kernel/trunk/ [KERNEL] fixed bug in sysfn 39.3  
9941 216 d 1 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 305 d 1 h Doczom /kernel/trunk/ [KERNEL] the window subsystem was refactored, WDATA structures were expanded and magic numbers were replaced with constants  
9715 803 d 0 h Doczom /kernel/trunk/ small update copyright year in kernel  
8224 1252 d 14 h dunkaist /kernel/trunk/ Fix hardcoded $Revision: XXXX$ values.  
7522 2001 d 17 h dunkaist /kernel/trunk/ Fix kernel crash on high screen resolution.

Increase MAX_SCREEN_WIDTH=3840 and MAX_SCREEN_HEIGHT=2160.
Replace hardcoded numbers with macros, add runtime checks.
 
7132 2321 d 16 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  
6275 2986 d 0 h serge /kernel/trunk/video/ kernel: fixed page flags  
6263 2987 d 8 h serge /kernel/trunk/ kernel: framebuffers code