summaryrefslogtreecommitdiff
path: root/src/gui_gtk.cc
AgeCommit message (Expand)Author
2017-08-11Fix indentationJoel Klinghed
2017-08-11Improve GTK GUI dialog layoutJoel Klinghed
2017-08-09Remember main window sizeJoel Klinghed
2017-08-09Make sure to initialize fields in UIJoel Klinghed
2017-08-06Fix "Save as..." and other menu entries in GTKJoel Klinghed
2017-08-06Add support for protocols in monitor-guiJoel Klinghed
2017-08-06Make sure QtLooper doesn't use QSocketNotifier before QApplication is createdJoel Klinghed
2017-07-30Add menu shortcutsJoel Klinghed
2017-07-29Add basic "Jump to related" which jumps to request/response respectivlyJoel Klinghed
2017-07-29Use icon for GTK about dialogJoel Klinghed
2017-07-29Fix compilation on older G++/libc++ with broken unordered_map.emplaceJoel Klinghed
2017-07-29Lower GTK and Qt version requirementsJoel Klinghed
2017-07-29Handle FILE argument in monitor-guiJoel Klinghed
2017-07-29Remove attribute(__unused__) usageJoel Klinghed
2017-07-28Gtk: Fix crash when GtkGuiMain::set_package(null) was calledJoel Klinghed
2017-07-28Add GuiMessage, simple message dialogJoel Klinghed
2017-07-28Gtk: Fix GuiMain::file_dialog, gtk_file_chooser_native is not a widgetJoel Klinghed
2017-07-28Add GuiWindow::title() and make sure app window has title from startJoel Klinghed
2017-07-28Gtk: Fix bug when removing the first row in listmodelJoel Klinghed
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-26Add Config::removeJoel Klinghed
2017-07-24Add tools -> Generate CAJoel Klinghed
2017-07-24Add description to GuiForm fieldsJoel Klinghed
2017-07-23Add proxy log windowJoel Klinghed
2017-07-23Add proxy to GUIJoel Klinghed
2017-07-23Fix GUI loopersJoel Klinghed
2017-07-22Add application config for GUIJoel Klinghed
2017-07-22Initial monitor GUIJoel Klinghed