summaryrefslogtreecommitdiff
path: root/modules/wincons
Commit message (Collapse)AuthorAge
* wincons: graceful closing of thread (fixes #151)Alfred E. Heggestad2016-11-20
|
* ignore KEYCODE_NONE, refs #149Alfred E. Heggestad2016-08-13
|
* define KEYCODE_REL for key releaseAlfred E. Heggestad2016-07-31
|
* wincons: use ReadConsoleInput, thanks to GGGO (fixes #139)Alfred E. Heggestad2016-06-08
|
* win32 porting (VC2010)Alfred E. Heggestad2015-07-18
| | | | | | | | https://github.com/alfredh/baresip/pull/52 original patch by Victor Sergienko - the copy of windows .h header files was not included
* wincons: add output-handler, thanks to ggcoding for the patchAlfred E. Heggestad2015-06-24
|
* ui: update UI-module APIAlfred E. Heggestad2014-10-19
| | | | | | | | | | | | | - change from multiple-instances to single-instance (multiple-instances was never used) - remove ui/input config parameters from the "core" config, moved to each specific module (cons and evdev) - modules updated: stdio, cons, evdev, wincons - this patch solves the reported crash, that module-functions are called after the module was unloaded.
* baresip 0.4.10Alfred E. Heggestad2014-02-09