Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4779 3684 d 13 h Akyltist /kernel/trunk/gui/ skin: hotfix new system color table  
4778 3684 d 13 h Akyltist /kernel/trunk/gui/ skin: supported new system color table  
4572 3731 d 5 h clevermouse /kernel/trunk/ fix draw of type-I windows with small height  
4424 3778 d 3 h Serge /kernel/trunk/ kernel: minor optimizations  
3576 3995 d 17 h Serge /kernel/trunk/gui/ kernel: fix for 3558  
3558 3997 d 3 h Serge /kernel/trunk/ Kernel: remove useless MOUSE_DOWN MOUSE_BACKGROUND DONT_DRAW_MOUSE.  
3536 3998 d 6 h clevermouse /kernel/trunk/ fix some GUI problems highlighted by r3534  
3534 3998 d 14 h clevermouse /kernel/trunk/ priorities in scheduler  
3452 4050 d 1 h mario79 /kernel/trunk/gui/ Fix f.67 for correct sequence of calling repaint the background (example KFAR, Fplay etc.)  
2669 4367 d 0 h mario79 /kernel/trunk/gui/ Not redraw the frame of window when re-activating of active window.  
2648 4394 d 9 h mario79 /kernel/trunk/ F18.23 - minimize all windows  
2620 4403 d 6 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 4423 d 9 h mario79 /kernel/trunk/gui/ When you move window, background is restored only to the old position is now. Some speedup!  
2503 4428 d 3 h mario79 /kernel/trunk/ Correction for r.2497. Restore user defined cursor by f.37.5, after showing clock_arrow mouse pointer.  
2458 4437 d 13 h mario79 /kernel/trunk/gui/ Correction for r.2423  
2455 4438 d 6 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2453 4439 d 4 h mario79 /kernel/trunk/ Video draw and VESA - some speedup.  
2446 4441 d 11 h mario79 /kernel/trunk/ Video draw some speedup.  
2443 4442 d 7 h Serge /kernel/trunk/ trunk: print cpu count on the debug board  
2436 4443 d 9 h mario79 /kernel/trunk/ 1) VESA draw some speedup
2) VGA draw fix
 
2430 4444 d 7 h mario79 /kernel/trunk/ VESA - new algorithm for showing mouse pointer without a blink  
2423 4451 d 0 h mario79 /kernel/trunk/ Removing the "blinking" of redrawing titlebar for skinned window (type III and IV)  
2381 4458 d 7 h hidnplayr /kernel/trunk/ Usage of struct.inc from fasm in trunk kernel.  
2341 4478 d 14 h Serge /kernel/trunk/ blitter prerequisite  
2288 4589 d 1 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2244 4606 d 16 h mario79 /kernel/trunk/ New f.18.1  
2233 4610 d 20 h mario79 /kernel/trunk/gui/ alternative fix for r.1474  
2214 4613 d 23 h mario79 /kernel/trunk/gui/ window.inc - fix for r.1474  
1563 5021 d 1 h diamond /kernel/trunk/ fix bug #16  
1550 5028 d 0 h diamond /kernel/trunk/gui/ fix calculation of draw_limits  
1540 5030 d 1 h diamond /kernel/trunk/gui/ desktop window is not movable (bug #17)  
1526 5035 d 1 h diamond /kernel/trunk/gui/ do not maximize windows of unresizable styles (bug #17)  
1474 5091 d 5 h diamond /kernel/trunk/ optimize set_window_box: do nothing if new box is the same as old one  
1465 5097 d 16 h mario79 /kernel/trunk/gui/ Fix of left mouse button broken to revision 1460  
1460 5115 d 22 h Lrz /kernel/trunk/gui/ small changes  
1424 5182 d 7 h diamond /kernel/trunk/ fixed behaviour with too big window sizes broken in rev. 1391  
1391 5204 d 4 h mikedld /kernel/trunk/ gui/mouse.inc:
+ new file for GUI-related mouse events handling (old mouse.inc renamed)
gui/button.inc and gui/window.inc:
* refactoring in regards of new mouse.inc:
* obsolete code eliminated
* old'n'ugly `check_buttons` and `checkwindows` removed
* events handlers added
gui/window.inc:
* moved GUI-related syscalls and auxilary functions from kernel.asm
* removed registers cross-ordering from syscall 67 (window move/resize)
+ more comments added
known bugs include:
1. apps using syscall 67 (kfar etc.) may not redraw their old screen area leaving ghost images
2. possibility of mouse cursor artefacts may have increased (this *really* has to be reworked)
 
1369 5233 d 10 h Lrz /kernel/trunk/ small changes and optimization  
1368 5233 d 11 h mikedld /kernel/trunk/gui/ * gui/window.inc optimizations: check_window_position & set_screen speedup  
1362 5236 d 21 h mikedld /kernel/trunk/ * gui/window.inc refactoring