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
8500 1213 d 5 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 1215 d 15 h leency /programs/cmm/browser/ WebView 3.30: just fixes  
8492 1217 d 7 h leency /programs/cmm/browser/ WebView 3.29: reworked encodings detection  
8491 1217 d 20 h leency /programs/cmm/browser/ WebView 3.28: fixes in tags q, hr; refactoring  
8490 1217 d 22 h leency /programs/cmm/ WebView 3.27: do not draw scroll for a short page, better handle wrong code  
8462 1225 d 15 h leency /programs/cmm/browser/ WebView 3.26: disable cache for pages with param (site/?par=val)  
8457 1226 d 4 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 1226 d 19 h leency /programs/cmm/browser/ WebView 3.21: small fixes  
8451 1227 d 17 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
 
8444 1228 d 5 h leency /programs/cmm/browser/ WebView 3.14: fix critical regression with file download  
8439 1228 d 18 h leency /programs/cmm/ WebView: refactoring