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
3536 4011 d 11 h clevermouse /kernel/trunk/ fix some GUI problems highlighted by r3534  
3534 4011 d 19 h clevermouse /kernel/trunk/ priorities in scheduler  
3452 4063 d 5 h mario79 /kernel/trunk/gui/ Fix f.67 for correct sequence of calling repaint the background (example KFAR, Fplay etc.)  
2669 4380 d 5 h mario79 /kernel/trunk/gui/ Not redraw the frame of window when re-activating of active window.  
2648 4407 d 13 h mario79 /kernel/trunk/ F18.23 - minimize all windows  
2620 4416 d 11 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 4436 d 14 h mario79 /kernel/trunk/gui/ When you move window, background is restored only to the old position is now. Some speedup!  
2503 4441 d 7 h mario79 /kernel/trunk/ Correction for r.2497. Restore user defined cursor by f.37.5, after showing clock_arrow mouse pointer.  
2458 4450 d 18 h mario79 /kernel/trunk/gui/ Correction for r.2423  
2455 4451 d 11 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2453 4452 d 9 h mario79 /kernel/trunk/ Video draw and VESA - some speedup.  
2446 4454 d 16 h mario79 /kernel/trunk/ Video draw some speedup.  
2443 4455 d 12 h Serge /kernel/trunk/ trunk: print cpu count on the debug board  
2436 4456 d 14 h mario79 /kernel/trunk/ 1) VESA draw some speedup
2) VGA draw fix
 
2430 4457 d 12 h mario79 /kernel/trunk/ VESA - new algorithm for showing mouse pointer without a blink  
2423 4464 d 5 h mario79 /kernel/trunk/ Removing the "blinking" of redrawing titlebar for skinned window (type III and IV)  
2381 4471 d 12 h hidnplayr /kernel/trunk/ Usage of struct.inc from fasm in trunk kernel.  
2341 4491 d 19 h Serge /kernel/trunk/ blitter prerequisite  
2288 4602 d 6 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2244 4619 d 21 h mario79 /kernel/trunk/ New f.18.1  
2233 4624 d 1 h mario79 /kernel/trunk/gui/ alternative fix for r.1474  
2214 4627 d 4 h mario79 /kernel/trunk/gui/ window.inc - fix for r.1474  
1563 5034 d 6 h diamond /kernel/trunk/ fix bug #16  
1550 5041 d 4 h diamond /kernel/trunk/gui/ fix calculation of draw_limits  
1540 5043 d 6 h diamond /kernel/trunk/gui/ desktop window is not movable (bug #17)  
1526 5048 d 6 h diamond /kernel/trunk/gui/ do not maximize windows of unresizable styles (bug #17)  
1474 5104 d 9 h diamond /kernel/trunk/ optimize set_window_box: do nothing if new box is the same as old one  
1465 5110 d 21 h mario79 /kernel/trunk/gui/ Fix of left mouse button broken to revision 1460  
1460 5129 d 2 h Lrz /kernel/trunk/gui/ small changes  
1424 5195 d 12 h diamond /kernel/trunk/ fixed behaviour with too big window sizes broken in rev. 1391  
1391 5217 d 8 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 5246 d 15 h Lrz /kernel/trunk/ small changes and optimization  
1368 5246 d 15 h mikedld /kernel/trunk/gui/ * gui/window.inc optimizations: check_window_position & set_screen speedup  
1362 5250 d 2 h mikedld /kernel/trunk/ * gui/window.inc refactoring  
1329 5262 d 9 h Lrz /kernel/trunk/ sys functions 71 and 69 without shift-registers call.(I'm not sure all change is right.  
1326 5268 d 10 h Lrz /kernel/trunk/gui/ bugfix previous revision  
1324 5269 d 12 h Lrz /kernel/trunk/ sys function 48 is run without cross registers call now.  
1300 5284 d 14 h serge /kernel/trunk/ kms: pre rc8  
1225 5324 d 10 h mario79 /kernel/trunk/gui/ Additional fix related to revision 1172.  
1038 5568 d 16 h diamond /kernel/trunk/ * commented redundant messages for window moving and process creating
* added CPU frequency output in boot log