Commit Graph

26 Commits

Author SHA1 Message Date
Kirill Lipatov (Leency)
132591b85f WebView 3.2:
- improve image positioning: inline images, various line height
- revert 8443 and fix into enother way
- proceed colors without hash symbol

git-svn-id: svn://kolibrios.org@8451 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-19 00:50:55 +00:00
Kirill Lipatov (Leency)
64a81df7e7 WebView: refactoring
git-svn-id: svn://kolibrios.org@8439 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-17 23:01:09 +00:00
Kirill Lipatov (Leency)
6cb7bf1eb6 WebView: fixed memory leak in cache.add(), give system memory back each time parse ends
git-svn-id: svn://kolibrios.org@8425 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 16:30:39 +00:00
Kirill Lipatov (Leency)
adea6f05e9 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.

git-svn-id: svn://kolibrios.org@8396 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 20:52:56 +00:00
Kirill Lipatov (Leency)
82dc2376da CMM APPS: use img_file_load (at least mblocks -1 sector)
git-svn-id: svn://kolibrios.org@8381 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 00:32:34 +00:00
Kirill Lipatov (Leency)
294679216a WebView: fix 2 cases of crash, no space on the link start
git-svn-id: svn://kolibrios.org@8350 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-08 23:32:54 +00:00
Kirill Lipatov (Leency)
b38cab6054 icons16.png: small colors tweak to bring them into the common gamma
eng/settings/menu.dat: general update, sunc with rus
/data/rus/pipetka: remove as it is closed-source and replace by
pipet: add to IMG/develop/pipet (open-source, copy to clipboard function)
cmm/lib/io.h: fix library function
ircc: add 'x' to the close button, update tab colors to fix low contrast on some skins

git-svn-id: svn://kolibrios.org@7889 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-07 15:43:50 +00:00
Kirill Lipatov (Leency)
7169ea5d6b file managers: associate .img with unimg
add LUA to ISO

git-svn-id: svn://kolibrios.org@7866 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 01:16:36 +00:00
Kirill Lipatov (Leency)
6aa36595f5 WebView 2.2: pages cache, fast DrawBufer.Fill()
git-svn-id: svn://kolibrios.org@7764 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-05 07:33:55 +00:00
Kirill Lipatov (Leency)
f608182ea2 WebView 2.0 beta 2: WebView.c refactoring
git-svn-id: svn://kolibrios.org@7755 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-27 10:38:54 +00:00
Kirill Lipatov (Leency)
6a00fc624a compress animage graphics, webview fix
git-svn-id: svn://kolibrios.org@7754 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-26 02:22:41 +00:00
Kirill Lipatov (Leency)
0cee7aa77a WebView 1.83:
- hack to show all text on the page, even if Y>32000
- open urls with #tag in the end
- fix page open for some cases

git-svn-id: svn://kolibrios.org@7739 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-20 01:28:59 +00:00
Kirill Lipatov (Leency)
e1d611df85 WebView 1.82: dynamic realloc finally, working anchors again!
git-svn-id: svn://kolibrios.org@7738 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-18 00:45:36 +00:00
Kirill Lipatov (Leency)
3c1b36e8f4 kfont: remove italic style, some code cleanup in browser and lib/font.h
git-svn-id: svn://kolibrios.org@6803 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-12-21 10:56:06 +00:00
Kirill Lipatov (Leency)
92e96b542d WebView 1.58: improve links on pages
git-svn-id: svn://kolibrios.org@6795 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-12-13 22:08:14 +00:00
Kirill Lipatov (Leency)
c80abe7770 skins: upload ObsidianOS skin
git-svn-id: svn://kolibrios.org@6728 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-19 13:46:22 +00:00
Kirill Lipatov (Leency)
e4b55f0dfb WebView and draw_buf.h: show error notification if requested memory size is more than free RAM size
git-svn-id: svn://kolibrios.org@6724 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-17 21:23:36 +00:00
Kirill Lipatov (Leency)
d5ca21b332 WebView 1.5: fix couple of issues, static malloc 100 Mb :D
git-svn-id: svn://kolibrios.org@6698 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-10 17:48:36 +00:00
Kirill Lipatov (Leency)
f9e3adeff5 DrawBufer::Init() prevent case when zoom=0
git-svn-id: svn://kolibrios.org@6672 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-04 10:43:03 +00:00
Kirill Lipatov (Leency)
b004b5af85 WebView 1.14: remove Zoom2x function, use system fonts
git-svn-id: svn://kolibrios.org@5678 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-08-04 22:21:08 +00:00
pavelyakov
90e6abd011 Update libs cmm.
git-svn-id: svn://kolibrios.org@5676 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-08-04 15:48:36 +00:00
pavelyakov
4e9602a915 CMM: update libraries
New lib: lexer.h

git-svn-id: svn://kolibrios.org@5598 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-07-22 18:32:54 +00:00
Kirill Lipatov (Leency)
024cd8ec51 WebView 1.1: Zoom2x, a lot of fixes for download manager
git-svn-id: svn://kolibrios.org@5519 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-03-16 14:20:32 +00:00
Kirill Lipatov (Leency)
99f3b47240 New Downloader: v0.5
git-svn-id: svn://kolibrios.org@4666 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-03-21 00:21:09 +00:00
Kirill Lipatov (Leency)
a48c1e2408 HTMLv: a little bit more code refactoring
git-svn-id: svn://kolibrios.org@4486 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-01-19 17:12:45 +00:00
Kirill Lipatov (Leency)
d80753697c HTMLv 0.99.6: reorganize structure, fix condition script, disable <right>, <center> (you can use only h1/h2/h3/h4 align="" now)
git-svn-id: svn://kolibrios.org@4475 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-01-18 11:46:58 +00:00