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
1409 5193 d 9 h serge /drivers/ddk/stdio/ do_print.c: fix CR/LF handling  
1408 5194 d 1 h serge /drivers/ ddk: tiny libc and kernel imports library  
1407 5194 d 3 h serge /drivers/ move old ddx driver  
1406 5194 d 3 h serge /drivers/ move old 2d gpu driver  
1405 5194 d 3 h serge /drivers/ move old agp driver  
1404 5194 d 7 h serge /drivers/video/drm/ kms: rc9  
1403 5195 d 5 h serge /drivers/video/drm/ kms: pre rc9 II  
1402 5196 d 9 h IgorA /programs/develop/libraries/box_lib/trunk/ changes in 'TreeList':
- fix 'tl_node_lev_inc'
- fix 'tl_node_lev_dec'
 
1401 5197 d 6 h IgorA /programs/ 1) changes in 'TreeList':
- fix 'tl_iterat_perv'
- small fix 'tl_mouse'
- update 'tl_node_lev_inc'
- optimization 'tl_node_lev_dec'
2) add new programm 'PlanetV'
 
1400 5197 d 7 h turbanoff /kernel/trunk/fs/ ext2. return correct date/time  
1399 5197 d 23 h diamond /programs/other/rtfread/trunk/ cosmetic fix in rtfread from Sorcerer  
1398 5198 d 0 h turbanoff /kernel/trunk/fs/ ext2. fix bug in hdReadFolder cycle  
1397 5198 d 1 h turbanoff /kernel/trunk/fs/ support russian filenames in ext2  
1396 5198 d 4 h diamond /kernel/trunk/ fixed DEBUGF with %s and addressing with esp  
1395 5198 d 22 h mario79 /programs/develop/fasm/trunk/ 1) Fix handling of parameters of the broken in revision 1361
2) Now the library Box_lib, not loaded when the "shadow" compilation.
3) Small code cleaning
 
1394 5199 d 1 h diamond /kernel/trunk/core/ fixed debugging broken in rev. 1329  
1393 5199 d 6 h art_zh /kernel/trunk/ memmap info corrected  
1392 5199 d 8 h diamond /kernel/trunk/ more correct background redraw  
1391 5200 d 2 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)
 
1390 5201 d 10 h IgorA /programs/ 1) some fixes in functions 'tl_mouse'
2) added documentation for the 'scrollbar'
3) small improvements 't_edit'
 
1389 5202 d 4 h turbanoff /kernel/trunk/fs/ small fix  
1388 5202 d 9 h art_zh /kernel/trunk/ memmap.inc corrected; all free holes listed  
1387 5203 d 3 h turbanoff /kernel/trunk/fs/ ext2fs fix bugs with large file  
1386 5203 d 9 h art_zh /programs/system/pcidev/trunk/ pcidev post-enumeration bug fixed  
1385 5204 d 7 h diamond /programs/system/cpu/trunk/ cpu now immediately redraws process list after on/off switch  
1384 5205 d 2 h turbanoff /kernel/trunk/fs/ ext2fs 70.5 support. fix bugs  
1383 5205 d 22 h diamond /programs/system/cpu/trunk/ cpu now hides system processes by default  
1382 5206 d 22 h diamond /programs/develop/libraries/box_lib/trunk/ tree_list.mac: do not include the code if it is not used  
1381 5206 d 22 h diamond /kernel/trunk/gui/ fixed buttons code broken in rev. 1334  
1380 5209 d 10 h diamond /kernel/trunk/ do not unmask all IRQs  
1379 5214 d 5 h turbanoff /kernel/trunk/ small fix  
1378 5214 d 5 h turbanoff /kernel/trunk/ ext2fs support. read only  
1377 5215 d 10 h clevermouse /kernel/branches/net/drivers/ fix typo in network drivers  
1376 5222 d 9 h clevermouse /kernel/branches/net/ sync with trunk  
1375 5226 d 4 h Lrz /kernel/trunk/ some little changes  
1374 5227 d 1 h IgorA /programs/develop/libraries/box_lib/trunk/doc/ updated documentation 'box_lib.obj'  
1373 5227 d 23 h IgorA / deleted file 'editbox_ex.mac' all programs  
1372 5228 d 3 h IgorA /programs/develop/ Reorganization of the library 'box_lib.obj':
1) new file 'box_lib.mac' to connect all elements
2) Eliminate duplication of code.
Minor improvements 'fasm'.
 
1371 5229 d 1 h IgorA /programs/develop/fasm/trunk/ fasm: not a big optimization
1) Change button on the checkbox
2) the size of file paths is exactly equal to MAX_PATH
3) refined the work with a small width of the window
 
1370 5229 d 6 h art_zh /kernel/trunk/ declare mmio_pci_addr in a proper place