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
5029 3556 d 13 h hidnplayr /programs/develop/libraries/menuetlibc/ Fixed __menuet__set_bitfield_for_wanted_events in libc to allow bits 30 and 31 be set.  
5010 3575 d 18 h IgorA /programs/develop/libraries/exif/ 'exif.obj': fixes; add more tags  
5009 3576 d 16 h IgorA /programs/develop/libraries/exif/ update 'exif.obj':
1) add new function exif_get_app2 (found maker from cameras: Nikon, Canon, Panasonic)
2) small fixes
 
5008 3577 d 16 h IgorA /programs/develop/libraries/exif/trunk/ update 'exif.obj' group signatures  
5007 3580 d 19 h IgorA /programs/develop/libraries/exif/ update 'exif.obj':
1) optimize code
2) add documentation
 
5002 3581 d 19 h IgorA /programs/develop/libraries/exif/ update 'exif.obj':
1) add new functions for read more info
2) small fix
 
4996 3582 d 22 h hidnplayr /programs/develop/libraries/http/ Added HTTP_send, renamed HTTP_process to HTTP_receive, renamed HTTP_stop to HTTP_disconnect, added HTTP_free  
4995 3583 d 1 h IgorA /programs/develop/libraries/exif/trunk/ update 'exif.obj': library get more information  
4994 3583 d 21 h IgorA /programs/develop/libraries/exif/ add new library 'exif.obj'  
4988 3601 d 15 h IgorA /programs/develop/libraries/ 't_edit' add commands [Ctrl]+[End], [Ctrl]+[A]
'msgbox' change select button use [Tab] key
 
4987 3602 d 0 h IgorA /programs/develop/libraries/box_lib/ update element 't_edit' when add new lines change scroll size  
4986 3607 d 18 h hidnplayr /programs/develop/libraries/http/ Updated docs.  
4983 3611 d 1 h hidnplayr /programs/develop/libraries/http/ Fixed bug in URL parsing.  
4973 3617 d 2 h right-hearted /programs/develop/libraries/menuetlibc/ Adding menuetlibc back to its place in /programs/develop/libraries
This version of menuetlibc was taken from revision 4743, right before I made any changes
 
4887 3666 d 9 h Akyltist /programs/develop/libraries/utils/trunk/ utils.obj fix: "0" converted  
4848 3672 d 17 h hidnplayr /programs/develop/libraries/http/ Debug information for escape and unescape functions.  
4831 3675 d 22 h hidnplayr /programs/develop/libraries/http/ Fixed bug in escape function, return data length in ebx.  
4830 3676 d 1 h hidnplayr /programs/develop/libraries/http/ Fixed bug in http.obj (concerning POST method).
Added new example program PASTA, using http POST method.
 
4829 3676 d 16 h hidnplayr /programs/develop/libraries/http/ Added debug message when header field is not found.  
4799 3681 d 20 h right-hearted / Temporarily removing menuetlibc  
4766 3685 d 16 h right-hearted /programs/develop/libraries/menuetlibc/src/ removed command $(RM) *.sx  
4765 3685 d 16 h right-hearted /programs/develop/libraries/menuetlibc/src/ removed redeclarations of AS and CPP  
4764 3685 d 17 h right-hearted /programs/develop/libraries/menuetlibc/src/ changed as to $(AS)  
4763 3685 d 17 h right-hearted /programs/develop/libraries/menuetlibc/src/ Changed from AS back to CPP  
4760 3685 d 21 h right-hearted / Trying to build openjpeg  
4759 3685 d 21 h right-hearted /programs/develop/libraries/menuetlibc/include/freetype/ adding headers for freetype  
4758 3685 d 21 h right-hearted / Adding openjpeg to autobuild  
4757 3686 d 1 h right-hearted /programs/develop/libraries/menuetlibc/src/ NASM ---> AS  
4756 3686 d 1 h right-hearted /programs/develop/libraries/menuetlibc/src/ And again CPP to NASM  
4755 3686 d 1 h right-hearted /programs/develop/libraries/menuetlibc/src/ checking CC and LD  
4754 3686 d 1 h right-hearted /programs/develop/libraries/menuetlibc/src/ CC and LD  
4753 3686 d 1 h right-hearted /programs/develop/libraries/menuetlibc/src/libc/ CC and LD  
4749 3686 d 2 h right-hearted /programs/develop/libraries/menuetlibc/src/ changed CPP to NASM  
4748 3686 d 3 h right-hearted /programs/develop/libraries/menuetlibc/ export MENUETDEV:=$(shell pwd)  
4747 3686 d 4 h right-hearted /programs/develop/libraries/menuetlibc/ MENUETDEV:=$(shell pwd)  
4746 3686 d 5 h right-hearted /programs/develop/libraries/menuetlibc/ Edited path of $(MENUETDEV)  
4745 3686 d 5 h right-hearted /programs/develop/libraries/menuetlibc/ Declared path to MENUETDEV  
4744 3686 d 5 h right-hearted / Trying to make menuetlibc compile.  
4721 3690 d 6 h Akyltist /programs/develop/libraries/utils/ Add COFF libraries "utils.obj" atof,ftoa,random
support for exponent, high accuracy, not normalized form of writing
 
4690 3697 d 17 h hidnplayr /programs/develop/libraries/http/ Bugfixes in chunked decoder and timeouts, refactoring.