Commit Graph

547 Commits

Author SHA1 Message Date
Kirill Lipatov (Leency)
672bbcf6a0 WebVIew 2.4: tabs
git-svn-id: svn://kolibrios.org@7771 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-10 16:19:52 +00:00
Kirill Lipatov (Leency)
3f59e384f1 WebView: add clear cache feature
git-svn-id: svn://kolibrios.org@7770 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-06 19:54:05 +00:00
Kirill Lipatov (Leency)
0a6d41ab86 SYSPANEL: add Russian translation
git-svn-id: svn://kolibrios.org@7769 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-06 15:22:12 +00:00
Kirill Lipatov (Leency)
37a69c4efa cmm: reduce C-- app sizes by removing sprintf() from some apps and libs
git-svn-id: svn://kolibrios.org@7768 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-05 19:29:24 +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)
1fa2b55388 WebView 2.1: ordered list support, feature to change encoding manually
git-svn-id: svn://kolibrios.org@7759 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-03 23:17:28 +00:00
Kirill Lipatov (Leency)
8a746b8351 WebView 2.0 Gold
git-svn-id: svn://kolibrios.org@7758 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-30 21:29:52 +00:00
Kirill Lipatov (Leency)
2c4fa5e173 WebView 2.0 beta 4: highlight a link as a single item, more refactoring
git-svn-id: svn://kolibrios.org@7757 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-29 10:57:14 +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)
d05eee0368 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)

git-svn-id: svn://kolibrios.org@7752 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-26 00:12:32 +00:00
Kirill Lipatov (Leency)
e7484ebe37 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

git-svn-id: svn://kolibrios.org@7750 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-25 00:18:19 +00:00
Kirill Lipatov (Leency)
eaed653ad3 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


git-svn-id: svn://kolibrios.org@7749 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-23 15:53:56 +00:00
Kirill Lipatov (Leency)
8256819a57 WebView 1.9: tweaks for better view, reworked source view
git-svn-id: svn://kolibrios.org@7746 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-22 19:50:16 +00:00
Kirill Lipatov (Leency)
a1815a31ee 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

git-svn-id: svn://kolibrios.org@7743 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-21 18:49:45 +00:00
Kirill Lipatov (Leency)
ce732ebdd3 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

git-svn-id: svn://kolibrios.org@7742 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-21 14:33:54 +00:00
pavelyakov
1db21b9e5d Update library array.
git-svn-id: svn://kolibrios.org@7741 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-21 13:38:17 +00:00
pavelyakov
eed7aee495 Addition new function for crc32 checksum!
git-svn-id: svn://kolibrios.org@7740 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-21 10:59:27 +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)
4b31a55f25 Mine: slightly update UI
KolibriN Installer: translation, add complete frame

git-svn-id: svn://kolibrios.org@7661 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-21 18:04:27 +00:00
Kirill Lipatov (Leency)
e1a32382fd @taskbar: remove set ButtonStyle feature as duplication of eskin
KolibriN Install update

git-svn-id: svn://kolibrios.org@7660 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-20 10:40:10 +00:00
Kirill Lipatov (Leency)
d7aa06e1d1 use a new screensaver, C-- a new UI component FileBox used in DIFF app
git-svn-id: svn://kolibrios.org@7658 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-16 10:48:21 +00:00
Kirill Lipatov (Leency)
aa456d953d add KolibriNext installer to ISO
git-svn-id: svn://kolibrios.org@7654 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-14 13:07:29 +00:00
Kirill Lipatov (Leency)
5486248fed APM: slightly update UI and add it to IMG
ICONS32.PNG: new mouse and APM icons, update SYSMON icons
KFONT viewer: add colored mode, on by default


git-svn-id: svn://kolibrios.org@7647 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-10 12:51:47 +00:00
Kirill Lipatov (Leency)
dbf745a885 Eolite: fix weird crash on the real PC after r7491
git-svn-id: svn://kolibrios.org@7645 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-01 08:56:46 +00:00
Kirill Lipatov (Leency)
bbe41151a9 add sntp to IMG
move notes to ISO
new icons: MGB, TXT; folder icon update
KFM fix toolbar background overflow window border
fit eskin into a single FAT sector

git-svn-id: svn://kolibrios.org@7640 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-04-25 17:51:39 +00:00
Kirill Lipatov (Leency)
bf5320cbe8 skincfg: save button style
git-svn-id: svn://kolibrios.org@7639 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-04-24 12:52:10 +00:00
Kirill Lipatov (Leency)
c4eca65496 barscfg: add options to enable and disable @taskbar and @docky
icons32.png: new library icon
other small fixes

git-svn-id: svn://kolibrios.org@7636 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-04-22 18:19:43 +00:00
Kirill Lipatov (Leency)
067e22eae8 Eolite File Manager 4.1:
- show 8.3 names in title case at /rd/1, 
- add hotkeys to change sorting by Ctrl+Fn
- change disk drive by Ctrl+number
Kolibri Graphics Benchmark 0.9 (mgb): 
- big fonts and UI impovements
- add second editbox to edit the Right comment
- show difference in percent between two columns
- if the difference is less or equal to 1% it is not shown
- Russian translation by Daniel Ovchinnikov
- add 16x16 icon for *.mgb files, add associations
icons32.png:
- add Pig icon, bought at http://porctrijambiste.e-monsite.com/contact/contact.html and a bit improved
Kiv:
- improve icons

