aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* resize_term -> resizetermPřemysl Janouch2015-01-201-1/+1
| | | | Apparently we do need to call the "outer-level" function.
* Get rid of wchar_t for goodPřemysl Janouch2014-11-191-2/+0
|
* Avoid flicker while resizingPřemysl Janouch2014-11-191-4/+7
|
* Rewrite to use termoPřemysl Janouch2014-11-191-4/+22
| | | | Also get rid of some silliness that I'm only able to see now.
* Add a querying tool for use in e.g. IRC botsPřemysl Janouch2013-10-021-1/+7
| | | | | | Now the tools don't get built on `make all' but instead have their own target called `tools'. It might be reasonable to move them into their own directory sometime, instead of cluttering `src'.
* Add a class to handle dictzip filesPřemysl Janouch2013-07-181-4/+10
| | | | | | | | | | | | | | 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.
* Fix minimal required CMake versionPřemysl Janouch2013-07-141-1/+1
|
* Fix double- and zero-wide charactersPřemysl Janouch2013-06-021-0/+4
| | | | It's not perfect but seems to work well enough.
* Add a manpagePřemysl Janouch2013-05-191-3/+35
|
* InternationalisationPřemysl Janouch2013-05-191-0/+7
|
* Add CMake infrastructurePřemysl Janouch2013-05-171-0/+111