Commit Graph

50 Commits

Author SHA1 Message Date
vitalkrilov
46d9482bb0 Fixed misuse of "/rd/1" (changed to "/sys") for all other programs
git-svn-id: svn://kolibrios.org@9587 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-07 12:42:44 +00:00
Kirill Lipatov (Leency)
94b281e59d various small fixes:
- icons.ini: fix icon in OpenDialog
- assoc.ini: use CEDIT for txt and log
- taskbar.ini: shoe min left button
- kiv: show info about image dimensions in the title
- rdsave: win_height considers skin_height

git-svn-id: svn://kolibrios.org@9035 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-07-08 18:47:59 +00:00
Kirill Lipatov (Leency)
56d8f86244 KIV: fix rolled-up bug https://prnt.sc/16uz1nf
git-svn-id: svn://kolibrios.org@8945 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-06-26 06:25:18 +00:00
870958f71d kiv: remove debug code overriding mouse settings.
git-svn-id: svn://kolibrios.org@8753 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-05-29 19:45:34 +00:00
1948481489 Remove more leftover files (trigger autobuild).
git-svn-id: svn://kolibrios.org@8658 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-03-31 21:24:56 +00:00
a16331c816 kiv and libimg.asm: Follow asm style guide, no semantic changes.
git-svn-id: svn://kolibrios.org@8497 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-30 05:32:02 +00:00
de8931dae4 kiv: fix a bug (crash) after image rotation, fix memory leak.
git-svn-id: svn://kolibrios.org@8496 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-30 03:21:38 +00:00
Kirill Lipatov (Leency)
05286caf32 KIV: save window size and position, if not set use 2/3 of screen
APP+: if param then automount this path

git-svn-id: svn://kolibrios.org@7879 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-06 17:54:44 +00:00
Kirill Lipatov (Leency)
1d3e5422e8 move eskin.ini settings into system.ini
git-svn-id: svn://kolibrios.org@7870 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 21:42:00 +00:00
6aac7a3d5a kiv: fix loading of toolbar icons.
Toolbar icons are loaded not in runtime from an image file but in
compile time via fasm preprocessor script. An error was introduced in
r7860 which is fixed now.

git-svn-id: svn://kolibrios.org@7862 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-04 14:02:04 +00:00
5a520e0752 kiv: Add a button to switch scaling modes.
Two scaling modes (fit to the window, no scaling) were implemented
some time ago. One can switch them with not obvious shortcuts 'w' and
'=' (like in sxiv). This commit adds a button to the toolbar to do the
same.

Also, the window title now mentions the number of supported images in
the current directory, not the total number of files in it.

Align code to the kernel style guide.


git-svn-id: svn://kolibrios.org@7860 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-04 00:27:28 +00:00
Kirill Lipatov (Leency)
06c32b5fc2 various updates
git-svn-id: svn://kolibrios.org@7784 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-13 23:11:07 +00:00
d8113abd2e kiv: Fix canvas size calculation bug when pressing '=' twice.
Reported by Leency:
1. Open "Home.jpg" image in KIV.
2. Press '=' two or more times.
=> Each time image becomes smaller on the right bottom.

git-svn-id: svn://kolibrios.org@7726 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-02-20 01:26: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
9f3f8b346e kiv: add no-scaling mode and scrollbars, fixes
git-svn-id: svn://kolibrios.org@7656 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-15 19:53:46 +00:00
Kirill Lipatov (Leency)
f9e2c34b31 Eolite 4.21: change colors on fly
Software widget: dark skins support

git-svn-id: svn://kolibrios.org@7635 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-04-18 09:38:01 +00:00
Kirill Lipatov (Leency)
859f9e5990 convert files into 8.3
git-svn-id: svn://kolibrios.org@7631 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-04-17 08:48:41 +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)
bc5ea26ad2 kiv: fix two issues related to tiled bg
git-svn-id: svn://kolibrios.org@7604 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-03-12 21:08:09 +00:00
Kirill Lipatov (Leency)
d305102f81 Kiv: use app.ini
Icons32: fixes and optimisation, several updated icons (also thanks Lev)

git-svn-id: svn://kolibrios.org@7432 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-03 23:19:10 +00:00
Kirill Lipatov (Leency)
dd9e50c167 KIV: save desktop image set by IgorA
Palitra: save desktop colors set by IgorA
Docky: no close by Alt+F4
IconNew: fix system hang when use an icon with number >99 by GerdtR
Gears (TinyGL asm): add key description to window, uncomment zoom code, add key shortcut "+" for zoom-in
TinyGL asm images: much better compression, for instance, TEXT_2.PNG from 235Kb to 106Kb without any visible degradation


git-svn-id: svn://kolibrios.org@7421 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-01 15:18:07 +00:00
IgorA
bc40aab5af kiv: scale to screen big images (24 bit)
git-svn-id: svn://kolibrios.org@6804 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-12-21 14:47:43 +00:00
IgorA
fb9e611d64 archiver.obj: fix function deflate_rle
kiv: clean code

git-svn-id: svn://kolibrios.org@6801 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-12-20 12:12:55 +00:00
hidnplayr
7199705b05 KIV: better file extension parsing.
git-svn-id: svn://kolibrios.org@5183 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-11-21 10:16:47 +00:00
CleverMouse
cd74d1af33 switch build system to Tup
git-svn-id: svn://kolibrios.org@5098 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-09-12 15:15:23 +00:00
cbee725189 kiv:
add basic slide show mode
toggle toolbar
tweak layout engine


