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
9341 878 d 11 h leency / #WebView: [fix] do not pop the default text color
#uARM: host image at store.kolibri-n.org [as xvilka's server doesn't work]
#Eolite: finally fix one of the oldest issues with KeyUp at the top of the list, which could move selection on the random file
#KolibriNext installer: activate window after installation
 
9318 880 d 10 h leency /programs/cmm/browser/ WebView: bugfixes  
9309 881 d 9 h leency /programs/cmm/browser/ WebView 3.65: table width support  
9302 883 d 15 h leency /programs/cmm/browser/ WebView: omit lists inside <nav> tag for better readability  
9294 884 d 22 h leency /programs/cmm/browser/ WebView 3.6: better table support, bugfixes  
9293 885 d 7 h leency /programs/cmm/browser/ WebView fix for tables: line postion and autoclose some tags  
9263 892 d 17 h leency /programs/cmm/browser/ WebView 3.52: handle dd, dl unclosed tags (thanks turbocat2001 for the bug report)  
9104 995 d 16 h leency /programs/cmm/browser/ WebView: bugfix  
9103 995 d 20 h leency /programs/cmm/browser/ WebView 3.5: basic table support (all cols are same width, no colspan, no borders...)  
8500 1207 d 21 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 1210 d 8 h leency /programs/cmm/browser/ WebView 3.30: just fixes  
8492 1211 d 23 h leency /programs/cmm/browser/ WebView 3.29: reworked encodings detection  
8491 1212 d 12 h leency /programs/cmm/browser/ WebView 3.28: fixes in tags q, hr; refactoring  
8490 1212 d 15 h leency /programs/cmm/ WebView 3.27: do not draw scroll for a short page, better handle wrong code  
8462 1220 d 8 h leency /programs/cmm/browser/ WebView 3.26: disable cache for pages with param (site/?par=val)  
8457 1220 d 20 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 1221 d 11 h leency /programs/cmm/browser/ WebView 3.21: small fixes  
8451 1222 d 9 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 1222 d 21 h leency /programs/cmm/browser/ WebView 3.14: fix critical regression with file download  
8439 1223 d 11 h leency /programs/cmm/ WebView: refactoring