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
5201 3442 d 12 h serge /kernel/branches/Kolibri-acpi/ acpi: update  
3589 3989 d 5 h Serge /kernel/branches/Kolibri-acpi/ acpi:update  
3555 3993 d 20 h Serge /kernel/branches/Kolibri-acpi/ acpi:update  
3500 4011 d 3 h Serge /kernel/branches/Kolibri-acpi/ kos_acpi:update  
2987 4221 d 21 h Serge /kernel/branches/Kolibri-acpi/ acpi: merge trank  
2465 4433 d 3 h Serge /kernel/branches/Kolibri-acpi/ acpi: merge trunk  
2434 4440 d 7 h Serge /kernel/branches/Kolibri-acpi/ merge trunk  
2106 4638 d 3 h serge /kernel/branches/Kolibri-acpi/ move irq functions into separate file  
1635 4964 d 6 h serge /kernel/branches/Kolibri-acpi/ acpi branch  
1513 5048 d 2 h mario79 /kernel/trunk/gui/ If the user to be resizing the window then mouse event is not generated (6 = mouse event)  
1466 5091 d 20 h mario79 /kernel/trunk/gui/ Now, if the window is captured and moved by the user, then no mouse events! (6 = mouse event)  
1391 5200 d 20 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 5481 d 7 h Galkov /kernel/trunk/ kernel - fix by forum post=23224
event - small optimization, not more
 
1061 5502 d 1 h Galkov /kernel/trunk/gui/ oops: bug in event.inc#line=295  
1059 5503 d 11 h Galkov /kernel/trunk/gui/ oops: fix in RemoveEventTo  
1055 5515 d 21 h Galkov /kernel/trunk/ refractoring of EVENT, and so on  
671 6017 d 16 h Ghost /kernel/trunk/ initial deleting cross regisres in system calls  
665 6036 d 4 h diamond / * new system function for "send message"
* @panel: Alt+F4 sends close message rather than immediate kill
 
593 6126 d 2 h mikedld /kernel/trunk/ Revision numbering fix  
531 6179 d 7 h diamond /kernel/trunk/ Sysfunction 23v does not require task switch when waiting  
473 6212 d 3 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 6226 d 9 h serge /kernel/trunk/ merge flat kernel  
431 6249 d 3 h serge /kernel/trunk/ copyrights  
425 6253 d 17 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
381 6273 d 19 h serge /kernel/trunk/ replace all vars whith symbolic constants  
380 6275 d 5 h serge /kernel/trunk/ replace vars 0x8000 0xC000 0xC004 0xD000 0x80000 whith symbolic constants
rename PROC_BASE -> SLOT_BASE
 
379 6275 d 7 h serge /kernel/trunk/ 1)fixed wrong exported LFB address
2)replace 0x3000 0x3004 0x3010 0x3020 whith symbolic constants
 
377 6277 d 3 h serge /kernel/trunk/ drivers related modification  
363 6284 d 7 h serge /kernel/trunk/ reduce kernel memory  
354 6287 d 11 h serge /kernel/trunk/ signaling events, create_event(),
destroy_event(), raise_events(), wait_event()
 
254 6336 d 8 h serge /kernel/trunk/ small optimization  
230 6360 d 7 h serge /kernel/trunk/ add validate cursor in 37.5
fix maximal cursors count in init_cursors
 
227 6363 d 7 h serge /kernel/trunk/ 1)drivers version control
2)extended events format
3)ATI hardware cursor
 
115 6481 d 5 h poddubny /kernel/trunk/ Introduced APPDATA, TASKDATA, WNDDATA, RECT, BOX structures.  
92 6518 d 3 h diamond /kernel/trunk/ Hotkeys are now supported  
40 6674 d 2 h halyavin /kernel/trunk/ *Reduced size of boot code. (diamond)
*Debug API added. (diamond)
 
21 6753 d 0 h poddubny /kernel/trunk/ * boot cleanups (kernel.asm)
* faster & cleaner checkpixel (kernel.asm)
* a little bugfix in newproce.inc (".failed" -> ".cleanfailed")
* Halyavin's bugfix in mem.inc
* sheduler doesn't active proesses waiting for an event (func 10) (event.inc, sched.inc)
* faster event check (event.inc)
 
2 6784 d 11 h msu-se / moving to kernel directory  
1 6784 d 22 h ha /trunk/ Kolibri 5 initial checkout