aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2003-12-13Put back "menu.h" - it's needed to declare "register_tap_menu_item()".Guy Harris10-15/+38
2003-12-13Squelch some compiler warnings.Guy Harris1-6/+6
2003-12-13added "most recently used" lists forUlf Lamping4-4/+333
2003-12-13removed unused #include "menu.h" from the stats.c filesUlf Lamping10-20/+11
2003-12-13mention the GPL license in the Help->About dialogUlf Lamping1-6/+11
2003-12-13set link layer type sensitive only,Ulf Lamping1-3/+3
2003-12-13Put in a comment about some issues with the way we do "Update list ofGuy Harris1-1/+15
2003-12-13Add some sanity checking of arguments.Guy Harris1-3/+6
2003-12-13sensitivity of packet range options fine tuning:Ulf Lamping1-5/+13
2003-12-12From Michael Lum:Guy Harris4-2/+984
2003-12-12In "dlg_window_new()" check to see if "top_level" has been initialized,Gerald Combs2-4/+6
2003-12-11prevent MSVC warning:Ulf Lamping1-4/+4
2003-12-10Oops, I checked the wrong tap into CVS somehow.Guy Harris1-131/+559
2003-12-09Mark parameter data as unused in callback_create_help().Olivier Biot1-2/+2
2003-12-09print system enhanced, more print ranges and expanded statesUlf Lamping2-7/+2
2003-12-09print system enhanced, more print ranges and expanded statesUlf Lamping1-127/+85
2003-12-09From Michael Lum:Guy Harris4-9/+319
2003-12-09Don't automatically size the columns - that's expensive in largeGuy Harris2-29/+13
2003-12-08moved "File->Save Highlighted Data" to "File->Export->Raw Packet Data"Ulf Lamping1-2/+4
2003-12-08removed seperator between the two print menuitemsUlf Lamping1-2/+1
2003-12-07Update various set_menu_object_data() calls to reflect recent menuOlivier Abad1-15/+16
2003-12-06From Jeff Morriss: avoid at least some N^2 behavior when changing theGuy Harris1-1/+8
2003-12-04Don't use GNodes for the protocol tree, put the sibling pointer, andGuy Harris2-16/+14
2003-12-04In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assignGuy Harris13-26/+26
2003-12-03From Michael Lum: Ethereal tap for ANSI A-interface.Guy Harris3-7/+566
2003-12-03From Greg Morris: the "File->Save Highlighted" menu item has no icon, soGuy Harris1-4/+4
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveGuy Harris4-17/+17
2003-12-02From Didier Gautheron: for each column format type, save the first andGuy Harris1-1/+14
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"Guy Harris3-8/+8
2003-12-01"select_file_cb()" only needs a title, not a "construct_args_t" -Guy Harris4-27/+10
2003-12-01Fix the accelerator issue ...Richard Sharpe1-2/+2
2003-11-30Not all platforms have <unistd.h> - in particular, Windows doesn't.Guy Harris1-1/+8
2003-11-30Fix some warnings in proto_draw.cRichard Sharpe1-1/+2
2003-11-30Rename that to Save Highlighted with Ctl-H as the accellerator.Richard Sharpe1-2/+2
2003-11-30Add Save Selected as a menu item in the File Menu.Richard Sharpe1-3/+5
2003-11-30Move print_file_cb out of gtk/print_dlg.c and into gtk/file_dlg.c andRichard Sharpe7-126/+134
2003-11-29Properly capitalize the string for the menu item.Richard Sharpe1-2/+2
2003-11-29Add an entry in the byte_view pane that allows the user to save the highlightedRichard Sharpe4-11/+211
2003-11-28renamed frame to packet in all GUI elementsUlf Lamping1-26/+50
2003-11-28renamed frame to packet in all GUI elementsUlf Lamping3-32/+32
2003-11-28use dlg_window_new instead of gtk_window_newUlf Lamping1-3/+2
2003-11-28label changed from "Portions" to "% of total" as suggested by GuyUlf Lamping1-6/+6
2003-11-28using dlg_utils.c functions to catch the ESC key to close the dialogUlf Lamping3-12/+24
2003-11-27using dlg_utils.c functions to catch the ESC key to close the dialogUlf Lamping1-9/+9
2003-11-27Show the -z flag in the usage message.Guy Harris1-3/+5
2003-11-27Redesign of the whole menu structure, to be more intuitive to the user andUlf Lamping1-82/+90
2003-11-27using text files from help dir, to display the help texts.Ulf Lamping1-430/+105
2003-11-25remove another slow GMemChunk from ethereal making ethereal a little bit fasterRonnie Sahlberg1-3/+3
2003-11-25fvalue_free() is one of the most called functions.Ronnie Sahlberg1-2/+2
2003-11-24Make the recent epan/proto.{c,h} change compile.Guy Harris4-17/+17