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
9860 664 d 17 h Doczom /programs/develop/libraries/box_lib/trunk/doc/ added documentation for the frame element  
9821 717 d 0 h IgorA /programs/develop/libraries/nnp/ update library 'nnp.obj'  
9812 734 d 18 h Coldy /programs/develop/ libc.obj:
- headers update (now used true functions with attributes instead of pointers)
- fixed some samples
kos_mbedtls:
microtar:
changes for compatible to latest version tcc and the libc.obj headers
 
9797 748 d 15 h dunkaist / [autobuild] Fix asm-only and no-gcc build  
9748 779 d 21 h sober_dev /programs/develop/libraries/box_lib/trunk/ Fix for previous revision.  
9747 779 d 21 h sober_dev /programs/develop/libraries/box_lib/trunk/ File Browser control - choosing the correct icon for dir names starting with ".."  
9733 804 d 21 h IgorA /programs/ Neural network perceptron library  
9728 810 d 22 h sober_dev /programs/ Opendial and File Browser control
1) Now shows the full value for the year
2) For ".." dir is not shown unnecessary data
3) Finding the end of section [icons16] for r7241
 
9713 824 d 12 h dunkaist /programs/develop/libraries/libs-dev/ libimg: Implement more bit depth conversion routines  
9690 827 d 17 h sober_dev /programs/develop/libraries/box_lib/trunk/ File Browser control - some code optimization for r9682  
9682 828 d 12 h sober_dev /programs/develop/libraries/box_lib/trunk/ File Browser control - fixed the display of files larger than 4GB.  
9675 836 d 16 h IgorA /programs/ buf2d examples clean code  
9670 839 d 17 h Coldy /programs/develop/libraries/dll/ dll.obj: re-initiate build  
9669 839 d 19 h Coldy /programs/develop/libraries/dll/ dll.obj: Added error handling with detailed inform user which error occurred through @notyfy  
9661 840 d 20 h turbocat /programs/develop/libraries/kos_mbedtls/programs/ssl/ ssl_client1 example use new tcc build.  
9640 850 d 0 h leency / add KMatrix into Appearance app  
9637 850 d 7 h akron1 /programs/develop/libraries/base64/ base64.obj: decoding algorithm skips spaces, newlines and tabs  
9631 851 d 9 h akron1 /programs/develop/libraries/fontRasterWorks(unicode)/ RasterWorks: rename function  
9629 852 d 2 h IgorA /programs/develop/libraries/box_lib/trunk/ fix rev. 9616  
9616 853 d 15 h IgorA /programs/develop/libraries/box_lib/trunk/ add function 'edit_box_key_safe'  
9610 854 d 16 h IgorA /programs/develop/libraries/box_lib/trunk/ update function 'tl_node_poi_get_info'  
9587 858 d 0 h vitalkrilov /programs/ Fixed misuse of "/rd/1" (changed to "/sys") for all other programs  
9570 860 d 18 h IgorA /programs/ buf2d.obj: fix in functions: buf2d_bit_blt_transp, buf2d_draw_text.  
9568 861 d 16 h IgorA /programs/ fix function name 'edit_box' to 'edit_box_draw'  
9520 867 d 15 h IgorA /programs/ function 'buf2d_line_sm' - fix error when the line is 45 degrees  
9485 868 d 22 h IgorA /programs/ t_edit can open kpack-ed files  
9307 901 d 15 h turbocat /programs/develop/libraries/iconv/ iconv.obj: rollback to a working revision 5098 with minor additions. Temporary regression is possible.  
9273 910 d 15 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.
 
9216 942 d 12 h dunkaist /programs/ libcrash: sync with upstream.

* Implement new algorithms:
- MACs: Poly1305, HMAC (SHA2_256, SHA2_512),
- ciphers: ChaCha20, AES256CTR, AES256CBC.
* Remove MD4 hash.
* Change API (it happens).
* Update crashtest example.
 
9167 988 d 17 h turbocat /programs/develop/libraries/console_coff/ console.obj :
- better mechanism for killing the parent process.
 
9163 989 d 13 h Doczom /programs/develop/libraries/console_coff/ fix bug in scroll  
9127 1009 d 17 h hidnplayr /programs/develop/libraries/console_coff/ Fix con_kbhit  
9125 1009 d 23 h hidnplayr /programs/develop/libraries/console_coff/ Fix con_get_input, added some common control characters.  
9105 1015 d 19 h hidnplayr /programs/develop/libraries/console_coff/ More escape codes.
New function 'con_get_input' useful to get escape codes from special keys.
Implemented alternative screen buffer.
See included documentation for more details.
 
9096 1021 d 5 h hidnplayr /programs/develop/libraries/console_coff/ Console: Bell character support, escape code '<esc>]K' (erase in line) support  
9095 1022 d 12 h turbocat /programs/develop/libraries/microtar/ mtar.obj:
use now wrappers names
 
9091 1022 d 23 h turbocat /programs/develop/libraries/kos_mbedtls/library/ mbedtls:
- strip replaced by kos32-strip
 
9087 1023 d 17 h turbocat /programs/develop/libraries/kos_mbedtls/library/ mbedtls:
- fixed autobuild clink path
 
9086 1023 d 17 h turbocat /programs/develop/libraries/kos_mbedtls/library/ mbedtls:
- added to autobuild
 
9083 1024 d 15 h turbocat /programs/develop/libraries/kos_mbedtls/programs/ssl/ ssl_client1 example: fixed Tupfile.lua