aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-23Get rid of the static capture_opts pointer - it collides with parameterGuy Harris1-30/+30
2008-06-19Update the statusbar expert info icon when changing profile.Stig Bjørlykke1-0/+1
2008-06-18Reload the interface list on the welcome page when changing profile andStig Bjørlykke1-0/+3
2008-06-17The recent.gui_time_precision fix introduced a worse bug when changingStig Bjørlykke1-1/+0
2008-06-15Initialize recent.gui_time_precision when changing profile to avoid a crashStig Bjørlykke1-1/+2
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-9/+9
2008-05-06Fix some of the Errors/warnings detected by checkapi.Anders Broman1-4/+4
2008-04-28Split the recent file in two, one for the configuration profileStig Bjørlykke1-4/+51
2008-04-21Allow configuration of tap update interval.Martin Mathieson1-6/+22
2008-04-17colors_init() doesn't have anything to do with packet coloring, it'sGuy Harris1-1/+3
2008-04-13change all preferences related filenames from xy_prefs to prefs_xyUlf Lamping1-1/+0
2008-04-13move all code from color.c into color_utils.cUlf Lamping1-1/+1
2008-04-12various code cleanupUlf Lamping1-100/+84
2008-04-12move "airpcap toolbar" code from main.c into new file(s) main_airpcap_toolbarUlf Lamping1-463/+4
2008-04-12move "filter toolbar" code from main.c into new file(s) main_filter_toolbarUlf Lamping1-296/+8
2008-04-12move tap_dfilter_dlg.h from / to /gtk (and use the callback mechanism in main...Ulf Lamping1-0/+4
2008-04-12proto_draw -> main_proto_drawUlf Lamping1-1/+1
2008-04-12Clean up indentation.Guy Harris1-1/+1
2008-04-12rename packet_list to main_packet_listUlf Lamping1-1/+1
2008-04-12Added an option to save column widths in the recent file.Stig Bjørlykke1-2/+3
2008-04-12rename menu -> main_menuUlf Lamping1-2/+1
2008-04-12cleanup of "capture_in_progress" ugly hack from main_toolbar, call capture_if...Ulf Lamping1-1/+9
2008-04-12rename toolbar to main_toolbarUlf Lamping1-3/+1
2008-04-12Mark some unused arguments.Stig Bjørlykke1-2/+2
2008-04-12move statusbar related code from main.c into it's own main_statusbar.cUlf Lamping1-592/+24
2008-04-12move drag_and_drop declarations into it's own fileUlf Lamping1-0/+1
2008-04-12compat_macros.h is gone now!!!Ulf Lamping1-9/+11
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-0/+3
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-26/+26
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping1-10/+10
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-4/+4
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier1-38/+38
2008-04-09Remove:Anders Broman1-4/+0
2008-04-09fix some GTK1 related commentsUlf Lamping1-3/+3
2008-04-09fix a comment typoUlf Lamping1-1/+1
2008-04-08remove GTK1 specific font handlingUlf Lamping1-3/+3
2008-04-07replace confusing #if checking for GlIB2.6.0 by #if GLIB_CHECK_VERSION(2,6,0)Ulf Lamping1-2/+2
2008-04-05fix compilation without HAVE_AIRPCAPUlf Lamping1-3/+3
2008-04-05click on the "expert info" indicator opens the corresponding dialogUlf Lamping1-23/+57
2008-04-05update expert info LED also while doing live capturingUlf Lamping1-27/+23
2008-04-05remove GTK1 stuffUlf Lamping1-138/+4
2008-04-05add an "LED" to the statusbar, that indicates the most important level of exp...Ulf Lamping1-9/+57
2008-04-04carve out the (currently disabled) welcome page into it's own file to slightl...Ulf Lamping1-526/+2
2008-03-06Free another allocated string.Stig Bjørlykke1-1/+2
2008-03-01Custom column updates:Stephen Fisher1-31/+7
2008-02-29Next attempt to cleanup some string functions, including:Stig Bjørlykke1-1/+1
2008-02-22Fix compile errors if 'configure ... --without-pcap'Bill Meier1-1/+2
2008-02-17Remove redundant (repeated) "PortAudio" from "About Wireshark" screen.Bill Meier1-1/+1
2008-02-13Add a priority level to each context in the info status bar. Use it to makeGerald Combs1-7/+57
2008-02-11Wireshark occasionally starts up behind other applications. Bring it to theGerald Combs1-0/+3