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