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 648 d 3 h Doczom /programs/develop/libraries/box_lib/trunk/doc/ added documentation for the frame element  
9821 700 d 11 h IgorA /programs/develop/libraries/nnp/ update library 'nnp.obj'  
9812 718 d 4 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 732 d 1 h dunkaist / [autobuild] Fix asm-only and no-gcc build  
9748 763 d 8 h sober_dev /programs/develop/libraries/box_lib/trunk/ Fix for previous revision.  
9747 763 d 8 h sober_dev /programs/develop/libraries/box_lib/trunk/ File Browser control - choosing the correct icon for dir names starting with ".."  
9733 788 d 7 h IgorA /programs/ Neural network perceptron library  
9728 794 d 9 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 807 d 23 h dunkaist /programs/develop/libraries/libs-dev/ libimg: Implement more bit depth conversion routines  
9690 811 d 4 h sober_dev /programs/develop/libraries/box_lib/trunk/ File Browser control - some code optimization for r9682  
9682 811 d 23 h sober_dev /programs/develop/libraries/box_lib/trunk/ File Browser control - fixed the display of files larger than 4GB.  
9675 820 d 2 h IgorA /programs/ buf2d examples clean code  
9670 823 d 4 h Coldy /programs/develop/libraries/dll/ dll.obj: re-initiate build  
9669 823 d 5 h Coldy /programs/develop/libraries/dll/ dll.obj: Added error handling with detailed inform user which error occurred through @notyfy  
9661 824 d 7 h turbocat /programs/develop/libraries/kos_mbedtls/programs/ssl/ ssl_client1 example use new tcc build.  
9640 833 d 11 h leency / add KMatrix into Appearance app  
9637 833 d 18 h akron1 /programs/develop/libraries/base64/ base64.obj: decoding algorithm skips spaces, newlines and tabs  
9631 834 d 20 h akron1 /programs/develop/libraries/fontRasterWorks(unicode)/ RasterWorks: rename function  
9629 835 d 12 h IgorA /programs/develop/libraries/box_lib/trunk/ fix rev. 9616  
9616 837 d 1 h IgorA /programs/develop/libraries/box_lib/trunk/ add function 'edit_box_key_safe'  
9610 838 d 3 h IgorA /programs/develop/libraries/box_lib/trunk/ update function 'tl_node_poi_get_info'  
9587 841 d 11 h vitalkrilov /programs/ Fixed misuse of "/rd/1" (changed to "/sys") for all other programs  
9570 844 d 5 h IgorA /programs/ buf2d.obj: fix in functions: buf2d_bit_blt_transp, buf2d_draw_text.  
9568 845 d 2 h IgorA /programs/ fix function name 'edit_box' to 'edit_box_draw'  
9520 851 d 2 h IgorA /programs/ function 'buf2d_line_sm' - fix error when the line is 45 degrees  
9485 852 d 9 h IgorA /programs/ t_edit can open kpack-ed files  
9307 885 d 2 h turbocat /programs/develop/libraries/iconv/ iconv.obj: rollback to a working revision 5098 with minor additions. Temporary regression is possible.  
9273 894 d 2 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 925 d 23 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 972 d 4 h turbocat /programs/develop/libraries/console_coff/ console.obj :
- better mechanism for killing the parent process.
 
9163 973 d 0 h Doczom /programs/develop/libraries/console_coff/ fix bug in scroll  
9127 993 d 4 h hidnplayr /programs/develop/libraries/console_coff/ Fix con_kbhit  
9125 993 d 10 h hidnplayr /programs/develop/libraries/console_coff/ Fix con_get_input, added some common control characters.  
9105 999 d 5 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 1004 d 16 h hidnplayr /programs/develop/libraries/console_coff/ Console: Bell character support, escape code '<esc>]K' (erase in line) support  
9095 1005 d 23 h turbocat /programs/develop/libraries/microtar/ mtar.obj:
use now wrappers names
 
9091 1006 d 9 h turbocat /programs/develop/libraries/kos_mbedtls/library/ mbedtls:
- strip replaced by kos32-strip
 
9087 1007 d 4 h turbocat /programs/develop/libraries/kos_mbedtls/library/ mbedtls:
- fixed autobuild clink path
 
9086 1007 d 4 h turbocat /programs/develop/libraries/kos_mbedtls/library/ mbedtls:
- added to autobuild
 
9083 1008 d 1 h turbocat /programs/develop/libraries/kos_mbedtls/programs/ssl/ ssl_client1 example: fixed Tupfile.lua