aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2004-01-20"Go To {First,Last} Packet" don't pop up dialog boxes, they Just Do It -Guy Harris1-3/+3
2004-01-20prevented GTK-warning, as the column index was too highUlf Lamping1-3/+3
2004-01-20commented out refresh_bt, as it's currently unusedUlf Lamping1-2/+2
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...Ulf Lamping8-85/+507
2004-01-20Get rid of declaration of no-longer-extant routine.Guy Harris1-5/+1
2004-01-20Put in missing GTK_STOCK_STOP #define for GTK+ 1.2[.x].Guy Harris1-1/+2
2004-01-20minor tooltip changesUlf Lamping1-5/+5
2004-01-20code cleanup and added some moreUlf Lamping6-374/+135
2004-01-19DCE RPC statistics are maintained only by major version, not by majorGuy Harris1-11/+22
2004-01-19From Lars Ruoff: temporarily comment out the code for the "refresh" button;Olivier Biot1-3/+16
2004-01-19Move "ts_type_text" out of "epan/timestamp.h into "gtk/recent.c", asGuy Harris3-15/+12
2004-01-19Make the signatures of "dcerpcstat_reset()", "dcerpcstat_packet()", andGuy Harris1-4/+11
2004-01-19Trivial signed/unsigned warning fixesJörg Mayer1-3/+3
2004-01-19The current year is 2004Jörg Mayer1-2/+2
2004-01-19move timestamp format options from "View->Options" dialog intoUlf Lamping6-124/+147
2004-01-19Include <string.h> to declare "strcasecmp()".Guy Harris1-5/+2
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,Ulf Lamping15-206/+613
2004-01-18Fix warnings found by -Wstrict-prototypesJörg Mayer2-6/+6
2004-01-18Output the result of -h to stdout, not stderrJörg Mayer1-16/+21
2004-01-18Nice rendering of the CVS version as "(cvs 200401181200003000)".Olivier Biot1-7/+19
2004-01-18make the column preferences page look a bit more like the color rules dialogUlf Lamping1-61/+62
2004-01-18no more differences, wether display filter dialog is called fromUlf Lamping3-29/+11
2004-01-18complete redesign of color dialogUlf Lamping2-137/+159
2004-01-17Select first row in column list by default,Ulf Lamping1-3/+17
2004-01-17Clean up some compiler warnings.Guy Harris1-65/+70
2004-01-17new "Font" preferences page instead of a font dialog in "User Interface"Ulf Lamping3-109/+71
2004-01-16column preferences page now looks similar to the color dialog layout,Ulf Lamping1-34/+84
2004-01-16In case of CVS sources, add the date of the last change to the versionJörg Mayer1-4/+5
2004-01-16bugfix: use correct size of global valueUlf Lamping1-6/+7
2004-01-15move "marked packet color" setting from gui_prefs to Colors page.Ulf Lamping2-332/+41
2004-01-14Change labels from "TCP Streams" to "Colors", to add other color values laterUlf Lamping2-11/+11
2004-01-14destroy the "save as" dialog only, if it's existingUlf Lamping1-2/+3
2004-01-13Use "retap_packets()" rather than "redissect_packets()".Guy Harris12-29/+29
2004-01-13Add a routine "retap_packet()" that runs through all packets, dissectingGuy Harris1-28/+14
2004-01-13"dfilter_compile()" supplies a null dfilter pointer for an empty filterGuy Harris1-2/+3
2004-01-13Add a routine "io_stat_reset()" to reset an io_stat_t; haveGuy Harris1-123/+100
2004-01-13Make the variable into which values fromGuy Harris1-5/+5
2004-01-11Rename DISSECTOR_HELPER_{SRC,OBJECTS} toGuy Harris1-1/+2
2004-01-11#if 0 out test that causes an always false warningJörg Mayer2-2/+6
2004-01-10close the Save (As) dialog, when the capture file is closedUlf Lamping1-1/+8
2004-01-10add a "Save As" button to the toolbar,Ulf Lamping1-25/+55
2004-01-10using button compatibility macrosUlf Lamping1-6/+2
2004-01-10using button compatibility macrosUlf Lamping32-478/+150
2004-01-10using button compatibility macrosUlf Lamping4-321/+82
2004-01-10added various button compatibility macros,Ulf Lamping1-1/+46
2004-01-10removed two MSVC warnings (GTK2 related)Ulf Lamping1-3/+3
2004-01-09Export "remove_color_filter()", as it's used in "color_dlg.c".Guy Harris1-1/+2
2004-01-09Include <string.h> to declare "strcmp()".Guy Harris1-1/+2
2004-01-09Part 2 of the "unmarking a packet matching a color filter does not applyOlivier Biot2-4/+19
2004-01-09use the same packet range things for "Print" dialog, as already implementedUlf Lamping2-218/+419