Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9949 190 d 18 h Doczom /kernel/trunk/ fix bug in sysfn 7  
9926 310 d 14 h Doczom /kernel/trunk/ [KERNEL] the window subsystem was refactored, WDATA structures were expanded and magic numbers were replaced with constants  
9910 388 d 9 h Doczom /kernel/trunk/ [KERNEL] updated local labels in functions and other small changes  
9709 811 d 14 h Doczom /kernel/trunk/ delete TASKDATA  
9692 814 d 10 h Doczom /kernel/trunk/ replacing TASK DATA.pid with APPDATA.tid  
9614 840 d 10 h Doczom /kernel/trunk/ replacing TASKDATA.event_mask with APPDATA.event_mask and cleared code  
9613 840 d 20 h Doczom /kernel/trunk/ add APPDATA.state for delete TASKDATA  
8876 1046 d 22 h rgimad /kernel/trunk/ [KERNEL] use constants instead of hardcoded values, other small fixes  
8869 1048 d 21 h rgimad /kernel/trunk/ [KERNEL] #3 Preparing to merge legacy TASKDATA into APPDATA:
- get rid of CURRENT_TASK
- to APPDATA added new fields which will be used instead of TASKDATA's
- other small fixes
 
8867 1049 d 17 h rgimad /kernel/trunk/ [KERNEL] #2 Preparing to merge legacy TASKDATA into APPDATA:
- rename event_mask in APPDATA to occured_events, cause TASKDATA already has event_mask and they have different meaning and usage
- small fixes
 
8866 1049 d 21 h rgimad /kernel/trunk/ [KERNEL] Preparing to merge legacy TASKDATA into APPDATA:
- now doesnt use TASK_COUNT, now uses [thread_count] global instead of it
- update come copyrights
 
8053 1384 d 11 h rgimad /kernel/trunk/ translate russian comments to english #4, no code changes  
7136 2324 d 6 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
5788 3162 d 16 h serge /kernel/trunk/ Kernel: minor cleanup  
5363 3400 d 10 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
4588 3718 d 6 h mario79 /kernel/trunk/ Function 2 (get the code of the pressed key) for AL = 0 in EAX bits 16-23 = contain scancode for pressed key  
3565 3989 d 19 h hidnplayr /kernel/trunk/ Socket_receive: return -1 when socket is closed.  
3545 3990 d 13 h hidnplayr / Merge new network stack with trunk  
3539 3991 d 8 h clevermouse /kernel/trunk/ recode all kernel sources to UTF-8; binary still uses single-byte encoding and isn't changed at all  
3534 3991 d 22 h clevermouse /kernel/trunk/ priorities in scheduler  
3481 4022 d 20 h Serge /kernel/trunk/ kernel: export GetCpuFreq  
3451 4043 d 10 h mario79 /kernel/trunk/gui/ Fix for f.72  
3396 4060 d 8 h clevermouse /kernel/trunk/gui/ wait_event_timeout: return 0 for timeout  
3390 4061 d 3 h Serge /kernel/trunk/ kernel: wait_event_timeout  
3303 4078 d 20 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 4413 d 10 h mario79 /kernel/trunk/gui/ small optimization for get_event_for_app  
2513 4417 d 11 h mario79 /kernel/trunk/ 'Event 5' is changed now. Event returns after redrawing the background.  
2508 4418 d 10 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 4431 d 14 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2426 4444 d 0 h mario79 /kernel/trunk/gui/ Addition fix for r. 2414 and 2424 - checking for bit 31 of f.40  
2424 4444 d 7 h mario79 /kernel/trunk/gui/ Restore code commented from r.2414 - this is good code! See r. 1466 and 1513.  
2414 4445 d 22 h Serge /kernel/trunk/ fn.40: ebx bit 30 - do not send mouse events if cursor outside window  
2411 4447 d 0 h Serge /kernel/trunk/ and again fn.40: now ebx bit 31 - do not send mouse events to inactive window  
2384 4450 d 12 h hidnplayr /kernel/trunk/ Adapted more structures to use new struct.inc  
2288 4582 d 9 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2089 4636 d 18 h serge /kernel/trunk/ remove fn 41,42,44,45  
1513 5044 d 17 h mario79 /kernel/trunk/gui/ If the user to be resizing the window then mouse event is not generated (6 = mouse event)  
1466 5088 d 12 h mario79 /kernel/trunk/gui/ Now, if the window is captured and moved by the user, then no mouse events! (6 = mouse event)  
1391 5197 d 12 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 5477 d 22 h Galkov /kernel/trunk/ kernel - fix by forum post=23224
event - small optimization, not more