Subversion Repositories SvarDOS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1329 438 d 14 h mateusz.viste /sved/trunk/ doc update  
1328 439 d 1 h mateusz.viste /sved/trunk/ vertical scroll cursor  
1327 439 d 2 h mateusz.viste /sved/trunk/ uidirty becomes a global struct (memory footprint is 206 bytes smaller)  
1326 439 d 3 h mateusz.viste /sved/trunk/ screenw and screenh are globals (200 bytes smaller footprint)  
1325 439 d 3 h mateusz.viste /sved/trunk/ ctrl+right and ctrl+left jumps to next/prev word  
1324 439 d 11 h mateusz.viste /sved/trunk/ unlimited line lengths  
1323 439 d 18 h mateusz.viste /sved/trunk/ expand tabs to 8 spaces at loading time  
1322 440 d 2 h mateusz.viste /sved/trunk/ errors are displayed with a different style than informational messages  
1321 440 d 2 h mateusz.viste /sved/trunk/ sved with no arguments = new file  
1320 440 d 2 h mateusz.viste /sved/trunk/ refactored file loading  
1319 440 d 3 h mateusz.viste /sved/trunk/ fixed printing empty lines on screen after end of file  
1318 441 d 0 h mateusz.viste /sved/trunk/ fixed horizontal scrolling  
1317 441 d 1 h mateusz.viste /sved/trunk/ implemented tab key handling  
1316 441 d 2 h mateusz.viste /sved/trunk/ cursor screen position moved to file struct  
1315 441 d 2 h mateusz.viste /sved/trunk/ renamed struct linedb to struct file  
1314 442 d 4 h mateusz.viste /sved/trunk/ preserve EOL type and change it with F10  
1313 442 d 4 h mateusz.viste /sved/trunk/ preserve line endings (LF or CRLF)  
1312 443 d 2 h mateusz.viste /sved/trunk/ print a quick message on screen when file saved + make good use of mdr_cout_char_rep()  
1311 444 d 1 h mateusz.viste /sved/trunk/ saving file (prototype)  
1310 444 d 2 h mateusz.viste /sved/trunk/ dropped top screen line tracking, instead rely on cursor position  
1309 445 d 0 h mateusz.viste /sved/trunk/ help screen under F1  
1308 445 d 1 h mateusz.viste /sved/trunk/ implemented typing characters  
1307 445 d 2 h mateusz.viste /sved/trunk/ replaced svarlang_autoload_nlspath() with a call to svarlang_autoload_pathlist() using mdr_dos_getenv() instead of getenv() - saves some 700 bytes of footprint  
1306 445 d 2 h mateusz.viste /svarlang.lib/trunk/ replaced svarlang_autoload_nlspath() by a more generic svarlang_autoload_pathlist()  
1305 445 d 12 h mateusz.viste /sved/trunk/ improved doc  
1304 446 d 1 h mateusz.viste /sved/trunk/ use trunk version of svarlang  
1303 446 d 1 h mateusz.viste /sved/trunk/ added nls files  
1302 446 d 1 h mateusz.viste /sved/trunk/ implemented BACKSPACE handling  
1301 446 d 1 h mateusz.viste /svarlang.lib/trunk/ removed dependency on string.h by removing strcpy() and strcat()  
1300 446 d 2 h mateusz.viste /svarlang.lib/trunk/ code formatting  
1299 446 d 2 h mateusz.viste /svarlang.lib/trunk/ removed useless string.h  
1298 446 d 2 h mateusz.viste /svarlang.lib/trunk/ removed useless stdlib.h + code formatting fixes  
1297 446 d 2 h mateusz.viste /svarlang.lib/trunk/ added a note about byte endianness  
1296 446 d 2 h mateusz.viste /svarlang.lib/trunk/ replaced typdef-obfuscated structs by their explicit naming  
1295 446 d 3 h mateusz.viste /svarlang.lib/trunk/ code style reformatting  
1294 446 d 3 h mateusz.viste /svarlang.lib/trunk/ updated file format spec + crediting Bernd for his very cool improvement  
1293 446 d 3 h mateusz.viste /svarlang.lib/trunk/ changed file format signature to SvL\x1a to bring it to 4 bytes, allowing for faster check and avoiding a memcmp() call  
1292 447 d 1 h mateusz.viste /sved/trunk/ implemented DEL  
1291 447 d 15 h bernd.boeckmann /svarlang.lib/trunk/ trlumacz: fix ref-lang copy bug introduced in r1290  
1290 449 d 5 h bernd.boeckmann /svarlang.lib/trunk/ svarlang file format refinement

use sorted dictionary to speed up searches
breaking change!