Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMakeLists.txt: declare compatibility with 3.27 | Přemysl Eric Janouch | 2023-08-01 | 1 | -1/+1 |
| | | | | Sadly, the 3.5 deprecation warning doesn't go away after this. | ||||
* | CMakeLists.txt: link properly | Přemysl Eric Janouch | 2023-07-04 | 1 | -1/+1 |
| | |||||
* | CMakeLists.txt: fix macOS build | Přemysl Eric Janouch | 2021-11-16 | 1 | -0/+2 |
| | |||||
* | Rename the project | Přemysl Eric Janouch | 2021-11-16 | 1 | -1/+1 |
| | | | | | | The old name had its context, but now it's mostly just confusing. Make it netdraw with an extra 'e'. | ||||
* | General project maintenance | Přemysl Eric Janouch | 2021-10-30 | 1 | -52/+43 |
| | | | | | | Bump the minimum required CMake version to 3.0. Bump dependencies. | ||||
* | Name change | Přemysl Eric Janouch | 2020-09-28 | 1 | -2/+2 |
| | |||||
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-24 | 1 | -1/+1 |
| | | | | | | | | | I've come to the conclusion that copyright mostly just stands in the way of software development. In my jurisdiction I cannot give up my own copyright and 0BSD seems to be the closest thing to public domain. The updated mail address, also used in my author/committer lines, is shorter and looks nicer. People rarely interact anyway. | ||||
* | CMakeLists.txt: fix variable name | Přemysl Janouch | 2018-06-24 | 1 | -2/+2 |
| | |||||
* | Bump liberty | Přemysl Janouch | 2017-06-22 | 1 | -2/+2 |
| | |||||
* | Don't force compile flags | Přemysl Janouch | 2016-03-14 | 1 | -1/+2 |
| | |||||
* | Fix build on *BSD | Přemysl Janouch | 2016-01-14 | 1 | -0/+16 |
| | |||||
* | Try harder to find ncursesw | Přemysl Janouch | 2016-01-14 | 1 | -9/+6 |
| | |||||
* | Move to liberty | Přemysl Janouch | 2015-02-28 | 1 | -3/+2 |
| | |||||
* | Little fixes | Přemysl Janouch | 2015-02-08 | 1 | -1/+2 |
| | |||||
* | Rewrite to use libev | Přemysl Janouch | 2014-10-28 | 1 | -4/+9 |
| | | | | | | | | | libuv is too immature so far and I'm not in the mood to try and link it statically via some horrible hack (no CMake support). Also libev is much closer to my understanding of event loops. The messaging model stays for when/if I want to return to libuv. | ||||
* | Apparently we need the new libuv | Přemysl Janouch | 2014-10-26 | 1 | -1/+1 |
| | |||||
* | Use PROJECT_* instead of CMAKE_CURRENT_* | Přemysl Janouch | 2014-10-24 | 1 | -5/+4 |
| | |||||
* | Rewrite to use libuv | Přemysl Janouch | 2014-10-24 | 1 | -1/+1 |
| | | | | | | Also instead of resize_term() we use resizeterm() because the former seems to cause massive glitches. Not flicker-free in urxvt anymore though. | ||||
* | Initial commit | Přemysl Janouch | 2014-10-22 | 1 | -0/+86 |
Forked from termo's demo-draw.c |