Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
10039 1 h 56 m Doczom /kernel/trunk/video/ Krn: Fixed definition of local variables in the "create_cursor" function  
9958 127 d 18 h dunkaist / Switch to the unified (BIOS and UEFI) kernel image

The initial patch by bzt with my minor edits.
 
9941 241 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.
 
9930 275 d 23 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
 
9926 330 d 3 h Doczom /kernel/trunk/ [KERNEL] the window subsystem was refactored, WDATA structures were expanded and magic numbers were replaced with constants  
9848 697 d 4 h rgimad /kernel/trunk/ [KERNEL] Use specific cursors for window borders  
9828 716 d 20 h Doczom /kernel/trunk/ KERNEL: reducing the use of current_slot_idx  
9715 828 d 2 h Doczom /kernel/trunk/ small update copyright year in kernel  
9692 833 d 23 h Doczom /kernel/trunk/ replacing TASK DATA.pid with APPDATA.tid  
9679 837 d 1 h Doczom /kernel/trunk/video/ discontinuing the use of the twdw constant  
8869 1068 d 10 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
 
8284 1267 d 2 h dunkaist /kernel/trunk/ uefi4kos: Fix boot and mouse pointer on some configurations.

UEFI firmware doesn't use VESA mode codes, so disable this check
for UEFI boot.
 
7510 2029 d 1 h hidnplayr /kernel/trunk/video/ Fix check_mouse_area_for_getpixel_new in 16BPP mode.  
7136 2343 d 18 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
6127 3030 d 12 h serge /kernel/trunk/video/ kernel: fixed another very old bug  
5363 3419 d 23 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5351 3423 d 2 h serge / kernel: combine display related data in one structure  
5350 3423 d 2 h serge /kernel/trunk/ kernel: remove Screen_Max_X and Screen_Max_Y variables  
5154 3488 d 2 h hidnplayr /kernel/trunk/ Support for 16bpp video modes (usefull for embedded devices such as 86duino with vortex86 VGA)  
4507 3771 d 21 h lev /kernel/trunk/video/ redraw cursor in 37.5 in any case  
4181 3848 d 23 h lev /kernel/trunk/video/ Change cursor in 37.5 immediately  
3606 4002 d 10 h Serge /kernel/trunk/ kernel: BytesPerScanLine removed, use _display.pitch instead  
3537 4011 d 0 h Serge /kernel/trunk/ kernel: remove ScreenBPP variable  
3069 4190 d 23 h serge /kernel/trunk/ trunk: always show default cursor for inactive window  
2652 4406 d 6 h mario79 /kernel/trunk/video/ Fix for r.2575  
2576 4427 d 1 h mario79 /kernel/trunk/video/ Fix for r. 1316  
2575 4427 d 18 h mario79 /kernel/trunk/ Fix for r. 2435  
2503 4440 d 23 h mario79 /kernel/trunk/ Correction for r.2497. Restore user defined cursor by f.37.5, after showing clock_arrow mouse pointer.  
2497 4442 d 0 h mario79 /kernel/trunk/ Change cursor when loading applications. The new cursor with the clock.  
2483 4444 d 5 h mario79 /kernel/trunk/video/ Fix f.37.4 - LOAD_INDIRECT sets the correct hotspot of cursor is now.  
2480 4444 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  
2473 4447 d 22 h Serge /kernel/trunk/video/ fix old and stupid bug in cursor creation code  
2455 4451 d 3 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2446 4454 d 8 h mario79 /kernel/trunk/ Video draw some speedup.  
2436 4456 d 6 h mario79 /kernel/trunk/ 1) VESA draw some speedup
2) VGA draw fix
 
2430 4457 d 4 h mario79 /kernel/trunk/ VESA - new algorithm for showing mouse pointer without a blink  
2384 4470 d 1 h hidnplayr /kernel/trunk/ Adapted more structures to use new struct.inc  
2337 4499 d 16 h Serge /kernel/trunk/video/ remove deleted cursor from cursor's list  
2288 4601 d 22 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
1316 5272 d 19 h serge / kms kernel