Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1729 4885 d 7 h hidnplayr /programs/network/airc/trunk/ Changed default server in Airc to freenode.  
1728 4886 d 8 h clevermouse /programs/ fix compilation in linux  
1726 4892 d 1 h ataualpa /programs/network/airc/trunk/ AIRC: added Russian translation, and now I made it correctly;)  
1725 4892 d 7 h clevermouse /programs/ Files {BOARD,AIRC}.ASM restored from before svn.1723:
- BOARD.ASM@1723 can not be compiled (wrong path to MACROS.INC)
- AIRC.ASM@1723 lacks english support
 
1723 4893 d 3 h ataualpa /programs/ Stackcfg: improved Russian translation and added Ukrainian, AIRC: added Russian translation  
1646 4967 d 10 h mario79 /programs/network/downloader/trunk/ Downloader v0.5
1) reducing the size of the binary code,
2) program uses far less memory while running (>0x7000, the old version used >0x100000)
3) process only net event at start with parameter (URL)
 
1645 4968 d 7 h clevermouse /programs/network/downloader/ upload downloader  
1325 5261 d 23 h tsdima /programs/network/ftps/trunk/ change directory added  
1323 5263 d 1 h tsdima /programs/network/ftps/trunk/ buffered output for LIST and NLST  
1315 5266 d 6 h clevermouse /programs/network/airc/trunk/ correct handling of nick changes in airc  
1302 5276 d 23 h tsdima /programs/network/ftps/trunk/ fix: delete command  
1301 5276 d 23 h tsdima /programs/network/ftps/trunk/ fix: get after put long file  
1297 5280 d 2 h tsdima /programs/network/ftps/trunk/ fix: delay between disconnect and connect (waiting for ACK)  
1287 5281 d 0 h tsdima /programs/network/ftps/trunk/ fix: local port for data connection selected by kernel  
1247 5303 d 0 h diamond /programs/network/terminal/trunk/ senseless upgrade in useless application  
1188 5340 d 10 h clevermouse /programs/network/airc/trunk/ airc v0.6  
1102 5457 d 23 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
 
1017 5581 d 16 h diamond /programs/ heed and tftpc use sysfn 70 instead of deleted 33  
1011 5583 d 0 h hidnplayr /programs/network/zeroconf/trunk/ bugfix  
1010 5583 d 2 h hidnplayr /programs/network/ Moved Zeroconf to the right directory.

Changes in stackcfg:

Removed Static IP setting (now obsolete because of zeroconf)
Added dutch translation.
Auto-read settings when program loads.
 
1009 5583 d 3 h hidnplayr /programs/network/autodhcp/trunk/ AutoDHCP renamed to zeroconf

zeroconf now uses zeroconf.ini for static settings
zeroconf.ini should be in the same directory as the zeroconf application
 
993 5612 d 3 h Ataualpa /programs/ Sysxtree now knows more file types, and dnsr got Russian interface  
664 6048 d 1 h ataualpa /programs/network/stackcfg/trunk/ Stackcfg now has Russian interface  
661 6050 d 2 h ataualpa /programs/ Some programs now use window style Y=4  
625 6087 d 7 h diamond /programs/ some optimized variants from K0700  
556 6165 d 22 h heavyiron /programs/network/airc/trunk/ airc 0.51 (bugfix release):
*Using dns resolve instead of static IP for default server
*Fixed drawing of russian letters "х" and "ф"
 
551 6170 d 0 h spraid /programs/ in some programs set not sized changed window  
539 6184 d 4 h spraid /programs/ changed path to /sys in some programs  
534 6187 d 21 h heavyiron /programs/ fix in build.bat to compile chess, ftps and @ss;
chess.bmp added
 
532 6188 d 11 h diamond /programs/ * pic4, rdsave, cpuid: size optimization
* @ss: decrease used memory & time requirements, size optimization
* @panel: if there is only one window, Alt+[Shift+]Tab activates it
* jpegview: IPC service to unpack JPEG data for other apps
* chess: bmp-file is now inlined
* @ss, chess moved to more appropriate place in file structure
 
502 6206 d 21 h heavyiron /programs/ Bugfix of 485 revision  
485 6213 d 6 h heavyiron / *kernel - fixes in 15.2 by Mario79 and 67 by mike.dld
updated sysfunc.txt
*programs
new icons and logo for CPUID and ICON
added new version of @ICON and ICONMNGR
fixes in iconedit and calendar from DedOK
new algoritm of fill background in pic4
all apps (fasm-writen only) rewriten to use common macros.inc for easy recompile in fastcall mode (there is a bug in https; run need rewrite to use common macros.inc)
small fixes in build_all.bat script
 
484 6213 d 8 h diamond /programs/ * popc modified to use function 70 and standard header in function 0
* desktop modified to use function 70
* rsquare (level compression part) modified to use function 70
 
481 6215 d 7 h diamond /programs/network/ftps/ ftps rewritten to function 70  
474 6221 d 8 h diamond /programs/ * KFar 0.32.
* smtps modified to use function 70 and standard header in function 0.
 
339 6302 d 1 h hidnplayr /programs/network/autodhcp/trunk/ Bugfixes & cleanup of AUTODHCP.  
337 6302 d 4 h hidnplayr /programs/network/autodhcp/trunk/ Bugfix in Autodhcp  
336 6302 d 6 h hidnplayr /programs/network/autodhcp/trunk/ DHCP client now sends MAC address to dhcp server.
It also uses new system functions 53-10 and 53-11

Link-local ip support is under construction (problem with kernel ARP functions)
 
331 6304 d 10 h heavyiron /programs/network/ Some skinned network apps from Johnny_B (10.11.06). Also they use 'MENUET01' header instead of 'MENUET00' now  
264 6335 d 1 h hidnplayr /programs/network/VNCclient/ Update to the VNC-client

The new client uses a thread to receive and parse all incoming data from server.
Standard graphics mode is 8BPP but you can use 32BPP if you uncomment it in raw.inc
Mouse works, keyboard doesnt (yet)
No encryption supported yet.
Cursor is drawn remotely.