summaryrefslogtreecommitdiff
path: root/src/gui_form.hh
AgeCommit message (Collapse)Author
2017-07-28Add GuiMain::file_dialogJoel Klinghed
2017-07-26Add SSL interception to Setup in GUIJoel Klinghed
2017-07-26Add GuiForm::Listener::changed which is called whenever a value is changedJoel Klinghed
2017-07-26Change GuiForm::add_file must_exists argument to flags FILE_OPEN/FILE_SAVEJoel Klinghed
2017-07-24Add missing = 0 to make method abstractJoel Klinghed
2017-07-24Add tools -> Generate CAJoel Klinghed
Added file field to GuiForm
2017-07-24Add description to GuiForm fieldsJoel Klinghed
And improve GTK implementation of GuiForm to use GtkGrid instead of GtkBox
2017-07-22Initial monitor GUIJoel Klinghed
Basic monitor functionality, GTK-3.0 and QT5 backends