summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* New upstream version 0.4.3James McCoy2023-02-04
* Initial attempt at a tickit_watch_process()Paul "LeoNerd" Evans2021-08-17
* Initial attempt at a tickit_watch_signal()Paul "LeoNerd" Evans2021-08-17
* 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
* 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
* sprintf doesn't recognise a 0 flag for %s; remove it from unit testPaul "LeoNerd" Evans2020-05-17
* Bugfix t/02pen.c _new_attrs() test to end on 0 correctlyPaul "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
* Have tickit_pen_set_colour_attr_desc() parse an optional RGB8 specification t...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
* Fix name of tickit_term_unref() function in unit test commentPaul "LeoNerd" Evans2020-05-14
* Steal the more-accurate version of wcwidth from libvterm which accounts for m...Paul "LeoNerd" Evans2020-03-02
* Document and unit-test that cancelled later watches are optionally invoked wi...Paul "LeoNerd" Evans2020-01-24
* Ensure that io watches can be cancelledPaul "LeoNerd" Evans2020-01-24
* Ensure that a lone timer can still be cancelledPaul "LeoNerd" Evans2020-01-23
* Remember to unit-test tickit_watch_timer_at_tv(3)Paul "LeoNerd" Evans2019-12-18
* Account for X10's lack of mouse button reporting on release events, by tracki...Paul "LeoNerd" Evans2019-06-27
* Conditionally #define feature-test macros only on __GLIBC__ because other OSe...Paul "LeoNerd" Evans2019-06-24
* Ensure that calling tickit_window_close(3) again doesn't crash (thanks noctux)Paul "LeoNerd" Evans2019-06-13
* Skip t/11term-output-screen.t if we can't even load terminfoPaul "LeoNerd" Evans2019-04-12
* Add skip_all() to taplibPaul "LeoNerd" Evans2019-04-12
* Bugfix term prints across buffer splitsPaul "LeoNerd" Evans2019-04-12
* Use one standard streq() macro across all sourcePaul "LeoNerd" Evans2019-03-25
* Bugfix and unit test for ti_hook applying to term driver (https://github.com/...Paul "LeoNerd" Evans2019-03-25
* Avoid nested functions in unit tests as some versions of gcc dislike thisPaul "LeoNerd" Evans2019-03-19
* Pass an 'info' flag into toplevel Tickit instance callbacks, to match other o...Paul "LeoNerd" Evans2019-02-27
* Now that 0 is no longer a TickitPen attribute, a list of attributes can be te...Paul "LeoNerd" Evans2019-02-23
* Make sure to unref all test fixtures in unit tests so valgrind runs cleanlyPaul "LeoNerd" Evans2019-02-14
* Rename 'hookid' in a unit test to 'bindid' for consistencyPaul "LeoNerd" Evans2019-02-11
* Rename 'hooklist' concept to 'bindings' to avoid overloading the name 'hook' ...Paul "LeoNerd" Evans2019-02-11
* Copy the '{set,get}ctl_int' structure again to toplevel instances; define a c...Paul "LeoNerd" Evans2019-02-10
* Added a unit test of initial terminal setup of a toplevel instancePaul "LeoNerd" Evans2019-02-10
* Use new tickit_window_setctl_int() in favour of special-purpose functions in ...Paul "LeoNerd" Evans2019-02-08
* Provide 'ONCE' and 'NOHANG' flags to backend event loops; wrap in an as-yet-i...Paul "LeoNerd" Evans2019-02-07
* Unit-test (but don't actually document yet) tickit_watch_io_read()Paul "LeoNerd" Evans2019-02-07
* Renumber unit tests to make a gap at 51Paul "LeoNerd" Evans2019-02-07
* Rename 'cookie' parameter to 'watch'Paul "LeoNerd" Evans2019-01-30
* Tickit event loop function renaming - use 'watch' as a common naming prefixPaul "LeoNerd" Evans2019-01-29
* Use opaque pointers as cookies for IO/timer/later watches, rather than intege...Paul "LeoNerd" Evans2019-01-28
* Underline pen attribute should be int type; render double/wavy underlines in ...Paul "LeoNerd" Evans2019-01-28
* Placate some compiletime warnings in testsPaul "LeoNerd" Evans2019-01-28