aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_file_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-14In the list of supported file types, put the file type of the file beingGuy Harris1-27/+55
2011-12-01Get rid of warnings.Anders Broman1-26/+26
2011-10-05From Sake Blok and Michael Mann:Anders Broman1-7/+8
2011-07-29Remove remaining direct access to GTK structs in Windows.Anders Broman1-5/+5
2011-07-11Remaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION in the gtk directory.Gerald Combs1-42/+0
2011-06-30Undo r37833 in favor of Sake's changes to be committed at some future date.Chris Maynard1-1/+1
2011-06-29Based on user feedback from Sharkfest '11, make the default choice when savin...Chris Maynard1-1/+1
2011-06-13Handle deprecated GtkTooltips.Anders Broman1-3/+3
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok1-16/+0
2011-02-16More cleanup toward being able to compile with GTK+ 3.0. Mostly replacingStephen Fisher1-0/+22
2011-02-12Traditional GtkTooltips deprecated at GTK+ 2.14 (and removed in 3.0), soStephen Fisher1-0/+10
2010-11-26Fix the rest of the include paths after the move of native win32 code to win3...Stephen Fisher1-1/+1
2010-10-12Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & i...Bill Meier1-11/+11
2010-05-12Don't set the sensitivity of the Open button based on whether we canGuy Harris1-0/+23
2010-03-22Fix a gcc -Wshadow warning inadvertantly introduced in SVN #32262.Bill Meier1-1/+1
2010-03-21Rework code so File ! Merge file_type selection works and to remove use of gl...Bill Meier1-34/+51
2010-03-20Bug Fix: File ! Save As (on *nix) causes a gtk_critical message.Bill Meier1-1/+1
2010-02-22GtkOptionMenu --> GtkComboBoxBill Meier1-50/+39
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-4/+4
2009-12-14From Valerio Messina:Jaap Keuter1-2/+2
2009-11-10Removed some unused variables and unused assignments.Stig Bjørlykke1-4/+0
2009-10-27Removed an unneeded cast.Stig Bjørlykke1-1/+1
2009-09-28Move cfselect_cb to avoid variable shadowing.Stig Bjørlykke1-1/+1
2009-07-02Get it compiling with -DNEW_PACKET_LIST on Mac OS X.Michael Tüxen1-1/+1
2009-07-01Added NEW_PACKET_LIST guard for new_packet_list.hStig Bjørlykke1-0/+2
2009-07-01Make it possible to configure use of NEW_PACKET_LIST and fixAnders Broman1-0/+1
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listStephen Fisher1-0/+11
2009-06-21"main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, butGuy Harris1-1/+1
2009-06-10*nix color_filters import/export: fix minor bug: failure to close dialog if a...Bill Meier1-6/+2
2009-06-02Fix some small memory leaks.Bill Meier1-8/+11
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-2/+2
2009-03-12From Jakub Zawadzki:Stig Bjørlykke1-1/+1
2009-01-04Minor rewording of a few comments; fix a few typos.Bill Meier1-1/+1
2008-12-24Check for preview timeout only every 1000 framesBill Meier1-1/+1
2008-10-19Add filter autocomplete for filter in file->open and file->merge windows.Stig Bjørlykke1-0/+7
2008-10-11Ensure we initialize all colorized filter text entries before we show theStig Bjørlykke1-0/+2
2008-08-06Merge files chronologically by default which:Jeff Morriss1-2/+0
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-8/+8
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-3/+3
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.Stephen Fisher1-214/+10
2008-04-15don't mark a used parameter as unusedUlf Lamping1-1/+1
2008-04-13use the ending "_win32" for every windows specific fileUlf Lamping1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-28/+30
2008-04-12rename menu -> main_menuUlf Lamping1-1/+1
2008-04-12move drag_and_drop declarations into it's own fileUlf Lamping1-0/+1
2008-04-12Include "stock_icons.h" to get WIRESHARK_STOCK_DISPLAY_FILTER_ENTRY.Guy Harris1-0/+1
2008-04-12compat_macros.h is gone now!!!Ulf Lamping1-10/+12
2008-04-11Wrap the callback function pointer for g_signal_connect() inGuy Harris1-28/+47
2008-04-11first round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-29/+29
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping1-3/+3