aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/toolbar.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-09bugfix: init the toolbar's Save icons correctlyulfl1-1/+2
2004-01-23added a commentulfl1-1/+3
2004-01-22moved GTK specific parts from capture.c to ui_util.c,ulfl1-14/+2
2004-01-21Don't include some xpm's when built with GTK+ 1.2[.x] - the icons theyguy1-1/+7
2004-01-21use stock buttons whereever possible,ulfl1-3/+19
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...ulfl1-2/+32
2004-01-20Get rid of declaration of no-longer-extant routine.guy1-5/+1
2004-01-20code cleanup and added some moreulfl1-358/+95
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,ulfl1-15/+7
2004-01-10add a "Save As" button to the toolbar,ulfl1-25/+55
2004-01-08If building without libpcap, exclude some stuff that builds only ifguy1-1/+3
2003-11-30Move print_file_cb out of gtk/print_dlg.c and into gtk/file_dlg.c andsharpe1-2/+2
2003-11-28renamed frame to packet in all GUI elementsulfl1-16/+16
2003-11-18removed some warningsulfl1-2/+4
2003-11-15handlebar removed,ulfl1-30/+94
2003-11-07"File->Open" should be available whether or not we have a captue fileguy1-8/+16
2003-10-29Have the "edit display filters" button do the exact same thing as theguy1-13/+2
2003-10-22From Ulf Lamping: add a preference to control whether to show or hideguy1-8/+2
2003-10-20From Ulf Lamping:guy1-44/+32
2003-10-17From Olivier Biot : remove packet capture code when compiling withoutoabad1-3/+23
2003-10-17Further expand a comment.guy1-6/+7
2003-10-17Change the comments about toolbar elements resizing as it is notoabad1-10/+7
2003-10-16From Ulf Lamping: add a GUI preference item to control the toolbarguy1-29/+31
2003-10-16Put back Guy's changes from r1.3 (print callback, and "Find frame..."oabad1-5/+5
2003-10-16- use stock icons in the toolbar when using GTK2oabad1-279/+433
2003-10-15"Find frame" can do more than search with a display filter.guy1-2/+2
2003-10-15Note that we might want to use the GTK+ 2.x stock icon mechanism whenguy1-5/+7
2003-10-15From Ulf Lamping: toolbar.guy1-0/+433