Subversion Repositories Kolibri OS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
10047 7 d 17 h ace_dent /programs/ Fix spelling `programme` to `program`

- Correct spellings for en_US.
- Minimal tweaks for fluency.
 
10042 7 d 21 h dunkaist / Update Tupfile.lua's for tup-0.8  
10027 15 d 19 h ace_dent /programs/media/voxel_editor/ Optimize png files for `media/voxel_editor`

Lossless optimization of png image files, using `pngslim` and other tools.
Program graphics (compiled or included with software):
- Slimmed 3.6 KiB (~3.6 KiB kpacked), average ~29% saving for 6 files.
Documentation only artwork (distributed outside a program):
- Slimmed 45.7 KiB (~33 KiB kpacked), average ~38% saving for 28 files.
 
10026 15 d 19 h ace_dent /programs/media/log_el/ Optimize png files for `media/log_el`

Lossless optimization of png image files, using `pngslim` and other tools.
Program graphics (compiled or included with software):
- Slimmed 2.1 KiB (~2.1 KiB kpacked), average ~34% saving for 5 files.
Documentation only artwork (distributed outside a program):
- Slimmed 31.4 KiB (~28.2 KiB kpacked), average ~41% saving for 18 files.
 
10025 15 d 20 h ace_dent /programs/media/ Optimize png files for `media` programs

Lossless optimization of png image files, using `pngslim` and other tools.
Program graphics (compiled or included with software):
- Slimmed 453 B (~467 B kpacked), average ~8% saving for 5 files.
Documentation only artwork (distributed outside a program):
- Slimmed 112 KiB (~111 KiB kpacked), average ~30% saving for 11 files.
 
10009 50 d 18 h Doczom /programs/media/midiplay/trunk/ midiplay: Added code to work with the MPU 401 port bypassing the 20 sysfn

Refactored code and code style
 
9972 117 d 21 h Doczom /programs/ programs in "programs\media" that use deleted system functions and whose rewriting is not rational have been moved to "programs\other\outdated"  
9647 862 d 15 h IgorA /programs/ clean code  
9587 872 d 23 h vitalkrilov /programs/ Fixed misuse of "/rd/1" (changed to "/sys") for all other programs  
9568 876 d 14 h IgorA /programs/ fix function name 'edit_box' to 'edit_box_draw'  
9542 878 d 21 h leency /programs/media/palitra/branch/ new palitra: update UI  
9541 879 d 15 h leency /programs/media/palitra/branch/ Palitra: update by Vaicheslav97  
9472 885 d 11 h leency / Palitra: refactoring, add shared icons
Move t_edit into separate folder
 
9470 885 d 13 h leency /programs/media/palitra/branch/ Palitra branch by Vaicheslav97 focused on updating UI  
9439 892 d 20 h leency / @MENU: allow to set links to files that would be open using @open
MENU.DAT: add a "Welcome" link, small resort
WEBVIEW: fix links browsing at bugs.kolibri-n.org
@RESHARE: fix crash on skin change
CMM: use @reshare for some apps which leads to size decrease
OSUPDATE: rework UI
 
9366 907 d 22 h leency /programs/media/zsea/ zSea: proper align menu, make separators less bold  
9035 1055 d 17 h leency / 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
 
8945 1068 d 5 h leency /programs/media/kiv/trunk/ KIV: fix rolled-up bug https://prnt.sc/16uz1nf  
8814 1083 d 19 h Doczom /programs/media/piano/ cleaning up unnecessary comments  
8812 1083 d 19 h Doczom /programs/media/piano/ cleaning up unnecessary comments  
8753 1095 d 16 h dunkaist /programs/media/kiv/trunk/ kiv: remove debug code overriding mouse settings.  
8658 1154 d 14 h dunkaist /programs/media/kiv/trunk/ Remove more leftover files (trigger autobuild).  
8585 1206 d 18 h rgimad / upload new program QR Tool  
8497 1246 d 6 h dunkaist /programs/ kiv and libimg.asm: Follow asm style guide, no semantic changes.  
8496 1246 d 8 h dunkaist /programs/media/kiv/trunk/ kiv: fix a bug (crash) after image rotation, fix memory leak.  
8442 1258 d 1 h IgorA /programs/ tinygl.obj: add some functions,
load_img.inc: delete old file load_lib
 
8408 1261 d 19 h IgorA /programs/ tinygl: add some double functions, add bcc32 example
libimg: small optimize
 
8346 1267 d 14 h IgorA /programs/ box_lib.obj: clear code  
8335 1269 d 2 h maxcodehack /programs/media/unrtf/ Upload GNU unRTF  
8271 1277 d 18 h IgorA /programs/ animage use ColorDialog  
8227 1285 d 16 h IgorA /programs/ add new version 'load_lib.mac',
'animage' use new macros 'load_lib.mac'
 
8174 1294 d 15 h IgorA /programs/ tinygl: fix struct ZBuffer, clean code  
8090 1334 d 20 h IgorA /programs/media/img_transform/ update: add vertical and horizontal lines for align image  
8036 1448 d 21 h IgorA /programs/ t_edit: new algoritm text selection
img_transform: update program
 
7986 1464 d 2 h IgorA /programs/media/img_transform/ update program  
7940 1472 d 15 h leency /programs/media/Beat/ upload apps by JohnXenox: Beat, PlayNote  
7929 1473 d 21 h IgorA /programs/ new program 'img_transform',
small fix in 'tinygl.obj'
 
7879 1483 d 18 h leency /programs/ KIV: save window size and position, if not set use 2/3 of screen
APP+: if param then automount this path
 
7870 1484 d 14 h leency / move eskin.ini settings into system.ini  
7862 1485 d 21 h dunkaist /programs/media/kiv/trunk/ 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.