tdv/src
Přemysl Eric Janouch 15f62b7054 Add a class to handle dictzip files
Provides pseudo-random access to dictionary files compressed using dictzip.

It doesn't implement a cache, it just loads missing chunks until it has the
whole file.  I'm not sure if discarding not recently used chunks is really
a useful feature.  If there _was_ a way to get noticed when system memory
is low, I think the best way to handle that event would be to simply release
it all.

All in all, this is pretty useless.  But it was interesting to write.

This has yet to be integrated into the application proper.
2013-07-18 00:16:43 +02:00
..
add-pronunciation.c Initialise GError's 2013-05-19 05:04:47 +02:00
dictzip-input-stream.c Add a class to handle dictzip files 2013-07-18 00:16:43 +02:00
dictzip-input-stream.h Add a class to handle dictzip files 2013-07-18 00:16:43 +02:00
generator.c Finish the add-pronunciation tool 2013-05-11 04:03:05 +02:00
generator.h Move dictionary generation to its own module 2013-05-10 02:06:27 +02:00
sdtui.c Add support for transposition with Ctrl-T 2013-07-09 07:50:17 +02:00
stardict-private.h Move dictionary generation to its own module 2013-05-10 02:06:27 +02:00
stardict.c Add a class to handle dictzip files 2013-07-18 00:16:43 +02:00
stardict.h Move sources into their own directory 2013-05-08 20:54:06 +02:00
test-stardict.c Initialise GError's 2013-05-19 05:04:47 +02:00
utils.c Add a class to handle dictzip files 2013-07-18 00:16:43 +02:00
utils.h Add a class to handle dictzip files 2013-07-18 00:16:43 +02:00