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
8471 1247 d 17 h superturbocat2001 / - Added TinyBasic to autobuild  
8470 1249 d 18 h maxcodehack /programs/develop/backy/gcc_version/ fix autobuild  
8469 1249 d 18 h maxcodehack /programs/develop/backy/gcc_version/ fix autobuild  
8468 1249 d 18 h maxcodehack /programs/develop/backy/gcc_version/ fix autobuild  
8467 1249 d 18 h maxcodehack /programs/develop/backy/gcc_version/ Fix gcc version of backy and add to autobuild  
8466 1250 d 19 h superturbocat2001 /programs/other/TinyHashView/ TinyHashView 2.6: added editbox from boxlib library.  
8465 1250 d 20 h superturbocat2001 /programs/develop/ktcc/trunk/ - Fixed boxlib loader
- Updated example boxlib.c
 
8464 1250 d 20 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added macros X_W and Y_H and deleted debug kos32sys1.h
- Moved debug functions to libc.a
- Removed console.h since libcon no longer exists
- Added tcc_http_demo to build_all.sh
(Applies to ktcc)
 
8463 1251 d 0 h IgorA /programs/develop/libraries/libs-dev/ libimg: can save 32 bit png  
8462 1251 d 12 h leency /programs/cmm/browser/ WebView 3.26: disable cache for pages with param (site/?par=val)  
8460 1251 d 21 h superturbocat2001 / - Added thashview to autobuild  
8459 1252 d 0 h leency /programs/cmm/browser/ fix build  
8458 1252 d 0 h leency /programs/cmm/browser/res/ upload forgotten file  
8457 1252 d 0 h leency /programs/cmm/browser/ WebView 3.25: refactoring again and not the last:
- use X coordinate from draw, not column
- make "zoom" var local, mostly use font_w instead
- rework logic of reparsing document when the size of window changed
- new: improve image positioning
 
8456 1252 d 5 h maxcodehack /programs/develop/kosjs/ kosjs: replace libmujs.a with sources; if argc = 0, see "usage"  
8455 1252 d 6 h maxcodehack /programs/develop/kosjs/ Upload kosjs interpreter  
8454 1252 d 15 h leency /programs/cmm/browser/ WebView 3.21: small fixes  
8451 1253 d 13 h leency /programs/cmm/ WebView 3.2:
- improve image positioning: inline images, various line height
- revert 8443 and fix into enother way
- proceed colors without hash symbol
 
8450 1253 d 15 h rgimad /programs/develop/ktcc/trunk/ ktcc: http_tcp_demo refactoring & net/network.h small fix  
8449 1253 d 16 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: Improve support of transparent PNG images.

* Support grayscale images with alpha channel.
* Support rgb images with transparent color.
* Process 'tRNS' chunk (simple transparency).

Transparent png images were already supported for color type 6, which
is RGBA. Now indexed images (color type 3) can also have transparency
via 'tRNS' chunk data.
 
8448 1253 d 19 h rgimad /programs/develop/ktcc/trunk/samples/ ktcc: added sample http_tcp_demo - working with http using only tcp sockets  
8445 1253 d 22 h leency / WebView 3.15: no more static buffers for parsing tag, some fixes, update page not found  
8444 1254 d 1 h leency /programs/cmm/browser/ WebView 3.14: fix critical regression with file download  
8443 1254 d 2 h leency /programs/cmm/browser/ WebView 3.12: bugfix for colors (always set alpha to 0xff)  
8442 1254 d 4 h IgorA /programs/ tinygl.obj: add some functions,
load_img.inc: delete old file load_lib
 
8440 1254 d 12 h leency /programs/cmm/browser/ WebView 3.11: refactoring tag parse  
8439 1254 d 15 h leency /programs/cmm/ WebView: refactoring  
8430 1255 d 18 h superturbocat2001 /programs/other/TinyHashView/ TinyHashView 2.5:
- Added launch of OpenDialog if the program is launched without parameters.
- Macros are used for convenient work with the clipboard
 
8428 1255 d 20 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added libdialog binary
- Fixed buid_all.sh
 
8427 1255 d 20 h leency /programs/system/taskbar/trunk/ TASKBAR: change lang by a single Ctrl+Shift (thanks Mihail Serebryakov for the bugreport)  
8426 1255 d 21 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added libdialog.a (proc_lib loader) and sample
- Deleted old console example (replacement: consoleio)
- Added RGB struct to kos32sys1.h
(applies to ktcc)
 
8425 1255 d 21 h leency /programs/cmm/ WebView: fixed memory leak in cache.add(), give system memory back each time parse ends  
8418 1256 d 2 h leency / Netsurf: upload binnaries, add to ISO
NSINST: run app if exists on TPM, ISO, if not the download
 
8417 1256 d 4 h leency /programs/cmm/ WebView: fix issues with anchors
Eolite: use Shift+Enter to open all selected files
 
8413 1256 d 22 h leency /programs/cmm/ WebView: no page scroll to the top when download a file, autoopen images  
8410 1257 d 12 h leency /programs/cmm/ WebView 3.01: bugfixes (thanks Mihail Serebryakov and rgimad for reports), refactor URL parse  
8409 1257 d 21 h IgorA /programs/develop/libraries/TinyGL/asm_fork/examples/ fix test_array1.asm  
8408 1257 d 21 h IgorA /programs/ tinygl: add some double functions, add bcc32 example
libimg: small optimize
 
8407 1257 d 22 h leency /programs/cmm/ APP_PLUS: revert last change: so it can handle param again
C-- LIBIMG: fix memory leak
SYSMON: always on top now
WebView: fix: remove garbage on the top of the UTF pages
 
8406 1257 d 23 h superturbocat2001 /programs/develop/ktcc/trunk/ - Fixed math.h