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
3539 3996 d 22 h clevermouse /kernel/trunk/ recode all kernel sources to UTF-8; binary still uses single-byte encoding and isn't changed at all  
3534 3997 d 11 h clevermouse /kernel/trunk/ priorities in scheduler  
3481 4028 d 9 h Serge /kernel/trunk/ kernel: export GetCpuFreq  
3451 4048 d 23 h mario79 /kernel/trunk/gui/ Fix for f.72  
3396 4065 d 21 h clevermouse /kernel/trunk/gui/ wait_event_timeout: return 0 for timeout  
3390 4066 d 16 h Serge /kernel/trunk/ kernel: wait_event_timeout  
3303 4084 d 9 h clevermouse /kernel/trunk/ Protect thread from external terminate while running any syscall except 5,10,23.
Now 18.2/18.12 are really safe through kernel-colored glasses (however, you still
should not use them except for really critical cases),
although the protection is sometimes quite excessive.
 
2534 4419 d 0 h mario79 /kernel/trunk/gui/ small optimization for get_event_for_app  
2513 4423 d 0 h mario79 /kernel/trunk/ 'Event 5' is changed now. Event returns after redrawing the background.  
2508 4424 d 0 h mario79 /kernel/trunk/gui/ Fix for. r. 1067. Using of the CLI command, without pushfd/popfd - It's a Mad, Mad, Mad, Mad World!  
2455 4437 d 3 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2426 4449 d 13 h mario79 /kernel/trunk/gui/ Addition fix for r. 2414 and 2424 - checking for bit 31 of f.40  
2424 4449 d 20 h mario79 /kernel/trunk/gui/ Restore code commented from r.2414 - this is good code! See r. 1466 and 1513.  
2414 4451 d 11 h Serge /kernel/trunk/ fn.40: ebx bit 30 - do not send mouse events if cursor outside window  
2411 4452 d 13 h Serge /kernel/trunk/ and again fn.40: now ebx bit 31 - do not send mouse events to inactive window  
2384 4456 d 1 h hidnplayr /kernel/trunk/ Adapted more structures to use new struct.inc  
2288 4587 d 22 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2089 4642 d 7 h serge /kernel/trunk/ remove fn 41,42,44,45  
1513 5050 d 6 h mario79 /kernel/trunk/gui/ If the user to be resizing the window then mouse event is not generated (6 = mouse event)  
1466 5094 d 1 h mario79 /kernel/trunk/gui/ Now, if the window is captured and moved by the user, then no mouse events! (6 = mouse event)  
1391 5203 d 1 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)
 
1067 5483 d 11 h Galkov /kernel/trunk/ kernel - fix by forum post=23224
event - small optimization, not more
 
1061 5504 d 5 h Galkov /kernel/trunk/gui/ oops: bug in event.inc#line=295  
1059 5505 d 16 h Galkov /kernel/trunk/gui/ oops: fix in RemoveEventTo  
1055 5518 d 1 h Galkov /kernel/trunk/ refractoring of EVENT, and so on  
671 6019 d 21 h Ghost /kernel/trunk/ initial deleting cross regisres in system calls  
665 6038 d 9 h diamond / * new system function for "send message"
* @panel: Alt+F4 sends close message rather than immediate kill
 
593 6128 d 6 h mikedld /kernel/trunk/ Revision numbering fix  
531 6181 d 11 h diamond /kernel/trunk/ Sysfunction 23v does not require task switch when waiting  
473 6214 d 8 h diamond /kernel/trunk/ * Unified COM1/COM2 mice handling.
* Corrected COM mouse detection.
* Mouse cursor can now be at right and bottom screen sides.
* Normal handling of "desktop background redraw" event.
(Background redraw is faster now.)
* Fixed error in stretch background function for VESA 2.0.
 
465 6228 d 13 h serge /kernel/trunk/ merge flat kernel  
431 6251 d 8 h serge /kernel/trunk/ copyrights  
425 6255 d 21 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
381 6275 d 23 h serge /kernel/trunk/ replace all vars whith symbolic constants  
380 6277 d 9 h serge /kernel/trunk/ replace vars 0x8000 0xC000 0xC004 0xD000 0x80000 whith symbolic constants
rename PROC_BASE -> SLOT_BASE
 
379 6277 d 11 h serge /kernel/trunk/ 1)fixed wrong exported LFB address
2)replace 0x3000 0x3004 0x3010 0x3020 whith symbolic constants
 
377 6279 d 7 h serge /kernel/trunk/ drivers related modification  
363 6286 d 12 h serge /kernel/trunk/ reduce kernel memory  
354 6289 d 16 h serge /kernel/trunk/ signaling events, create_event(),
destroy_event(), raise_events(), wait_event()
 
254 6338 d 13 h serge /kernel/trunk/ small optimization