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
1346 334 d 13 h mateusz.viste /sved/trunk/ loadfile() error reporting  
1345 334 d 14 h mateusz.viste /sved/trunk/ added "open file" (F3) + fixed ui_getstring() when aborted with ESC  
1343 334 d 15 h mateusz.viste /sved/trunk/ fixed scroll cursor position when using pgup/pgdown  
1342 334 d 15 h mateusz.viste /sved/trunk/ implemented NEW FILE (F2) + fixed line_calloc()  
1341 334 d 17 h mateusz.viste /sved/trunk/ improved computation of paragraphs to be allocated  
1340 335 d 12 h mateusz.viste /sved/trunk/ replaced line_resize() by curline_resize(), decreased footprint by over 100 bytes  
1339 335 d 12 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 335 d 13 h mateusz.viste /sved/trunk/ doc and comments update  
1337 335 d 14 h mateusz.viste /sved/trunk/ replaced all _fmemcpy() by _fmemmove() to avoid pulling fmemcpy() (gained... 32 bytes)  
1336 335 d 14 h mateusz.viste /sved/trunk/ ui_help() does not hide cursor  
1335 335 d 16 h mateusz.viste /sved/trunk/ help screen improvements  
1334 336 d 11 h mateusz.viste /sved/trunk/ pgup/pgdown  
1333 336 d 12 h mateusz.viste /sved/trunk/ color scheme is stored in variables for simplicity (not in array)  
1332 336 d 12 h mateusz.viste /sved/trunk/ save as... implementation  
1331 336 d 15 h mateusz.viste /sved/trunk/ warn about unsaved changes before quitting  
1330 337 d 2 h mateusz.viste /sved/trunk/ added a file-modified flag, to used later for a "file needs to be saved" msg at exit time  
1328 337 d 12 h mateusz.viste /sved/trunk/ vertical scroll cursor  
1327 337 d 14 h mateusz.viste /sved/trunk/ uidirty becomes a global struct (memory footprint is 206 bytes smaller)  
1326 337 d 15 h mateusz.viste /sved/trunk/ screenw and screenh are globals (200 bytes smaller footprint)  
1325 337 d 15 h mateusz.viste /sved/trunk/ ctrl+right and ctrl+left jumps to next/prev word  

Show All