Subversion Repositories SvarDOS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1388 354 d 16 h mateusz.viste /sved/trunk/ adapted color scheme so no high-intensity backgrounds are used  
/sved/trunk/sved.c
1387 354 d 17 h mateusz.viste /sved/trunk/ sved executable is named sved.com by default, unless packaged for SvarDOS - then it becomes edit.com  
/sved/trunk/sved.lng
/sved/trunk/edit.lng
/sved/trunk/deflang.c
/sved/trunk/makefile
/sved/trunk/nls/en_utf8.txt
/sved/trunk/nls/regen.bat
/sved/trunk/sved.c
1364 355 d 17 h mateusz.viste /sved/trunk/ svarlang looks for translation in executable directory instead of looking for NLSPATH (+updated to devel version of MDR)  
/sved/trunk/mdr/inc/mdr/dos.h
/sved/trunk/mdr/mdrs2023.lib
/sved/trunk/sved.c
1363 355 d 18 h mateusz.viste /sved/trunk/ menu is more compact  
/sved/trunk/deflang.c
/sved/trunk/nls/en_utf8.txt
/sved/trunk/sved.c
/sved/trunk/sved.lng
1362 355 d 19 h mateusz.viste /sved/trunk/ add an extra empty line if cursor is on last line and this line is not empty  
/sved/trunk/sved.c
1361 355 d 19 h mateusz.viste /sved/trunk/ expand tabs to 8 spaces  
/sved/trunk/sved.c
1359 356 d 3 h mateusz.viste /sved/trunk/ changed loadfile() return value from char to int -> 4 bytes smaller footprint  
/sved/trunk/sved.c
1358 356 d 18 h mateusz.viste /sved/trunk/ modified color scheme to avoid high-intensity on background because not all cards handle this the same way  
/sved/trunk/sved.c
1357 356 d 18 h mateusz.viste /sved/trunk/ right key does not do anything if cursor already at the end of last line  
/sved/trunk/sved.c
1356 356 d 20 h mateusz.viste /sved/trunk/ loads multiple files from command line  
/sved/trunk/deflang.c
/sved/trunk/nls/en_utf8.txt
/sved/trunk/sved.c
/sved/trunk/sved.lng
/sved/trunk/sved.txt
1355 357 d 17 h mateusz.viste /sved/trunk/ multiple files support  
/sved/trunk/deflang.c
/sved/trunk/nls/en_utf8.txt
/sved/trunk/sved.c
/sved/trunk/sved.lng
/sved/trunk/sved.txt
1354 357 d 19 h mateusz.viste /sved/trunk/ replaced help screen and function-key bindings with an interactive menu  
/sved/trunk/deflang.c
/sved/trunk/nls/en_utf8.txt
/sved/trunk/sved.c
/sved/trunk/sved.lng
/sved/trunk/sved.txt
1353 358 d 16 h mateusz.viste /sved/trunk/ fixed modflag display after eol type change  
/sved/trunk/sved.c
1352 358 d 16 h mateusz.viste /sved/trunk/ print usage message if more than one arg  
/sved/trunk/sved.c
1351 358 d 16 h mateusz.viste /sved/trunk/ modflag contains the flag character  
/sved/trunk/sved.c
1350 358 d 17 h mateusz.viste /sved/trunk/ display help usage when a / is passed as arg  
/sved/trunk/sved.c
1348 358 d 17 h mateusz.viste /sved/trunk/ changed unsigned char variables to shorts as this usually leads to smaller code  
/sved/trunk/sved.c
1347 358 d 18 h mateusz.viste /sved/trunk/ minor memory optimizations  
/sved/trunk/deflang.c
/sved/trunk/nls/en_utf8.txt
/sved/trunk/sved.c
/sved/trunk/sved.lng
1346 358 d 18 h mateusz.viste /sved/trunk/ loadfile() error reporting  
/sved/trunk/deflang.c
/sved/trunk/nls/en_utf8.txt
/sved/trunk/sved.c
/sved/trunk/sved.lng
1345 358 d 19 h mateusz.viste /sved/trunk/ added "open file" (F3) + fixed ui_getstring() when aborted with ESC  
/sved/trunk/deflang.c
/sved/trunk/nls/en_utf8.txt
/sved/trunk/sved.c
/sved/trunk/sved.lng
1343 358 d 19 h mateusz.viste /sved/trunk/ fixed scroll cursor position when using pgup/pgdown  
/sved/trunk/sved.c
1342 358 d 20 h mateusz.viste /sved/trunk/ implemented NEW FILE (F2) + fixed line_calloc()  
/sved/trunk/sved.c
1341 358 d 21 h mateusz.viste /sved/trunk/ improved computation of paragraphs to be allocated  
/sved/trunk/sved.c
1340 359 d 16 h mateusz.viste /sved/trunk/ replaced line_resize() by curline_resize(), decreased footprint by over 100 bytes  
/sved/trunk/sved.c
1339 359 d 17 h mateusz.viste /sved/trunk/ db is statically allocated (no malloc) and all _fcalloc() calls have been replaced by _dos_alloc() - this decreased the footpring by 2K  
/sved/trunk/makefile
/sved/trunk/sved.c
1338 359 d 18 h mateusz.viste /sved/trunk/ doc and comments update  
/sved/trunk/sved.c
/sved/trunk/sved.txt
1337 359 d 19 h mateusz.viste /sved/trunk/ replaced all _fmemcpy() by _fmemmove() to avoid pulling fmemcpy() (gained... 32 bytes)  
/sved/trunk/sved.c
1336 359 d 19 h mateusz.viste /sved/trunk/ ui_help() does not hide cursor  
/sved/trunk/sved.c
1335 359 d 20 h mateusz.viste /sved/trunk/ help screen improvements  
/sved/trunk/deflang.c
/sved/trunk/nls/en_utf8.txt
/sved/trunk/sved.c
/sved/trunk/sved.lng
1334 360 d 15 h mateusz.viste /sved/trunk/ pgup/pgdown  
/sved/trunk/sved.c
1333 360 d 17 h mateusz.viste /sved/trunk/ color scheme is stored in variables for simplicity (not in array)  
/sved/trunk/sved.c
1332 360 d 17 h mateusz.viste /sved/trunk/ save as... implementation  
/sved/trunk/deflang.c
/sved/trunk/nls/en_utf8.txt
/sved/trunk/sved.c
/sved/trunk/sved.lng
1331 360 d 19 h mateusz.viste /sved/trunk/ warn about unsaved changes before quitting  
/sved/trunk/deflang.c
/sved/trunk/nls/en_utf8.txt
/sved/trunk/sved.c
/sved/trunk/sved.lng
1330 361 d 7 h mateusz.viste /sved/trunk/ added a file-modified flag, to used later for a "file needs to be saved" msg at exit time  
/sved/trunk/sved.c
1328 361 d 17 h mateusz.viste /sved/trunk/ vertical scroll cursor  
/sved/trunk/sved.c
1327 361 d 19 h mateusz.viste /sved/trunk/ uidirty becomes a global struct (memory footprint is 206 bytes smaller)  
/sved/trunk/sved.c
1326 361 d 20 h mateusz.viste /sved/trunk/ screenw and screenh are globals (200 bytes smaller footprint)  
/sved/trunk/sved.c
1325 361 d 20 h mateusz.viste /sved/trunk/ ctrl+right and ctrl+left jumps to next/prev word  
/sved/trunk/deflang.c
/sved/trunk/nls/en_utf8.txt
/sved/trunk/sved.c
/sved/trunk/sved.lng
1324 362 d 4 h mateusz.viste /sved/trunk/ unlimited line lengths  
/sved/trunk/sved.c
/sved/trunk/sved.txt
1323 362 d 10 h mateusz.viste /sved/trunk/ expand tabs to 8 spaces at loading time  
/sved/trunk/sved.c