git-svn-id: svn://kolibrios.org@7628 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-04-16 21:21:19 +00:00
Kirill Lipatov (Leency)
6af7c83564 sysmon: add process tab
git-svn-id: svn://kolibrios.org@7614 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-03-18 22:31:13 +00:00
Kirill Lipatov (Leency)
fd5ae46536 Driver Install app: fix Russian language
git-svn-id: svn://kolibrios.org@7590 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-03-10 12:09:50 +00:00
Kirill Lipatov (Leency)
1842ba815f add Guide Documentation to RUS ISO
git-svn-id: svn://kolibrios.org@7569 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-01-03 17:57:09 +00:00
Kirill Lipatov (Leency)
3a3aa50771 appearance: save skin settings in eskin.ini
uPDF: run without param opens /sys/lod

git-svn-id: svn://kolibrios.org@7533 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-11-06 17:05:54 +00:00
Kirill Lipatov (Leency)
babba2a8ce CMM new lib: events.h
IconEdit: use event model
netcheck: example of event model, can be used for network testing

git-svn-id: svn://kolibrios.org@7521 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-11-01 21:48:33 +00:00
Kirill Lipatov (Leency)
ad662d3962 cmm editboxes: various fixes
git-svn-id: svn://kolibrios.org@7506 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-29 11:39:31 +00:00
Kirill Lipatov (Leency)
62db6511ed Eolite 4.03: progress dialog reworked
git-svn-id: svn://kolibrios.org@7491 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-20 11:00:31 +00:00
Kirill Lipatov (Leency)
252074d8fd Eolite 4.02: asc and desc sorting order, save current file selection after changing sorting order (thanks lev for idea)
git-svn-id: svn://kolibrios.org@7490 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-19 21:13:36 +00:00
Kirill Lipatov (Leency)
e8789d5ad4 mos3de: add to ISO
arcanii: UI update, fix F1/F2 labels


git-svn-id: svn://kolibrios.org@7458 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-13 21:20:17 +00:00
Kirill Lipatov (Leency)
bb682b53c1 cmm: fix regression which increased all app size
git-svn-id: svn://kolibrios.org@7450 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-11 14:32:24 +00:00
Kirill Lipatov (Leency)
6c5bb4c9b4 Iconedit: add menu "Icon" with functions Replace color in canvas and Count unic colors used
H2d2b: allow input numbers only in 
Sstartrek: rename Readme.txt to sst.doc

git-svn-id: svn://kolibrios.org@7447 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-10 14:44:01 +00:00
Kirill Lipatov (Leency)
2a5b8498fd Notes 1.1:
- fixed bugs found by TheOnlyMirage
- if CPU frequency < 1000 then while drag show only window frame else whow window contents
- add to autobuild
CPUid: 
- fix app crash at unknown Intel CPU name by Sh@dy
- non-cropped "intel.gif" logo
- delete redundant knopka* files
icons32.png:
- new Notes icon
- better icons: CPUid, Gmon
- reduce file size
IconEdit 0.58:
- update preview
- rotate squire images
- Ctrl+KeyArrow moves image on the canvas
- screen copy key events
- triangle gradient marker
- improve window appearance for dark skins

git-svn-id: svn://kolibrios.org@7444 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-09 19:12:02 +00:00
Kirill Lipatov (Leency)
a2eabdbf4a revert r7435
git-svn-id: svn://kolibrios.org@7439 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-06 09:33:56 +00:00
pavelyakov
2e3d90aedd Update function sprintf, fixed bugs
git-svn-id: svn://kolibrios.org@7435 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-05 09:34:50 +00:00
Kirill Lipatov (Leency)
e0615bc762 Rtfread:
- remove outdated unused code
- use built-in font instead of a file in /fonts/ folder

git-svn-id: svn://kolibrios.org@7433 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-04 17:53:33 +00:00
pavelyakov
e1ae8286e5 hash function: new support 255 bytes, old: 50 bytes
git-svn-id: svn://kolibrios.org@7430 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-03 08:57:58 +00:00
Kirill Lipatov (Leency)
2ec87d22f7 C-- app updates
WebView 1.8b: 
- key scroll by up and down lists 12 pixels instead of 1
- open app with param when href="" contains '|' symbol, example: href="/sys/tmpdisk|a0"
Eolite 3.96b: 
- fix sorting
- an option to highlight odd lines
- copy path to clipboard by clicking on path bar
- rewrite the code related to device an folder update: so this change removed unnecessary refreshes
- add refresh when /kolibrios mounted
IconEdit 0.57b:
- improve color gradient block
- press Delete key when smth selected fill selection by color2 and resents selection
- impove window appearance when the dark skin is set
- fix a stupid but issue which made impossible to open non-square images
- fix an issue that wrong zoom number displayed
Notes 0.8: 
- reworking, work in progress
- delete binary
Sysmon 0.87:
- minor visible improvement in progress bars
TmpDisk 0.67a:
- deny users to shoot in the foot: show forbid message on /tmp0 deletion

