aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2004-01-02recent files: make submenu insensitive if empty andUlf Lamping1-20/+93
2004-01-02From Didier: don't update the progress bar more often than every 100msUlf Lamping1-2/+16
2004-01-02Tweak the name of the Coloring Rules dialog box to be more consistent ...Richard Sharpe1-3/+3
2004-01-01label texts changed (tip from Richard)Ulf Lamping1-8/+8
2004-01-01rearranged prefs topicsUlf Lamping1-63/+65
2004-01-01moved recent files pref, as it splits corresponding dir entriesUlf Lamping1-10/+9
2004-01-01comment fixedUlf Lamping1-2/+2
2003-12-30minor changes and a small bugfixUlf Lamping1-7/+16
2003-12-29Nothing in "range.c" is GTK+-specific, so move it to the top-levelGuy Harris3-394/+2
2003-12-29range.h moved from gtk to .Jörg Mayer1-2/+1
2003-12-29removed a GTK2 warningUlf Lamping2-4/+4
2003-12-29Get rid of an unused variable.Guy Harris1-2/+1
2003-12-29Add an RCS ID.Guy Harris1-1/+5
2003-12-29From Dick Gooris (and me :-)Ulf Lamping5-62/+660
2003-12-29Make the "max count of recently-visited files" preference unsigned.Guy Harris1-11/+8
2003-12-29OK, now I have added the preference for recent_files_count_max, and we canRichard Sharpe1-2/+45
2003-12-28Connect the recent_file_count_max variable to the prefs.gui_recent_file_count...Richard Sharpe1-2/+2
2003-12-28removed some MSVC warnings (warning level 2)Ulf Lamping1-3/+3
2003-12-28removed some MSVC warnings (warning level 2)Ulf Lamping1-5/+5
2003-12-24Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX orGuy Harris2-21/+10
2003-12-23Base the count of selected packets on whether there's aGuy Harris1-14/+14
2003-12-23removed some MSVC warnings (conversions between double/float and int)Ulf Lamping5-59/+59
2003-12-22Have a "toc" file in the help directory, which gives a list of helpGuy Harris1-106/+111
2003-12-22Patch from Guy: using distributed help text files,Ulf Lamping1-76/+77
2003-12-21If we don't have any packets, or don't have any filtered packets, don'tGuy Harris1-7/+11
2003-12-21Arrays indexed by a 1-octet unsigned value, if we don't know whichGuy Harris2-4/+4
2003-12-21"sizeof(array)" is the size of the array in bytes, not the number ofGuy Harris2-7/+10
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)Ulf Lamping5-17/+13
2003-12-21Compiling with -pedantic:Jörg Mayer1-1/+1
2003-12-20Move display filter into filtered packets frame.Olivier Biot1-22/+22
2003-12-19From Lars Roland:Guy Harris5-183/+48
2003-12-18A small patch from Kai Krueger <kai@kruegernetz.de> to ensure that weRichard Sharpe1-3/+4
2003-12-17removed some more MSVC warnings (type casting), GTK2 specificUlf Lamping2-5/+5
2003-12-17From Lars Roland: have common code to handle display filter dialogs inGuy Harris33-315/+362
2003-12-17removed some more MSVC warnings (type casting)Ulf Lamping2-7/+8
2003-12-17removed some MSVC warnings (casting gdouble to gint, which is ok)Ulf Lamping1-5/+6
2003-12-17From Albert Chin: get rid of C++ comments.Guy Harris1-1/+1
2003-12-16Use gtk compatibility macros (from compat_macros.h) instead of some gtk+Olivier Abad23-213/+171
2003-12-16From Ronnie Sahlberg: when the user selects a filter from the popupGuy Harris1-1/+4
2003-12-15DCE RPC version numbers are unsigned - print them with "%u".Guy Harris1-12/+19
2003-12-15if user clicks recent capture file item, and this file no longer exists,Ulf Lamping1-4/+21
2003-12-15From Lars Roland: export the value_string tables from packet-h225.c andGuy Harris1-236/+1
2003-12-14From Ronnie Sahlberg: fix a crash on Win32 when we resort a column inGuy Harris1-2/+2
2003-12-14From Ronnie Sahlberg: support iostat graphs with 1ms resolution.Guy Harris1-4/+4
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