aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_file_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Fix indentation to match editor modelines.Bill Meier1-254/+254
2013-01-10Fixes:Bill Meier1-19/+35
2013-01-09Add a picture and some notes about the capture_file-dialog window.Bill Meier1-0/+52
2013-01-09Use ws_gtk_grid...() in place of gtk_table...().Bill Meier1-136/+142
2012-12-22The Wireshark file icon makes more sense than a floppy disk[1]. SwitchGerald Combs1-4/+4
2012-12-22R46374 replaced too many GTK_STOCK_SAVEs. Put them back.Gerald Combs1-4/+4
2012-12-04Replace GTK_STOCK_SAVE with WIRESHARK_STOCK_FILE in a few places,Gerald Combs1-4/+4
2012-10-05Add a capture_file * element to packet_range_t and pass it explicitly inGerald Combs1-6/+8
2012-10-03Unify the GTK+ and Win32 versions of "Export Specified Packets". Add aGerald Combs1-188/+184
2012-09-26Implement "Save" and "Save As".Gerald Combs1-1/+1
2012-09-24fix compilation on linuxMartin Kaiser1-0/+1
2012-09-24Fix compilation on Windows.Gerald Combs1-4/+3
2012-09-24Unify some of the GTK+ and Win32 "Save As" code and behavior. This willGerald Combs1-176/+196
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-19Add gzip support to the Win32 "Save As" dialog. Don't crash in the Win32Gerald Combs1-5/+7
2012-09-10Fix breakage from r44859.Gerald Combs1-16/+16
2012-09-10Combine some of the the Windows and non-Windows merge code and make itGerald Combs1-154/+179
2012-09-06Don't use a variable after we've freed it.Gerald Combs1-1/+2
2012-09-04- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer1-5/+5
2012-09-04Rename new_packet_list.[ch] to packet_list.[ch]Jörg Mayer1-1/+1
2012-08-19Split test_file_close out of do_file_close and use it in file_open_cmd_cb.Evan Huus1-10/+24
2012-07-21Remove the filename from the GTK+ open file preview.Gerald Combs1-12/+0
2012-07-19Shoul be gtk_box_pack_start(GTK_BOX (vbox), message_type_fr, TRUE, TRUE, 0);Anders Broman1-8/+8
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman1-8/+9
2012-07-18Fill in our display filter after we open a file.Gerald Combs1-0/+1
2012-07-17Set the folder to the containing directory of the file name in question,Guy Harris1-1/+4
2012-07-16Pass the correct widget to gtk_open_file. If we're filling in a displayGerald Combs1-12/+13
2012-07-16Move most of file_open_cmd to gtk_open_file. Make gtk_open_fileGerald Combs1-103/+147
2012-07-10Change the button order in all places.Anders Broman1-5/+7
2012-07-09From Michael Mann:Anders Broman1-1/+10
2012-07-06Fix compilation with gcc 4.3.2 and without GEOIPPascal Quantin1-1/+0
2012-07-06From Michael Mann:Anders Broman1-9/+9
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25In the "Save As" dialog box, default to compressed if the file isGuy Harris1-6/+16
2012-06-23In the Windows capture file "Save As" dialog code, do the same sort ofGuy Harris1-2/+7
2012-06-22Change #if USE_WIN32_FILE_DIALOGS to #ifdefJakub Zawadzki1-1/+1
2012-06-21Move a bunch of common code in the file chooser dialog loops into aGuy Harris1-122/+47
2012-06-20Clean up white space (no tabs).Guy Harris1-34/+34
2012-06-20Handle the case where the user has added comments to a file that's notGuy Harris1-33/+226
2012-06-20If the file has an SHB comment or any packet comments, and the userGuy Harris1-8/+205
2012-06-19The GTK+ file chooser already *includes* UI code to ask the user whetherGuy Harris1-16/+19
2012-06-17Have wtap_get_savable_file_types() take an array of encapsulations andGuy Harris1-1/+1
2012-06-14No pcap, no capture to stop.Guy Harris1-0/+2
2012-06-14When stopping the capture before asking whether to save the results, runGuy Harris1-3/+16
2012-06-05Distinguish between "failed" and "user stopped it" for "save as" andGuy Harris1-47/+92
2012-06-04Use the modal version of the bad display filter alert box in the I/OGuy Harris1-2/+2
2012-06-04And do the same with the color filter import and export dialogs (whichGuy Harris1-156/+99
2012-06-04And do the same with the merge dialog.Guy Harris1-166/+123
2012-06-04Clean up indentation.Guy Harris1-3/+3
2012-06-04Do with the open dialog what we've done with the save and "exportGuy Harris1-140/+101