aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Use XCB and SelectSelectionInput instead of GTK+Přemysl Janouch2018-09-231-1/+1
| | | | | | | | | | | As it happens, there is no real need to constantly poll for changes, since XFixes can inform us of updates as they happen. With GTK+ gone we've got dependencies and error handling under control. XCB is a truly awful thing to learn, though. Our method will never work on Wayland or Windows, so we don't miss out on anything by abandoning the huge toolkit.
* CMakeLists.txt: use more succint variablesPřemysl Janouch2016-03-151-1/+1
|
* FormattingPřemysl Janouch2015-02-261-1/+1
|
* Add support for watching the primary selectionPřemysl Janouch2015-02-071-0/+1
| | | | Depends on GTK+, which should make it work with all of X11, Wayland, and Mir.
* 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-1/+0
|
* Avoid flicker while resizingPřemysl Janouch2014-11-191-0/+1
|
* Fix double- and zero-wide charactersPřemysl Janouch2013-06-021-0/+2
| | | | It's not perfect but seems to work well enough.
* InternationalisationPřemysl Janouch2013-05-191-0/+3
|
* Add CMake infrastructurePřemysl Janouch2013-05-171-0/+9