aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-28Split the recent file in two, one for the configuration profilestig1-4/+51
2008-04-21Allow configuration of tap update interval.martinm1-6/+22
2008-04-17colors_init() doesn't have anything to do with packet coloring, it'sguy1-1/+3
2008-04-13change all preferences related filenames from xy_prefs to prefs_xyulfl1-1/+0
2008-04-13move all code from color.c into color_utils.culfl1-1/+1
2008-04-12various code cleanupulfl1-100/+84
2008-04-12move "airpcap toolbar" code from main.c into new file(s) main_airpcap_toolbarulfl1-463/+4
2008-04-12move "filter toolbar" code from main.c into new file(s) main_filter_toolbarulfl1-296/+8
2008-04-12move tap_dfilter_dlg.h from / to /gtk (and use the callback mechanism in main...ulfl1-0/+4
2008-04-12proto_draw -> main_proto_drawulfl1-1/+1
2008-04-12Clean up indentation.guy1-1/+1
2008-04-12rename packet_list to main_packet_listulfl1-1/+1
2008-04-12Added an option to save column widths in the recent file.stig1-2/+3
2008-04-12rename menu -> main_menuulfl1-2/+1
2008-04-12cleanup of "capture_in_progress" ugly hack from main_toolbar, call capture_if...ulfl1-1/+9
2008-04-12rename toolbar to main_toolbarulfl1-3/+1
2008-04-12Mark some unused arguments.stig1-2/+2
2008-04-12move statusbar related code from main.c into it's own main_statusbar.culfl1-592/+24
2008-04-12move drag_and_drop declarations into it's own fileulfl1-0/+1
2008-04-12compat_macros.h is gone now!!!ulfl1-9/+11
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)ulfl1-0/+3
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-26/+26
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestulfl1-10/+10
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...ulfl1-4/+4
2008-04-11OBECT_..._DATA --> g_object_..._datawmeier1-38/+38
2008-04-09Remove:etxrab1-4/+0
2008-04-09fix some GTK1 related commentsulfl1-3/+3
2008-04-09fix a comment typoulfl1-1/+1
2008-04-08remove GTK1 specific font handlingulfl1-3/+3
2008-04-07replace confusing #if checking for GlIB2.6.0 by #if GLIB_CHECK_VERSION(2,6,0)ulfl1-2/+2
2008-04-05fix compilation without HAVE_AIRPCAPulfl1-3/+3
2008-04-05click on the "expert info" indicator opens the corresponding dialogulfl1-23/+57
2008-04-05update expert info LED also while doing live capturingulfl1-27/+23
2008-04-05remove GTK1 stuffulfl1-138/+4
2008-04-05add an "LED" to the statusbar, that indicates the most important level of exp...ulfl1-9/+57
2008-04-04carve out the (currently disabled) welcome page into it's own file to slightl...ulfl1-526/+2
2008-03-06Free another allocated string.stig1-1/+2
2008-03-01Custom column updates:sfisher1-31/+7
2008-02-29Next attempt to cleanup some string functions, including:stig1-1/+1
2008-02-22Fix compile errors if 'configure ... --without-pcap'wmeier1-1/+2
2008-02-17Remove redundant (repeated) "PortAudio" from "About Wireshark" screen.wmeier1-1/+1
2008-02-13Add a priority level to each context in the info status bar. Use it to makegerald1-7/+57
2008-02-11Wireshark occasionally starts up behind other applications. Bring it to thegerald1-0/+3
2008-02-04Clean up (some) indentation ...wmeier1-227/+226
2008-02-04Fix benign typowmeier1-1/+1
2008-02-01Added tooltip description for yellow filter background.stig1-1/+1
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).stig1-1/+1
2008-01-31If "!=" or "ne" are used in a display filter, warn the user that the resultsgerald1-1/+20
2008-01-30Added missing space in front of some statusbar messages.stig1-2/+2
2008-01-27Do not change profile if directory creation failed, and change to defaultstig1-1/+6