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
8594 1166 d 21 h leency /programs/cmm/browser/ WebView: fix images  
8584 1176 d 20 h leency /programs/cmm/quark/ Quark: edit text, ability to make font bigger  
8574 1178 d 14 h leency /programs/cmm/browser/ WebView: move http.free() at the end  
8572 1178 d 22 h leency /programs/cmm/browser/ WebView: detect websites without body and html by head tag  
8511 1210 d 0 h leency /programs/cmm/quark/ Quark 0.91: 10 times decrease mem usage (thanks turbocat for a found issue)  
8509 1210 d 14 h leency /programs/cmm/ cmm: clean up  
8500 1212 d 0 h leency /programs/cmm/browser/ WebView 3.31: speed up text rendering (less strcpy, use pointers), fix click on a non-existing link in the toolbar, use // instwead of http:// in buildin pages  
8499 1214 d 11 h leency /programs/cmm/browser/ WebView 3.30: just fixes  
8492 1216 d 2 h leency /programs/cmm/browser/ WebView 3.29: reworked encodings detection  
8491 1216 d 15 h leency /programs/cmm/browser/ WebView 3.28: fixes in tags q, hr; refactoring  
8490 1216 d 18 h leency /programs/cmm/ WebView 3.27: do not draw scroll for a short page, better handle wrong code  
8484 1218 d 14 h leency / system menu: smaller config files  
8462 1224 d 11 h leency /programs/cmm/browser/ WebView 3.26: disable cache for pages with param (site/?par=val)  
8459 1224 d 23 h leency /programs/cmm/browser/ fix build  
8458 1224 d 23 h leency /programs/cmm/browser/res/ upload forgotten file  
8457 1225 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
 
8454 1225 d 14 h leency /programs/cmm/browser/ WebView 3.21: small fixes  
8451 1226 d 12 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
 
8445 1226 d 21 h leency / WebView 3.15: no more static buffers for parsing tag, some fixes, update page not found  
8444 1227 d 0 h leency /programs/cmm/browser/ WebView 3.14: fix critical regression with file download  
8443 1227 d 1 h leency /programs/cmm/browser/ WebView 3.12: bugfix for colors (always set alpha to 0xff)  
8440 1227 d 11 h leency /programs/cmm/browser/ WebView 3.11: refactoring tag parse  
8439 1227 d 14 h leency /programs/cmm/ WebView: refactoring  
8425 1228 d 20 h leency /programs/cmm/ WebView: fixed memory leak in cache.add(), give system memory back each time parse ends  
8417 1229 d 3 h leency /programs/cmm/ WebView: fix issues with anchors
Eolite: use Shift+Enter to open all selected files
 
8413 1229 d 21 h leency /programs/cmm/ WebView: no page scroll to the top when download a file, autoopen images  
8410 1230 d 11 h leency /programs/cmm/ WebView 3.01: bugfixes (thanks Mihail Serebryakov and rgimad for reports), refactor URL parse  
8407 1230 d 21 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
 
8400 1231 d 11 h leency /programs/ searchap: allow user to give the path to mount  
8398 1231 d 16 h leency /programs/cmm/browser/ okay enough  
8397 1231 d 16 h leency /programs/cmm/browser/ ups fix  
8396 1231 d 16 h leency /programs/cmm/ WebView 3.0 Gold: IMG support!
No page blinking on scroll, proper alpha-channel blend (PNG 32bpp), local images support, base64 images support* (only small ones yet). Need code refactoring.
 
8392 1232 d 0 h leency /programs/cmm/ c-- apps: never use libio
Eolite: fixed bug that file or folder was not selected in case when it had to
 
8389 1232 d 1 h leency /programs/cmm/ avoid using libio in img.load()  
8383 1232 d 12 h leency /programs/cmm/ decrease c-- app size  
8382 1232 d 12 h leency /programs/cmm/lib/obj/ fixed memory leak  
8381 1232 d 12 h leency /programs/cmm/ CMM APPS: use img_file_load (at least mblocks -1 sector)  
8365 1233 d 23 h leency / IMG: clean up in folders, mostly in /DEMOS/ and /DEVELOP/, move examples to /DEVELOP/EXAMPLES/
asciivju: add font type switcher
 
8363 1234 d 10 h leency /programs/ libimg: img.decode now checks that length is not null
WebView: img tag: proceed data-src= if src= is empty, fix crash
 
8355 1235 d 17 h leency / WebView beta 4: bugfixes