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
1424 5196 d 16 h diamond /kernel/trunk/ fixed behaviour with too big window sizes broken in rev. 1391  
1391 5218 d 13 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 5247 d 19 h Lrz /kernel/trunk/ small changes and optimization  
1368 5247 d 20 h mikedld /kernel/trunk/gui/ * gui/window.inc optimizations: check_window_position & set_screen speedup  
1362 5251 d 7 h mikedld /kernel/trunk/ * gui/window.inc refactoring  
1329 5263 d 13 h Lrz /kernel/trunk/ sys functions 71 and 69 without shift-registers call.(I'm not sure all change is right.  
1326 5269 d 15 h Lrz /kernel/trunk/gui/ bugfix previous revision  
1324 5270 d 17 h Lrz /kernel/trunk/ sys function 48 is run without cross registers call now.  
1300 5285 d 19 h serge /kernel/trunk/ kms: pre rc8  
1225 5325 d 14 h mario79 /kernel/trunk/gui/ Additional fix related to revision 1172.  
1038 5569 d 20 h diamond /kernel/trunk/ * commented redundant messages for window moving and process creating
* added CPU frequency output in boot log
 
994 5618 d 23 h diamond /kernel/trunk/gui/ bugfix in revision 986 + small optimization from Galkov  
986 5622 d 15 h diamond /kernel/trunk/gui/ redo of revision 970 considering revision 985  
985 5622 d 16 h heavyiron /kernel/trunk/gui/ Bugfix of 415 revision  
970 5634 d 19 h diamond /kernel/trunk/gui/ a window is activated only once when mouse button is pressed  
961 5637 d 12 h diamond /kernel/trunk/gui/ bugfix in height of rolled-up window with style 4  
856 5748 d 16 h diamond /kernel/trunk/ bugfix in sysfn 67: avoid system crash for invalid parameter  
768 5919 d 20 h heavyiron /kernel/trunk/gui/ Temporary fix in "check_window_position". In future we need negative coordinates support without this procedure :-)  
753 5933 d 19 h serge /kernel/trunk/ supported videomodes  
709 5951 d 17 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 6000 d 21 h diamond /kernel/trunk/ deleting cross registers in system calls, part 2  
679 6009 d 12 h diamond /kernel/trunk/gui/ restoring window after rolling up does not allow invalid window coordinates  
599 6139 d 6 h spraid /kernel/trunk/ shade window Y=4
interval boot screen for "d" parameter
 
593 6143 d 18 h mikedld /kernel/trunk/ Revision numbering fix  
549 6179 d 8 h spraid /kernel/trunk/ added window type (Y=4). skinned window with fixed sizes  
523 6206 d 23 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 6223 d 21 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 6244 d 2 h serge /kernel/trunk/ merge flat kernel  
431 6266 d 20 h serge /kernel/trunk/ copyrights  
425 6271 d 9 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
415 6280 d 10 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 6287 d 11 h serge /kernel/trunk/ fixed bug in init_LFB()  
381 6291 d 12 h serge /kernel/trunk/ replace all vars whith symbolic constants  
380 6292 d 21 h serge /kernel/trunk/ replace vars 0x8000 0xC000 0xC004 0xD000 0x80000 whith symbolic constants
rename PROC_BASE -> SLOT_BASE
 
379 6292 d 23 h serge /kernel/trunk/ 1)fixed wrong exported LFB address
2)replace 0x3000 0x3004 0x3010 0x3020 whith symbolic constants
 
322 6314 d 18 h diamond /kernel/trunk/ * Corrected size of display_data in calculatebackground
* Fixed bug with VRR changing videomode
 
303 6321 d 10 h mikedld / Added 'C' flag to 0-th system function: don't fill working area
Modified Tinypad to use 'C' flag
 
186 6425 d 21 h diamond /kernel/trunk/ Final attempt to fix border drawing  
181 6431 d 22 h diamond /kernel/trunk/gui/ Corrected border drawing code.  
163 6439 d 0 h diamond /kernel/trunk/ Fixed bug with border drawing