aboutsummaryrefslogtreecommitdiffstats
path: root/ui/win32
AgeCommit message (Expand)AuthorFilesLines
2012-10-16Use topic_action instead of topic_cb for the Windows file dialogs. MoveGerald Combs1-8/+8
2012-10-16Move common SSL key export routines to ui/ssl_key_export.[ch]. Make theGerald Combs1-7/+6
2012-10-13Fix Windows compilation problems from r45513. #ifdef out some non-WindowsGerald Combs2-8/+8
2012-10-11In GTK3 the settings.ini file serves the same purpose as the gtkrc file.Anders Broman1-0/+5
2012-10-09Move a couple of enums to the common UI directory. Remove an unusedGerald Combs2-24/+8
2012-10-09Fix Qt compilation on Windows. Check the user-supplied range syntaxGerald Combs1-19/+57
2012-10-08Add a PacketRangeGroupBox widget. Use it to implement "Export SelectedGerald Combs1-1/+1
2012-10-08Fix crash when exporting packet dissection as plain text on Windows (regressi...Pascal Quantin1-0/+2
2012-10-05Add a capture_file * element to packet_range_t and pass it explicitly inGerald Combs1-10/+8
2012-10-03Fix compilation on Windows. Add back and fix function definitions,Gerald Combs2-6/+23
2012-10-03Unify the GTK+ and Win32 versions of "Export Specified Packets". Add aGerald Combs2-178/+59
2012-09-25Fix error checking logic.Gerald Combs1-1/+1
2012-09-24Fix compilation on Windows.Gerald Combs2-9/+10
2012-09-24Unify some of the GTK+ and Win32 "Save As" code and behavior. This willGerald Combs2-229/+106
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-19Add gzip support to the Win32 "Save As" dialog. Don't crash in the Win32Gerald Combs2-24/+58
2012-09-10Combine some of the the Windows and non-Windows merge code and make itGerald Combs2-88/+59
2012-08-14Fix compilation warnings.Gerald Combs1-1/+1
2012-07-31Don't overwrite preview item labels.Gerald Combs1-0/+6
2012-07-27Add a preview to the common file dialog. Adjust the win32 file dialogGerald Combs1-6/+6
2012-07-21Remove the filename from the Win32 file dialog preview. It's alreadyGerald Combs2-122/+123
2012-07-16Move most of file_open_cmd to gtk_open_file. Make gtk_open_fileGerald Combs2-65/+61
2012-07-12Use win32_open_file in qtshark on Windows.Gerald Combs1-4/+12
2012-07-11MSDN says DIALOG resources are obsolete. Use DIALOGEXes instead. We aren'tGerald Combs1-3/+3
2012-07-09From Michael Mann:Anders Broman2-13/+19
2012-07-06From Michael Mann:Anders Broman1-7/+6
2012-06-28Update Free Software Foundation address.Jakub Zawadzki4-4/+4
2012-06-23In the Windows capture file "Save As" dialog code, do the same sort ofGuy Harris2-59/+250
2012-06-20MAke it compile by adding discard_comments = FALSEAnders Broman1-1/+1
2012-06-17Export a wtap_dump_can_write_encaps() routine from Wiretap; it takes aGuy Harris1-16/+3
2012-06-17Reflect change to wtap_get_savable_file_types.Guy Harris1-2/+2
2012-06-13Add '*.sbr' to 'clean'Bill Meier1-1/+1
2012-05-25See if this fixes the include problem.Guy Harris1-1/+1
2012-05-25Fix some build problems.Guy Harris1-4/+1
2012-05-25Use GTK+'s GtkMessageDialog for the questions we ask in the process ofGuy Harris2-36/+7
2012-05-24We have to tell cf_save_packets() whether to save them in compressedGuy Harris1-1/+1
2012-05-24In the "Save As" and "Export Specified Packets" code path, do a "safeGuy Harris1-53/+32
2012-05-23Fix comparison of file extension with extensions for the file type -Guy Harris1-15/+21
2012-05-23In Windows, in the Save As and Export Selected Packets dialog, appendGuy Harris1-9/+59
2012-05-23No packet range stuff for the "Save As" dialog.Guy Harris1-1/+1
2012-05-22Do the "Save As always saves the entire capture, Export SpecifiedGuy Harris2-14/+235
2012-05-22cf_save -> cf_save_asAnders Broman1-1/+1
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-1/+1
2012-02-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 -Jeff Morriss1-2/+8
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-1/+1
2012-02-19We renamed "libui_win32.lib" to "libgtkui_win32.lib" elsewhere; fix itGuy Harris1-3/+3
2012-01-24build_file_save_type_list() isn't called if there are no savable fileGuy Harris1-8/+3
2012-01-24Only free the file extensions list if there is one to free.Guy Harris1-1/+1
2012-01-24Don't free the list of savable file types in build_file_save_type_list()Guy Harris1-1/+0
2012-01-24Fix warnings.Guy Harris1-1/+2