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
7853 1457 d 10 h leency /programs/cmm/ trying to fix build  
7799 1472 d 23 h leency /programs/cmm/ browser bugfixes  
7797 1473 d 10 h leency /programs/cmm/ mouse: fix; webview support bold text in docx  
7794 1473 d 16 h leency /programs/cmm/TWB/ fix liza...  
7793 1473 d 16 h leency / icons32.png: new script icon
drvinst: restart desktop on video driver install, and a notice for achi driver
syspanel/game center: fix performance issue
 
7781 1475 d 16 h leency /programs/cmm/ CMM Menu: now used in TxtRead, Calypte, IconEdit  
7780 1475 d 18 h leency /programs/cmm/ lmenu: use fix permissions of shared memory; thanks a lot to tsdima
WebView: use lmenu
 
7771 1478 d 13 h leency /programs/cmm/ WebVIew 2.4: tabs  
7770 1482 d 10 h leency /programs/cmm/ WebView: add clear cache feature  
7764 1483 d 22 h leency /programs/cmm/ WebView 2.2: pages cache, fast DrawBufer.Fill()  
7762 1484 d 10 h leency /programs/cmm/ WebView: autodetect encoding, fix crash on "dd" tag overflow, write ipfame link  
7759 1485 d 6 h leency /programs/cmm/ WebView 2.1: ordered list support, feature to change encoding manually  
7758 1489 d 8 h leency /programs/cmm/ WebView 2.0 Gold  
7757 1490 d 19 h leency /programs/cmm/ WebView 2.0 beta 4: highlight a link as a single item, more refactoring  
7756 1492 d 9 h leency /programs/ fix searchapp  
7755 1492 d 19 h leency /programs/cmm/ WebView 2.0 beta 2: WebView.c refactoring  
7754 1494 d 3 h leency /programs/ compress animage graphics, webview fix  
7752 1494 d 5 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 1495 d 5 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 1496 d 14 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
 
7748 1497 d 4 h leency /programs/cmm/ WebView 1.92:
- fix crash with <img> tag
- fix links hovering on the header
- update gate.aspero.pro so it toss a redirect location to the browser
- allow websearch with the space in phrase
- allow render pages with <html> without <body> tag
- Ctrl+O to open files via OpenDialog
 
7747 1497 d 10 h leency /programs/cmm/TWB/ fix misspell  
7746 1497 d 10 h leency /programs/cmm/ WebView 1.9: tweaks for better view, reworked source view  
7743 1498 d 11 h leency /programs/cmm/ WebView 1.85: russification, new feature to search the web, allow to set background color of the text, add help page, more hotkeys
Pixie: better icon of audio button
 
7742 1498 d 15 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
 
7738 1502 d 5 h leency /programs/cmm/ WebView 1.82: dynamic realloc finally, working anchors again!  
7282 2169 d 16 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
 
7281 2171 d 9 h leency /programs/cmm/ WebView: code refactoring, minor fixes  
7210 2224 d 15 h leency /programs/cmm/ Eolite 3.85: copy files with size bigger than free ram, fix hang and memory leak when copy  
7208 2227 d 14 h leency /programs/cmm/ WebView 1.73: user can download link contents  
7163 2260 d 14 h leency /programs/cmm/ Eolite: fix default icon
WebWiew: handle URLs starting with double slash "//"
C-- lib: make some functions include optional
 
7056 2395 d 12 h leency /programs/cmm/TWB/ fix wrong title encoding at opennet.ru  
7043 2398 d 15 h leency /programs/cmm/ Calypte 0.35: add scroll, mark current encoding in list  
7037 2400 d 18 h leency /programs/cmm/ full refactoring of CMM/lib/clipboard.h, ability to copy link URL in WebView, small improvements in clipview and app_plus  
7032 2403 d 11 h leency /programs/cmm/ WebView: fix two issues with encoding  
6986 2414 d 17 h leency /programs/cmm/ WebView 1.7: a lot of various fixes: parsing tag, parsing comment, displaying '<' and '>' symbols in source code view, do not allow multiple downloaders. Thanks hidnplayr for reporting.  
6931 2488 d 19 h leency /programs/cmm/ WebView 1.6: open link in a new window by pressing Middle mouse button on the link
Eolite: fix misspell (found by Ray)
 
6803 2684 d 19 h leency /programs/cmm/ kfont: remove italic style, some code cleanup in browser and lib/font.h  
6795 2692 d 7 h leency /programs/cmm/ WebView 1.58: improve links on pages  
6794 2694 d 7 h leency /programs/cmm/ WebView 1.57: change draw Y coordinate from lines to pixels, several fixes