Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9103 1021 d 18 h leency /programs/cmm/browser/ WebView 3.5: basic table support (all cols are same width, no colspan, no borders...)  
9089 1029 d 1 h leency /programs/cmm/ WebView: various fixes  
8499 1236 d 6 h leency /programs/cmm/browser/ WebView 3.30: just fixes  
8491 1238 d 10 h leency /programs/cmm/browser/ WebView 3.28: fixes in tags q, hr; refactoring  
8439 1249 d 9 h leency /programs/cmm/ WebView: refactoring  
8381 1254 d 8 h leency /programs/cmm/ CMM APPS: use img_file_load (at least mblocks -1 sector)  
8365 1255 d 19 h leency / IMG: clean up in folders, mostly in /DEMOS/ and /DEVELOP/, move examples to /DEVELOP/EXAMPLES/
asciivju: add font type switcher
 
8350 1258 d 9 h leency /programs/cmm/ WebView: fix 2 cases of crash, no space on the link start  
8330 1261 d 9 h leency /programs/cmm/ WebView images support (temporary is off, press F11 to enable)  
7758 1511 d 11 h leency /programs/cmm/ WebView 2.0 Gold  
7757 1512 d 21 h leency /programs/cmm/ WebView 2.0 beta 4: highlight a link as a single item, more refactoring  
7752 1516 d 8 h leency /programs/cmm/ WebView 2.0 beta 1:
- rewrite tag parsing procedure to use collections
- completely refactor TWB component
- fix a couple of issues: broken tabs in <pre>, mishandle of local page not found, anchors memory leak
- so finally all id's and names are included as anchors*
(*some anchors in web still don't work)
 
7750 1517 d 8 h leency /programs/cmm/ WebView 1.94: code refactoring and bugfixing; also
- rework source code view, open it in a new tab
- fix tagparm parsing for case: src=./images/KolibriOS_logo2.jpg?sid=e8ece8b38b
- fix: show image text in multiple lines if need
 
7749 1518 d 16 h leency /programs/cmm/ WebView 1.93:
- handle the case when '&' is written as non special caracter like &nbsp;
- handle emply lines of list to aboid more than 2 emply lines for better readability
- improve img tag display
- show colored background of all text in debug mode
- improve page display if no html or body tag but the page is still has tags to display
 
7742 1520 d 18 h leency /programs/cmm/ WebView 1.84:
- deny more than 2 empty line breaks
- h1 is now bolder than h2, propper align of list items, show buttons, distinct images in text
- add hotkeys
- improve proceed of urls
 
7282 2191 d 18 h leency /programs/cmm/ WebView 1.8:
1. possibility to open HTTPS sites via gate.aspero.pro (invisible for user), not working for files
2. rewrite parse tag function to fix broken URLs on page in some cases ("/user" instead of "/user/")
3. fix hand cursor appearance, fix progress bar on page load
4. load homepage on submitting empty url in adressbox
5. F12 - debug on, F11 - old tag parser on
6. unify page/file downloading code
 
7032 2425 d 13 h leency /programs/cmm/ WebView: fix two issues with encoding  
4411 3797 d 9 h leency /programs/cmm/ appearance update (I hope the last), build.bat scripts changed to use global path, WebView component from HTMLv moved to separate folder