git-svn-id: svn://kolibrios.org@3116 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-12-15 20:01:37 +00:00
dd15de534b kiv: list of supported extentions updated: wbmp (example, r2392 related)
git-svn-id: svn://kolibrios.org@2394 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-23 22:52:59 +00:00
4b6a83bfa4 kiv: list of supported extentions updated
git-svn-id: svn://kolibrios.org@2389 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-02-23 22:16:03 +00:00
b63e3a476f kiv: fixed calculating window size for files containing several frames of different size (*.ico)
git-svn-id: svn://kolibrios.org@2036 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-07-30 19:35:59 +00:00
cdbe41fa91 kiv: OpenDialog filter for xcf files
git-svn-id: svn://kolibrios.org@1922 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-05-02 17:44:44 +00:00
CleverMouse
32e469b81f Makefile: use kiv.ini from kiv folder
git-svn-id: svn://kolibrios.org@1844 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-02-04 18:09:40 +00:00
Alexey Teplov (
2f0f5ef547 Begin work on the fdd's night distribution
git-svn-id: svn://kolibrios.org@1701 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-11-15 12:37:00 +00:00
Marat Zakiyanov (Mario79)
19e73b2f41 When KIV will start with parm "path of file", It is giving right path for OpenDialog now.
git-svn-id: svn://kolibrios.org@1594 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-08-25 19:17:38 +00:00
Marat Zakiyanov (Mario79)
3335f1e520 1) KIV - correction for OpenDialog
2) Rtfread - correction for OpenDialog, build with pack
3) Heed - build with pack

git-svn-id: svn://kolibrios.org@1582 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-08-24 09:08:40 +00:00
39d97b907c kiv: *.pcx images loading at next/prev button pressing
git-svn-id: svn://kolibrios.org@1575 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-08-22 19:59:19 +00:00
dc2f932249 kiv: "PCX" string added to opendialog filter
git-svn-id: svn://kolibrios.org@1570 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-08-16 22:04:18 +00:00
Marat Zakiyanov (Mario79)
753474ef6b KIV - use OpenDialog calls of Proc_Lib now
git-svn-id: svn://kolibrios.org@1511 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-07-03 14:27:35 +00:00
Evgeny Grechnikov (Diamond)
0d82157aac kiv: small optimization
git-svn-id: svn://kolibrios.org@1475 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-05-30 18:57:44 +00:00
Marat Zakiyanov (Mario79)
28d7f704a9 Small addition for rev.1470
git-svn-id: svn://kolibrios.org@1471 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-05-28 11:01:56 +00:00
Marat Zakiyanov (Mario79)
e071d66d3f Changes of KIV
1) Use OpenDialog instead Sysxtree
2) Fix the list of directory

git-svn-id: svn://kolibrios.org@1470 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-05-28 10:27:10 +00:00
Evgeny Grechnikov (Diamond)
4ecac42a2a kiv updated:
* configurable keyboard shortcuts for next/prev image
* window title now includes name of current file

git-svn-id: svn://kolibrios.org@1427 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-02-28 19:40:01 +00:00
Evgeny Grechnikov (Diamond)
8a2785bcb6 kiv: zero esi when calling sysfn 0
git-svn-id: svn://kolibrios.org@1422 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-02-26 21:52:02 +00:00
Evgeny Grechnikov (Diamond)
5d45c37af3 correction of previous revision
git-svn-id: svn://kolibrios.org@1144 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-08-26 11:31:41 +00:00
Evgeny Grechnikov (Diamond)
d7d25fb0e8 remove trash created in previous revisions
git-svn-id: svn://kolibrios.org@1143 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-08-26 11:23:22 +00:00
Evgeny Grechnikov (Diamond)
f705611d81 * libs-dev: style of exported names changed, ini.get_int -> ini_get_int
* programs which use libs-dev updated accordingly
* libimg: support for .ico and .cur files (icons and cursors)
* kiv: show many different images in one file in one row

git-svn-id: svn://kolibrios.org@1102 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-06-03 21:12:49 +00:00
Evgeny Grechnikov (Diamond)
07ed9100ad bugfixes in KIV
git-svn-id: svn://kolibrios.org@1087 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-05-27 17:22:57 +00:00
Evgeny Grechnikov (Diamond)
9fa3e91df1 kiv: support for animated images
git-svn-id: svn://kolibrios.org@1080 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-05-24 16:48:56 +00:00
Evgeny Grechnikov (Diamond)
0c97a9c69c kiv: fixes in drawing and moving to next/prev images
git-svn-id: svn://kolibrios.org@1040 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-02-21 14:34:46 +00:00
Evgeny Grechnikov (Diamond)
f1e4d83cf0 kiv: new icons from Leency; can set wallpaper, can jump to prev/next images
git-svn-id: svn://kolibrios.org@1016 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-01-31 03:32:49 +00:00
Evgeny Grechnikov (Diamond)
c526abcf3e kiv: simple libimg-based viewer
git-svn-id: svn://kolibrios.org@1004 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-01-28 14:55:32 +00:00