Commit Graph

8561 Commits

Author SHA1 Message Date
maxcodehack
2f20ba26d3 uPDF:
- fix 'color rotate' bug (http://board.kolibrios.org/viewtopic.php?f=38&t=1958&start=30#p42004)
- fix bigger page artefact under smaller page

git-svn-id: svn://kolibrios.org@8461 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-20 16:47:32 +00:00
superturbocat2001
57c57ff9ff - Added thashview to autobuild
git-svn-id: svn://kolibrios.org@8460 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-20 16:36:35 +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
maxcodehack
91ae0dee0b kosjs: replace libmujs.a with sources; if argc = 0, see "usage"
git-svn-id: svn://kolibrios.org@8456 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-20 08:45:42 +00:00
maxcodehack
2a45e4a7f7 Upload kosjs interpreter
git-svn-id: svn://kolibrios.org@8455 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-20 07:57:39 +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
maxcodehack
27aa766598 kos32sys.h improvement
git-svn-id: svn://kolibrios.org@8453 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-19 17:58:43 +00:00
maxcodehack
855a24edb4 uPDF: remove console tools, some fixes for kolibri.c
git-svn-id: svn://kolibrios.org@8452 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-19 07:53:05 +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
51f9df912f ktcc: http_tcp_demo refactoring & net/network.h small fix
git-svn-id: svn://kolibrios.org@8450 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-18 22:44:07 +00:00
459cb3ec5b libimg: Improve support of transparent PNG images.
* Support grayscale images with alpha channel.
* Support rgb images with transparent color.
* Process 'tRNS' chunk (simple transparency).

Transparent png images were already supported for color type 6, which
is RGBA. Now indexed images (color type 3) can also have transparency
via 'tRNS' chunk data.

git-svn-id: svn://kolibrios.org@8449 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-18 22:08:51 +00:00
045e0dbdd2 ktcc: added sample http_tcp_demo - working with http using only tcp sockets
git-svn-id: svn://kolibrios.org@8448 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-18 18:38:07 +00:00
maxcodehack
44d9aced87 Remove uploaded by mistake files
git-svn-id: svn://kolibrios.org@8447 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-18 17:20:36 +00:00
maxcodehack
675759923f uPDF:
- GUI menuet/os.h -> kos32sys.h full
- Check for minimal window size


git-svn-id: svn://kolibrios.org@8446 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-18 17:19:31 +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
IgorA
d72fcc2942 tinygl.obj: add some functions,
load_img.inc: delete old file load_lib

git-svn-id: svn://kolibrios.org@8442 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-18 10:03:16 +00:00
maxcodehack
fe8377e2c7 kos32sys.h: Add proc_info struct for SysFn 9 and system_color struct for get system colors
git-svn-id: svn://kolibrios.org@8441 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-18 08:46:40 +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
maxcodehack
9220a9a313 uPDF:
- Can open files with space in name
- Move getrusage stub to libopenjpeg

git-svn-id: svn://kolibrios.org@8438 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-17 13:43:15 +00:00
maxcodehack
fa071aa312 Remove updf_newlib
git-svn-id: svn://kolibrios.org@8437 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-17 09:06:52 +00:00
maxcodehack
a4c9cb975a uPDF: menuetlibc -> newlibc
git-svn-id: svn://kolibrios.org@8436 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-17 09:02:12 +00:00
maxcodehack
0524045ec1 Remove unused 'include' folder
git-svn-id: svn://kolibrios.org@8435 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-17 08:31:06 +00:00
superturbocat2001
cfbe80f87b - Added tinygl, cryptal, net headers tcc to ISO
git-svn-id: svn://kolibrios.org@8434 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 21:21:38 +00:00
superturbocat2001
24fff00d07 Fix assoc.ini
git-svn-id: svn://kolibrios.org@8433 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 21:10:02 +00:00
superturbocat2001
412e15441f - Fixed appearance of extra files in tcc
- Added thashview in tup

git-svn-id: svn://kolibrios.org@8432 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 20:57:29 +00:00
superturbocat2001
93469a4fae - Added thashview to iso
- Added associations

git-svn-id: svn://kolibrios.org@8431 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 20:30:28 +00:00
superturbocat2001
3b4f58dac4 TinyHashView 2.5:
- Added launch of OpenDialog if the program is launched without parameters.
- Macros are used for convenient work with the clipboard

git-svn-id: svn://kolibrios.org@8430 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 20:10:09 +00:00
cd35d38ad2 updf: restore menuetlibc version
git-svn-id: svn://kolibrios.org@8429 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 18:41:33 +00:00
superturbocat2001
18fd7921cf - Added libdialog binary
- Fixed buid_all.sh

git-svn-id: svn://kolibrios.org@8428 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 18:13:19 +00:00
Kirill Lipatov (Leency)
bb56998236 TASKBAR: change lang by a single Ctrl+Shift (thanks Mihail Serebryakov for the bugreport)
git-svn-id: svn://kolibrios.org@8427 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 18:12:57 +00:00
superturbocat2001
826c0501b8 - Added libdialog.a (proc_lib loader) and sample
- Deleted old console example (replacement: consoleio)
- Added RGB struct to kos32sys1.h
(applies to ktcc)

git-svn-id: svn://kolibrios.org@8426 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 17:15:39 +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)
7f757d3058 ICONS32.PNG: better icons for HEX Editor and Folder
git-svn-id: svn://kolibrios.org@8424 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 13:02:27 +00:00
Kirill Lipatov (Leency)
ffc4c45e2b fix path (epic facepalm)
git-svn-id: svn://kolibrios.org@8423 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 12:17:41 +00:00
Kirill Lipatov (Leency)
78e60a4fa1 fix path (facepalm)
git-svn-id: svn://kolibrios.org@8422 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 12:17:02 +00:00
Kirill Lipatov (Leency)
e82b283407 fix path 2
git-svn-id: svn://kolibrios.org@8421 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 12:16:10 +00:00
Kirill Lipatov (Leency)
b3ec21cd72 fix path
git-svn-id: svn://kolibrios.org@8420 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 12:14:44 +00:00
Kirill Lipatov (Leency)
168f100177 netsurf: add to ISO
git-svn-id: svn://kolibrios.org@8419 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 12:13:40 +00:00
Kirill Lipatov (Leency)
15ad016d59 Netsurf: upload binnaries, add to ISO
NSINST: run app if exists on TPM, ISO, if not the download

git-svn-id: svn://kolibrios.org@8418 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 12:05:35 +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
maxcodehack
08aecd42a8 uPDF: clean warnings, move opj_config.h to libopenjpeg folder
git-svn-id: svn://kolibrios.org@8416 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 07:57:49 +00:00
maxcodehack
0fe62da5c4 Remove menuetlibc version of uPDF
git-svn-id: svn://kolibrios.org@8415 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 07:40:23 +00:00
maxcodehack
d3ad4d559c Fix OpenDialog in uPDF (replace'updf' with argv[0])
git-svn-id: svn://kolibrios.org@8414 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 07:18:16 +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
maxcodehack
55bacdc367 Fix blitter
git-svn-id: svn://kolibrios.org@8412 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-15 07:28:59 +00:00