git-svn-id: svn://kolibrios.org@7422 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-01 16:41:14 +00:00
pavelyakov
01ba9472ef Lib CMM: added library for array and dictionary
git-svn-id: svn://kolibrios.org@7420 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-01 08:58:21 +00:00
Kirill Lipatov (Leency)
cc44bb85a6 Lights (SQ_GAME): update code and UI
Sysmon: show RAM used in KiB
Sudoku: avoid window move when open/close additional panel
Snake: make a grid less visible
Icons32.png: add couple game icons


git-svn-id: svn://kolibrios.org@7373 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-09-16 09:42:32 +00:00
Kirill Lipatov (Leency)
fd19f06ec5 Eolite 3.92: remove duplicated functions, move global variables to local
SysMon 0.85: get tmp disk sizes, code refactoring

git-svn-id: svn://kolibrios.org@7369 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-09-15 10:48:42 +00:00
Kirill Lipatov (Leency)
6d726717fd Eolite and Sysmon: fixed memory leak
git-svn-id: svn://kolibrios.org@7362 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-09-14 18:22:11 +00:00
Kirill Lipatov (Leency)
64183baa43 IconEdit: add a notice while opening a file
git-svn-id: svn://kolibrios.org@7358 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-09-14 09:49:37 +00:00
Kirill Lipatov (Leency)
6928eaa581 TmpDisk: save only disks that are exists, use system.ini
git-svn-id: svn://kolibrios.org@7356 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-09-13 20:31:24 +00:00
Kirill Lipatov (Leency)
512a176c2e fix typos (thanks Ray)
git-svn-id: svn://kolibrios.org@7355 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-09-12 00:05:16 +00:00
Kirill Lipatov (Leency)
29e0e255d4 Notes 0.7 ALPHA
git-svn-id: svn://kolibrios.org@7331 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-09-09 17:02:05 +00:00
pavelyakov
64951a7689 Update list disk and files.
git-svn-id: svn://kolibrios.org@7310 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-08-11 20:02:54 +00:00
Kirill Lipatov (Leency)
5220da9d33 Aelia: add status bar, code update
git-svn-id: svn://kolibrios.org@7293 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-05-24 18:47:42 +00:00
fa318e3fad Add minimal wrapper for rasterworks
git-svn-id: svn://kolibrios.org@7289 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-05-22 19:29:52 +00:00
Kirill Lipatov (Leency)
aa5f8268a3 speedup kfonts
completely rewriting Aelia #2

git-svn-id: svn://kolibrios.org@7286 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-05-22 12:04:44 +00:00
Kirill Lipatov (Leency)
0774269503 fix Liza
git-svn-id: svn://kolibrios.org@7283 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-05-20 13:54:35 +00:00
Kirill Lipatov (Leency)
873fc290d5 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

git-svn-id: svn://kolibrios.org@7282 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-05-20 13:40:58 +00:00
Kirill Lipatov (Leency)
e59b0f053b WebView: code refactoring, minor fixes
git-svn-id: svn://kolibrios.org@7281 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-05-18 20:18:10 +00:00
Kirill Lipatov (Leency)
c2149afa96 child window, new icon size set
git-svn-id: svn://kolibrios.org@7274 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-05-07 16:17:53 +00:00
Kirill Lipatov (Leency)
cd1cb39d43 add forgotten file: math.h add .in function
git-svn-id: svn://kolibrios.org@7272 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-05-06 15:03:12 +00:00
Kirill Lipatov (Leency)
66feca6f18 various small updates
git-svn-id: svn://kolibrios.org@7266 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-05-02 16:32:29 +00:00
Kirill Lipatov (Leency)
aa4bb9a838 IconEdit 0.53: Test Icon window; icons32.png: update some icons, changes were done directly in IconEdit
git-svn-id: svn://kolibrios.org@7265 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-05-01 14:35:58 +00:00
Kirill Lipatov (Leency)
2c8b040e97 IconEdit 0.51: tools cursor support
git-svn-id: svn://kolibrios.org@7262 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-29 20:42:03 +00:00
Kirill Lipatov (Leency)
668f8c2bdb IconEdit 0.50: new tool "Screen copy"
git-svn-id: svn://kolibrios.org@7260 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-25 19:09:26 +00:00
Kirill Lipatov (Leency)
82d3fec9f1 Add Appearance: add standard edit;
IconEdit: ability to open image size up to 256*256, add to IMG


