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
9318 892 d 21 h leency /programs/cmm/browser/ WebView: bugfixes  
9309 893 d 19 h leency /programs/cmm/browser/ WebView 3.65: table width support  
9307 893 d 23 h turbocat /programs/develop/libraries/iconv/ iconv.obj: rollback to a working revision 5098 with minor additions. Temporary regression is possible.  
9306 893 d 23 h leency /programs/cmm/ WebView: use custom C-- function if CP1251 to CP866 convert is failed in iconv.obj (the case for 4pda.to)
Please somebody fix iconv...
 
9305 894 d 2 h Coldy /programs/develop/ktcc/trunk/ Add KX extension to tcc (autoload w/import table support), phase 2.1
Fixed bugs
Add new features (name prefix to conflicts solve, display version, __KX__ macro)
Added kx folder with new crt0.o (crt.asm), some *.def and libtcc.a
 
9304 894 d 10 h leency / IMG:
- replace netcode.obj by base64.obj
- add lib/libcrash.obj
WEBVIEW:
- use custom utf8rutodos() if iconv() failed (the case for forum.old-dos.ru)
 
9302 896 d 2 h leency /programs/cmm/browser/ WebView: omit lists inside <nav> tag for better readability  
9301 896 d 6 h leency /programs/ Fix naming: Gb/Mb/Kb => GB/MB/KB  
9299 896 d 23 h rgimad /programs/develop/golang/ fix prior, delete old files  
9298 896 d 23 h rgimad /programs/develop/golang/ golang: fixed build errors and some refactoring  
9296 897 d 2 h leency /programs/cmm/browser/ WebView 3.61: fixes release  
9295 897 d 4 h akron1 /programs/develop/cedit/ CEdit: toolbar uses system colors, disabled runtime checking  
9294 897 d 9 h leency /programs/cmm/browser/ WebView 3.6: better table support, bugfixes  
9293 897 d 17 h leency /programs/cmm/browser/ WebView fix for tables: line postion and autoclose some tags  
9289 898 d 8 h leency /programs/cmm/browser/ WebView: fix big in links that may cause weird occasional time to time crashes  
9287 900 d 21 h leency /programs/cmm/ C-- downloader: show download speed and size in Mb  
9284 901 d 2 h Coldy /programs/develop/ktcc/trunk/source/ Add KX extension to tcc (autoload w/import table support), phase 1  
9280 902 d 1 h turbocat /programs/other/man2html/ man2html(by navichok26):
- Fixed Makefile.kos;
- Added auto-opening to webview.
 
9278 902 d 11 h navichok26 / add man2html program  
9277 902 d 18 h leency /programs/cmm/ Eolite: show volume label in a device folder  
9276 902 d 19 h leency /programs/cmm/eolite/ remove untested experimental code  
9275 902 d 20 h leency /programs/cmm/ Eolite: fix handling the '\' in the end of the path
tmpdisk: do not add '\' in the end of the path
 
9274 902 d 20 h leency / Rename drivers:
- intelac97 > ac97
- intel_hda > hdaudio
To fit into 8.3
 
9273 902 d 23 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: Avoid SSE pinsrw instruction in blend_mmx.asm

pinsrw can act on MMX registers, but it is still an SSE instruction.
 
9269 903 d 21 h leency /programs/cmm/eolite/ Eolite: fixed two bugs (thanks kw33 for found one)  
9267 904 d 5 h Doczom /programs/cmm/clipview/ fix count type  
9266 904 d 6 h Doczom /programs/cmm/clipview/ fixed content type definitions  
9263 905 d 3 h leency /programs/cmm/browser/ WebView 3.52: handle dd, dl unclosed tags (thanks turbocat2001 for the bug report)  
9262 905 d 22 h turbocat /programs/develop/ktcc/trunk/ libc.obj:
- Added basename() and dirname()
- libc_test all tabs -> spaces
 
9261 909 d 21 h leency /programs/cmm/mousecfg/ mousecfg: use a hotkey to turn on mouse emulation  
9260 911 d 1 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/time/ libc.obj: fixed asctime() format and UTC mktime() bug.  
9259 913 d 2 h leency /programs/cmm/browser/ WebView: fix page scroll when user is just clicked on a scrolling area and did not drug a slider  
9247 914 d 0 h turbocat /programs/develop/ktcc/trunk/bin/lib/ ktcc: Delete old tinygl library  
9246 914 d 22 h leency / System Panel:
- add Network Speed test (thanks Coldy for the idea)
- add AMDtemp, also add app icon into icons32.png
 
9242 915 d 2 h turbocat /programs/develop/ktcc/trunk/libc.obj/samples/ Added libc_test.c for testing libc.obj (by "navichok26")  
9241 915 d 2 h leency /programs/games/phenix/trunk/ Upload optimized Phoenix and ASCL by Kolibrius  
9237 915 d 4 h leency /programs/demos/view3ds/ View3DS by macgub: bugfixes and new rendering model - ray casted shadows. Check Readme for more info.  
9235 915 d 22 h turbocat /programs/develop/tinybasic-1.0.4/ tinybasic-1.0.4 fixed Tupefile.lua  
9234 915 d 22 h turbocat /programs/develop/tinybasic-1.0.4/ TinyBasic-1.0.4 added to autobuild  
9233 915 d 23 h turbocat /programs/develop/ktcc/trunk/ libc.obj: Fixed div, ldiv, lldiv ( problem with the compatibility of returned structures in functions between tcc and gcc) thanks to Boppan).