Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
10051 2 h 52 m ace_dent /kernel/trunk/ Remove $Revision$ from kernel file headers

- To better support git, remove SVN dependant `$Revision$` from file headers. This does *not* remove: the use of `__REV__` macro in `boostr.inc` and `kernel.asm`
- Header Copyright notices updated to 2024.
- Minimal white space cleanup (trailing spaces automatically removed).
- Note: `asmxygen.py` has a *large* amount of whitespace cleanup, due to incorrect line endings.
 
9948 222 d 20 h Doczom /kernel/trunk/ [KERNEL] fixed bug in sysfn 39.3  
9941 243 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.
 
9930 277 d 21 h Doczom /kernel/trunk/ [KERNEL] The window subsystem has been redesigned:
-extended WDATA structures up to 128 bytes
-added the background_windows constant
-the draw_data array has been deleted
-APPDATA.window and WDATA.thread fields added
-minor fixes in the operation of external file system drivers
 
9925 335 d 14 h Doczom /kernel/trunk/ [KERNEL] fixed a bug in rev 9917  
9715 830 d 0 h Doczom /kernel/trunk/ small update copyright year in kernel  
9679 838 d 23 h Doczom /kernel/trunk/video/ discontinuing the use of the twdw constant  
8869 1070 d 8 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
 
7522 2028 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.
 
6593 2777 d 0 h serge /kernel/trunk/ kernel: fix for #5350  
5363 3421 d 21 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5351 3425 d 0 h serge / kernel: combine display related data in one structure  
5350 3425 d 0 h serge /kernel/trunk/ kernel: remove Screen_Max_X and Screen_Max_Y variables  
5154 3490 d 0 h hidnplayr /kernel/trunk/ Support for 16bpp video modes (usefull for embedded devices such as 86duino with vortex86 VGA)  
3606 4004 d 8 h Serge /kernel/trunk/ kernel: BytesPerScanLine removed, use _display.pitch instead  
3537 4012 d 22 h Serge /kernel/trunk/ kernel: remove ScreenBPP variable  
2575 4429 d 16 h mario79 /kernel/trunk/ Fix for r. 2435  
2480 4446 d 21 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 4447 d 7 h mario79 /kernel/trunk/video/ Fix for r. 2446  
2459 4452 d 8 h mario79 /kernel/trunk/video/ Correction for r.2451  

Show All