git-svn-id: svn://kolibrios.org@7254 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-22 13:33:01 +00:00
Kirill Lipatov (Leency)
72a2097e37 fix menu component (found by tsdima), apps size decrease a bit, improve Appearance preview
git-svn-id: svn://kolibrios.org@7252 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-21 12:28:00 +00:00
Kirill Lipatov (Leency)
642bfaad85 fix mousecfg (thanks tsdima for report)
git-svn-id: svn://kolibrios.org@7248 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-20 20:42:48 +00:00
Kirill Lipatov (Leency)
d40cb2b0f0 delete app_installer as outdated
git-svn-id: svn://kolibrios.org@7246 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-20 11:44:59 +00:00
Kirill Lipatov (Leency)
bacea4f813 EasyShot going GOLD, added to distro
git-svn-id: svn://kolibrios.org@7245 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-20 09:43:15 +00:00
Kirill Lipatov (Leency)
8e9b52450a DrawCheckBox replaced by structure checkbox, huge code refactoring
git-svn-id: svn://kolibrios.org@7244 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-19 20:12:07 +00:00
Kirill Lipatov (Leency)
02e3d16737 CMM: use updated more_less_box, dynamically get free button id
git-svn-id: svn://kolibrios.org@7243 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-19 14:16:32 +00:00
Kirill Lipatov (Leency)
cb04881600 update EasyShot
git-svn-id: svn://kolibrios.org@7235 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-17 17:43:32 +00:00
Kirill Lipatov (Leency)
63e302c544 CMM: easy icon set in program
git-svn-id: svn://kolibrios.org@7229 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-16 09:30:24 +00:00
Kirill Lipatov (Leency)
1392a1c519 CMM: general refactoring
git-svn-id: svn://kolibrios.org@7227 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-15 22:44:36 +00:00
Kirill Lipatov (Leency)
83b61f94d2 fix prior comment
git-svn-id: svn://kolibrios.org@7226 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-11 18:32:00 +00:00
Kirill Lipatov (Leency)
4238d0ea38 CMM: rework Tabs element
git-svn-id: svn://kolibrios.org@7225 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-11 17:46:08 +00:00
Kirill Lipatov (Leency)
e6c83f1f8d Easyshot 0.7: settings, better UI
git-svn-id: svn://kolibrios.org@7224 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-04 15:46:38 +00:00
Kirill Lipatov (Leency)
abbc6b0346 cmm: rename file_system.h to fs.h, reimplement dir_exists() function
git-svn-id: svn://kolibrios.org@7219 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-03 13:57:56 +00:00
Kirill Lipatov (Leency)
1d22e52024 txtread: add show file properties button,
cmm gui EditBox: 1px smaller border

git-svn-id: svn://kolibrios.org@7218 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-03 12:45:08 +00:00
Kirill Lipatov (Leency)
a66f003bd1 cmm: small fix for linux fs (/sys/settings/ -> /sys/SETTINGS/)
git-svn-id: svn://kolibrios.org@7213 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-01 12:34:23 +00:00
Kirill Lipatov (Leency)
f3a69d6d86 Eolite 3.85: copy files with size bigger than free ram, fix hang and memory leak when copy
git-svn-id: svn://kolibrios.org@7210 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-03-26 14:31:26 +00:00
Kirill Lipatov (Leency)
444e038420 use fplay_run to run Fplay with parameter wrapped into '"'
git-svn-id: svn://kolibrios.org@7203 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-03-22 14:36:04 +00:00
Kirill Lipatov (Leency)
2ece3b26d7 Pixie2 Pre-Final: bugfixes
Eolite: simplier ini-related code

git-svn-id: svn://kolibrios.org@7202 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-03-21 23:26:31 +00:00
Kirill Lipatov (Leency)
308832d4dd add .VOX association, new GetIni() function which searches files in /kolibrios/settings/ first and then in /sys/settings/
git-svn-id: svn://kolibrios.org@7197 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-03-20 17:03:14 +00:00
Kirill Lipatov (Leency)
b64d2b1e22 Pixie 2.7: update UI, more hotkeys, fix last_folder open
git-svn-id: svn://kolibrios.org@7192 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-03-17 10:23:03 +00:00
Kirill Lipatov (Leency)
85f99b8d52 IconEdit 0.32: use native image save via libimg by Nicolas
git-svn-id: svn://kolibrios.org@7190 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-03-16 20:34:44 +00:00
Kirill Lipatov (Leency)
5a44396d79 icons16.png: add paint tools
iconedit 1.31: add leftpanel, hotkeys, highlight active tool

git-svn-id: svn://kolibrios.org@7187 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-03-15 19:19:53 +00:00
Kirill Lipatov (Leency)
9e84bacadb Pixie 2.5: use kfont and some fixes
git-svn-id: svn://kolibrios.org@7182 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-03-11 20:16:50 +00:00
Kirill Lipatov (Leency)
94ede55e61 Pixie 1 & 2: use ac97snd as a backend, fix issue in ini.SetString(), remove minimp3 from autobuild
git-svn-id: svn://kolibrios.org@7177 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-03-07 11:18:19 +00:00
Kirill Lipatov (Leency)
4116e20492 Pixie 2.2, Taskbar 2
git-svn-id: svn://kolibrios.org@7166 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-02-20 23:23:57 +00:00
Kirill Lipatov (Leency)
e4b1848a9e Eolite: fix default icon
WebWiew: handle URLs starting with double slash "//"
C-- lib: make some functions include optional

git-svn-id: svn://kolibrios.org@7163 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-02-18 15:32:11 +00:00
Kirill Lipatov (Leency)
76bd014d8b - add UNZ to autobuild
- remove unused data/<lang>/fonts folders
- update associations and set KIV as default viewer instead of zSea as it has resize now
- remove some debug info from C-- programs and make functions includable only if they are used in app



