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 54 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.
 
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
 
9926 332 d 1 h Doczom /kernel/trunk/ [KERNEL] the window subsystem was refactored, WDATA structures were expanded and magic numbers were replaced with constants  
9850 696 d 0 h rgimad /kernel/trunk/ [KERNEL] Fix resizing cursors for window borders  
9848 699 d 2 h rgimad /kernel/trunk/ [KERNEL] Use specific cursors for window borders  
9831 717 d 3 h dunkaist /kernel/trunk/ Rename fields in SYSCALL_STACK struct: _eax -> eax, etc  
9828 718 d 18 h Doczom /kernel/trunk/ KERNEL: reducing the use of current_slot_idx  
9709 833 d 1 h Doczom /kernel/trunk/ delete TASKDATA  
9514 876 d 2 h rgimad /kernel/trunk/ [KERNEL] - removed commented outdated read_floppy_file function
- removed setmouse function that doesnt do anything
- redmousepos moved from kernel.asm to gui/mouse.inc
- small style fixes
 
8928 1064 d 8 h dunkaist /kernel/trunk/gui/ kernel: Fix memory corruption of clipboard data.

There were a few off-by-one errors in window size calculation.
As a result, winmap update code corrupted clipboard structures.
 
6585 2781 d 6 h pathoswithin /kernel/trunk/ fix click on window activation, fix background redraw, cleaning  
5870 3125 d 20 h GerdtR /kernel/trunk/ Remove unnecessary redrawing windows.  
5851 3140 d 23 h pathoswithin /kernel/trunk/ New mouse sysfunctions: 18.19.6, 18.19.7, 37.3  
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  
4424 3792 d 22 h Serge /kernel/trunk/ kernel: minor optimizations  
3536 4013 d 1 h clevermouse /kernel/trunk/ fix some GUI problems highlighted by r3534  
2669 4381 d 19 h mario79 /kernel/trunk/gui/ Not redraw the frame of window when re-activating of active window.  

Show All