aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main_toolbar.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-12Ifdef LibPcapIrene Rüngeler1-2/+2
2013-04-12The button are only needed if libpcap is present.Irene Rüngeler1-0/+2
2013-04-12Change the sensitivity of the start button depending on the number of interfa...Irene Rüngeler1-2/+10
2013-04-01Add routines to file.c to indicate whether:Guy Harris1-15/+4
2013-03-21From beroset:Bill Meier1-4/+4
2013-02-25it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-22The Wireshark file icon makes more sense than a floppy disk[1]. SwitchGerald Combs1-1/+1
2012-12-04Replace GTK_STOCK_SAVE with WIRESHARK_STOCK_FILE in a few places,Gerald Combs1-7/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-04- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer1-1/+1
2012-09-04Rename new_packet_list.[ch] to packet_list.[ch]Jörg Mayer1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-26Have the toolbar "Save" button just be a "Save" button, working the sameGuy Harris1-60/+12
2012-06-25Only allow "Save" ifGuy Harris1-1/+14
2012-06-14Disable some menu items and toolbar items while we're waiting for aGuy Harris1-0/+18
2012-06-04Add some more routines to main.c that handle updates to "auto scroll inGuy Harris1-3/+3
2012-05-25Use GTK+'s GtkMessageDialog for the questions we ask in the process ofGuy Harris1-1/+2
2012-05-20Change the "user_saved" member of a capture_file structure toGuy Harris1-24/+33
2012-01-30No need to set new save icon if equal to previous icon.Stig Bjørlykke1-8/+10
2012-01-30Disable the save-as button in the toolbar if we cannot save-as,Stig Bjørlykke1-3/+3
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-1/+2
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+426