summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Also mention tickit_tick(3) on manpage head linePaul "LeoNerd" Evans2021-04-05
* Bumped version to 0.4.1; updated CHANGES notesPaul "LeoNerd" Evans2020-10-01
* Call tickit_term_teardown() during tickit_destroy() so as not to rely purely ...Paul "LeoNerd" Evans2020-10-01
* Add a tickit_term_teardown() API function for reliable terminal stopPaul "LeoNerd" Evans2020-10-01
* Also unit-test that term teardown sequences are sent by tickit_unref()Paul "LeoNerd" Evans2020-10-01
* Unit test that destroying a toplevel Tickit instance destroys its root windowPaul "LeoNerd" Evans2020-09-30
* Don't need to watch stdin for TICKIT_IO_HUP condition because TICKIT_IO_IN is...Paul "LeoNerd" Evans2020-09-24
* Remember to bump (C) year in LICENSEPaul "LeoNerd" Evans2020-05-31
* Bumped version to 0.4.0; updated CHANGES notesPaul "LeoNerd" Evans2020-05-25
* Various spelling fixes to manpages (thanks jamessan)Paul "LeoNerd" Evans2020-05-25
* Bumped version to 0.4.0-RC4; updated CHANGES notesPaul "LeoNerd" Evans2020-05-21
* Additionally, only use the result of tcgetattr() if it didn't actually failPaul "LeoNerd" Evans2020-05-20
* Make sure not to call termios functions on fd==-1Paul "LeoNerd" Evans2020-05-20
* Bumped version to 0.4.0-RC3; updated CHANGES notesPaul "LeoNerd" Evans2020-05-20
* Skip the tickit_term_build .ti_getstr hook unit test if platform doesn't have...Paul "LeoNerd" Evans2020-05-20
* Add skip() to t/taplib.[hc]Paul "LeoNerd" Evans2020-05-20
* tickit_build() with .termtype has been tested by many other files; no need to...Paul "LeoNerd" Evans2020-05-19
* Test assertions that tickit_build() actually gave a result, before trying to ...Paul "LeoNerd" Evans2020-05-19
* Bumped version to 0.4.0-RC2; updated CHANGES notesPaul "LeoNerd" Evans2020-05-19
* A hack to ensure termkey_new() sees the correct $TERM value on creationPaul "LeoNerd" Evans2020-05-19
* sprintf doesn't recognise a 0 flag for %s; remove it from unit testPaul "LeoNerd" Evans2020-05-17
* Fix nroff encoding bug in man/tickit_watch_io.3Paul "LeoNerd" Evans2020-05-16
* Bumped version to 0.4.0-RC1; updated CHANGES notesPaul "LeoNerd" Evans2020-05-16
* Bugfix t/02pen.c _new_attrs() test to end on 0 correctlyPaul "LeoNerd" Evans2020-05-16
* Use tickit_watch_io() internally rather than _io_read() variantPaul "LeoNerd" Evans2020-05-16
* Rename 'io_read' event hook to 'io'; expose a real tickit_watch_io(3) functionPaul "LeoNerd" Evans2020-05-16
* Implement a TICKIT_BIND_ONESHOT flag for one-shot event bindingsPaul "LeoNerd" Evans2020-05-15
* Accept colour desc strings to tickit_pen_new_attrs()Paul "LeoNerd" Evans2020-05-15
* Make sure to only emit one ON_CHANGED event from setting a pen primary + seco...Paul "LeoNerd" Evans2020-05-15
* Have tickit_pen_set_colour_attr_desc() parse an optional RGB8 specification t...Paul "LeoNerd" Evans2020-05-15
* Mark builder structs (and evhooks) const where appropriatePaul "LeoNerd" Evans2020-05-15
* Document tickit_build(3)Paul "LeoNerd" Evans2020-05-15
* Migrate notes about input/output file descriptors and output function from ti...Paul "LeoNerd" Evans2020-05-15
* Perform unit tests using tickit_term_build() instead of the legacy tickit_ter...Paul "LeoNerd" Evans2020-05-15
* Split t/10term-write.c into two stages with two separate stagesPaul "LeoNerd" Evans2020-05-15
* Delete tickit_term_new_for_driver() now it can be implemented directly with t...Paul "LeoNerd" Evans2020-05-14
* Add a TickitTermBuilder field for output funcPaul "LeoNerd" Evans2020-05-14
* Add a TickitTermBuilder field for output buffer sizePaul "LeoNerd" Evans2020-05-14
* Move the undocumented TickitTermBuilder fields to the end of the structPaul "LeoNerd" Evans2020-05-14
* Begin documenting tickit_term_build()Paul "LeoNerd" Evans2020-05-14
* Document tickit_new_stdtty()Paul "LeoNerd" Evans2020-05-14
* Make termdrv.h API independent of libtermkey by case-splitting on MODEREPORT ...Paul "LeoNerd" Evans2020-05-14
* Fix name of tickit_term_unref() function in unit test commentPaul "LeoNerd" Evans2020-05-14
* Add TICKIT_OPEN_FDS to allow passing fd numbers explicitlyPaul "LeoNerd" Evans2020-05-14
* Have tickit_new_with_evloop() use TICKIT_OPEN_STDTTY if no term givenPaul "LeoNerd" Evans2020-05-14
* New TICKT_OPEN_STDTTY mode which tries to find an isatty() out of fds 0/1/2Paul "LeoNerd" Evans2020-05-14
* t->term is now always defined so no need to nest a call to tickit_get_term() ...Paul "LeoNerd" Evans2020-05-14
* Fold setterm() into its only callsitePaul "LeoNerd" Evans2020-05-14
* Include a TickitTermBuilder in TickitBuilder; eagerly construct term at tople...Paul "LeoNerd" Evans2020-05-14
* Expose TickitBuilder / tickit_build() in toplevel .h file; though commented a...Paul "LeoNerd" Evans2020-05-14