aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Backport a change from libtermkeyPřemysl Janouch2015-04-111-1/+0
* Miscellaneous little changesPřemysl Janouch2015-04-113-5/+12
* Travis CI: Try enabling Coverity scanPřemysl Janouch2015-02-141-0/+12
* Add Travis CI configurationPřemysl Janouch2015-02-141-0/+21
* Fix static linking into a shared libraryPřemysl Janouch2015-02-141-0/+8
* Go with ncursesw if foundPřemysl Janouch2014-11-301-0/+4
* Mark a TODOPřemysl Janouch2014-11-301-0/+4
* Qt Creator screwed up formattingPřemysl Janouch2014-11-191-2/+2
* Update the READMEPřemysl Janouch2014-11-191-1/+5
* Rewrite the mouse APIPřemysl Janouch2014-11-196-77/+102
* Make mouse data signedPřemysl Janouch2014-11-191-1/+1
* demo-draw.c: app_data_t -> app_context_tPřemysl Janouch2014-11-191-5/+5
* Better support for rxvt inputPřemysl Janouch2014-11-191-16/+81
* Revert "Don't bother with endianity"Přemysl Janouch2014-11-181-2/+7
* Add support for setting the mouse protocolPřemysl Janouch2014-10-224-37/+196
* Add a demo for drawing in cursesPřemysl Janouch2014-10-222-1/+234
* Rewrite termo_interpret_mouse()Přemysl Janouch2014-10-181-15/+12
* Don't bother with endianityPřemysl Janouch2014-10-181-6/+2
* AlignmentPřemysl Janouch2014-10-181-1/+1
* Fix build of the GLib demoPřemysl Janouch2014-10-141-1/+1
* Get rid of most block commentsPřemysl Janouch2014-10-149-128/+121
* Renaming continuedPřemysl Janouch2014-10-1416-442/+442
* Rename to termoPřemysl Janouch2014-10-1414-1053/+1053
* Make mode 1015 and 1006 work, prepare for 1005Přemysl Janouch2014-10-134-43/+144
* Work on mouse support, it's a messPřemysl Janouch2014-10-134-48/+90
* CMake-ify, rename to termkey2 for the time beingPřemysl Janouch2014-10-0933-206/+258
* Make the tests work againPřemysl Janouch2014-09-2817-835/+1029
* Move to iconvPřemysl Janouch2014-09-2810-340/+311
* Less code duplicationPřemysl Janouch2014-09-231-31/+13
* Introduce isatty(3)Přemysl Janouch2014-09-231-21/+2
* Introduce bsearch(3)Přemysl Janouch2014-09-231-27/+15
* Add -WextraPřemysl Janouch2014-09-234-4/+27
* WIP: Is mine now (^3^)Přemysl Janouch2014-09-2335-3575/+2975
* Be a little more lenient in locale env.var. testing for UTF-8nessPaul LeoNerd Evans2014-03-051-1/+8
* Unit tests should use .code.codepoint/.sym instead of not .code.number when a...Paul LeoNerd Evans2014-03-054-46/+46
* Try tinfo before ncursesw (partially from https://github.com/o11c/libtermkey/...Paul LeoNerd Evans2014-03-041-0/+3
* Make header compatible with C++ (from https://github.com/o11c/libtermkey/comm...Paul LeoNerd Evans2014-03-041-2/+2
* Look for .utf8 in locale variables as well as .UTF-8Paul LeoNerd Evans2014-01-231-1/+1
* Print UTF-8/RAW mode on startup; print 'Key ' before normal keys to debug UTF...Paul LeoNerd Evans2014-01-231-1/+6
* Bump VERSION to 0.17Paul LeoNerd Evans2014-01-061-3/+3
* Better abstraction of C compiler by using the $(CC) Make variablePaul LeoNerd Evans2014-01-061-8/+8
* Invoke libtool cc instead of libtool gcc, for those platforms now using clang...Paul LeoNerd Evans2014-01-051-8/+8
* Look for \.UTF-8 only in the first env. var found from LANG, LC_MESSAGES, LC_ALLPaul LeoNerd Evans2014-01-051-11/+2
* Add TERMKEY_FORMAT_URWID shortcut [thanks Romain Chossart]Paul LeoNerd Evans2013-08-262-0/+5
* Bugfix to snprint_cameltospaces() when given a short buffer [thanks Romain Ch...Paul LeoNerd Evans2013-08-262-6/+22
* Delete trailing whitespace in codePaul LeoNerd Evans2013-08-262-3/+3
* Docs fix - fullstop at end of sentencePaul LeoNerd Evans2013-08-261-1/+1
* Fix comment about 'n' in strpncmp_camel()Paul LeoNerd Evans2013-08-261-1/+1
* Minor doc update - strpkey expects strings, doesn't use themPaul LeoNerd Evans2013-08-261-1/+1
* Added TERMKEY_FORMAT_LOWERSPACE for strpkey() alsoPaul LeoNerd Evans2013-08-264-29/+86