aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-23Print correct number of packets for captured "From first to last marked packet".Stig Bjørlykke1-1/+1
2008-05-23Attempt to fix the !win32 build.Stig Bjørlykke1-0/+1
2008-05-23Fix some of the Errors/warnings detected by checkapi.Anders Broman2-4/+8
2008-05-23Change references to follow TCP stream to just follow stream to reflectStephen Fisher3-5/+5
2008-05-23Remove backward compability code for GTK 2.2.1 and lower since we onlyStephen Fisher1-8/+0
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss21-212/+209
2008-05-19Fixed percent sorting and export to csv after text-value switch in last commit.Stig Bjørlykke1-7/+6
2008-05-18Added check for GTK 2.6.0 for gtk_cell_render_progress_new()Stig Bjørlykke1-33/+43
2008-05-18Added check for GTK 2.6.0 for gtk_cell_renderer_progress_new()Stig Bjørlykke1-8/+17
2008-05-17- Rewrote to use GtkTreeView instead of GtkCList.Stig Bjørlykke1-588/+561
2008-05-17- Use the common function for applying a selected filter.Stig Bjørlykke2-220/+39
2008-05-17- Use the common function for applying a selected filter.Stig Bjørlykke1-121/+24
2008-05-17- Don't create illegal filter from context menu.Stig Bjørlykke1-56/+37
2008-05-17- Use the common function for applying a selected filter.Stig Bjørlykke1-125/+37
2008-05-17Added a common function to apply a selected filter according to Stig Bjørlykke3-0/+170
2008-05-14Force foreground when background is forced on welcome page.Stig Bjørlykke1-12/+25
2008-05-14From Alejandro Vaquero:Tomas Kukosa1-4/+36
2008-05-13Update to Portaudio pa_stable_v19_20071207Tomas Kukosa1-0/+4
2008-05-12Added an option to limit the list to match the current display filter.Stig Bjørlykke1-4/+47
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier1-2/+2
2008-05-11Sort list before thaw to avoid flicker when doing capture.Stig Bjørlykke3-15/+32
2008-05-09Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+1