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
1189 5327 d 14 h heavyiron /programs/develop/fasm/ tag for fasm 1.68
fasm 1.69.06 in trunk
 
1180 5331 d 17 h andrew_programmer /programs/develop/ Added SDK for FASM and some assembler examples.  
1176 5333 d 17 h andrew_programmer /programs/develop/ bugfix of last SVN revision  
1175 5333 d 18 h andrew_programmer /programs/develop/ 1)Added memory meneger.
2)Added log output to console in debug mode.
3)Added SDK for MSVC++.
 
1169 5339 d 7 h Lrz /programs/develop/libraries/fontslib/trunk/ Fix a small bug and optimization some code.  
1167 5339 d 21 h Lrz /programs/develop/libraries/fontslib/trunk/ Optimization a code for repne scasb instruction.  
1163 5340 d 19 h andrew_programmer /programs/develop/new libGUI_C/ Controls ScrolledWindow and ProgressBar render in buffer befor screen output.
Some size and speed optimizations and some bugfixes.
 
1158 5343 d 23 h Lrz /programs/develop/libraries/fontslib/ A simple fonts_lib library. That library support one font 8x16.  
1157 5347 d 5 h andrew_programmer /programs/develop/new libGUI_C/ New libGUI library. Written an pure C.  
1155 5349 d 3 h clevermouse /programs/develop/libraries/network/ network library, version 1: inet_addr/ntoa, getaddrinfo/freeaddrinfo  
1152 5350 d 18 h diamond /programs/develop/libraries/libs-dev/libimg/ libimg: small fix in 8bpp -> 24bpp translation  
1145 5361 d 23 h diamond /programs/develop/libraries/console/ console library version 7; console examples updated  
1144 5363 d 4 h diamond /programs/ correction of previous revision  
1143 5363 d 4 h diamond / remove trash created in previous revisions  
1134 5369 d 22 h diamond /programs/develop/libraries/console/ console: wake caller when window is closing  
1133 5369 d 22 h diamond /programs/develop/libraries/console/ console version 6: allow caller to know whether console window was closed  
1127 5414 d 1 h Lrz /programs/develop/libraries/box_lib/ modify load_lib.mac and add description (language ru)  
1121 5417 d 18 h diamond /programs/develop/libraries/libs-dev/libimg/gif/ libimg: fixed processing of some interlaced GIFs  
1118 5420 d 2 h diamond /programs/develop/libraries/libs-dev/libimg/gif/ libimg: fixed gif loading broken in rev. 1102  
1115 5436 d 0 h heavyiron /programs/develop/fasm/trunk/ fasm 1.68  
1113 5437 d 18 h diamond /programs/develop/libraries/box_lib/trunk/ box_lib: make all branches of edit_box_key return as stdcall  
1108 5443 d 21 h Lrz /programs/develop/libraries/box_lib/ remove load_lib.mac  
1102 5446 d 18 h diamond /programs/ * libs-dev: style of exported names changed, ini.get_int -> ini_get_int
* programs which use libs-dev updated accordingly
* libimg: support for .ico and .cur files (icons and cursors)
* kiv: show many different images in one file in one row
 
1101 5446 d 21 h Lrz /programs/develop/libraries/box_lib/ Reorganization library. Examples remove in asm/trunk. Modify optionbox.  
1099 5448 d 21 h Lrz /programs/develop/libraries/box_lib/trunk/ update checkbox  
1079 5456 d 22 h diamond /programs/develop/libraries/libs-dev/libimg/ libimg, version 4:
* decoder for animated GIFs
* some fixes in PNG and JPEG decoders
* internal image representation now allows 15 and 16 bpp
(without conversions in decoders)
* decoder for TGA, Z80 from Nable
 
1077 5458 d 7 h Galkov / changing by forum post 23500:
1) f68:15,18 moved to f68:24,25
2) f68:15,18 set to obsolete
 
1075 5459 d 5 h Galkov /programs/develop/open watcom/trunk/clib/fpu/ change functionality of f68:15, f68:18  
1068 5472 d 21 h Lrz /programs/develop/libraries/box_lib/trunk/ bugfix a macros load_lib.mac  
1064 5496 d 3 h Lrz /programs/develop/libraries/box_lib/trunk/ add macros for load library. See editbox_ex and load_lib.mac.
Alfa version
 
1062 5499 d 9 h heavyiron /programs/develop/fasm/trunk/ fasm version 1.67.38 (Mar 29, 2009)

[-] Fixed a bug with size of memory operand for ROUNDSS/ROUNDSD
 
1060 5500 d 17 h hidnplayr /programs/develop/libraries/box_lib/trunk/ This fix makes box_lib a valid KolibriOS library.
(export 'lib_init' and 'version')
 
1054 5514 d 17 h heavyiron /programs/develop/fasm/trunk/ fasm

version 1.67.37 (Mar 24, 2009)
[-] The .efi extension is now generated for EFI PE formats.
[-] Fixed a bug with invalid size of memory operand for SSE4 instructions.

version 1.67.36 (Mar 20, 2009)
[-] The size of section table was stored with a wrong value in symbols file, it should have the correct value now.
 
1053 5532 d 5 h heavyiron /programs/develop/fasm/trunk/ fasm 1.67.35  
1049 5533 d 1 h mario79 /programs/develop/libraries/box_lib/trunk/ Small correct Box_Lib MenuBar for Function 0 with B=1 (coordinates of all graphics primitives are relative to window client area).  
1048 5534 d 4 h mikedld /programs/develop/libraries/libs-dev/ fix in libini._.low.read_value (reported by Insolor)
comments support (lines starting with ';' by default)
version bump
 
1044 5537 d 15 h heavyiron /programs/develop/fasm/trunk/ fasm version 1.67.34 (Feb 22, 2009)
[-] Fixed small bug with DT directive far pointer syntax.
Visit http://flatassembler.net/ for more information.
 
1041 5547 d 3 h mario79 /programs/develop/libraries/box_lib/trunk/ 1) Example for Box_lib: ScrollBar, MenuBar, DinamicButton
2) Small change of ScrollBar
 
1039 5550 d 2 h heavyiron /programs/develop/fasm/trunk/ fasm

version 1.67.33 (Feb 20, 2009)
[+] Added ERR directive that allows to signalize error from the source.

version 1.67.32 (Feb 13, 2009)
[+] Allowed single quote character to be put inside the number value, to help improve long numbers readability.

version 1.67.31 (Feb 11, 2009)
[-] Fixed floating point converter to no longer generate NaN in some cases, and corrected denormal numbers generation.

version 1.67.30 (Feb 08, 2009)
[+] Added missing Intel SSE4 instructions.
[+] Added SSE4a (EXTRQ/INSERTQ/MOVNTSD/MOVNTSS) instructions.
[+] Added FSTENVW/FSTENVD/FSAVEW/FSAVED mnemonics.

Visit http://flatassembler.net/ for more information.
 
1037 5552 d 8 h mario79 /programs/develop/libraries/box_lib/trunk/ BOX_LIB use new controls: SCROLLBAR, DINAMIC BUTTON, MENUBAR.