aboutsummaryrefslogtreecommitdiffstats
path: root/ui/win32
Commit message (Expand)AuthorAgeFilesLines
* Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2012-04-041-1/+1
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 -Jeff Morriss2012-02-281-2/+8
* CVARSDLL hasn't been used (is undefined) for a while....Bill Meier2012-02-241-1/+1
* We renamed "libui_win32.lib" to "libgtkui_win32.lib" elsewhere; fix itGuy Harris2012-02-191-3/+3
* build_file_save_type_list() isn't called if there are no savable fileGuy Harris2012-01-241-8/+3
* Only free the file extensions list if there is one to free.Guy Harris2012-01-241-1/+1
* Don't free the list of savable file types in build_file_save_type_list()Guy Harris2012-01-241-1/+0
* Fix warnings.Guy Harris2012-01-241-1/+2
* Use wtap_get_savable_file_types() for the Win32 file save dialog.Guy Harris2012-01-241-105/+83
* Don't treate WTAP_FILE_UNKNOWN as a real file type.Guy Harris2012-01-241-0/+8
* In the table of capture file types, have:Guy Harris2012-01-231-2/+2
* g_string_append_printf() returns nothing.Guy Harris2012-01-231-1/+1
* Have wtap_file_extension_default_string() return the extension in theGuy Harris2012-01-231-1/+1
* All valid file types should have file type strings (and, currently, theyGuy Harris2012-01-221-14/+20
* We already added the separator *if* we needed it; don't add it again.Guy Harris2012-01-211-1/+1
* Well, yeah, you can leave the list of patterns out, but then they don'tGuy Harris2012-01-211-1/+2
* Fix calls to g_string_free() (added so as not to leak memory).Guy Harris2012-01-211-2/+2
* At least according to the Microsoft documentation, you don't duplicateGuy Harris2012-01-211-17/+17
* What you get from wtap_get_file_extensions_list() are extensions, notGuy Harris2012-01-211-2/+2
* Fix print call.Guy Harris2012-01-211-1/+1
* Append the trailing ), don't overwrite the string.Guy Harris2012-01-211-1/+1
* Add missing variable.Guy Harris2012-01-211-0/+1
* Replace wtap_file_extensions_string() with a routine that returns aGuy Harris2012-01-211-4/+23
* New include file needs to be included.Guy Harris2012-01-181-0/+2
* Just include it from the current directory.Guy Harris2012-01-161-1/+1
* Another fix for the move of the win32 directory.Guy Harris2012-01-161-1/+1
* Fix up for the move from the top-level directory to the ui directory.Guy Harris2012-01-161-5/+5
* Make the win32 directory a subdirectory of the ui directory.Guy Harris2012-01-165-0/+2621