summaryrefslogtreecommitdiff
path: root/gtk/capture_file_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-11replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemoni...Ulf Lamping1-3/+4
2008-04-11replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemonicUlf Lamping1-3/+3
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-2/+2
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-60/+60
2008-04-09some minor GTK1 related code fixesUlf Lamping1-1/+1
2008-04-06replace confusing #if checking for GTK2.4.0 (the GTK version when gtk_file_ch...Ulf Lamping1-44/+44
2008-04-06remove GTK1 codeUlf Lamping1-63/+17
2008-03-27Add tooltips for the filter button and text entry in the open and mergeGerald Combs1-4/+10
2008-01-26Also destroy the window when failure to export/import color filters.Stig Bjørlykke1-1/+14
2008-01-26Destroy the open window after open failure to avoid having an unusableStig Bjørlykke1-0/+14
2008-01-26Destroy the save window after canceling a save to an existing file, soStig Bjørlykke1-0/+9
2007-12-08Revert SVN #23728 since change (to fix a Windows issue) is in code not used o...Bill Meier1-8/+1
2007-12-04If we're using the native Windows file dialog, don't bother to see if the Gerald Combs1-1/+8