Commit Graph

92 Commits

Author SHA1 Message Date
f222e98a09 All: Update locale codes (Part 2) (#76)
- Update language codes and add comments.
- Correct `en_US` translations.
- Some whitespace clean-up (mainly EOL sanitation).

Reviewed-on: KolibriOS/kolibrios#76
Co-authored-by: Andrew <dent.ace@gmail.com>
Co-committed-by: Andrew <dent.ace@gmail.com>
2024-06-14 10:35:46 +02:00
412e42a342 Most of language code fixes 2024-06-03 00:34:02 +01:00
e9e08c56b6 Update Tupfile.lua's for tup-0.8
git-svn-id: svn://kolibrios.org@10042 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-21 14:45:21 +00:00
ace_dent
176ea5ae89 Optimize png files for other/ programs
Lossless optimization of png image files, using `pngslim` and other tools.
Program graphics (compiled or included with software):
- Slimmed 0.5 KiB (~0.5 KiB kpacked), average ~15% saving for 3 files.
Documentation only artwork (distributed outside a program):
- Slimmed 23.8 KiB (~22.7 KiB kpacked), average ~64% saving for 2 files.

git-svn-id: svn://kolibrios.org@10023 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-13 12:57:37 +00:00
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
IgorA
0311a61f7f fix function name 'edit_box' to 'edit_box_draw'
git-svn-id: svn://kolibrios.org@9568 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-03 21:03:06 +00:00
IgorA
b73079cf34 t_edit: fix load new lines 13,10
git-svn-id: svn://kolibrios.org@8929 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-06-23 10:49:50 +00:00
IgorA
b7f963f4e3 fix load syntax files from CD
git-svn-id: svn://kolibrios.org@8852 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-06-14 14:52:00 +00:00
IgorA
4f3226cf94 heed: fix open & edit null file
git-svn-id: svn://kolibrios.org@8255 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-26 22:02:39 +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
IgorA
a6277573f7 tedit: add case sensitive
git-svn-id: svn://kolibrios.org@7583 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-02-05 21:02:30 +00:00
IgorA
c30f9415d3 t_edit:
1) add keys Ctrl+H, Ctrl+G
2) update panels code

git-svn-id: svn://kolibrios.org@7579 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-01-29 20:02:48 +00:00
IgorA
cb0f3625e7 t_edit: add function ted_but_replace, fix code
git-svn-id: svn://kolibrios.org@7577 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-01-23 22:08:19 +00:00
IgorA
16292e542a t_edit: update found functions
git-svn-id: svn://kolibrios.org@7576 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-01-21 11:39:35 +00:00
IgorA
3810c9cbc8 t_edit: fix 2 icons, fix exit function
t_edit_synt: update program, clean code

git-svn-id: svn://kolibrios.org@7575 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-01-15 12:24:51 +00:00
IgorA
dfca233dff fix r 7571, clean code
git-svn-id: svn://kolibrios.org@7573 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-01-11 10:59:40 +00:00
Kirill Lipatov (Leency)
9ce2c44d5b TEdit: add "Save as" menu item, better pack icons
git-svn-id: svn://kolibrios.org@7572 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-01-10 12:12:04 +00:00
IgorA
6eefd8e3f5 add save files Ctrl+S and Ctrl+Shift+S
git-svn-id: svn://kolibrios.org@7571 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-01-08 16:22:08 +00:00
IgorA
48512ae4ad 1) fix dialog save on press Ctrl+S
2) fix file name in dialog save file

git-svn-id: svn://kolibrios.org@7570 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-01-05 11:27:30 +00:00
IgorA
f14a437031 new style for cursor position in 'tree_list'
git-svn-id: svn://kolibrios.org@7508 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-30 13:03:22 +00:00
IgorA
07093dfc10 t_edit: add new options for toolbar to *.ini file
git-svn-id: svn://kolibrios.org@7488 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-19 19:27:02 +00:00
Kirill Lipatov (Leency)
2c75b11346 rename FONT_VIEWER to KF_VIEW
add more apps to APP+

git-svn-id: svn://kolibrios.org@7472 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-16 11:24:39 +00:00
Kirill Lipatov (Leency)
0628c12e58 pong3: update ui, fix bugs
icons32.png: new t_edit icon

