Subversion Repositories Kolibri OS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
10049 1 d 13 h ace_dent / Consistent use of `KolibriOS` name

- Ensure consistent naming for brand integrity.
 
10042 2 d 8 h dunkaist / Update Tupfile.lua's for tup-0.8  
10041 2 d 8 h dunkaist /programs/develop/libraries/ Rename fontRasterWorks(unicode) to fontRasterWorks_unicode

This is needed to migrate to tup-0.8.
I'm sure it was possible to workaround this and keep the name,
but it was easier to rename.
 
10031 9 d 2 h ace_dent /programs/develop/ Optimize png files for `programs/develop`

Lossless optimization of png image files, using `pngslim` and other tools.
Program graphics (compiled or included with software):
- Slimmed 28.7 KiB (~28.5 KiB kpacked), average ~19% saving for 13 files.
Documentation only artwork (distributed outside of a program):
- Slimmed 100 KiB (~91 KiB kpacked), average ~38% saving for 27 files.
 
9986 78 d 3 h hidnplayr /programs/develop/libraries/libcrash/mac/ Poly1305: Fix forgotten variable init  
9952 140 d 1 h turbocat / NewLib:
- Duplicate functionality files removed;
- Refactoring of file handling functions;
- Removed broken impliments.
Gears (C + TinyGL):
- Removed because it duplicates an existing example on Fasm and uses unsupported wrappers on the KOS API.
KosJS:
- Removed. The MuJS port is too old and not used anywhere. Support is not profitable.
Backy:
- Removed useless GCC version. Support is not profitable.
DGen-SDL and SQLite3
- Fix after removing broken "dirent.h".
Fridge:
- Moving the KOS API wrapper to avoid compilation errors.
Udis86, uARM and 8086tiny:
- Fix after removing redundant "kos_LoadConsole.h".
 
9908 422 d 6 h Doczom /programs/ Updated dll.load. Added support for loading the library using the full path.
Fixed makefile for Whether
 
9860 674 d 3 h Doczom /programs/develop/libraries/box_lib/trunk/doc/ added documentation for the frame element  
9821 726 d 11 h IgorA /programs/develop/libraries/nnp/ update library 'nnp.obj'  
9812 744 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 758 d 1 h dunkaist / [autobuild] Fix asm-only and no-gcc build  
9748 789 d 7 h sober_dev /programs/develop/libraries/box_lib/trunk/ Fix for previous revision.  
9747 789 d 8 h sober_dev /programs/develop/libraries/box_lib/trunk/ File Browser control - choosing the correct icon for dir names starting with ".."  
9733 814 d 7 h IgorA /programs/ Neural network perceptron library  
9728 820 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 833 d 22 h dunkaist /programs/develop/libraries/libs-dev/ libimg: Implement more bit depth conversion routines  
9690 837 d 3 h sober_dev /programs/develop/libraries/box_lib/trunk/ File Browser control - some code optimization for r9682  
9682 837 d 22 h sober_dev /programs/develop/libraries/box_lib/trunk/ File Browser control - fixed the display of files larger than 4GB.  
9675 846 d 2 h IgorA /programs/ buf2d examples clean code  
9670 849 d 4 h Coldy /programs/develop/libraries/dll/ dll.obj: re-initiate build  
9669 849 d 5 h Coldy /programs/develop/libraries/dll/ dll.obj: Added error handling with detailed inform user which error occurred through @notyfy  
9661 850 d 7 h turbocat /programs/develop/libraries/kos_mbedtls/programs/ssl/ ssl_client1 example use new tcc build.  
9640 859 d 11 h leency / add KMatrix into Appearance app  
9637 859 d 18 h akron1 /programs/develop/libraries/base64/ base64.obj: decoding algorithm skips spaces, newlines and tabs  
9631 860 d 19 h akron1 /programs/develop/libraries/fontRasterWorks(unicode)/ RasterWorks: rename function  
9629 861 d 12 h IgorA /programs/develop/libraries/box_lib/trunk/ fix rev. 9616  
9616 863 d 1 h IgorA /programs/develop/libraries/box_lib/trunk/ add function 'edit_box_key_safe'  
9610 864 d 3 h IgorA /programs/develop/libraries/box_lib/trunk/ update function 'tl_node_poi_get_info'  
9587 867 d 10 h vitalkrilov /programs/ Fixed misuse of "/rd/1" (changed to "/sys") for all other programs  
9570 870 d 5 h IgorA /programs/ buf2d.obj: fix in functions: buf2d_bit_blt_transp, buf2d_draw_text.  
9568 871 d 2 h IgorA /programs/ fix function name 'edit_box' to 'edit_box_draw'  
9520 877 d 1 h IgorA /programs/ function 'buf2d_line_sm' - fix error when the line is 45 degrees  
9485 878 d 8 h IgorA /programs/ t_edit can open kpack-ed files  
9307 911 d 1 h turbocat /programs/develop/libraries/iconv/ iconv.obj: rollback to a working revision 5098 with minor additions. Temporary regression is possible.  
9273 920 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 951 d 22 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 998 d 4 h turbocat /programs/develop/libraries/console_coff/ console.obj :
- better mechanism for killing the parent process.
 
9163 998 d 23 h Doczom /programs/develop/libraries/console_coff/ fix bug in scroll  
9127 1019 d 3 h hidnplayr /programs/develop/libraries/console_coff/ Fix con_kbhit  
9125 1019 d 9 h hidnplayr /programs/develop/libraries/console_coff/ Fix con_get_input, added some common control characters.