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 167 d 21 h Doczom /kernel/trunk/ [KERNEL] fixed bug in sysfn 39.3  
9941 188 d 3 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 277 d 2 h Doczom /kernel/trunk/ [KERNEL] the window subsystem was refactored, WDATA structures were expanded and magic numbers were replaced with constants  
9715 775 d 2 h Doczom /kernel/trunk/ small update copyright year in kernel  
8224 1224 d 15 h dunkaist /kernel/trunk/ Fix hardcoded $Revision: XXXX$ values.  
7522 1973 d 19 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 2293 d 17 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  
6275 2958 d 2 h serge /kernel/trunk/video/ kernel: fixed page flags  
6263 2959 d 9 h serge /kernel/trunk/ kernel: framebuffers code