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
1400 5209 d 2 h turbanoff /kernel/trunk/fs/ ext2. return correct date/time  
1398 5209 d 20 h turbanoff /kernel/trunk/fs/ ext2. fix bug in hdReadFolder cycle  
1397 5209 d 21 h turbanoff /kernel/trunk/fs/ support russian filenames in ext2  
1396 5209 d 23 h diamond /kernel/trunk/ fixed DEBUGF with %s and addressing with esp  
1394 5210 d 21 h diamond /kernel/trunk/core/ fixed debugging broken in rev. 1329  
1393 5211 d 2 h art_zh /kernel/trunk/ memmap info corrected  
1392 5211 d 4 h diamond /kernel/trunk/ more correct background redraw  
1391 5211 d 21 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)
 
1389 5214 d 0 h turbanoff /kernel/trunk/fs/ small fix  
1388 5214 d 4 h art_zh /kernel/trunk/ memmap.inc corrected; all free holes listed  
1387 5214 d 23 h turbanoff /kernel/trunk/fs/ ext2fs fix bugs with large file  
1384 5216 d 22 h turbanoff /kernel/trunk/fs/ ext2fs 70.5 support. fix bugs  
1381 5218 d 18 h diamond /kernel/trunk/gui/ fixed buttons code broken in rev. 1334  
1380 5221 d 6 h diamond /kernel/trunk/ do not unmask all IRQs  
1379 5226 d 1 h turbanoff /kernel/trunk/ small fix  
1378 5226 d 1 h turbanoff /kernel/trunk/ ext2fs support. read only  
1377 5227 d 5 h clevermouse /kernel/branches/net/drivers/ fix typo in network drivers  
1376 5234 d 5 h clevermouse /kernel/branches/net/ sync with trunk  
1375 5237 d 23 h Lrz /kernel/trunk/ some little changes  
1373 5239 d 19 h IgorA / deleted file 'editbox_ex.mac' all programs  
1370 5241 d 2 h art_zh /kernel/trunk/ declare mmio_pci_addr in a proper place  
1369 5241 d 4 h Lrz /kernel/trunk/ small changes and optimization  
1368 5241 d 4 h mikedld /kernel/trunk/gui/ * gui/window.inc optimizations: check_window_position & set_screen speedup  
1366 5242 d 0 h Lrz /kernel/trunk/core/ bugfix. jmp to sys_sheduler  
1365 5242 d 0 h Lrz /kernel/trunk/ bugfix for svn rev. 1344  
1362 5244 d 15 h mikedld /kernel/trunk/ * gui/window.inc refactoring  
1360 5245 d 9 h art_zh /kernel/trunk/ constant definition corrected  
1358 5245 d 16 h art_zh / minor bugs fixed  
1354 5245 d 17 h diamond /kernel/trunk/ make mmio_pci_addr compile-time var, disable all the code by default  
1353 5245 d 19 h art_zh / - SysFuncs docs updated;
- PCI Expansion ROM is now readable via uMMIO.
 
1349 5247 d 2 h art_zh /kernel/trunk/ uMMIO address added  
1348 5247 d 2 h art_zh /kernel/trunk/bus/pci/ user MMIO functions added  
1345 5247 d 11 h Lrz /kernel/trunk/ sys function 68 is without shift registers call  
1344 5249 d 14 h Lrz /kernel/trunk/ small optimization sys_sheduler  
1341 5250 d 19 h mikedld /kernel/trunk/gui/ * gui/button.inc refactoring fix (remove_button)  
1340 5250 d 20 h tsdima /kernel/trunk/drivers/ new sound driver added  
1337 5251 d 19 h hidnplayr /kernel/branches/net/ Changes in net branch:
More fixes in UDP
added TFTP client
 
1336 5251 d 20 h diamond /kernel/trunk/fs/ reserve_hd_channel forgot to do sti, fixed  
1335 5252 d 19 h hidnplayr /kernel/branches/net/network/ UDP fixes for net branch  
1334 5252 d 22 h mikedld /kernel/trunk/ * gui/button.inc refactoring
* only 16 ID bits were checked on button delete, 24 now
* negative button frame draw speed up