Kirill Lipatov (Leency)
819b3e8259
WebView 3.32: fix images load
...
git-svn-id: svn://kolibrios.org@8698 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-04-27 20:32:18 +00:00
Kirill Lipatov (Leency)
b930c6f5f7
WebView Downloader: if file already exist, save the file with a new name
...
git-svn-id: svn://kolibrios.org@8697 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-04-27 17:56:49 +00:00
Kirill Lipatov (Leency)
031ccc8bf9
WebView: fix images
...
git-svn-id: svn://kolibrios.org@8594 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-02-16 15:38:55 +00:00
Kirill Lipatov (Leency)
36735bb190
Quark: edit text, ability to make font bigger
...
git-svn-id: svn://kolibrios.org@8584 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-02-06 17:26:52 +00:00
Kirill Lipatov (Leency)
ca712957b8
WebView: move http.free() at the end
...
git-svn-id: svn://kolibrios.org@8574 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-02-04 23:00:27 +00:00
Kirill Lipatov (Leency)
98b4302a7f
WebView: detect websites without body and html by head tag
...
git-svn-id: svn://kolibrios.org@8572 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-02-04 15:04:33 +00:00
Kirill Lipatov (Leency)
ba7d211fb2
Quark 0.91: 10 times decrease mem usage (thanks turbocat for a found issue)
...
git-svn-id: svn://kolibrios.org@8511 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-01-04 13:17:12 +00:00
Kirill Lipatov (Leency)
0565849c3f
cmm: clean up
...
git-svn-id: svn://kolibrios.org@8509 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-01-03 23:02:07 +00:00
Kirill Lipatov (Leency)
0d2bbcbde7
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
...
git-svn-id: svn://kolibrios.org@8500 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-01-02 12:45:42 +00:00
Kirill Lipatov (Leency)
941fdfeadc
WebView 3.30: just fixes
...
git-svn-id: svn://kolibrios.org@8499 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-31 02:03:58 +00:00
Kirill Lipatov (Leency)
f81b4538a5
WebView 3.29: reworked encodings detection
...
git-svn-id: svn://kolibrios.org@8492 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-29 10:31:45 +00:00
Kirill Lipatov (Leency)
7913a353d7
WebView 3.28: fixes in tags q, hr; refactoring
...
git-svn-id: svn://kolibrios.org@8491 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-28 21:43:46 +00:00
Kirill Lipatov (Leency)
0aaee5cee7
WebView 3.27: do not draw scroll for a short page, better handle wrong code
...
git-svn-id: svn://kolibrios.org@8490 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-28 19:20:59 +00:00
Kirill Lipatov (Leency)
a013d74bf9
system menu: smaller config files
...
git-svn-id: svn://kolibrios.org@8484 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-26 23:09:56 +00:00
Kirill Lipatov (Leency)
8b8d6bf12d
WebView 3.26: disable cache for pages with param (site/?par=val)
...
git-svn-id: svn://kolibrios.org@8462 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-21 01:59:34 +00:00
Kirill Lipatov (Leency)
9d1354453c
fix build
...
git-svn-id: svn://kolibrios.org@8459 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-20 13:38:04 +00:00
Kirill Lipatov (Leency)
e696913ab7
upload forgotten file
...
git-svn-id: svn://kolibrios.org@8458 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-20 13:30:56 +00:00
Kirill Lipatov (Leency)
07c794104b
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
git-svn-id: svn://kolibrios.org@8457 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-20 13:28:50 +00:00
Kirill Lipatov (Leency)
8c1db15f91
WebView 3.21: small fixes
...
git-svn-id: svn://kolibrios.org@8454 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-19 22:43:46 +00:00
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)
1b9dbc2232
WebView 3.15: no more static buffers for parsing tag, some fixes, update page not found
...
git-svn-id: svn://kolibrios.org@8445 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-18 15:39:38 +00:00
Kirill Lipatov (Leency)
408000706a
WebView 3.14: fix critical regression with file download
...
git-svn-id: svn://kolibrios.org@8444 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-18 12:55:55 +00:00
Kirill Lipatov (Leency)
becbfa3198
WebView 3.12: bugfix for colors (always set alpha to 0xff)
...
git-svn-id: svn://kolibrios.org@8443 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-18 11:41:33 +00:00
Kirill Lipatov (Leency)
4c60cafcc0
WebView 3.11: refactoring tag parse
...
git-svn-id: svn://kolibrios.org@8440 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-18 01:47:36 +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)
c987c0d2d5
WebView: fix issues with anchors
...
Eolite: use Shift+Enter to open all selected files
git-svn-id: svn://kolibrios.org@8417 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 10:23:59 +00:00
Kirill Lipatov (Leency)
5b3ac273b6
WebView: no page scroll to the top when download a file, autoopen images
...
git-svn-id: svn://kolibrios.org@8413 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-15 15:39:54 +00:00
Kirill Lipatov (Leency)
feeb972821
WebView 3.01: bugfixes (thanks Mihail Serebryakov and rgimad for reports), refactor URL parse
...
git-svn-id: svn://kolibrios.org@8410 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-15 02:08:04 +00:00
Kirill Lipatov (Leency)
eac740c648
APP_PLUS: revert last change: so it can handle param again
...
C-- LIBIMG: fix memory leak
SYSMON: always on top now
WebView: fix: remove garbage on the top of the UTF pages
git-svn-id: svn://kolibrios.org@8407 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-14 15:54:00 +00:00
Kirill Lipatov (Leency)
6ef7a12f1c
searchap: allow user to give the path to mount
...
git-svn-id: svn://kolibrios.org@8400 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-14 01:55:05 +00:00
Kirill Lipatov (Leency)
e001af7afe
okay enough
...
git-svn-id: svn://kolibrios.org@8398 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 20:59:29 +00:00
Kirill Lipatov (Leency)
a4ded7351f
ups fix
...
git-svn-id: svn://kolibrios.org@8397 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 20:58:48 +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)
e52ed5b883
c-- apps: never use libio
...
Eolite: fixed bug that file or folder was not selected in case when it had to
git-svn-id: svn://kolibrios.org@8392 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 12:31:53 +00:00
Kirill Lipatov (Leency)
adf7624efe
avoid using libio in img.load()
...
git-svn-id: svn://kolibrios.org@8389 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 11:48:29 +00:00
Kirill Lipatov (Leency)
9d28bd0e9d
decrease c-- app size
...
git-svn-id: svn://kolibrios.org@8383 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 01:21:31 +00:00
Kirill Lipatov (Leency)
afa42a24be
fixed memory leak
...
git-svn-id: svn://kolibrios.org@8382 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 00:48:13 +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)
de4468272c
IMG: clean up in folders, mostly in /DEMOS/ and /DEVELOP/, move examples to /DEVELOP/EXAMPLES/
...
asciivju: add font type switcher
git-svn-id: svn://kolibrios.org@8365 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-11 13:33:32 +00:00
Kirill Lipatov (Leency)
5d3b2a031a
libimg: img.decode now checks that length is not null
...
WebView: img tag: proceed data-src= if src= is empty, fix crash
git-svn-id: svn://kolibrios.org@8363 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-11 03:05:01 +00:00
Kirill Lipatov (Leency)
810085e9ec
WebView beta 4: bugfixes
...
git-svn-id: svn://kolibrios.org@8355 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-09 20:26:53 +00:00
Kirill Lipatov (Leency)
7fc85872d7
dl: fix
...
git-svn-id: svn://kolibrios.org@8354 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-09 13:29:38 +00:00
Kirill Lipatov (Leency)
b65f6a2715
SysMon 1.35: add a space in numbers for better readability
...
git-svn-id: svn://kolibrios.org@8353 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-09 12:43:36 +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)
f7bbca99e7
WebView: fixed critical memory leak
...
git-svn-id: svn://kolibrios.org@8339 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-08 11:26:22 +00:00
Kirill Lipatov (Leency)
7a2c280f29
WebView 2.8 beta
...
git-svn-id: svn://kolibrios.org@8336 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-07 18:19:13 +00:00
Kirill Lipatov (Leency)
d644c0e2c8
Eolite, dl: fix editbox when a new text was set
...
git-svn-id: svn://kolibrios.org@8334 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-06 21:01:31 +00:00
Kirill Lipatov (Leency)
5c1655af07
webview: some code refactoring
...
git-svn-id: svn://kolibrios.org@8332 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-06 12:03:16 +00:00
Kirill Lipatov (Leency)
67d3c20b4e
WebView images support (temporary is off, press F11 to enable)
...
git-svn-id: svn://kolibrios.org@8330 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-05 23:22:38 +00:00