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
4797 3674 d 4 h Akyltist /kernel/trunk/gui/ mini refactoring  
4796 3674 d 4 h Akyltist /kernel/trunk/gui/ fix kernel function 48.2 48.3 (set EDX max size = 192 byte)  
4779 3676 d 1 h Akyltist /kernel/trunk/gui/ skin: hotfix new system color table  
4778 3676 d 1 h Akyltist /kernel/trunk/gui/ skin: supported new system color table  
4572 3722 d 18 h clevermouse /kernel/trunk/ fix draw of type-I windows with small height  
4424 3769 d 16 h Serge /kernel/trunk/ kernel: minor optimizations  
3576 3987 d 6 h Serge /kernel/trunk/gui/ kernel: fix for 3558  
3558 3988 d 16 h Serge /kernel/trunk/ Kernel: remove useless MOUSE_DOWN MOUSE_BACKGROUND DONT_DRAW_MOUSE.  
3536 3989 d 19 h clevermouse /kernel/trunk/ fix some GUI problems highlighted by r3534  
3534 3990 d 3 h clevermouse /kernel/trunk/ priorities in scheduler  
3452 4041 d 13 h mario79 /kernel/trunk/gui/ Fix f.67 for correct sequence of calling repaint the background (example KFAR, Fplay etc.)  
2669 4358 d 13 h mario79 /kernel/trunk/gui/ Not redraw the frame of window when re-activating of active window.  
2648 4385 d 21 h mario79 /kernel/trunk/ F18.23 - minimize all windows  
2620 4394 d 19 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 4414 d 22 h mario79 /kernel/trunk/gui/ When you move window, background is restored only to the old position is now. Some speedup!  
2503 4419 d 15 h mario79 /kernel/trunk/ Correction for r.2497. Restore user defined cursor by f.37.5, after showing clock_arrow mouse pointer.  
2458 4429 d 2 h mario79 /kernel/trunk/gui/ Correction for r.2423  
2455 4429 d 19 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2453 4430 d 17 h mario79 /kernel/trunk/ Video draw and VESA - some speedup.  
2446 4433 d 0 h mario79 /kernel/trunk/ Video draw some speedup.  
2443 4433 d 20 h Serge /kernel/trunk/ trunk: print cpu count on the debug board  
2436 4434 d 22 h mario79 /kernel/trunk/ 1) VESA draw some speedup
2) VGA draw fix
 
2430 4435 d 20 h mario79 /kernel/trunk/ VESA - new algorithm for showing mouse pointer without a blink  
2423 4442 d 13 h mario79 /kernel/trunk/ Removing the "blinking" of redrawing titlebar for skinned window (type III and IV)  
2381 4449 d 20 h hidnplayr /kernel/trunk/ Usage of struct.inc from fasm in trunk kernel.  
2341 4470 d 3 h Serge /kernel/trunk/ blitter prerequisite  
2288 4580 d 14 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2244 4598 d 4 h mario79 /kernel/trunk/ New f.18.1  
2233 4602 d 9 h mario79 /kernel/trunk/gui/ alternative fix for r.1474  
2214 4605 d 11 h mario79 /kernel/trunk/gui/ window.inc - fix for r.1474  
1563 5012 d 14 h diamond /kernel/trunk/ fix bug #16  
1550 5019 d 12 h diamond /kernel/trunk/gui/ fix calculation of draw_limits  
1540 5021 d 14 h diamond /kernel/trunk/gui/ desktop window is not movable (bug #17)  
1526 5026 d 14 h diamond /kernel/trunk/gui/ do not maximize windows of unresizable styles (bug #17)  
1474 5082 d 17 h diamond /kernel/trunk/ optimize set_window_box: do nothing if new box is the same as old one  
1465 5089 d 5 h mario79 /kernel/trunk/gui/ Fix of left mouse button broken to revision 1460  
1460 5107 d 10 h Lrz /kernel/trunk/gui/ small changes  
1424 5173 d 19 h diamond /kernel/trunk/ fixed behaviour with too big window sizes broken in rev. 1391  
1391 5195 d 16 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 5224 d 23 h Lrz /kernel/trunk/ small changes and optimization