index
:
termo
master
term-string
origin/master
Terminal key input library
Přemysl Eric Janouch <p@janouch.name>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add -Wextra
Přemysl Janouch
2014-09-23
1
-1
/
+1
*
Try tinfo before ncursesw (partially from https://github.com/o11c/libtermkey/...
Paul LeoNerd Evans
2014-03-04
1
-0
/
+3
*
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
*
Bump VERSION to 0.16
Paul LeoNerd Evans
2012-11-30
1
-3
/
+3
*
Make the generated termkey.h file readonly
Paul LeoNerd Evans
2012-11-30
1
-0
/
+2
*
Install library using libtool install rather than libtool cp --remove-dest...
Paul LeoNerd Evans
2012-05-10
1
-2
/
+1
*
Make sure to 'make clean' includes demo-glib
Paul LeoNerd Evans
2012-04-25
1
-2
/
+4
*
Bump VERSION to 0.15
Paul LeoNerd Evans
2012-04-25
1
-3
/
+3
*
Also pass 'index' argument to man-to-html.pl
Paul LeoNerd Evans
2012-04-12
1
-1
/
+1
*
Created a demo to show libtermkey in a GLib-based program
Paul LeoNerd Evans
2012-04-01
1
-1
/
+13
*
Bump VERSION to 0.14
Paul LeoNerd Evans
2012-03-26
1
-3
/
+3
*
Need to ship man/also in distribution tarball
Paul LeoNerd Evans
2012-03-26
1
-1
/
+1
*
Also pack the unit tests into the dist tarball, and allow building them in-ta...
Paul LeoNerd Evans
2012-03-26
1
-13
/
+20
*
Consistency updates to Makefile to make it more like libvterm's
Paul LeoNerd Evans
2012-03-12
1
-15
/
+27
*
Use man/also for manpage aliasing rather than duplicating the list (incorrect...
Paul LeoNerd Evans
2012-03-08
1
-7
/
+3
*
Bump VERSION to 0.13
Paul LeoNerd Evans
2012-03-08
1
-3
/
+3
*
Optionally build against libncursesw if unibilium isn't present, before falli...
Paul LeoNerd Evans
2012-03-08
1
-0
/
+3
*
Added manpage for termkey_{get,set}_buffer_size
Paul LeoNerd Evans
2012-02-13
1
-0
/
+1
*
Symlink manpage for termkey_new_abstract
Paul LeoNerd Evans
2012-01-26
1
-0
/
+1
*
Fix 'make dist' target for new man/ subdir
Paul LeoNerd Evans
2012-01-22
1
-1
/
+3
*
Bump VERSION to 0.12
Paul LeoNerd Evans
2012-01-22
1
-3
/
+3
*
Also mkdir MAN7DIR at install time
Paul LeoNerd Evans
2012-01-22
1
-0
/
+1
*
Ensure that 'make htmldocs' rebuilds built manpages
Paul LeoNerd Evans
2012-01-21
1
-1
/
+1
*
Fix Makefile for manpage generation of new man/termkey.7
Paul LeoNerd Evans
2012-01-21
1
-1
/
+1
*
Initial stab at termkey(7) manpage
Paul LeoNerd Evans
2012-01-21
1
-0
/
+4
*
Use the 'also' list for aliased pages
Paul LeoNerd Evans
2012-01-18
1
-1
/
+1
*
Fix 'htmldocs' Makefile target
Paul LeoNerd Evans
2012-01-18
1
-1
/
+3
*
Added termkey_push_bytes(), a new API for providing input bytes
Paul LeoNerd Evans
2012-01-18
1
-0
/
+3
*
Move the growing collection of manpages into their own man/ subdirectory
Paul LeoNerd Evans
2012-01-18
1
-3
/
+3
*
Bump VERSION to 0.11
Paul LeoNerd Evans
2011-11-30
1
-3
/
+3
*
Optionally support unibilium for reading terminfo instead of curses
Paul LeoNerd Evans
2011-09-24
1
-1
/
+7
*
Abstract out ld flags in Makefile
Paul LeoNerd Evans
2011-09-23
1
-1
/
+2
*
Bumped VERSION to 0.10
Paul LeoNerd Evans
2011-09-06
1
-3
/
+3
*
Use $(VERSION) to set DISTDIR in Makefile, so make VERSION=... dist overrides...
Paul LeoNerd Evans
2011-09-05
1
-1
/
+1
*
Move canonicalisation flags into their own bitfield with their own accessor a...
Paul LeoNerd Evans
2011-08-28
1
-0
/
+1
*
Remember to symlink termkey_get_flags(3) manpage at install time
Paul LeoNerd Evans
2011-08-28
1
-0
/
+1
*
Link against -lcurses not -lncurses, because these two might be different on ...
Paul LeoNerd Evans
2011-08-25
1
-1
/
+1
*
Bumped VERSION to 0.9
Paul LeoNerd Evans
2011-08-25
1
-4
/
+4
*
Include a LICENSE file
Paul LeoNerd Evans
2011-07-01
1
-1
/
+1
*
Put LIBDIR and INCDIR directly in termkey.pc; don't indirect via PREFIX as it...
Paul LeoNerd Evans
2011-07-01
1
-1
/
+1
*
Bumped VERSION to 0.8
Paul LeoNerd Evans
2011-05-24
1
-2
/
+2
*
Bumped VERSION to 0.7
Paul LeoNerd Evans
2011-04-07
1
-3
/
+3
*
Created a little Test::More-like library for TAP testing
Paul LeoNerd Evans
2011-03-31
1
-2
/
+5
*
Created a unit-testing system using perl's prove
Paul LeoNerd Evans
2011-03-31
1
-0
/
+9
*
Bumped VERSION_MINOR to 0.6
Paul LeoNerd Evans
2011-03-24
1
-3
/
+3
*
Supply --tag=CC to libtool to inform it we're a C library; in case it doesn't...
Paul LeoNerd Evans
2009-11-25
1
-4
/
+4
*
Bumped VERSION_MINOR to 0.4
Paul LeoNerd Evans
2009-11-25
1
-1
/
+1
*
Complete reworking of build system to use libtool
Paul LeoNerd Evans
2009-11-25
1
-14
/
+21
[next]