Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix manpage installation | Přemysl Janouch | 2016-03-15 | 1 | -1/+1 |
| | |||||
* | Don't force compilation flags | Přemysl Janouch | 2016-03-14 | 1 | -1/+1 |
| | |||||
* | Try harder to find ncursesw | Přemysl Janouch | 2016-01-14 | 1 | -4/+9 |
| | |||||
* | Use optional dependencies opportunisticaly | Přemysl Janouch | 2015-10-01 | 1 | -7/+15 |
| | |||||
* | Travis CI: Try to fix searching for ICU config | Přemysl Janouch | 2015-02-24 | 1 | -5/+31 |
| | |||||
* | Add a custom collation mechanism | Přemysl Janouch | 2015-02-24 | 1 | -1/+2 |
| | | | | A lot better than that StarDict shitfuckery. | ||||
* | Add support for watching the primary selection | Přemysl Janouch | 2015-02-07 | 1 | -0/+10 |
| | | | | Depends on GTK+, which should make it work with all of X11, Wayland, and Mir. | ||||
* | resize_term -> resizeterm | Přemysl Janouch | 2015-01-20 | 1 | -1/+1 |
| | | | | Apparently we do need to call the "outer-level" function. | ||||
* | Get rid of wchar_t for good | Přemysl Janouch | 2014-11-19 | 1 | -2/+0 |
| | |||||
* | Avoid flicker while resizing | Přemysl Janouch | 2014-11-19 | 1 | -4/+7 |
| | |||||
* | Rewrite to use termo | Přemysl Janouch | 2014-11-19 | 1 | -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 bots | Přemysl Janouch | 2013-10-02 | 1 | -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 files | Přemysl Janouch | 2013-07-18 | 1 | -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 version | Přemysl Janouch | 2013-07-14 | 1 | -1/+1 |
| | |||||
* | Fix double- and zero-wide characters | Přemysl Janouch | 2013-06-02 | 1 | -0/+4 |
| | | | | It's not perfect but seems to work well enough. | ||||
* | Add a manpage | Přemysl Janouch | 2013-05-19 | 1 | -3/+35 |
| | |||||
* | Internationalisation | Přemysl Janouch | 2013-05-19 | 1 | -0/+7 |
| | |||||
* | Add CMake infrastructure | Přemysl Janouch | 2013-05-17 | 1 | -0/+111 |