summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAge
* New upstream version 0.4.3James McCoy2023-02-04
|
* manpage fix for tickit_watch_later(): it doesn't take an msec paramPaul "LeoNerd" Evans2021-08-17
|
* Fix typo 'evnt' in manpagePaul "LeoNerd" Evans2021-08-17
|
* Initial attempt at a tickit_watch_process()Paul "LeoNerd" Evans2021-08-17
|
* Respect the TICKIT_BIND_FIRST flag, when registering IO, later or signal watchesPaul "LeoNerd" Evans2021-08-17
|
* Initial attempt at a tickit_watch_signal()Paul "LeoNerd" Evans2021-08-17
|
* Apply const to source argument to tickit_renderbuffer_blit()Paul "LeoNerd" Evans2021-04-05
|
* Also mention tickit_tick(3) on manpage head linePaul "LeoNerd" Evans2021-04-05
|
* Add a tickit_term_teardown() API function for reliable terminal stopPaul "LeoNerd" Evans2020-10-01
|
* Various spelling fixes to manpages (thanks jamessan)Paul "LeoNerd" Evans2020-05-25
|
* Fix nroff encoding bug in man/tickit_watch_io.3Paul "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 ↵Paul "LeoNerd" Evans2020-05-15
| | | | to set as well
* 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 ↵Paul "LeoNerd" Evans2020-05-15
| | | | tickit_term_set_* manpages into tickit_term_build.3; discourage the tickit_term_set_* mutators; point most manpages at tickit_term_build(3) instead
* Add a TickitTermBuilder field for output funcPaul "LeoNerd" Evans2020-05-14
|
* Add a TickitTermBuilder field for output buffer sizePaul "LeoNerd" Evans2020-05-14
|
* Begin documenting tickit_term_build()Paul "LeoNerd" Evans2020-05-14
|
* Document tickit_new_stdtty()Paul "LeoNerd" Evans2020-05-14
|
* Fix troff markup bug in recent manpagesPaul "LeoNerd" Evans2020-01-26
|
* Add some compile-time macros and and run-time functions for version queryPaul "LeoNerd" Evans2020-01-25
|
* Fix names of tickit_watch_timer_* functions in their manpage docsPaul "LeoNerd" Evans2020-01-24
|
* Also document the cancellation behaviour of timer watchesPaul "LeoNerd" Evans2020-01-24
|
* Document and unit-test that cancelled later watches are optionally invoked ↵Paul "LeoNerd" Evans2020-01-24
| | | | with TICKIT_EV_UNBIND
* Add tickit_tick(3) manpage link to tickit_run(3)Paul "LeoNerd" Evans2020-01-24
|
* Have TICKIT_TERMCTL_COLORS return 1<<24 on RGB8-capable terminalsPaul "LeoNerd" Evans2019-04-09
|
* Document the len parameter to tickit_utf8_ncountmore(3) (LP1797763)Paul "LeoNerd" Evans2019-04-08
|
* Pass an 'info' flag into toplevel Tickit instance callbacks, to match other ↵Paul "LeoNerd" Evans2019-02-27
| | | | object bindings
* Rename TickitCtlType to just TickitType; reüse its values for TickitPenAttrTypePaul "LeoNerd" Evans2019-02-23
|
* Now that 0 is no longer a TickitPen attribute, a list of attributes can be ↵Paul "LeoNerd" Evans2019-02-23
| | | | terminated by 0
* Delete the DEPRECATED tickit_string_* functions that got renamed to ↵Paul "LeoNerd" Evans2019-02-23
| | | | tickit_utf8_...
* Docs fix - TickitWindow has no tickit_window_setctl_str()Paul "LeoNerd" Evans2019-02-16
|
* Fix some minor nroff markup errorsPaul "LeoNerd" Evans2019-02-16
|
* Fix documentation of TICKIT_LINE_* enum constantsPaul "LeoNerd" Evans2019-02-15
|
* Document the TickitWindow debugging flags in tickit_debug(7)Paul "LeoNerd" Evans2019-02-15
|
* Copy the '{set,get}ctl_int' structure again to toplevel instances; define a ↵Paul "LeoNerd" Evans2019-02-10
| | | | ctl for using altscreen
* Keep the list of TICKIT_WINCTL_ values in alphabetical orderPaul "LeoNerd" Evans2019-02-08
|
* Implement TICKIT_WINCTL_CURSORBLINKPaul "LeoNerd" Evans2019-02-08
|
* Define a TickitWindowCtl structure similar to the TickitTermCtlPaul "LeoNerd" Evans2019-02-08
|
* Use sub-indentation paragraphs for listing values of enumerated termctlsPaul "LeoNerd" Evans2019-02-08
|
* Move the documentation of TickitTermCtl enumeration values out of the setctl ↵Paul "LeoNerd" Evans2019-02-08
| | | | page into tickit_term(7) itself
* Define a tickit_term_ctltype() to get the types of terminal control constantsPaul "LeoNerd" Evans2019-02-07
|
* Define a TICKIT_RUN_NOSETUP flag in case applications might require itPaul "LeoNerd" Evans2019-02-07
|
* Provide 'ONCE' and 'NOHANG' flags to backend event loops; wrap in an ↵Paul "LeoNerd" Evans2019-02-07
| | | | as-yet-incomplete tickit_tick() function
* Expose a tickit_watch_timer_at_* family of functionsPaul "LeoNerd" Evans2019-02-06
|
* Adjust docs for renamed eventloop functionsPaul "LeoNerd" Evans2019-02-04
|
* Underline pen attribute should be int type; render double/wavy underlines in ↵Paul "LeoNerd" Evans2019-01-28
| | | | xterm driver