aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_file_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-11Remaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION in the gtk directory.gerald1-42/+0
2011-06-30Undo r37833 in favor of Sake's changes to be committed at some future date.cmaynard1-1/+1
2011-06-29Based on user feedback from Sharkfest '11, make the default choice when savin...cmaynard1-1/+1
2011-06-13Handle deprecated GtkTooltips.etxrab1-3/+3
2011-03-08Removal of the old packet-list in favor of the new packet list.sake1-16/+0
2011-02-16More cleanup toward being able to compile with GTK+ 3.0. Mostly replacingsfisher1-0/+22
2011-02-12Traditional GtkTooltips deprecated at GTK+ 2.14 (and removed in 3.0), sosfisher1-0/+10
2010-11-26Fix the rest of the include paths after the move of native win32 code to win3...sfisher1-1/+1
2010-10-12Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & i...wmeier1-11/+11
2010-05-12Don't set the sensitivity of the Open button based on whether we canguy1-0/+23
2010-03-22Fix a gcc -Wshadow warning inadvertantly introduced in SVN #32262.wmeier1-1/+1
2010-03-21Rework code so File ! Merge file_type selection works and to remove use of gl...wmeier1-34/+51
2010-03-20Bug Fix: File ! Save As (on *nix) causes a gtk_critical message.wmeier1-1/+1
2010-02-22GtkOptionMenu --> GtkComboBoxwmeier1-50/+39
2010-01-29Fix various gcc -Wshadow warnings.wmeier1-4/+4
2009-12-14From Valerio Messina:jake1-2/+2
2009-11-10Removed some unused variables and unused assignments.stig1-4/+0
2009-10-27Removed an unneeded cast.stig1-1/+1
2009-09-28Move cfselect_cb to avoid variable shadowing.stig1-1/+1
2009-07-02Get it compiling with -DNEW_PACKET_LIST on Mac OS X.tuexen1-1/+1
2009-07-01Added NEW_PACKET_LIST guard for new_packet_list.hstig1-0/+2
2009-07-01Make it possible to configure use of NEW_PACKET_LIST and fixetxrab1-0/+1
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listsfisher1-0/+11
2009-06-21"main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, butguy1-1/+1
2009-06-10*nix color_filters import/export: fix minor bug: failure to close dialog if a...wmeier1-6/+2
2009-06-02Fix some small memory leaks.wmeier1-8/+11
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedguy1-2/+2
2009-03-12From Jakub Zawadzki:stig1-1/+1
2009-01-04Minor rewording of a few comments; fix a few typos.wmeier1-1/+1
2008-12-24Check for preview timeout only every 1000 frameswmeier1-1/+1
2008-10-19Add filter autocomplete for filter in file->open and file->merge windows.stig1-0/+7
2008-10-11Ensure we initialize all colorized filter text entries before we show thestig1-0/+2
2008-08-06Merge files chronologically by default which:morriss1-2/+0
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-8/+8
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-3/+3
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.sfisher1-214/+10
2008-04-15don't mark a used parameter as unusedulfl1-1/+1
2008-04-13use the ending "_win32" for every windows specific fileulfl1-1/+1
2008-04-13sort #includes by directoriesulfl1-28/+30
2008-04-12rename menu -> main_menuulfl1-1/+1
2008-04-12move drag_and_drop declarations into it's own fileulfl1-0/+1
2008-04-12Include "stock_icons.h" to get WIRESHARK_STOCK_DISPLAY_FILTER_ENTRY.guy1-0/+1
2008-04-12compat_macros.h is gone now!!!ulfl1-10/+12
2008-04-11Wrap the callback function pointer for g_signal_connect() inguy1-28/+47
2008-04-11first round to replace SIGNAL_CONNECT with g_signal_connectulfl1-29/+29
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestulfl1-3/+3
2008-04-11replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemoni...ulfl1-3/+4
2008-04-11replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemoniculfl1-3/+3
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...ulfl1-2/+2
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-60/+60