aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/edit_packet_comment_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-20Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-2/+2
2012-03-28Add newline at end of file to fix compilation error.Stephen Fisher1-1/+1
2012-03-23Don't mark the file as unsaved unless the capture or packet comments actually...Jeff Morriss1-2/+1
2012-03-08Create some standard definitions for dialog control spacing. Use them inGerald Combs1-4/+4
2012-03-07Rename the functions and variables to go along with r41410.Jeff Morriss1-16/+16
2012-03-07Use OK, Clear, and Cancel in the comment dialogs (instead of Save, Clear, and...Jeff Morriss1-8/+8
2012-03-07Set File->Save sensitivity after file or packet comments are changed.Jeff Morriss1-8/+9
2012-03-01#if out setting the help buttons' callbacks to NULL to avoid GLib-Object-CRIT...Jeff Morriss1-0/+4
2012-03-01Keep track of whether we have a "Edit Capture Comment" dialog open. If we do,Jeff Morriss1-6/+22
2012-02-29- Add a LED in the statusbar to indicate that capture comments exists,Anders Broman1-3/+96
2012-02-28Packet comments are workingAnders Broman1-1/+1
2012-02-13Mark an unused parameter.Anders Broman1-1/+1
2012-02-13Edit packet commentsAnders Broman1-4/+27
2012-02-12Capitalize the "P" in "Packet" in "Add or Edit Packet Comment". AddGuy Harris1-2/+3
2012-02-12Add a button row.Anders Broman1-9/+43
2012-02-12Get it compiling.Michael Tüxen1-1/+1
2012-02-12Get the comment and put it in the textview.Anders Broman1-2/+11
2012-02-12Try to make the buildbot happy.Anders Broman1-2/+19
2012-02-12Add the edit packet comment menu entry and the empty filesAnders Broman1-0/+59