aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2008-07-25From David Aggeler:Anders Broman3-2/+12
2008-07-25From David Aggeler:Anders Broman2-0/+79
2008-07-22Add NULL termination element to value_string arrayBill Meier1-0/+1
2008-07-22Add NULL termination element to value_string arrays;Bill Meier1-55/+58
2008-07-22Filter autocompletion from Bahaa Naamneh (bug 2581).Martin Mathieson6-4/+634
2008-07-21From Dustin Johnson: Don't pop up a warning dialog every time we can't saveGerald Combs1-11/+9
2008-07-13From Francesco Fondelli:Jaap Keuter1-0/+8
2008-07-12Correct help topic for firewall dialog.Stig Bjørlykke1-1/+1
2008-07-12More (mostly stats tree) unsigned->signed char cleanupJeff Morriss1-11/+28
2008-07-10Note bug 2699, which reports a bug in xdg-open.Guy Harris1-0/+2
2008-07-09Replace r25638 with a better fix. On Windows, don't open a console window ifGerald Combs1-0/+13
2008-07-08Fix compile errorBill Meier1-2/+3
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier14-18/+18
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier7-34/+35
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris2-1/+8
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss5-5/+5
2008-06-30When we open a debug console on Windows, don't grab stdin. We never readGerald Combs1-1/+1
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier77-300/+300
2008-06-29From Kovarththanan Rajaratnam (bug 2657):Sake Blok3-4/+12
2008-06-29From Kovarththanan Rajaratnam (bug 2658):Sake Blok1-1/+1
2008-06-29Add accelerator keys for (un)mark all packetsSake Blok1-2/+2
2008-06-29From Kovarththanan Rajaratnam (bug 2652):Sake Blok1-2/+2
2008-06-26Remove a lot of vestigal GTK-Wimp stuff. It's been included withGerald Combs1-3/+3
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-5/+6
2008-06-24Make it obvious that this is a development version. Fix a makefileGerald Combs3-7/+7
2008-06-24Have separate callback mechanisms in file.c and capture.c; pass theGuy Harris5-91/+164
2008-06-24Only include gtk/capture_globals.h if we're building with captureGuy Harris1-0/+2
2008-06-24Add gtk/capture_globals.h, to declare global_capture_opts, so files thatGuy Harris10-25/+58
2008-06-24For now, just refer to global_capture_opts, replacing references to theGuy Harris1-13/+12
2008-06-24For now, just refer to global_capture_opts, replacing references to theGuy Harris3-171/+175
2008-06-24Have capture_info_ui_create() and capture_info_open() take a pointer toGuy Harris2-8/+4
2008-06-23Get rid of the static capture_opts pointer - it collides with parameterGuy Harris1-30/+30
2008-06-23Give more details on the stuff Beast does, and suggest a possible schemeGuy Harris1-7/+27
2008-06-21Add stuff to a comment, and move stuff to that comment from elsewhere,Guy Harris1-7/+15
2008-06-21If we have xdg-open, always run that to launch a Web browser, and ignoreGuy Harris1-1/+35
2008-06-21And use correct help topic...Stig Bjørlykke1-1/+1
2008-06-21Added help topic item previous reused for another topic.Stig Bjørlykke3-1/+5
2008-06-21Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke26-289/+103
2008-06-21Added a help button in the Interface Options dialog.Stig Bjørlykke3-12/+18
2008-06-19Update the statusbar expert info icon when changing profile.Stig Bjørlykke3-1/+3
2008-06-19Make storage-based and time-based "Next file every" checkboxes behave equalStig Bjørlykke1-2/+5
2008-06-18Encase another variable used only if we support capture in #ifdefGuy Harris1-0/+2
2008-06-18Put a variable inside a ifdef HAVE_LIBPCAPStig Bjørlykke1-0/+2
2008-06-18Reload the interface list on the welcome page when changing profile andStig Bjørlykke4-30/+62
2008-06-18Draw menu items with radio buttons.Stig Bjørlykke1-0/+2
2008-06-17The recent.gui_time_precision fix introduced a worse bug when changingStig Bjørlykke1-1/+0
2008-06-17Popup a menu with configuration profiles instead of the profile dlgStig Bjørlykke3-2/+66
2008-06-15Initialize recent.gui_time_precision when changing profile to avoid a crashStig Bjørlykke1-1/+2
2008-06-15Cleanup return values from info_bar_new() and packets_bar_new().Stig Bjørlykke1-11/+9
2008-06-15Click on the profile in the statusbar will open Configuration Profiles dialog.Stig Bjørlykke1-8/+18