Files
test/source
Ton Roosendaal bf83f6ddd8 Second itteration of global undo system. Now based on:
- file-to-memory save
- incremental difference steps (compression)

everthing has been tightly coded to use minimum of memcpy or allocs. In
fact this system works with a single full buffer (=file) in memory, and undosteps as differences from it.
Speed gain is factor 4-8 faster. I've added it in CTRL+ALT+T timer menu for
a test. Please note the gain is especially in the undo-storing, not in
retrieving undo.

Also new: file read option to skip UI read (file menu). This now also is
default for the undo system.
2004-09-05 13:43:51 +00:00
..
2004-08-01 22:28:56 +00:00
2004-04-28 21:19:18 +00:00
2004-01-05 00:06:11 +00:00
2004-07-13 11:42:13 +00:00
2004-09-01 12:09:22 +00:00