git-svn-id: svn://kolibrios.org@7160 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-02-16 15:53:51 +00:00
Kirill Lipatov (Leency)
e75984ee1c PixelEditor 0.12: add Fill tool, ability to open saved image
git-svn-id: svn://kolibrios.org@7156 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-02-10 11:47:33 +00:00
Kirill Lipatov (Leency)
eb145a52ea fix prior commit
git-svn-id: svn://kolibrios.org@7153 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-02-08 11:37:58 +00:00
Kirill Lipatov (Leency)
3752a68975 Backgen 0.6
git-svn-id: svn://kolibrios.org@7096 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-16 23:41:50 +00:00
Kirill Lipatov (Leency)
1f732787b5 upload backgen v0.5
git-svn-id: svn://kolibrios.org@7089 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-11 23:19:28 +00:00
Kirill Lipatov (Leency)
c103cab861 CMM: use single click instead of double in Eolite, add math.min() and math.max() functions, add more_less_box component
git-svn-id: svn://kolibrios.org@7086 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 22:26:56 +00:00
Kirill Lipatov (Leency)
b80a9d4dc8 Eolite 3.82: use icons16.png for icons and "/sys/File Managers/icons.ini" for icon associations instead of build in data
git-svn-id: svn://kolibrios.org@7054 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-05 21:38:09 +00:00
Kirill Lipatov (Leency)
f09eef1c27 use libini wrappers, use human readable event masks
git-svn-id: svn://kolibrios.org@7051 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-05 09:37:50 +00:00
Kirill Lipatov (Leency)
9be11fb14a Fix OpenDialog filter (VERY big thanks to IgorA), rename libimg_lib.h to libimg.h and libio_lib.h to libio.h, Calypte uses string collection
git-svn-id: svn://kolibrios.org@7049 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-04 22:59:57 +00:00
Kirill Lipatov (Leency)
7ed0962aa5 Calypte 0.35: add scroll, mark current encoding in list
git-svn-id: svn://kolibrios.org@7043 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-03 14:55:12 +00:00
Kirill Lipatov (Leency)
90b630f05f full refactoring of CMM/lib/clipboard.h, ability to copy link URL in WebView, small improvements in clipview and app_plus
git-svn-id: svn://kolibrios.org@7037 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-01 11:57:00 +00:00
Kirill Lipatov (Leency)
29387f168a DrvInst: keyboard navigation
git-svn-id: svn://kolibrios.org@7031 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-28 09:59:41 +00:00
Kirill Lipatov (Leency)
52a56199a3 cmm apps: various fixes
git-svn-id: svn://kolibrios.org@7004 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-23 11:02:57 +00:00
Kirill Lipatov (Leency)
75936c8fc5 The Bus: fix misspell (thanks lev), a bit fix kfont labels position
git-svn-id: svn://kolibrios.org@6997 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-19 14:19:56 +00:00
Kirill Lipatov (Leency)
cddd55baa5 Eolite: fix opening '/' (bug found by 0CodErr)
git-svn-id: svn://kolibrios.org@6990 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-18 10:41:04 +00:00
Kirill Lipatov (Leency)
336c784a65 ConverSize* function uses shiftes instead of * and /
git-svn-id: svn://kolibrios.org@6989 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-18 09:49:04 +00:00
Kirill Lipatov (Leency)
494b32ff70 file_system.h: add function ConverSize64 for files bigger than 4Gb
git-svn-id: svn://kolibrios.org@6988 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-18 08:38:34 +00:00
Kirill Lipatov (Leency)
759ee15fdf fix for prior rev
git-svn-id: svn://kolibrios.org@6980 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-17 02:19:14 +00:00
Kirill Lipatov (Leency)
9e8243ee10 Eolite 3.77: fix system hand when try to copy file size bigger than RAM available
git-svn-id: svn://kolibrios.org@6979 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-17 01:55:51 +00:00
Kirill Lipatov (Leency)
ad6c634152 WebView 1.61: fix of downloading timeout, ultimate speedup; thanks hidnplayr for idea use event EVN_STACK instead of timeout
git-svn-id: svn://kolibrios.org@6978 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-17 01:32:09 +00:00
Kirill Lipatov (Leency)
d92792638e WebView Downloader: fix edit box hotkeys, fix appearance.
Not yet fixed download stuck.

git-svn-id: svn://kolibrios.org@6969 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-10 05:38:29 +00:00
Kirill Lipatov (Leency)
1d5edfacb9 WebView 1.6: open link in a new window by pressing Middle mouse button on the link
Eolite: fix misspell (found by Ray)

git-svn-id: svn://kolibrios.org@6931 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-07-05 10:33:54 +00:00
Kirill Lipatov (Leency)
00b4e63b4e Eolite: fix http://board.kolibrios.org/viewtopic.php?p=67807#p67807
git-svn-id: svn://kolibrios.org@6930 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-07-04 15:14:51 +00:00
Kirill Lipatov (Leency)
bb7c6df64b upload Pipet app
git-svn-id: svn://kolibrios.org@6919 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-06-09 17:43:00 +00:00
pavelyakov
61e1662b4e Update library
New library window

