aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_file_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-26s/stat/eth_stat/ and s/unlink/eth_unlink/ to avoid non-ASCII filename problem...Jeff Morriss1-1/+2
2007-07-25from Florent DROUIN:Luis Ontanon1-8/+17
2007-06-27Fix a bug where you couldn't save individual packets from a file type thatStephen Fisher1-1/+7
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-1/+1
2007-05-16Fix bug #1600: Merge feature from File menu does'nt do what it shouldStephen Fisher1-4/+4
2007-04-03Fix warnings on Linux/gcc 4.1.1Stephen Fisher1-1/+1
2007-01-22Fix various compiler warningsStephen Fisher1-1/+1
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-1/+1
2006-10-03the whole ARGUMENT_CL mimic isn't required any longer - remove it. This shoul...Ulf Lamping1-10/+1
2006-10-03Implement a real "Cancel" button for the coloring rules dialog - this was a h...Ulf Lamping1-14/+16
2006-10-02missing mark -> select changesUlf Lamping1-25/+25
2006-08-23fix #927: Win32: delete an existing file, if the user want's to overwrite a f...Ulf Lamping1-0/+4
2006-05-28Ethereal->WiresharkAnders Broman1-2/+2
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-7/+7
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-30We use stuff from dlg_utils.h.Guy Harris1-2/+0
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris1-0/+3