aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2012-06-03g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris36-107/+176
2012-06-03When allowing the user to save a capture file before closing it, if it'sGuy Harris3-27/+93
2012-06-03Use g_filename_display_basename() rather than get_basename() when we'reGuy Harris2-3/+3
2012-06-03Move the declaration of main_set_window_name() frm ui/ui_util.h toGuy Harris1-0/+3
2012-06-03Move routines that handle the main window title bar out ofGuy Harris9-70/+138
2012-06-03Get rid of mor hbox:esAnders Broman1-2/+2
2012-06-03From Evan Huus: Reset the comment tree when the filter changes https://bugs.w...Anders Broman1-0/+1
2012-06-03Note in a comment that we should perhaps handle safe-saving on top of aGuy Harris1-1/+9
2012-06-03gedit, at least, saysGuy Harris1-1/+1
2012-06-02From Evan Huus Convert a bunch more GTK-2 calls to their cross-version ws_ eq...Anders Broman9-103/+104
2012-06-02If the user tries to save a capture file atop a file that has all itsGuy Harris1-4/+86
2012-06-02The only reason we need to do locale conversions is that path names asGuy Harris1-41/+17
2012-06-02Clean up indentation.Guy Harris1-6/+6
2012-06-02From Evan Huus Memory leak in voip_calls.c https://bugs.wireshark.org/bugzill...Anders Broman1-1/+4
2012-06-01Only propose decoding PPID 0 if that PPID is in the currently-selected frame.Jeff Morriss1-21/+20
2012-06-01From Alexander Koeppe.Anders Broman1-3/+25
2012-05-30Fix part of bug #4030Jakub Zawadzki1-4/+9
2012-05-29From Evan Huus:Anders Broman1-1/+4
2012-05-28Fix Coverity CID's 702388 and 702422: OVERFLOW_BEFORE_WIDEN.Chris Maynard1-1/+1
2012-05-28Don't use pcap LINKTYPE_ values in the iface_options structure, useGuy Harris1-7/+1
2012-05-27From Evan Huus in bug 7295:Guy Harris1-1/+1
2012-05-27From Evan Huus from bug 7295:Guy Harris1-5/+0
2012-05-25Use GTK+'s GtkMessageDialog for the questions we ask in the process ofGuy Harris11-475/+366
2012-05-25Well, "ui/gtk/capture_file_dlg.h" is needed on Win32.Guy Harris3-0/+3
2012-05-25ui/gtk/capture_file_dlg.h doesn't need to be included in these files.Guy Harris4-4/+0
2012-05-25If either create_persconffile_dir() or ws_fopen() fail, then bail out. This ...Chris Maynard1-0/+2
2012-05-24Don't include a Clear button in the packet- and capture-file-comment dialogs:Jeff Morriss1-21/+4
2012-05-24Enable word wrapping for capture-file comments.Jeff Morriss2-2/+2
2012-05-24Get rid of the button row for the capture-file comments. Instead, turn theJeff Morriss1-72/+50
2012-05-24Word-wrap comments in the display.Guy Harris1-0/+1
2012-05-24Use cf_update_capture_comment() to save the capture comment (instead ofJeff Morriss1-4/+3
2012-05-24Free the new comment after calling gtk_text_buffer_set_text().Jeff Morriss1-3/+4
2012-05-24menu_dissector_filter(): free the action_name when we're done with it.Jeff Morriss1-7/+12
2012-05-24Free the comment after calling gtk_text_buffer_set_text().Jeff Morriss1-2/+4
2012-05-24Also allow the user to edit the capture-file comment if there is one (notJeff Morriss1-26/+27
2012-05-24Now that cf_save_packets() can avoid doing a "fast path" save if theGuy Harris1-14/+14
2012-05-24Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris2-5/+4
2012-05-24In the "Save As" and "Export Specified Packets" code path, do a "safeGuy Harris1-16/+13
2012-05-23From Robert Bullen:Anders Broman3-104/+177
2012-05-22Separate callback to control the file type combo box in the "ExportGuy Harris1-2/+20
2012-05-22Do the "Save As always saves the entire capture, Export SpecifiedGuy Harris1-1/+1
2012-05-22"Save As" always saves everything and, when the save is done, makes theGuy Harris8-82/+341
2012-05-22Replace the File -> Export menu with separate:Guy Harris1-78/+87
2012-05-22We're an editor now, as we let you add, delete, and edit frame comments,Guy Harris2-13/+41
2012-05-22The GUI's state machine requires that, when reloading a capture after aGuy Harris2-25/+17
2012-05-20Change the "user_saved" member of a capture_file structure toGuy Harris10-67/+94
2012-05-19Add an 'if' test to prevent a potential null pointer dereferenceBill Meier1-7/+8
2012-05-19Rework 'ct_nb_switch_page_cb()' slightly to prevent a scan-build "null pointe...Bill Meier1-15/+16
2012-05-16Free memory when create_tempfile() failed.Jakub Zawadzki2-0/+6
2012-05-16Check the return value of create_tempfile. Fixes CIDs 280527 and 280528.Gerald Combs2-26/+47