Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
9941 209 d 7 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.
 
9932 242 d 1 h Doczom /kernel/trunk/ [KERNEL] cleared the code of unnecessary comments  
9930 244 d 2 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 298 d 7 h Doczom /kernel/trunk/ [KERNEL] the window subsystem was refactored, WDATA structures were expanded and magic numbers were replaced with constants  
9911 375 d 5 h Doczom /kernel/trunk/ [KERNEL] cleaned code and added description of some functions  
9910 376 d 2 h Doczom /kernel/trunk/ [KERNEL] updated local labels in functions and other small changes  
9709 799 d 6 h Doczom /kernel/trunk/ delete TASKDATA  
9477 844 d 10 h rgimad /kernel/trunk/ [KERNEL] Move sysfn 1, 4, 13, 38 implementations from kernel.asm to window.inc
Fix comments style in window.inc
Cleanup some outdated & unused commented stuff in data32.inc
 
9045 1014 d 14 h dunkaist /kernel/trunk/ kernel: Check for base+len overflow in is_region_userspace  
8928 1030 d 13 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.
 
8869 1036 d 14 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
 
8866 1037 d 13 h rgimad /kernel/trunk/ [KERNEL] Preparing to merge legacy TASKDATA into APPDATA:
- now doesnt use TASK_COUNT, now uses [thread_count] global instead of it
- update come copyrights
 
8712 1075 d 10 h Doczom /kernel/trunk/gui/ fixed vulnerability (reading kernel memory from userspace) in sysfn 48.2  
8599 1152 d 12 h rgimad /kernel/trunk/gui/ fixed same vulnerability in sysfn 48.3  
8552 1178 d 13 h rgimad /kernel/trunk/gui/ fix bug in sysfn48 (by Kenshin)  
8115 1275 d 3 h dunkaist /kernel/trunk/ Remove unused macro and fix a comment.  
8012 1419 d 12 h leency / kernel: fix sysfunction 9 GetProcInfo. As the window is created with width+1 and height+1 so the client size has to be bigger respectively
eolite: fix regression
 
7103 2372 d 7 h 0CodErr /kernel/trunk/gui/ fix for draw not ASCIIZ  
6802 2675 d 14 h pathoswithin /kernel/trunk/ function 71.2  
6800 2678 d 20 h pathoswithin /kernel/trunk/ more unicode functions  

Show All