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 1234 d 14 h superturbocat2001 / - Added TinyBasic to autobuild  
8470 1236 d 15 h maxcodehack /programs/develop/backy/gcc_version/ fix autobuild  
8469 1236 d 15 h maxcodehack /programs/develop/backy/gcc_version/ fix autobuild  
8468 1236 d 15 h maxcodehack /programs/develop/backy/gcc_version/ fix autobuild  
8467 1236 d 15 h maxcodehack /programs/develop/backy/gcc_version/ Fix gcc version of backy and add to autobuild  
8466 1237 d 16 h superturbocat2001 /programs/other/TinyHashView/ TinyHashView 2.6: added editbox from boxlib library.  
8465 1237 d 16 h superturbocat2001 /programs/develop/ktcc/trunk/ - Fixed boxlib loader
- Updated example boxlib.c
 
8464 1237 d 16 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 1237 d 21 h IgorA /programs/develop/libraries/libs-dev/ libimg: can save 32 bit png  
8462 1238 d 9 h leency /programs/cmm/browser/ WebView 3.26: disable cache for pages with param (site/?par=val)  
8460 1238 d 18 h superturbocat2001 / - Added thashview to autobuild  
8459 1238 d 21 h leency /programs/cmm/browser/ fix build  
8458 1238 d 21 h leency /programs/cmm/browser/res/ upload forgotten file  
8457 1238 d 21 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 1239 d 2 h maxcodehack /programs/develop/kosjs/ kosjs: replace libmujs.a with sources; if argc = 0, see "usage"  
8455 1239 d 3 h maxcodehack /programs/develop/kosjs/ Upload kosjs interpreter  
8454 1239 d 12 h leency /programs/cmm/browser/ WebView 3.21: small fixes  
8451 1240 d 10 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 1240 d 12 h rgimad /programs/develop/ktcc/trunk/ ktcc: http_tcp_demo refactoring & net/network.h small fix  
8449 1240 d 12 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 1240 d 16 h rgimad /programs/develop/ktcc/trunk/samples/ ktcc: added sample http_tcp_demo - working with http using only tcp sockets  
8445 1240 d 19 h leency / WebView 3.15: no more static buffers for parsing tag, some fixes, update page not found  
8444 1240 d 22 h leency /programs/cmm/browser/ WebView 3.14: fix critical regression with file download  
8443 1240 d 23 h leency /programs/cmm/browser/ WebView 3.12: bugfix for colors (always set alpha to 0xff)  
8442 1241 d 0 h IgorA /programs/ tinygl.obj: add some functions,
load_img.inc: delete old file load_lib
 
8440 1241 d 9 h leency /programs/cmm/browser/ WebView 3.11: refactoring tag parse  
8439 1241 d 12 h leency /programs/cmm/ WebView: refactoring  
8430 1242 d 14 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 1242 d 16 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added libdialog binary
- Fixed buid_all.sh
 
8427 1242 d 16 h leency /programs/system/taskbar/trunk/ TASKBAR: change lang by a single Ctrl+Shift (thanks Mihail Serebryakov for the bugreport)  
8426 1242 d 17 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 1242 d 18 h leency /programs/cmm/ WebView: fixed memory leak in cache.add(), give system memory back each time parse ends  
8418 1242 d 22 h leency / Netsurf: upload binnaries, add to ISO
NSINST: run app if exists on TPM, ISO, if not the download
 
8417 1243 d 0 h leency /programs/cmm/ WebView: fix issues with anchors
Eolite: use Shift+Enter to open all selected files
 
8413 1243 d 19 h leency /programs/cmm/ WebView: no page scroll to the top when download a file, autoopen images  
8410 1244 d 8 h leency /programs/cmm/ WebView 3.01: bugfixes (thanks Mihail Serebryakov and rgimad for reports), refactor URL parse  
8409 1244 d 18 h IgorA /programs/develop/libraries/TinyGL/asm_fork/examples/ fix test_array1.asm  
8408 1244 d 18 h IgorA /programs/ tinygl: add some double functions, add bcc32 example
libimg: small optimize
 
8407 1244 d 19 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 1244 d 19 h superturbocat2001 /programs/develop/ktcc/trunk/ - Fixed math.h