aboutsummaryrefslogtreecommitdiffstats
path: root/ui/win32
AgeCommit message (Expand)AuthorFilesLines
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