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
7895 1463 d 17 h leency / charUni.mt: invisible tab and new line characters by Pathoswithin  
7894 1464 d 3 h rgimad /programs/emulator/kwine/ KWINE v0.0.3
into msvcrt.dll added:
- putchar
- strchr
- strrchr
- strcpy
- strncpy
- memset
- memcpy
- memcmp
- time
- mktime
- localtime
- difftime
- srand
- rand
new samples
- rnd_arr1.exe
- string2.exe
 
7893 1464 d 4 h leency /programs/cmm/ WebView: refresh the page of clear cache, bugfixes  
7892 1464 d 5 h hidnplayr /programs/network/ Small fixes  
7891 1464 d 5 h hidnplayr /programs/network/ping/ Ping: Initiate ICMP packet id with program PID, receive more packets if ID didnt match and timeout didnt exceed.  
7890 1464 d 6 h leency /programs/network/ircc/ ircc: colors live update  
7889 1464 d 10 h leency / icons16.png: small colors tweak to bring them into the common gamma
eng/settings/menu.dat: general update, sunc with rus
/data/rus/pipetka: remove as it is closed-source and replace by
pipet: add to IMG/develop/pipet (open-source, copy to clipboard function)
cmm/lib/io.h: fix library function
ircc: add 'x' to the close button, update tab colors to fix low contrast on some skins
 
7888 1464 d 13 h rgimad /programs/develop/ktcc/trunk/ fix bug in "localtime" and "mktime" functions  
7887 1464 d 15 h leency /programs/cmm/examples/ fix #2  
7886 1464 d 15 h leency /programs/cmm/lib/ fix prior  
7885 1464 d 16 h leency / add backy to IMG, update cmm/lib/collection.h  
7884 1464 d 16 h leency /programs/develop/backy/ no autobuild, packed bin  
7883 1464 d 16 h leency /programs/develop/backy/ upload Backy by JohnXenox, trying to Autobuild  
7882 1464 d 16 h Boppan /programs/fs/unimg/ Make it buildable by both TCC and GCC.
Remove extra readme.txt (all info is in fat12.c)
 
7881 1464 d 17 h pavelyakov /programs/cmm/ Upd: function indexArray, add: new example  
7880 1465 d 3 h rgimad /programs/emulator/kwine/ kwine: added time function  
7879 1465 d 8 h leency /programs/ KIV: save window size and position, if not set use 2/3 of screen
APP+: if param then automount this path
 
7878 1465 d 10 h leency /programs/cmm/ menu: fix keys
lib/strings.h: fix strstri()
Eolite:
- fix sorting
- paste in a new process
- delete and properties in a new process for a single item
 
7877 1465 d 11 h IgorA /programs/develop/libraries/box_lib/trunk/ t_edit:
fixed color highlighting at the end of the file,
scrolling with the mouse wheel 3 lines.
 
7876 1465 d 15 h rgimad /programs/emulator/kwine/ delete make_old.txt  
7875 1466 d 2 h dunkaist /data/ FIx typo in Tupfile.lua, copy kwine libs to the ISO.  
7874 1466 d 3 h leency /data/ trying to add kwine ot ISO again  
7873 1466 d 3 h rgimad /programs/emulator/kwine/ kwine v0.0.2  
7872 1466 d 3 h leency / Eskin: if skin file was not defined then no skin set. Default system skin will be used in this case. Probably a bit speedup system boot.
TxtRead: autodetect encoding, fix about encoding
 
7871 1466 d 4 h leency /data/ fix prior  
7870 1466 d 4 h leency / move eskin.ini settings into system.ini  
7869 1466 d 4 h leency /programs/fs/unimg/ unimg: cross compiling, revert back deleted functionality  
7868 1466 d 7 h Boppan /programs/fs/unimg/ Rewrite unimg to compile with GCC (-60% of size).  
7867 1466 d 13 h leency / various small updates  
7866 1467 d 0 h leency / file managers: associate .img with unimg
add LUA to ISO
 
7865 1467 d 1 h leency /data/ hm... exclude kwine  
7864 1467 d 1 h leency / MENU.DAT: general update of Russian version
UNIMG: upload binnary, add to IMG
KWINE: upload to SVN, add to ISO
 
7863 1467 d 2 h leency / FASM: fix whole system hung if source was "dd %t" (by Prohor Nikiforov)
KFM: buildin buttons.bmp
CMM: update libs
 
7862 1467 d 12 h dunkaist /programs/media/kiv/trunk/ kiv: fix loading of toolbar icons.

Toolbar icons are loaded not in runtime from an image file but in
compile time via fasm preprocessor script. An error was introduced in
r7860 which is fixed now.
 
7861 1467 d 14 h IgorA /programs/ buf2d.obj: update function 'buf2d_bit_blt'  
7860 1468 d 1 h dunkaist /programs/media/kiv/trunk/ kiv: Add a button to switch scaling modes.

Two scaling modes (fit to the window, no scaling) were implemented
some time ago. One can switch them with not obvious shortcuts 'w' and
'=' (like in sxiv). This commit adds a button to the toolbar to do the
same.

Also, the window title now mentions the number of supported images in
the current directory, not the total number of files in it.

Align code to the kernel style guide.
 
7859 1468 d 12 h leency /programs/develop/fasm/1.73/ FASM 1.73.24 by Prohor Nikiforov  
7858 1468 d 16 h pavelyakov /programs/develop/golang/ GOLANG: addition  
7857 1468 d 17 h Boppan /programs/develop/ktcc/trunk/ Fix issue #48 [http://bugs.kolibri-n.org/?id=48]  
7856 1468 d 17 h Boppan /programs/develop/ktcc/trunk/bin/lib/ Update libck.a:
Add <dlfcn.h> functions
Update sysmalloc, sysrealloc and sysfree to preserve general purpose registers.
Remove (likely accidentaly inserted) wtalloc.o.