git-svn-id: svn://kolibrios.org@6887 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-04-12 22:56:25 +00:00
Kirill Lipatov (Leency)
334c259808 kfont.h: proceed font 23% faster, use 32 depth buffer
git-svn-id: svn://kolibrios.org@6808 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-12-23 00:27:00 +00:00
Kirill Lipatov (Leency)
c299820b03 kfont.h: split symbol() and symbol_size() functions
git-svn-id: svn://kolibrios.org@6806 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-12-21 19:50:13 +00:00
Kirill Lipatov (Leency)
aa8338809f update font.h, rename to kfont.h, fix Eolite font bug in prior rev
git-svn-id: svn://kolibrios.org@6805 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-12-21 15:40:39 +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)
b0a295dfce WebView 1.57: change draw Y coordinate from lines to pixels, several fixes
git-svn-id: svn://kolibrios.org@6794 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-12-11 22:58:11 +00:00
Kirill Lipatov (Leency)
94e30f2af4 cmm: various updates
git-svn-id: svn://kolibrios.org@6791 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-12-08 17:20:55 +00:00
Kirill Lipatov (Leency)
f1d65cb32f fix software widget
git-svn-id: svn://kolibrios.org@6786 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-12-05 19:20:57 +00:00
Kirill Lipatov (Leency)
49d1cbe22c fix build
git-svn-id: svn://kolibrios.org@6785 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-12-04 19:33:48 +00:00
Kirill Lipatov (Leency)
9883b8911d forget fs.obj
git-svn-id: svn://kolibrios.org@6784 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-12-04 19:30:30 +00:00
Kirill Lipatov (Leency)
d04f47d335 cmm: bigger menu, Eolite: refrash folder on window redraw, fix breadcrumbs click
git-svn-id: svn://kolibrios.org@6782 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-12-04 16:50:34 +00:00
Kirill Lipatov (Leency)
6e8cb45a14 revert prior commit, update dicty
git-svn-id: svn://kolibrios.org@6771 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-30 16:41:21 +00:00
Kirill Lipatov (Leency)
ffbdc4ba1d fix TXTREAD path
git-svn-id: svn://kolibrios.org@6761 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-25 16:03:34 +00:00
Kirill Lipatov (Leency)
a32e30e50f CMM: fix in io.h, rename TEXTREADER into TXTREAD,
icons32.png: change colors for DIFF app
make RunOS window wider

git-svn-id: svn://kolibrios.org@6759 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-25 15:19:45 +00:00
Kirill Lipatov (Leency)
a7c7fc181c fix calc() function
git-svn-id: svn://kolibrios.org@6751 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-23 20:47:33 +00:00
Kirill Lipatov (Leency)
5e8eda8fdd fix previous rev
git-svn-id: svn://kolibrios.org@6747 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-23 11:53:45 +00:00
Kirill Lipatov (Leency)
2cfdddd8c6 fix DefineAndDrawWindow(), rename vfc to diff
git-svn-id: svn://kolibrios.org@6746 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-23 11:37:13 +00:00
Kirill Lipatov (Leency)
562beb7d6a cmm: decrease apps size
git-svn-id: svn://kolibrios.org@6742 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-23 10:04:07 +00:00
Kirill Lipatov (Leency)
04cd34689f WebView 1.55: fixed about 4 bugs, twice faster; this is really good version
git-svn-id: svn://kolibrios.org@6738 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-22 14:04:10 +00:00
Kirill Lipatov (Leency)
b380ebc490 cmm: decrease size of apps a bit
git-svn-id: svn://kolibrios.org@6735 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-21 20:25:00 +00:00
Kirill Lipatov (Leency)
d6043d4e2b WebView 1.52: couple of bugs fixed, open local files with @open, add <bg> tag; still very crashful
git-svn-id: svn://kolibrios.org@6730 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-20 11:10:10 +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)
0048242452 cmm: various fixes
git-svn-id: svn://kolibrios.org@6708 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-14 00:42:32 +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
pathoswithin
1f8ad06585 fix error strings
git-svn-id: svn://kolibrios.org@6691 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-08 10:48:55 +00:00
Kirill Lipatov (Leency)
50bcfc998b WebView 1.49: two bugs fixed
git-svn-id: svn://kolibrios.org@6686 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-07 20:57:40 +00:00
Kirill Lipatov (Leency)
5674a7aa14 fix console.h, add console example
git-svn-id: svn://kolibrios.org@6685 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-07 17:49:22 +00:00
Kirill Lipatov (Leency)
23d86a6122 CMM: add template app, console library headers
git-svn-id: svn://kolibrios.org@6684 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-07 14:41:01 +00:00
Kirill Lipatov (Leency)
b33939e2fb CMM: use big fonts, fix several issues
git-svn-id: svn://kolibrios.org@6678 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-05 10:13:29 +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)
1069d62233 DRIVERS: update atikms and intel (by Serge), remove ver.txt
END: fix mixed up "Kernel" and "Reboot" buttons
DRVINST: translations (thanks to hidnplayr)

git-svn-id: svn://kolibrios.org@6662 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-03 12:41:15 +00:00
Kirill Lipatov (Leency)
7ce6f6bd28 select_list.h: update API, add SelectList_ProcessMouse()
drvinst: use select_list

