Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
3359 4083 d 7 h hidnplayr /kernel/branches/net/ Synced net branch with trunk (#3358)  
3187 4130 d 22 h hidnplayr /kernel/branches/net/ Syncing net branch with trunk.  
2540 4425 d 4 h hidnplayr /kernel/branches/net/ Sync net branch with trunk  
2382 4465 d 3 h hidnplayr /kernel/branches/net/ Synced net branch with trunk  
1376 5233 d 7 h clevermouse /kernel/branches/net/ sync with trunk  
1369 5240 d 7 h Lrz /kernel/trunk/ small changes and optimization  
1368 5240 d 7 h mikedld /kernel/trunk/gui/ * gui/window.inc optimizations: check_window_position & set_screen speedup  
1362 5243 d 18 h mikedld /kernel/trunk/ * gui/window.inc refactoring  
1329 5256 d 1 h Lrz /kernel/trunk/ sys functions 71 and 69 without shift-registers call.(I'm not sure all change is right.  
1326 5262 d 2 h Lrz /kernel/trunk/gui/ bugfix previous revision  
1324 5263 d 4 h Lrz /kernel/trunk/ sys function 48 is run without cross registers call now.  
1300 5278 d 6 h serge /kernel/trunk/ kms: pre rc8  
1225 5318 d 2 h mario79 /kernel/trunk/gui/ Additional fix related to revision 1172.  
1038 5562 d 7 h diamond /kernel/trunk/ * commented redundant messages for window moving and process creating
* added CPU frequency output in boot log
 
994 5611 d 10 h diamond /kernel/trunk/gui/ bugfix in revision 986 + small optimization from Galkov  
986 5615 d 2 h diamond /kernel/trunk/gui/ redo of revision 970 considering revision 985  
985 5615 d 3 h heavyiron /kernel/trunk/gui/ Bugfix of 415 revision  
970 5627 d 7 h diamond /kernel/trunk/gui/ a window is activated only once when mouse button is pressed  
961 5629 d 23 h diamond /kernel/trunk/gui/ bugfix in height of rolled-up window with style 4  
856 5741 d 3 h diamond /kernel/trunk/ bugfix in sysfn 67: avoid system crash for invalid parameter  
768 5912 d 7 h heavyiron /kernel/trunk/gui/ Temporary fix in "check_window_position". In future we need negative coordinates support without this procedure :-)  
753 5926 d 7 h serge /kernel/trunk/ supported videomodes  
709 5944 d 4 h diamond /kernel/trunk/ * V86 manager
* support of drives visible by BIOS through V86 mode
* shutdown fixes
* background redraw fixes
* when booting from CD/DVD, load all floppy by tracks, not only used sectors
 
684 5993 d 8 h diamond /kernel/trunk/ deleting cross registers in system calls, part 2  
679 6002 d 0 h diamond /kernel/trunk/gui/ restoring window after rolling up does not allow invalid window coordinates  
599 6131 d 17 h spraid /kernel/trunk/ shade window Y=4
interval boot screen for "d" parameter
 
593 6136 d 5 h mikedld /kernel/trunk/ Revision numbering fix  
549 6171 d 19 h spraid /kernel/trunk/ added window type (Y=4). skinned window with fixed sizes  
523 6199 d 10 h diamond /kernel/trunk/ * Correct value of selector gs
* Support for kpack'ed skin files
* Default setting for DMA access is now "disabled"
* Fixed kernel fault when network packet sending
 
479 6216 d 8 h kastigar /kernel/trunk/ 1)ps2 mouse driver(removed from kernel)
2)new 2 modes for ps2-mouse (scrolling mouse and 5-button mouse)
3) added function 37.7 for mouse scrolling data
 
465 6236 d 13 h serge /kernel/trunk/ merge flat kernel  
431 6259 d 7 h serge /kernel/trunk/ copyrights  
425 6263 d 20 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
415 6272 d 21 h heavyiron /kernel/ Mods by vhanla:
- Window is grabbed to drag only if you CLICK on its grab area (ie. the title bar)
- Button is selected only if it is clicked on its area
 
389 6279 d 22 h serge /kernel/trunk/ fixed bug in init_LFB()  
381 6283 d 23 h serge /kernel/trunk/ replace all vars whith symbolic constants  
380 6285 d 8 h serge /kernel/trunk/ replace vars 0x8000 0xC000 0xC004 0xD000 0x80000 whith symbolic constants
rename PROC_BASE -> SLOT_BASE
 
379 6285 d 10 h serge /kernel/trunk/ 1)fixed wrong exported LFB address
2)replace 0x3000 0x3004 0x3010 0x3020 whith symbolic constants
 
322 6307 d 5 h diamond /kernel/trunk/ * Corrected size of display_data in calculatebackground
* Fixed bug with VRR changing videomode
 
303 6313 d 21 h mikedld / Added 'C' flag to 0-th system function: don't fill working area
Modified Tinypad to use 'C' flag