git-svn-id: svn://kolibrios.org@7468 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-15 21:36:49 +00:00
Kirill Lipatov (Leency)
7cbe11191a t_edit: compress images so binary file size decreased from 11558 to 9237, better INI color scheme, set INI associations to TextEdit
git-svn-id: svn://kolibrios.org@7467 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-15 14:47:15 +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
IgorA
7cc546b610 fix crash if close parent window when open child window
git-svn-id: svn://kolibrios.org@7035 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-29 17:55:03 +00:00
Kirill Lipatov (Leency)
feb0331a44 update assoc.ini, make t_edit window bigger by default
git-svn-id: svn://kolibrios.org@7002 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-21 18:58:48 +00:00
IgorA
0715c316ef new macros 'include_image_file',
't_edit' include image files in program

git-svn-id: svn://kolibrios.org@6906 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-05-26 10:20:10 +00:00
IgorA
e73f2a8659 optimize 'libimg.obj',
fix in 'zlib.obj',
animage can save '*.png' files

git-svn-id: svn://kolibrios.org@6741 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-23 09:11:10 +00:00
IgorA
d42a058a3e 't_edit' element on focus where start program
git-svn-id: svn://kolibrios.org@6269 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-20 19:09:11 +00:00
IgorA
92c50860c9 change font size
git-svn-id: svn://kolibrios.org@6257 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-19 17:36:25 +00:00
IgorA
04752bcd9c 't_edit' use font size
git-svn-id: svn://kolibrios.org@6256 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-19 16:00:48 +00:00
Kirill Lipatov (Leency)
398b1f2f93 text_edit: edit box focused by default in search by keywords window
git-svn-id: svn://kolibrios.org@6254 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-19 13:41:27 +00:00
IgorA
d112b67c4c add select word by double click
git-svn-id: svn://kolibrios.org@6239 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-16 20:19:26 +00:00
Kirill Lipatov (Leency)
c8de4cb0ee rename "desktop" app to "skincfg"
git-svn-id: svn://kolibrios.org@6169 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-08 12:52:20 +00:00
Kirill Lipatov (Leency)
2c6ad9f9ea kpack, board, t_edit: revert using sys_colors_new to system_colors
git-svn-id: svn://kolibrios.org@6162 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-07 16:59:31 +00:00
hidnplayr
0562f47273 Fix spelling mistake.
git-svn-id: svn://kolibrios.org@6112 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-01-30 15:45:11 +00:00
IgorA
44e780f476 fixed position of signatures when pressing [f1]
update 'asm' syntax file

git-svn-id: svn://kolibrios.org@6087 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-01-21 22:22:11 +00:00
IgorA
8a4f974d14 optimize and fix 't_edit'
git-svn-id: svn://kolibrios.org@6086 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-01-20 18:34:38 +00:00
IgorA
eb687aadb4 small fix in 't_edit'
git-svn-id: svn://kolibrios.org@5939 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-12-01 12:51:32 +00:00
IgorA
8731321eb6 fix function save file (broken rev 5643)
git-svn-id: svn://kolibrios.org@5918 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-11-16 22:49:42 +00:00
IgorA
989c0ebf47 1) update 'tree_list', functions use stdcall
2) update 5 programs for new 'tree_list'

git-svn-id: svn://kolibrios.org@5911 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-11-10 23:11:17 +00:00
IgorA
aa41bd5e39 fix copy key words to buffer
git-svn-id: svn://kolibrios.org@5831 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-09-16 11:22:17 +00:00
IgorA
0d221ca624 small fix
git-svn-id: svn://kolibrios.org@5830 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-09-16 10:24:35 +00:00
Kirill Lipatov (Leency)
befde6d5ae TextEdit: more menu items
git-svn-id: svn://kolibrios.org@5671 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-08-04 09:52:06 +00:00
Kirill Lipatov (Leency)
11ba643c80 TextEdit: fix for previous revision, plus small fix
git-svn-id: svn://kolibrios.org@5650 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-08-02 15:07:13 +00:00
Kirill Lipatov (Leency)
00eed9be08 TextEdit: add new menu kmenu.obj (thanks Veliant), code clean
git-svn-id: svn://kolibrios.org@5649 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-08-02 14:54:03 +00:00
Kirill Lipatov (Leency)
0f59f77440 Text Edit: show file name in title
git-svn-id: svn://kolibrios.org@5643 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-08-01 23:45:41 +00:00
Kirill Lipatov (Leency)
60df867037 TEdit: final fixes
git-svn-id: svn://kolibrios.org@5639 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-08-01 00:13:37 +00:00
Kirill Lipatov (Leency)
e2e433fd40 TEdit: thinner toolbar
git-svn-id: svn://kolibrios.org@5638 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-07-31 23:49:16 +00:00