Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1507 5087 d 19 h art_zh /kernel/branches/Kolibri-A/trunk/ basic embedded features  
1505 5087 d 20 h art_zh /kernel/branches/Kolibri-A/ Embedded KOS (AMD/HT version)  
1504 5089 d 14 h diamond /kernel/trunk/ fix processing of cyrillic letter yo in file systems  
1501 5093 d 17 h mario79 /kernel/trunk/core/ Fix for function 68.23 - infinite loop after CLI and PAGE FAULT for destroy_smap  
1497 5096 d 21 h Lrz /kernel/trunk/ 61 system function.  
1496 5097 d 19 h Lrz /kernel/trunk/ 55 and 60 system functions have call without shift registers.  
1495 5099 d 10 h Lrz /kernel/trunk/ 65 system function have call without shift registers.  
1494 5099 d 20 h Lrz /kernel/trunk/ 66 system function have call without shift registers.  
1491 5101 d 23 h Lrz /kernel/trunk/ The 70 system function have call without shift registers.  
1487 5104 d 22 h art_zh /kernel/trunk/ Extended PCI-express configuration space
can now be manually configured for non-AMD machines
 
1474 5113 d 18 h diamond /kernel/trunk/ optimize set_window_box: do nothing if new box is the same as old one  
1466 5117 d 18 h mario79 /kernel/trunk/gui/ Now, if the window is captured and moved by the user, then no mouse events! (6 = mouse event)  
1465 5120 d 6 h mario79 /kernel/trunk/gui/ Fix of left mouse button broken to revision 1460  
1463 5127 d 3 h art_zh /kernel/trunk/bus/pci/ PCIexpress: extended configurator  
1462 5131 d 23 h art_zh /kernel/trunk/bus/pci/ allocation bug for prefetched BARs fixed  
1461 5136 d 19 h diamond /kernel/trunk/core/ changes in free memory checks from Maxis (bug #9)  
1460 5138 d 12 h Lrz /kernel/trunk/gui/ small changes  
1455 5151 d 21 h art_zh /kernel/trunk/ 1) back to #1451 to save some phys. memory
2) non-PSE paging restored
3) documentation corrected
 
1454 5153 d 16 h art_zh /kernel/trunk/ Number of system pages corrected  
1453 5155 d 4 h art_zh /kernel/trunk/ useless i486-code removed from init.inc  
1452 5155 d 19 h serge /kernel/trunk/core/ Maxis fixes: stupid bug in load_file()  
1451 5157 d 15 h art_zh /kernel/trunk/ kernel PTE initialization bug fixed  
1450 5158 d 4 h diamond /kernel/trunk/ unpacker code is now aware of file type field in packed files  
1448 5159 d 18 h diamond /kernel/trunk/ identical mapping of first physical page in V86
(some BIOSes use physical address of ds:si for int 13h)
 
1447 5162 d 2 h diamond /kernel/trunk/ fixed sysfn 18.13 broken in rev. 684  
1445 5174 d 2 h art_zh /kernel/trunk/docs/ application address corrected in syfn9 docs  
1434 5187 d 19 h serge / linux-like kernel mutexes  
1425 5204 d 21 h diamond /kernel/trunk/detect/ reverted wrong file from previous commit  
1424 5204 d 21 h diamond /kernel/trunk/ fixed behaviour with too big window sizes broken in rev. 1391  
1420 5213 d 19 h diamond /kernel/trunk/video/ size of temporary array for wallpaper code increased
due to fact that highest resolutions are possible
(should fix problems with wallpaper in high resolutions)
 
1419 5215 d 19 h turbanoff /kernel/trunk/fs/ Fixed bug when working with a large number of groups of blocks  
1410 5219 d 23 h turbanoff /kernel/trunk/ reworked search partition on HDD  
1400 5223 d 22 h turbanoff /kernel/trunk/fs/ ext2. return correct date/time  
1398 5224 d 16 h turbanoff /kernel/trunk/fs/ ext2. fix bug in hdReadFolder cycle  
1397 5224 d 17 h turbanoff /kernel/trunk/fs/ support russian filenames in ext2  
1396 5224 d 19 h diamond /kernel/trunk/ fixed DEBUGF with %s and addressing with esp  
1394 5225 d 17 h diamond /kernel/trunk/core/ fixed debugging broken in rev. 1329  
1393 5225 d 22 h art_zh /kernel/trunk/ memmap info corrected  
1392 5226 d 0 h diamond /kernel/trunk/ more correct background redraw  
1391 5226 d 18 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)