aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/toolbar.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-20add a help button to the "Follow TCP Stream" dialog (and use standard button ...Ulf Lamping1-1/+3
2005-11-10Skip some toolbar #includes if we're not using GTK+ 2.x.Guy Harris1-1/+3
2005-08-10removed tons of MSVC const related warnings.Ulf Lamping1-1/+1
2005-08-08fix some MSVC const warningsUlf Lamping1-1/+1
2005-08-06Squelch more const warnings (and fix some memory leaks that found).Guy Harris1-1/+1
2005-05-07add icons for the "File Set" menu itemsUlf Lamping1-1/+10
2005-04-19fix labels of the two toggle toolbar buttonsUlf Lamping1-2/+2
2005-04-17add "Decode As" and "Checkbox" (Enabled Protocols) IconsUlf Lamping1-1/+7
2005-04-16disable some toolbar icons, if no capture packets loadedUlf Lamping1-1/+4
2005-04-16rename capture_clear() to capture_restart()Ulf Lamping1-1/+1
2005-04-16add 12 new toolbar/menu iconsUlf Lamping1-6/+98
2005-04-15add some new capture and filter related handcrafted (toolbar) iconsUlf Lamping1-19/+40
2005-04-12add clear toolbar icon (from GTK stock icons)Ulf Lamping1-0/+1
2005-04-12capture engine: Ulf Lamping1-6/+7
2005-01-20add some more online help functionality and help buttons at various dialog bo...Ulf Lamping1-26/+26
2004-11-01first implementation of the packet history functionUlf Lamping1-9/+17
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-27"ethereal_stock_icons()" isn't used outside "gtk/toolbar.c" (and shouldGuy Harris1-1/+1
2004-07-19renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...Ulf Lamping1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-17add a new dialog box to menu "Capture/Interfaces..." to show the current stat...Ulf Lamping1-0/+13
2004-07-13From Daniel Thompson: add additional message/alert box options toGuy Harris1-1/+2
2004-02-09bugfix: init the toolbar's Save icons correctlyUlf Lamping1-1/+2
2004-01-23added a commentUlf Lamping1-1/+3
2004-01-22moved GTK specific parts from capture.c to ui_util.c,Ulf Lamping1-14/+2
2004-01-21Don't include some xpm's when built with GTK+ 1.2[.x] - the icons theyGuy Harris1-1/+7
2004-01-21use stock buttons whereever possible,Ulf Lamping1-3/+19
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...Ulf Lamping1-2/+32
2004-01-20Get rid of declaration of no-longer-extant routine.Guy Harris1-5/+1
2004-01-20code cleanup and added some moreUlf Lamping1-358/+95
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,Ulf Lamping1-15/+7
2004-01-10add a "Save As" button to the toolbar,Ulf Lamping1-25/+55
2004-01-08If building without libpcap, exclude some stuff that builds only ifGuy Harris1-1/+3
2003-11-30Move print_file_cb out of gtk/print_dlg.c and into gtk/file_dlg.c andRichard Sharpe1-2/+2
2003-11-28renamed frame to packet in all GUI elementsUlf Lamping1-16/+16
2003-11-18removed some warningsUlf Lamping1-2/+4
2003-11-15handlebar removed,Ulf Lamping1-30/+94
2003-11-07"File->Open" should be available whether or not we have a captue fileGuy Harris1-8/+16
2003-10-29Have the "edit display filters" button do the exact same thing as theGuy Harris1-13/+2
2003-10-22From Ulf Lamping: add a preference to control whether to show or hideGuy Harris1-8/+2
2003-10-20From Ulf Lamping:Guy Harris1-44/+32
2003-10-17From Olivier Biot : remove packet capture code when compiling withoutOlivier Abad1-3/+23
2003-10-17Further expand a comment.Guy Harris1-6/+7
2003-10-17Change the comments about toolbar elements resizing as it is notOlivier Abad1-10/+7
2003-10-16From Ulf Lamping: add a GUI preference item to control the toolbarGuy Harris1-29/+31
2003-10-16Put back Guy's changes from r1.3 (print callback, and "Find frame..."Olivier Abad1-5/+5
2003-10-16- use stock icons in the toolbar when using GTK2Olivier Abad1-279/+433
2003-10-15"Find frame" can do more than search with a display filter.Guy Harris1-2/+2
2003-10-15Note that we might want to use the GTK+ 2.x stock icon mechanism whenGuy Harris1-5/+7
2003-10-15From Ulf Lamping: toolbar.Guy Harris1-0/+433