aboutsummaryrefslogtreecommitdiffstats
path: root/ui/win32
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-24Use wtap_get_savable_file_types() for the Win32 file save dialog.Guy Harris1-105/+83
2012-01-24Don't treate WTAP_FILE_UNKNOWN as a real file type.Guy Harris1-0/+8
2012-01-23In the table of capture file types, have:Guy Harris1-2/+2
2012-01-23g_string_append_printf() returns nothing.Guy Harris1-1/+1
2012-01-23Have wtap_file_extension_default_string() return the extension in theGuy Harris1-1/+1
2012-01-22All valid file types should have file type strings (and, currently, theyGuy Harris1-14/+20
2012-01-21We already added the separator *if* we needed it; don't add it again.Guy Harris1-1/+1
2012-01-21Well, yeah, you can leave the list of patterns out, but then they don'tGuy Harris1-1/+2
2012-01-21Fix calls to g_string_free() (added so as not to leak memory).Guy Harris1-2/+2
2012-01-21At least according to the Microsoft documentation, you don't duplicateGuy Harris1-17/+17
2012-01-21What you get from wtap_get_file_extensions_list() are extensions, notGuy Harris1-2/+2
2012-01-21Fix print call.Guy Harris1-1/+1
2012-01-21Append the trailing ), don't overwrite the string.Guy Harris1-1/+1
2012-01-21Add missing variable.Guy Harris1-0/+1
2012-01-21Replace wtap_file_extensions_string() with a routine that returns aGuy Harris1-4/+23
2012-01-18New include file needs to be included.Guy Harris1-0/+2
2012-01-16Just include it from the current directory.Guy Harris1-1/+1
2012-01-16Another fix for the move of the win32 directory.Guy Harris1-1/+1
2012-01-16Fix up for the move from the top-level directory to the ui directory.Guy Harris1-5/+5
2012-01-16Make the win32 directory a subdirectory of the ui directory.Guy Harris5-0/+2621