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 236 d 13 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 269 d 8 h Doczom /kernel/trunk/ [KERNEL] cleared the code of unnecessary comments  
9930 271 d 9 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 325 d 13 h Doczom /kernel/trunk/ [KERNEL] the window subsystem was refactored, WDATA structures were expanded and magic numbers were replaced with constants  
9911 402 d 11 h Doczom /kernel/trunk/ [KERNEL] cleaned code and added description of some functions  
9910 403 d 8 h Doczom /kernel/trunk/ [KERNEL] updated local labels in functions and other small changes  
9709 826 d 12 h Doczom /kernel/trunk/ delete TASKDATA  
9477 871 d 16 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 1041 d 20 h dunkaist /kernel/trunk/ kernel: Check for base+len overflow in is_region_userspace  
8928 1057 d 19 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 1063 d 20 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 1064 d 19 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 1102 d 17 h Doczom /kernel/trunk/gui/ fixed vulnerability (reading kernel memory from userspace) in sysfn 48.2  
8599 1179 d 18 h rgimad /kernel/trunk/gui/ fixed same vulnerability in sysfn 48.3  
8552 1205 d 19 h rgimad /kernel/trunk/gui/ fix bug in sysfn48 (by Kenshin)  
8115 1302 d 10 h dunkaist /kernel/trunk/ Remove unused macro and fix a comment.  
8012 1446 d 18 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 2399 d 13 h 0CodErr /kernel/trunk/gui/ fix for draw not ASCIIZ  
6802 2702 d 20 h pathoswithin /kernel/trunk/ function 71.2  
6800 2706 d 2 h pathoswithin /kernel/trunk/ more unicode functions  
5926 3097 d 1 h pathoswithin /kernel/trunk/ window caption font and encoding  
5870 3119 d 8 h GerdtR /kernel/trunk/ Remove unnecessary redrawing windows.  
5867 3121 d 15 h pathoswithin /kernel/trunk/ Font size setting f48.11, f48.12
New option in f4
 
5865 3123 d 9 h GerdtR /kernel/trunk/ Bug fixes, change the values of constants window position relative to the other.  
5847 3135 d 14 h pathoswithin /kernel/trunk/gui/ Font smoothing options  
5844 3139 d 8 h GerdtR /kernel/trunk/gui/ Minor bug fix when moving windows  
5836 3141 d 16 h GerdtR /kernel/trunk/ Added f18.25: the ability to make a window on top of all and behind all  
5665 3208 d 17 h Pathoswithin / new font code  
5363 3415 d 9 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5351 3418 d 12 h serge / kernel: combine display related data in one structure  
5350 3418 d 12 h serge /kernel/trunk/ kernel: remove Screen_Max_X and Screen_Max_Y variables  
4797 3690 d 21 h Akyltist /kernel/trunk/gui/ mini refactoring  
4796 3690 d 22 h Akyltist /kernel/trunk/gui/ fix kernel function 48.2 48.3 (set EDX max size = 192 byte)  
4779 3692 d 19 h Akyltist /kernel/trunk/gui/ skin: hotfix new system color table  
4778 3692 d 19 h Akyltist /kernel/trunk/gui/ skin: supported new system color table  
4572 3739 d 12 h clevermouse /kernel/trunk/ fix draw of type-I windows with small height  
4424 3786 d 10 h Serge /kernel/trunk/ kernel: minor optimizations  
3576 4004 d 0 h Serge /kernel/trunk/gui/ kernel: fix for 3558  
3558 4005 d 10 h Serge /kernel/trunk/ Kernel: remove useless MOUSE_DOWN MOUSE_BACKGROUND DONT_DRAW_MOUSE.  
3536 4006 d 13 h clevermouse /kernel/trunk/ fix some GUI problems highlighted by r3534