aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-15Moved setting of E_MPACKET_LIST_KEY object data to the function creatingStig Bjørlykke2-1/+1
2008-06-14Update all time columns when changing the time precision.Stig Bjørlykke1-2/+2
2008-06-14Save the column width in the recent list on every change so we canStig Bjørlykke3-1/+56
2008-06-04Sun C warns about an integer overflow for 1 << 31, presumably because 1Guy Harris1-4/+4
2008-06-03GTK+ 1.2[.x] is no longer relevant - we require 2.x - so don't talkGuy Harris1-1/+1
2008-06-02Rewrote ifopts_options_add() to make it readable and simpler.Stig Bjørlykke1-111/+39
2008-06-02Rewrote to not use gtk_combo_box_get_active_text().Stig Bjørlykke1-8/+11
2008-06-02Added an option to set default link-layer header type for each interface.Stig Bjørlykke2-84/+322
2008-05-30Clean up indentation.Guy Harris1-256/+256