git-svn-id: svn://kolibrios.org@6653 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-02 14:30:45 +00:00
Kirill Lipatov (Leency)
e35a30e7cd CMM: create pattern select_list (Yeah!), use in clipview, appearance; Blueberries skin small fixes
git-svn-id: svn://kolibrios.org@6651 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-02 12:19:15 +00:00
Kirill Lipatov (Leency)
85139c507e Blueberries update, cmm dui fixes for dark skins
git-svn-id: svn://kolibrios.org@6649 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-01 17:11:54 +00:00
Kirill Lipatov (Leency)
c65a0e6a0a CMM: ability to use Ctrl+C/Ctrl+V in EditBox. Fix Dicty, TmpDisk.
TmpDisk switch from ASCII to SCANCODE, better process keys for case when EditBox is active and inactive.

git-svn-id: svn://kolibrios.org@6640 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-10-31 11:27:15 +00:00
Kirill Lipatov (Leency)
33fb425969 Dicty 2.2: bigger font, no speaker
Clipview 1.02: better show content 

git-svn-id: svn://kolibrios.org@6638 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-10-30 22:47:57 +00:00
Kirill Lipatov (Leency)
74e17c9a4d Eolite fix issue with wrong path highlighted, delete cmm/experimental/ttf_performance and cmm/lib/obj/truetype.h, zSea increase default window size
git-svn-id: svn://kolibrios.org@6637 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-10-30 20:40:47 +00:00
Kirill Lipatov (Leency)
eb2812b317 gui.h: add DrawTextViewArea(), upload drvinst
git-svn-id: svn://kolibrios.org@6631 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-10-28 16:06:18 +00:00
Kirill Lipatov (Leency)
31a4eb5247 upload oberon07 by akron1, add to ISO
git-svn-id: svn://kolibrios.org@6613 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-10-23 23:30:27 +00:00
Kirill Lipatov (Leency)
6091b058a0 fix ConvertSizeToKb() function for case when size is less than 1Kb
git-svn-id: svn://kolibrios.org@6568 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-10-05 13:26:19 +00:00
Kirill Lipatov (Leency)
edc6f75e77 CLIPVIEW v1.0: upload a new app Clipboard Viewer
git-svn-id: svn://kolibrios.org@6567 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-10-05 13:12:39 +00:00
Kirill Lipatov (Leency)
fa6627769b Fixed copy/paste, thanks akron1 for found issues
git-svn-id: svn://kolibrios.org@6565 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-10-05 10:34:43 +00:00
Kirill Lipatov (Leency)
ffdee858f6 fix for prior rev
git-svn-id: svn://kolibrios.org@6563 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-10-04 22:46:07 +00:00
Kirill Lipatov (Leency)
b779d29caa CMM: Fix broken notify() function and wrong parameter in Clipboard::ResetBlockingBuffer()
git-svn-id: svn://kolibrios.org@6562 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-10-04 22:44:07 +00:00
b1adedb4a8 Eolite 3.60: change currend directory
git-svn-id: svn://kolibrios.org@6504 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-08-27 22:54:05 +00:00
Kirill Lipatov (Leency)
929c8a1898 add integer collections, clear kolibri.h, move keyboard-related code to keyboard.h
git-svn-id: svn://kolibrios.org@6285 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-23 14:41:55 +00:00
6caebfa5b8 Eolite: big fonts in properties dialog
git-svn-id: svn://kolibrios.org@6280 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-22 01:41:13 +00:00
Kirill Lipatov (Leency)
a2a3d28523 Eolite: fix tricky issue with double click, big fonts in progress dialog; tones of minor fixes;
git-svn-id: svn://kolibrios.org@6278 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-21 21:57:22 +00:00
Kirill Lipatov (Leency)
2c6e64c7a0 app_plus: fix manual directory choose and fix running two SEARCHAP; remove debug information; make some vars and functions optional (decrease apps size)
git-svn-id: svn://kolibrios.org@6271 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-20 22:09:50 +00:00
Kirill Lipatov (Leency)
30ab10e50a cmm: add rgb example
git-svn-id: svn://kolibrios.org@6266 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-20 16:15:35 +00:00
Kirill Lipatov (Leency)
8afc377269 fix ЄєЇї appearance in kf_fonts; icons: knight for lev, update 3d pot icon; update rus game_center.ini
git-svn-id: svn://kolibrios.org@6265 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-20 13:48:16 +00:00
Kirill Lipatov (Leency)
e3cfd43e3b gui.h: add tabs component, use it for kf_font_viewer and appearance; fix font.h crash when '_' is the last
git-svn-id: svn://kolibrios.org@6264 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-20 13:06:19 +00:00
Kirill Lipatov (Leency)
3f4201dc21 app_plus: show message if /kolibrios/settings/app_plus.ini not found
git-svn-id: svn://kolibrios.org@6251 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-19 00:33:21 +00:00
Kirill Lipatov (Leency)
036bb48ceb upload app_plus and add it to autobuild
git-svn-id: svn://kolibrios.org@6250 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-18 23:28:04 +00:00
Kirill Lipatov (Leency)
2c3c9a032a Aelia: fix check_is_the_adress_local(), slighter font smooth
calc: fix dec-hex-bin 3d style button appearance
Blueberries skin: update

