Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finally fix all tests | Přemysl Janouch | 2015-05-28 | 1 | -5/+13 |
* | Mark an issue that breaks tests | Přemysl Janouch | 2015-05-27 | 1 | -0/+1 |
* | Fix the 31position test | Přemysl Janouch | 2015-05-27 | 2 | -3/+3 |
* | Fix the 30mouse test | Přemysl Janouch | 2015-05-27 | 1 | -19/+19 |
* | CMakeLists.txt: build tests | Přemysl Janouch | 2015-05-27 | 1 | -5/+20 |
* | Fix rxvt shifted keys and OOB array access | Přemysl Janouch | 2015-05-26 | 1 | -51/+62 |
* | Backport a change from libtermkey | Přemysl Janouch | 2015-04-11 | 1 | -1/+0 |
* | Miscellaneous little changes | Přemysl Janouch | 2015-04-11 | 3 | -5/+12 |
* | Travis CI: Try enabling Coverity scan | Přemysl Janouch | 2015-02-14 | 1 | -0/+12 |
* | Add Travis CI configuration | Přemysl Janouch | 2015-02-14 | 1 | -0/+21 |
* | Fix static linking into a shared library | Přemysl Janouch | 2015-02-14 | 1 | -0/+8 |
* | Go with ncursesw if found | Přemysl Janouch | 2014-11-30 | 1 | -0/+4 |
* | Mark a TODO | Přemysl Janouch | 2014-11-30 | 1 | -0/+4 |
* | Qt Creator screwed up formatting | Přemysl Janouch | 2014-11-19 | 1 | -2/+2 |
* | Update the README | Přemysl Janouch | 2014-11-19 | 1 | -1/+5 |
* | Rewrite the mouse API | Přemysl Janouch | 2014-11-19 | 6 | -77/+102 |
* | Make mouse data signed | Přemysl Janouch | 2014-11-19 | 1 | -1/+1 |
* | demo-draw.c: app_data_t -> app_context_t | Přemysl Janouch | 2014-11-19 | 1 | -5/+5 |
* | Better support for rxvt input | Přemysl Janouch | 2014-11-19 | 1 | -16/+81 |
* | Revert "Don't bother with endianity" | Přemysl Janouch | 2014-11-18 | 1 | -2/+7 |
* | Add support for setting the mouse protocol | Přemysl Janouch | 2014-10-22 | 4 | -37/+196 |
* | Add a demo for drawing in curses | Přemysl Janouch | 2014-10-22 | 2 | -1/+234 |
* | Rewrite termo_interpret_mouse() | Přemysl Janouch | 2014-10-18 | 1 | -15/+12 |
* | Don't bother with endianity | Přemysl Janouch | 2014-10-18 | 1 | -6/+2 |
* | Alignment | Přemysl Janouch | 2014-10-18 | 1 | -1/+1 |
* | Fix build of the GLib demo | Přemysl Janouch | 2014-10-14 | 1 | -1/+1 |
* | Get rid of most block comments | Přemysl Janouch | 2014-10-14 | 9 | -128/+121 |
* | Renaming continued | Přemysl Janouch | 2014-10-14 | 16 | -442/+442 |
* | Rename to termo | Přemysl Janouch | 2014-10-14 | 14 | -1053/+1053 |
* | Make mode 1015 and 1006 work, prepare for 1005 | Přemysl Janouch | 2014-10-13 | 4 | -43/+144 |
* | Work on mouse support, it's a mess | Přemysl Janouch | 2014-10-13 | 4 | -48/+90 |
* | CMake-ify, rename to termkey2 for the time being | Přemysl Janouch | 2014-10-09 | 33 | -206/+258 |
* | Make the tests work again | Přemysl Janouch | 2014-09-28 | 17 | -835/+1029 |
* | Move to iconv | Přemysl Janouch | 2014-09-28 | 10 | -340/+311 |
* | Less code duplication | Přemysl Janouch | 2014-09-23 | 1 | -31/+13 |
* | Introduce isatty(3) | Přemysl Janouch | 2014-09-23 | 1 | -21/+2 |
* | Introduce bsearch(3) | Přemysl Janouch | 2014-09-23 | 1 | -27/+15 |
* | Add -Wextra | Přemysl Janouch | 2014-09-23 | 4 | -4/+27 |
* | WIP: Is mine now (^3^) | Přemysl Janouch | 2014-09-23 | 35 | -3575/+2975 |
* | Be a little more lenient in locale env.var. testing for UTF-8ness | Paul LeoNerd Evans | 2014-03-05 | 1 | -1/+8 |
* | Unit tests should use .code.codepoint/.sym instead of not .code.number when a... | Paul LeoNerd Evans | 2014-03-05 | 4 | -46/+46 |
* | Try tinfo before ncursesw (partially from https://github.com/o11c/libtermkey/... | Paul LeoNerd Evans | 2014-03-04 | 1 | -0/+3 |
* | Make header compatible with C++ (from https://github.com/o11c/libtermkey/comm... | Paul LeoNerd Evans | 2014-03-04 | 1 | -2/+2 |
* | Look for .utf8 in locale variables as well as .UTF-8 | Paul LeoNerd Evans | 2014-01-23 | 1 | -1/+1 |
* | Print UTF-8/RAW mode on startup; print 'Key ' before normal keys to debug UTF... | Paul LeoNerd Evans | 2014-01-23 | 1 | -1/+6 |
* | Bump VERSION to 0.17 | Paul LeoNerd Evans | 2014-01-06 | 1 | -3/+3 |
* | Better abstraction of C compiler by using the $(CC) Make variable | Paul LeoNerd Evans | 2014-01-06 | 1 | -8/+8 |
* | Invoke libtool cc instead of libtool gcc, for those platforms now using clang... | Paul LeoNerd Evans | 2014-01-05 | 1 | -8/+8 |
* | Look for \.UTF-8 only in the first env. var found from LANG, LC_MESSAGES, LC_ALL | Paul LeoNerd Evans | 2014-01-05 | 1 | -11/+2 |
* | Add TERMKEY_FORMAT_URWID shortcut [thanks Romain Chossart] | Paul LeoNerd Evans | 2013-08-26 | 2 | -0/+5 |