| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-11 | Improve GTK GUI dialog layout | Joel Klinghed | |
| 2017-08-09 | Remember main window size | Joel Klinghed | |
| 2017-08-09 | Make sure to initialize fields in UI | Joel Klinghed | |
| 2017-08-06 | Fix "Save as..." and other menu entries in GTK | Joel Klinghed | |
| unescape has a bug causing unescape(escape(id)) == id to fail | |||
| 2017-08-06 | Add support for protocols in monitor-gui | Joel Klinghed | |
| 2017-08-06 | Make sure QtLooper doesn't use QSocketNotifier before QApplication is created | Joel Klinghed | |
| 2017-07-30 | Add menu shortcuts | Joel Klinghed | |
| 2017-07-29 | Add basic "Jump to related" which jumps to request/response respectivly | Joel Klinghed | |
| 2017-07-29 | Use icon for GTK about dialog | Joel Klinghed | |
| 2017-07-29 | Fix compilation on older G++/libc++ with broken unordered_map.emplace | Joel Klinghed | |
| 2017-07-29 | Lower GTK and Qt version requirements | Joel Klinghed | |
| For GTK lower than 3.20 there is no GtkFileChooserNative so fallback to using GtkFileChooserDialog | |||
| 2017-07-29 | Handle FILE argument in monitor-gui | Joel Klinghed | |
| 2017-07-29 | Remove attribute(__unused__) usage | Joel Klinghed | |
| Just omitting the parameter name is more portable and less to write | |||
| 2017-07-28 | Gtk: Fix crash when GtkGuiMain::set_package(null) was called | Joel Klinghed | |
| 2017-07-28 | Add GuiMessage, simple message dialog | Joel Klinghed | |
| 2017-07-28 | Gtk: Fix GuiMain::file_dialog, gtk_file_chooser_native is not a widget | Joel Klinghed | |
| 2017-07-28 | Add GuiWindow::title() and make sure app window has title from start | Joel Klinghed | |
| 2017-07-28 | Gtk: Fix bug when removing the first row in listmodel | Joel Klinghed | |
| 2017-07-28 | Add GuiMain::file_dialog | Joel Klinghed | |
| 2017-07-26 | Add SSL interception to Setup in GUI | Joel Klinghed | |
| 2017-07-26 | Add GuiForm::Listener::changed which is called whenever a value is changed | Joel Klinghed | |
| 2017-07-26 | Change GuiForm::add_file must_exists argument to flags FILE_OPEN/FILE_SAVE | Joel Klinghed | |
| 2017-07-26 | Add Config::remove | Joel Klinghed | |
| Removes any config value set by Config::set() | |||
| 2017-07-24 | Add tools -> Generate CA | Joel Klinghed | |
| Added file field to GuiForm | |||
| 2017-07-24 | Add description to GuiForm fields | Joel Klinghed | |
| And improve GTK implementation of GuiForm to use GtkGrid instead of GtkBox | |||
| 2017-07-23 | Add proxy log window | Joel Klinghed | |
| Both GTK and QT log windows will scroll down to the last row whenever a new row is appended. | |||
| 2017-07-23 | Add proxy to GUI | Joel Klinghed | |
| Access via "Setup..." in main menu Uses a socketpair to connect monitor so only proxy port is open | |||
| 2017-07-23 | Fix GUI loopers | Joel Klinghed | |
| GTK: If modify() was called more than once inside callback it would leak watches QT: Printed warnings as QSocketNotifier was still enabled when socket was closed | |||
| 2017-07-22 | Add application config for GUI | Joel Klinghed | |
| QT5 stored in .config/org.the_jk/tp.Monitor.conf on Linux GTK stored in dconf | |||
| 2017-07-22 | Initial monitor GUI | Joel Klinghed | |
| Basic monitor functionality, GTK-3.0 and QT5 backends | |||