git-svn-id: svn://kolibrios.org@6216 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-13 19:59:07 +00:00
Kirill Lipatov (Leency)
ba3c0ea500 small fixes
git-svn-id: svn://kolibrios.org@6209 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-12 22:07:55 +00:00
Kirill Lipatov (Leency)
5ecdf8246d cmm: big font for morelessbox, captioned button, minor fix for mouse_cfg
git-svn-id: svn://kolibrios.org@6198 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-12 19:54:29 +00:00
Kirill Lipatov (Leency)
d7af065a2b CMM: bigger fonts for various programs (gift to punk_joker:)
git-svn-id: svn://kolibrios.org@6197 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-11 13:46:53 +00:00
Kirill Lipatov (Leency)
deb780f6ba cmm: editbox convex
git-svn-id: svn://kolibrios.org@6193 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-11 02:22:34 +00:00
Kirill Lipatov (Leency)
29cc7502e3 CMM: checkbox and morelessbox convex
Eolite: use system colors for some cases, better code for list click
TinyGl better icons

git-svn-id: svn://kolibrios.org@6191 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-11 01:07:04 +00:00
Kirill Lipatov (Leency)
dcbcccc75e cmm gui: simplier api, text shadow for capt button
git-svn-id: svn://kolibrios.org@6176 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-09 01:43:58 +00:00
Kirill Lipatov (Leency)
0bf8ef743f clicks: small update, use scancode keys
git-svn-id: svn://kolibrios.org@6167 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-07 21:18:54 +00:00
Kirill Lipatov (Leency)
cab4c34e5b Aelia 0.35: fix ParceHTML function, show site favicon
git-svn-id: svn://kolibrios.org@6152 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-06 22:48:51 +00:00
Kirill Lipatov (Leency)
ae17b4e165 Aelia 0.3: Sandwich menu, handle redirects, add links.h
+ lib/debug.h

git-svn-id: svn://kolibrios.org@6058 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-01-14 23:05:51 +00:00
Kirill Lipatov (Leency)
e5231646b3 Aelia 0.2: improve label.smooth function (thanks e-andrew), a very basic html support implemented
git-svn-id: svn://kolibrios.org@6053 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-01-10 22:33:10 +00:00
Kirill Lipatov (Leency)
de145064c8 fix #2
git-svn-id: svn://kolibrios.org@6052 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-01-10 20:07:03 +00:00
Kirill Lipatov (Leency)
80c86aab65 CMM: a lot of small changes
git-svn-id: svn://kolibrios.org@6050 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-01-10 20:02:47 +00:00
Kirill Lipatov (Leency)
8181cb284f WebView 1.48: support all site encodings (not only UTF8), use lib/menu.h, fix black screen after changing window size
git-svn-id: svn://kolibrios.org@6045 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-01-08 02:19:41 +00:00
Kirill Lipatov (Leency)
d1ac782f6d Add standard Menu component lib/menu.h and example how to use it
git-svn-id: svn://kolibrios.org@6041 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-01-07 15:26:59 +00:00
Kirill Lipatov (Leency)
6a46b302a9 Eolite: use bigger fonts by default, other small fixes
git-svn-id: svn://kolibrios.org@6039 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-01-07 13:10:39 +00:00
Kirill Lipatov (Leency)
94617c0888 cmm: font.h increase performance on 15-20%
git-svn-id: svn://kolibrios.org@6021 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-01-01 16:51:53 +00:00
Kirill Lipatov (Leency)
034b012586 cmm: remove stand-alone downloader app, add lib/patterns/rgb.h
git-svn-id: svn://kolibrios.org@6020 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-01-01 16:35:53 +00:00
Kirill Lipatov (Leency)
451e903f9a CMM: minor optimizations, Eolite: better about window
git-svn-id: svn://kolibrios.org@6005 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-12-26 01:32:07 +00:00
Kirill Lipatov (Leency)
1841e3982c WebView 1.42
1) Download Manager: separate code logic from internal implementation, show notice on error
2) do not show href="javascript:xxx" links
3) show all image alt's

git-svn-id: svn://kolibrios.org@6001 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-12-22 18:14:35 +00:00
Kirill Lipatov (Leency)
9c51b90ee4 cmm: minor fixes and improvements
git-svn-id: svn://kolibrios.org@5997 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-12-21 19:04:39 +00:00
Kirill Lipatov (Leency)
a12ef7aa3c 1. move kos_mouse_functions.h to lib/mouse.h
2. Eolite: use system value for double click, remove old code
3. Eolite: fix long file names while using big fonts

git-svn-id: svn://kolibrios.org@5996 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-12-21 16:37:24 +00:00
Kirill Lipatov (Leency)
ef496ce0d8 TextTeader: fix issue there was old data after converting text to UTF8
git-svn-id: svn://kolibrios.org@5995 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-12-21 12:13:21 +00:00
Kirill Lipatov (Leency)
0ad128cb7d fix for prior rev
git-svn-id: svn://kolibrios.org@5988 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-12-18 21:13:19 +00:00
Kirill Lipatov (Leency)
377ac5168b font.h: global refactoring, simplify API
git-svn-id: svn://kolibrios.org@5987 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-12-18 21:10:45 +00:00