Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
8986 1062 d 11 h turbocat /kernel/branches/Kolibri-F/ Kolibri-F:
- Added syscall_ common name for system call functions.
- Fixed not logical names of system calls of functions.
 
8985 1062 d 14 h turbocat /kernel/branches/Kolibri-F/ a new branch of the Kolibri-F core was created  
8928 1072 d 15 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 1078 d 16 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 1079 d 15 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 1117 d 13 h Doczom /kernel/trunk/gui/ fixed vulnerability (reading kernel memory from userspace) in sysfn 48.2  
8599 1194 d 14 h rgimad /kernel/trunk/gui/ fixed same vulnerability in sysfn 48.3  
8552 1220 d 15 h rgimad /kernel/trunk/gui/ fix bug in sysfn48 (by Kenshin)  
8115 1317 d 5 h dunkaist /kernel/trunk/ Remove unused macro and fix a comment.  
8012 1461 d 14 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 2414 d 9 h 0CodErr /kernel/trunk/gui/ fix for draw not ASCIIZ  
6802 2717 d 16 h pathoswithin /kernel/trunk/ function 71.2  
6800 2720 d 22 h pathoswithin /kernel/trunk/ more unicode functions  
5926 3111 d 21 h pathoswithin /kernel/trunk/ window caption font and encoding  
5870 3134 d 4 h GerdtR /kernel/trunk/ Remove unnecessary redrawing windows.  
5867 3136 d 11 h pathoswithin /kernel/trunk/ Font size setting f48.11, f48.12
New option in f4
 
5865 3138 d 5 h GerdtR /kernel/trunk/ Bug fixes, change the values of constants window position relative to the other.  
5847 3150 d 10 h pathoswithin /kernel/trunk/gui/ Font smoothing options  
5844 3154 d 3 h GerdtR /kernel/trunk/gui/ Minor bug fix when moving windows  
5836 3156 d 11 h GerdtR /kernel/trunk/ Added f18.25: the ability to make a window on top of all and behind all  
5665 3223 d 13 h Pathoswithin / new font code  
5363 3430 d 5 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5351 3433 d 7 h serge / kernel: combine display related data in one structure  
5350 3433 d 8 h serge /kernel/trunk/ kernel: remove Screen_Max_X and Screen_Max_Y variables  
4797 3705 d 17 h Akyltist /kernel/trunk/gui/ mini refactoring  
4796 3705 d 18 h Akyltist /kernel/trunk/gui/ fix kernel function 48.2 48.3 (set EDX max size = 192 byte)  
4779 3707 d 15 h Akyltist /kernel/trunk/gui/ skin: hotfix new system color table  
4778 3707 d 15 h Akyltist /kernel/trunk/gui/ skin: supported new system color table  
4572 3754 d 8 h clevermouse /kernel/trunk/ fix draw of type-I windows with small height  
4424 3801 d 6 h Serge /kernel/trunk/ kernel: minor optimizations  
3576 4018 d 20 h Serge /kernel/trunk/gui/ kernel: fix for 3558  
3558 4020 d 6 h Serge /kernel/trunk/ Kernel: remove useless MOUSE_DOWN MOUSE_BACKGROUND DONT_DRAW_MOUSE.  
3536 4021 d 9 h clevermouse /kernel/trunk/ fix some GUI problems highlighted by r3534  
3534 4021 d 16 h clevermouse /kernel/trunk/ priorities in scheduler  
3452 4073 d 3 h mario79 /kernel/trunk/gui/ Fix f.67 for correct sequence of calling repaint the background (example KFAR, Fplay etc.)  
2669 4390 d 3 h mario79 /kernel/trunk/gui/ Not redraw the frame of window when re-activating of active window.  
2648 4417 d 11 h mario79 /kernel/trunk/ F18.23 - minimize all windows  
2620 4426 d 9 h mario79 /kernel/trunk/ The procedure minimize_window does not calculatescreen and redrawscreen, if window width and/or height is equal zero is now  
2514 4446 d 12 h mario79 /kernel/trunk/gui/ When you move window, background is restored only to the old position is now. Some speedup!  
2503 4451 d 5 h mario79 /kernel/trunk/ Correction for r.2497. Restore user defined cursor by f.37.5, after showing clock_arrow mouse pointer.