├── Makefile.in ├── README.md ├── changelog ├── config ├── configure.in └── src ├── about.cpp ├── about.h ├── addmgrform.cpp ├── addmgrform.h ├── addprojectform.cpp ├── addprojectform.h ├── cfg.cpp ├── cfg.h ├── cfgform.cpp ├── cfgform.h ├── helpwin.cpp ├── helpwin.h ├── infopanel.cpp ├── infopanel.h ├── kclog.cpp ├── kclog.h ├── mainprog.cpp ├── mainprog.h ├── mainwin.cpp ├── mainwin.h ├── mbstring.cpp ├── mbstring.h ├── msgwin.cpp ├── msgwin.h ├── ncolorstring.cpp ├── ncolorstring.h ├── net.cpp ├── net.h ├── nevent.h ├── nform.cpp ├── nform.h ├── ngroup.cpp ├── ngroup.h ├── nhline.cpp ├── nhline.h ├── nmenu.cpp ├── nmenu.h ├── nmessagebox.cpp ├── nmessagebox.h ├── nprogram.cpp ├── nprogram.h ├── nrect.h ├── nscrollbar.cpp ├── nscrollbar.h ├── nscrollview.cpp ├── nscrollview.h ├── nselectlist.cpp ├── nselectlist.h ├── nstatictext.cpp ├── nstatictext.h ├── nview.cpp ├── nview.h ├── nvline.cpp ├── nvline.h ├── nwin.h ├── resultdom.cpp ├── resultdom.h ├── resultparse.cpp ├── resultparse.h ├── srvdata.cpp ├── srvdata.h ├── statwin.cpp ├── statwin.h ├── taskinfowin.cpp ├── taskinfowin.h ├── taskwin.cpp ├── taskwin.h ├── topmenu.cpp ├── topmenu.h ├── tui-main.cpp └── tuievent.h /Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/Makefile.in -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/README.md -------------------------------------------------------------------------------- /changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/changelog -------------------------------------------------------------------------------- /config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/config -------------------------------------------------------------------------------- /configure.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/configure.in -------------------------------------------------------------------------------- /src/about.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/about.cpp -------------------------------------------------------------------------------- /src/about.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/about.h -------------------------------------------------------------------------------- /src/addmgrform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/addmgrform.cpp -------------------------------------------------------------------------------- /src/addmgrform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/addmgrform.h -------------------------------------------------------------------------------- /src/addprojectform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/addprojectform.cpp -------------------------------------------------------------------------------- /src/addprojectform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/addprojectform.h -------------------------------------------------------------------------------- /src/cfg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/cfg.cpp -------------------------------------------------------------------------------- /src/cfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/cfg.h -------------------------------------------------------------------------------- /src/cfgform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/cfgform.cpp -------------------------------------------------------------------------------- /src/cfgform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/cfgform.h -------------------------------------------------------------------------------- /src/helpwin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/helpwin.cpp -------------------------------------------------------------------------------- /src/helpwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/helpwin.h -------------------------------------------------------------------------------- /src/infopanel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/infopanel.cpp -------------------------------------------------------------------------------- /src/infopanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/infopanel.h -------------------------------------------------------------------------------- /src/kclog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/kclog.cpp -------------------------------------------------------------------------------- /src/kclog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/kclog.h -------------------------------------------------------------------------------- /src/mainprog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/mainprog.cpp -------------------------------------------------------------------------------- /src/mainprog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/mainprog.h -------------------------------------------------------------------------------- /src/mainwin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/mainwin.cpp -------------------------------------------------------------------------------- /src/mainwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/mainwin.h -------------------------------------------------------------------------------- /src/mbstring.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/mbstring.cpp -------------------------------------------------------------------------------- /src/mbstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/mbstring.h -------------------------------------------------------------------------------- /src/msgwin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/msgwin.cpp -------------------------------------------------------------------------------- /src/msgwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/msgwin.h -------------------------------------------------------------------------------- /src/ncolorstring.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/ncolorstring.cpp -------------------------------------------------------------------------------- /src/ncolorstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/ncolorstring.h -------------------------------------------------------------------------------- /src/net.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/net.cpp -------------------------------------------------------------------------------- /src/net.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/net.h -------------------------------------------------------------------------------- /src/nevent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nevent.h -------------------------------------------------------------------------------- /src/nform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nform.cpp -------------------------------------------------------------------------------- /src/nform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nform.h -------------------------------------------------------------------------------- /src/ngroup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/ngroup.cpp -------------------------------------------------------------------------------- /src/ngroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/ngroup.h -------------------------------------------------------------------------------- /src/nhline.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nhline.cpp -------------------------------------------------------------------------------- /src/nhline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nhline.h -------------------------------------------------------------------------------- /src/nmenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nmenu.cpp -------------------------------------------------------------------------------- /src/nmenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nmenu.h -------------------------------------------------------------------------------- /src/nmessagebox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nmessagebox.cpp -------------------------------------------------------------------------------- /src/nmessagebox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nmessagebox.h -------------------------------------------------------------------------------- /src/nprogram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nprogram.cpp -------------------------------------------------------------------------------- /src/nprogram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nprogram.h -------------------------------------------------------------------------------- /src/nrect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nrect.h -------------------------------------------------------------------------------- /src/nscrollbar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nscrollbar.cpp -------------------------------------------------------------------------------- /src/nscrollbar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nscrollbar.h -------------------------------------------------------------------------------- /src/nscrollview.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nscrollview.cpp -------------------------------------------------------------------------------- /src/nscrollview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nscrollview.h -------------------------------------------------------------------------------- /src/nselectlist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nselectlist.cpp -------------------------------------------------------------------------------- /src/nselectlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nselectlist.h -------------------------------------------------------------------------------- /src/nstatictext.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nstatictext.cpp -------------------------------------------------------------------------------- /src/nstatictext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nstatictext.h -------------------------------------------------------------------------------- /src/nview.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nview.cpp -------------------------------------------------------------------------------- /src/nview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nview.h -------------------------------------------------------------------------------- /src/nvline.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nvline.cpp -------------------------------------------------------------------------------- /src/nvline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nvline.h -------------------------------------------------------------------------------- /src/nwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/nwin.h -------------------------------------------------------------------------------- /src/resultdom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/resultdom.cpp -------------------------------------------------------------------------------- /src/resultdom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/resultdom.h -------------------------------------------------------------------------------- /src/resultparse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/resultparse.cpp -------------------------------------------------------------------------------- /src/resultparse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/resultparse.h -------------------------------------------------------------------------------- /src/srvdata.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/srvdata.cpp -------------------------------------------------------------------------------- /src/srvdata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/srvdata.h -------------------------------------------------------------------------------- /src/statwin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/statwin.cpp -------------------------------------------------------------------------------- /src/statwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/statwin.h -------------------------------------------------------------------------------- /src/taskinfowin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/taskinfowin.cpp -------------------------------------------------------------------------------- /src/taskinfowin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/taskinfowin.h -------------------------------------------------------------------------------- /src/taskwin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/taskwin.cpp -------------------------------------------------------------------------------- /src/taskwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/taskwin.h -------------------------------------------------------------------------------- /src/topmenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/topmenu.cpp -------------------------------------------------------------------------------- /src/topmenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/topmenu.h -------------------------------------------------------------------------------- /src/tui-main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/tui-main.cpp -------------------------------------------------------------------------------- /src/tuievent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpentler/boinctui-extended/HEAD/src/tuievent.h --------------------------------------------------------------------------------