Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9693 810 d 11 h leency /programs/cmm/ Eolite: show correct size in bytes in Properties dialog (thanks Mario for the code snippet)  
9689 810 d 18 h leency /programs/cmm/ Eolite:
- do not autorefresh folder on FD and CD disks
- if /kolibrios is mounted than set a var and do not reread it further
- increase refresh disk and folder timeout to 1.5 seconds
 
9685 810 d 23 h leency / fNav: update assoc (thanks for passerby report)
Eolite: half-fix of a fise display in Properties dialog for files bigger than 4 Gb (thanks for Mario report)
 
9636 833 d 15 h leency /programs/cmm/ Eolite: show timestamps in Properties dialog  
9516 850 d 16 h leency /programs/ appearance: fully working screensaver tab
Eolite: add light line in the top of statusbar
software_widget: fix game centre
view3ds: fix by macgub
 
9422 863 d 14 h leency / Necromancer's Dos Navigator (NDN): new version by CandyMan with fixes and @open support
WebView: detect a webpage by <title>
CMM fs.h: bugfix
 
9301 886 d 21 h leency /programs/ Fix naming: Gb/Mb/Kb => GB/MB/KB  
9277 893 d 9 h leency /programs/cmm/ Eolite: show volume label in a device folder  
9003 1026 d 3 h leency /programs/cmm/ clipview: update, fixes  
8949 1035 d 1 h leency / Eolite/KFM2: global refactoring, use proper multi-panes PATH variable  
8946 1036 d 3 h leency /programs/cmm/ KFM2: refactoring two-panes mode  
8944 1036 d 21 h leency /programs/cmm/ cmm: proper testbit  
8750 1065 d 11 h leency /programs/cmm/ Eolite 4.5: proper renaming files and folders  
8392 1230 d 22 h leency /programs/cmm/ c-- apps: never use libio
Eolite: fixed bug that file or folder was not selected in case when it had to
 
8383 1231 d 9 h leency /programs/cmm/ decrease c-- app size  
7878 1451 d 19 h leency /programs/cmm/ menu: fix keys
lib/strings.h: fix strstri()
Eolite:
- fix sorting
- paste in a new process
- delete and properties in a new process for a single item
 
7639 1829 d 22 h leency / skincfg: save button style  
7533 1998 d 18 h leency / appearance: save skin settings in eskin.ini
uPDF: run without param opens /sys/lod
 
7422 2034 d 18 h leency /programs/cmm/ 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
 
7369 2051 d 0 h leency /programs/cmm/ Eolite 3.92: remove duplicated functions, move global variables to local
SysMon 0.85: get tmp disk sizes, code refactoring
 
7362 2051 d 16 h leency /programs/cmm/ Eolite and Sysmon: fixed memory leak  
7331 2056 d 18 h leency /programs/cmm/ Notes 0.7 ALPHA  
7227 2203 d 12 h leency /programs/cmm/ CMM: general refactoring  
7225 2207 d 17 h leency /programs/cmm/ CMM: rework Tabs element  
7219 2215 d 21 h leency /programs/cmm/ cmm: rename file_system.h to fs.h, reimplement dir_exists() function  
7213 2217 d 22 h leency /programs/cmm/lib/ cmm: small fix for linux fs (/sys/settings/ -> /sys/SETTINGS/)  
7210 2223 d 20 h leency /programs/cmm/ Eolite 3.85: copy files with size bigger than free ram, fix hang and memory leak when copy  
7202 2228 d 11 h leency /programs/cmm/ Pixie2 Pre-Final: bugfixes
Eolite: simplier ini-related code
 
7197 2229 d 18 h leency / add .VOX association, new GetIni() function which searches files in /kolibrios/settings/ first and then in /sys/settings/  
6990 2413 d 0 h leency /programs/cmm/ Eolite: fix opening '/' (bug found by 0CodErr)  
6989 2413 d 1 h leency /programs/cmm/lib/ ConverSize* function uses shiftes instead of * and /  
6988 2413 d 2 h leency /programs/cmm/lib/ file_system.h: add function ConverSize64 for files bigger than 4Gb  
6969 2421 d 5 h leency /programs/cmm/ WebView Downloader: fix edit box hotkeys, fix appearance.
Not yet fixed download stuck.
 
6930 2488 d 20 h leency /programs/cmm/ Eolite: fix http://board.kolibrios.org/viewtopic.php?p=67807#p67807  
6735 2713 d 14 h leency /programs/cmm/ cmm: decrease size of apps a bit  
6698 2724 d 17 h leency /programs/cmm/ WebView 1.5: fix couple of issues, static malloc 100 Mb :D  
6568 2760 d 21 h leency /programs/cmm/ fix ConvertSizeToKb() function for case when size is less than 1Kb  
6563 2761 d 12 h leency /programs/cmm/lib/ fix for prior rev  
6251 2990 d 10 h leency /programs/cmm/ app_plus: show message if /kolibrios/settings/app_plus.ini not found  
5803 3156 d 21 h leency /programs/cmm/ CMM: remove strncpy() function, replace it by strlcpy() as more stable