Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1418 330 d 4 h mateusz.viste /sved/trunk/ loadfile() checks fname for NULL  
1417 330 d 4 h mateusz.viste /sved/trunk/ added explicit int type for clarity  
1416 330 d 4 h mateusz.viste /sved/trunk/ removed useless variable assignment  
1415 330 d 4 h mateusz.viste /sved/trunk/ simplified menu drawing, saves 46 bytes  
1414 330 d 10 h mateusz.viste /sved/trunk/ restore the DOS BREAK flag to its original status at exit time  
1412 330 d 22 h mateusz.viste /sved/trunk/ added /t and /m  
1410 331 d 0 h mateusz.viste /sved/trunk/ implemented CTRL+C CTRL+X and CTRL+V  
1396 332 d 9 h mateusz.viste /sved/trunk/ do not abort if file provided as argument does not exist  
1395 332 d 10 h mateusz.viste /sved/trunk/ hide cursor when appropriate  
1394 333 d 1 h mateusz.viste /sved/trunk/ filename in status bar is displayed with a length limit  
1393 333 d 1 h mateusz.viste /sved/trunk/ menu is centered + modflag greyed out  
1392 333 d 2 h mateusz.viste /sved/trunk/ dirty flag is cleared by ui_refresh() + refreshing screen after ui_menu() to avoid ugly leftovers on screen  
1390 333 d 23 h mateusz.viste /sved/trunk/ improved help screen  
1388 334 d 0 h mateusz.viste /sved/trunk/ adapted color scheme so no high-intensity backgrounds are used  
1387 334 d 0 h mateusz.viste /sved/trunk/ sved executable is named sved.com by default, unless packaged for SvarDOS - then it becomes edit.com  
1364 335 d 1 h mateusz.viste /sved/trunk/ svarlang looks for translation in executable directory instead of looking for NLSPATH (+updated to devel version of MDR)  
1363 335 d 2 h mateusz.viste /sved/trunk/ menu is more compact  
1362 335 d 2 h mateusz.viste /sved/trunk/ add an extra empty line if cursor is on last line and this line is not empty  
1361 335 d 2 h mateusz.viste /sved/trunk/ expand tabs to 8 spaces  
1359 335 d 11 h mateusz.viste /sved/trunk/ changed loadfile() return value from char to int -> 4 bytes smaller footprint  
1358 336 d 1 h mateusz.viste /sved/trunk/ modified color scheme to avoid high-intensity on background because not all cards handle this the same way  
1357 336 d 1 h mateusz.viste /sved/trunk/ right key does not do anything if cursor already at the end of last line  
1356 336 d 3 h mateusz.viste /sved/trunk/ loads multiple files from command line  
1355 337 d 1 h mateusz.viste /sved/trunk/ multiple files support  
1354 337 d 3 h mateusz.viste /sved/trunk/ replaced help screen and function-key bindings with an interactive menu  
1353 337 d 23 h mateusz.viste /sved/trunk/ fixed modflag display after eol type change  
1352 338 d 0 h mateusz.viste /sved/trunk/ print usage message if more than one arg  
1351 338 d 0 h mateusz.viste /sved/trunk/ modflag contains the flag character  
1350 338 d 0 h mateusz.viste /sved/trunk/ display help usage when a / is passed as arg  
1348 338 d 1 h mateusz.viste /sved/trunk/ changed unsigned char variables to shorts as this usually leads to smaller code  
1347 338 d 1 h mateusz.viste /sved/trunk/ minor memory optimizations  
1346 338 d 1 h mateusz.viste /sved/trunk/ loadfile() error reporting  
1345 338 d 2 h mateusz.viste /sved/trunk/ added "open file" (F3) + fixed ui_getstring() when aborted with ESC  
1343 338 d 3 h mateusz.viste /sved/trunk/ fixed scroll cursor position when using pgup/pgdown  
1342 338 d 3 h mateusz.viste /sved/trunk/ implemented NEW FILE (F2) + fixed line_calloc()  
1341 338 d 5 h mateusz.viste /sved/trunk/ improved computation of paragraphs to be allocated  
1340 339 d 0 h mateusz.viste /sved/trunk/ replaced line_resize() by curline_resize(), decreased footprint by over 100 bytes  
1339 339 d 0 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  
1338 339 d 1 h mateusz.viste /sved/trunk/ doc and comments update  
1337 339 d 2 h mateusz.viste /sved/trunk/ replaced all _fmemcpy() by _fmemmove() to avoid pulling fmemcpy() (gained... 32 bytes)