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
1373 5222 d 22 h IgorA / deleted file 'editbox_ex.mac' all programs  
1372 5223 d 2 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 5224 d 0 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 5224 d 5 h art_zh /kernel/trunk/ declare mmio_pci_addr in a proper place  
1369 5224 d 7 h Lrz /kernel/trunk/ small changes and optimization  
1368 5224 d 7 h mikedld /kernel/trunk/gui/ * gui/window.inc optimizations: check_window_position & set_screen speedup  
1367 5224 d 22 h Lrz /programs/develop/fasm/trunk/ bugfix length of editbox  
1366 5225 d 3 h Lrz /kernel/trunk/core/ bugfix. jmp to sys_sheduler  
1365 5225 d 3 h Lrz /kernel/trunk/ bugfix for svn rev. 1344  
1364 5226 d 20 h diamond /programs/system/pcidev/trunk/ fixed path in pcidev.asm, broken in rev. 1359  
1363 5227 d 1 h IgorA /programs/develop/fasm/trunk/ fasm: added to recalculate the width of the editbox when resizing the window  
1362 5227 d 18 h mikedld /kernel/trunk/ * gui/window.inc refactoring  
1361 5228 d 2 h IgorA /programs/ Updated 'fasm':
1) he now uses a library 'box_lib.obj'
2) Russification
 
1360 5228 d 12 h art_zh /kernel/trunk/ constant definition corrected  
1359 5228 d 19 h art_zh /programs/system/pcidev/trunk/ +1 more  
1358 5228 d 19 h art_zh / minor bugs fixed  
1357 5228 d 20 h diamond /programs/system/pcidev/trunk/ another fix to get pcidev.asm compilable  
1356 5228 d 20 h diamond /programs/system/pcidev/trunk/ remove utf8 marker from pcidev.asm  
1355 5228 d 20 h diamond /programs/system/board/trunk/ board: allow user to see messages written before start  
1354 5228 d 20 h diamond /kernel/trunk/ make mmio_pci_addr compile-time var, disable all the code by default  
1353 5228 d 22 h art_zh / - SysFuncs docs updated;
- PCI Expansion ROM is now readable via uMMIO.
 
1352 5229 d 23 h art_zh / rubbish clean-up  
1351 5230 d 4 h art_zh /programs/system/pcidev/trunk/ new api functions demo in PCIDEV.ASM  
1350 5230 d 5 h art_zh / root directory cleaned up  
1349 5230 d 5 h art_zh /kernel/trunk/ uMMIO address added  
1348 5230 d 5 h art_zh /kernel/trunk/bus/pci/ user MMIO functions added  
1347 5230 d 5 h art_zh / demo program PCIDEV.ASM changed to show new fetures.  
1346 5230 d 5 h art_zh / new API functions 62:11-13 added (user access to MMIO)  
1345 5230 d 14 h Lrz /kernel/trunk/ sys function 68 is without shift registers call  
1344 5232 d 17 h Lrz /kernel/trunk/ small optimization sys_sheduler  
1343 5233 d 1 h IgorA /programs/other/t_edit/ TextEditor -> add english language  
1342 5233 d 21 h heavyiron /programs/develop/fasm/trunk/ fasm 1.69.11  
1341 5233 d 22 h mikedld /kernel/trunk/gui/ * gui/button.inc refactoring fix (remove_button)  
1340 5233 d 23 h tsdima /kernel/trunk/drivers/ new sound driver added  
1339 5234 d 9 h hidnplayr /programs/other/t_edit/ Updated t_edit program so it compiles with latest sources from SVN  
1338 5234 d 20 h IgorA /programs/other/t_edit/ add program 'TextEditor' version 29.12.09  
1337 5234 d 23 h hidnplayr /kernel/branches/net/ Changes in net branch:
More fixes in UDP
added TFTP client
 
1336 5234 d 23 h diamond /kernel/trunk/fs/ reserve_hd_channel forgot to do sti, fixed  
1335 5235 d 23 h hidnplayr /kernel/branches/net/network/ UDP fixes for net branch  
1334 5236 d 1 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