summaryrefslogtreecommitdiff
path: root/ui/gtk/main_toolbar.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-18Fix Access Violation in plugin_if_mainwindow_get_ws_info(...)Paul Offord1-1/+1
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris1-1/+1
2016-02-01main_toolbar: fix redundant redeclaration of ‘cfile’ [-Wredundant-decls]Alexis La Goutte1-2/+0
2016-01-23ui: Code cleanupStig Bjørlykke1-41/+33
2016-01-15plugin_if: Add function to get capture file infoPaul Offord1-0/+56
2015-09-18main_toolbar (GTK): Fix no previous prototype for ‘plugin_if_maintoolbar_go...Alexis La Goutte1-1/+2
2015-09-08PluginIF: Parent menu and goto frameRoland Knall1-0/+17
2015-05-06Fix some --without-pcap build problems.Guy Harris1-0/+1
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-48/+61
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-4/+0
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
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