aboutsummaryrefslogtreecommitdiff
path: root/src/ui.h
Commit message (Collapse)AuthorAge
* exported atmout to nask_ui, fixed weird memory error (busy_str intoni2016-07-31
| | | | | | infownd_update had a buffer overflow, but valgrind wasn't able to catch this, cz the overwrite happened in same memory segment (special case), gdb ftw
* footoni2016-07-29
|
* refactoringtoni2016-07-27
|
* fixed update if timeout bugtoni2016-07-25
|
* fixed race conditiontoni2016-07-24
|
* cleanup 2.0toni2016-07-24
|
* ipc deadlock/race condition fixupstoni2016-07-23
|
* fixed coverity issuestoni2016-07-20
|
* fixed wgetch key loop and wtimeout bugtoni2015-11-16
|
* - ui_nwindow.c renamed to better ui_txtwindow.ctoni2015-11-16
| | | | - better ui_txtwindow.c
* ui thread does now the cursor mgmttoni2015-11-14
|
* trying to fix ncurses problerms .. fixedtoni2015-11-14
|
* - changed dir structuretoni2015-11-11
- fixed ipc semaphore/mq stuff