aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_file_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a gcc -Wshadow warning inadvertantly introduced in SVN #32262.Bill Meier2010-03-221-1/+1
* Rework code so File ! Merge file_type selection works and to remove use of gl...Bill Meier2010-03-211-34/+51
* Bug Fix: File ! Save As (on *nix) causes a gtk_critical message.Bill Meier2010-03-201-1/+1
* GtkOptionMenu --> GtkComboBoxBill Meier2010-02-221-50/+39
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-291-4/+4
* From Valerio Messina:Jaap Keuter2009-12-141-2/+2
* Removed some unused variables and unused assignments.Stig Bjørlykke2009-11-101-4/+0
* Removed an unneeded cast.Stig Bjørlykke2009-10-271-1/+1
* Move cfselect_cb to avoid variable shadowing.Stig Bjørlykke2009-09-281-1/+1
* Get it compiling with -DNEW_PACKET_LIST on Mac OS X.Michael Tüxen2009-07-021-1/+1
* Added NEW_PACKET_LIST guard for new_packet_list.hStig Bjørlykke2009-07-011-0/+2
* Make it possible to configure use of NEW_PACKET_LIST and fixAnders Broman2009-07-011-0/+1
* Introduce experimental new feature: GTK2 tree view based packet listStephen Fisher2009-06-301-0/+11
* "main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, butGuy Harris2009-06-211-1/+1
* *nix color_filters import/export: fix minor bug: failure to close dialog if a...Bill Meier2009-06-101-6/+2
* Fix some small memory leaks.Bill Meier2009-06-021-8/+11
* Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris2009-04-211-2/+2
* From Jakub Zawadzki:Stig Bjørlykke2009-03-121-1/+1
* Minor rewording of a few comments; fix a few typos.Bill Meier2009-01-041-1/+1
* Check for preview timeout only every 1000 framesBill Meier2008-12-241-1/+1
* Add filter autocomplete for filter in file->open and file->merge windows.Stig Bjørlykke2008-10-191-0/+7
* Ensure we initialize all colorized filter text entries before we show theStig Bjørlykke2008-10-111-0/+2
* Merge files chronologically by default which:Jeff Morriss2008-08-061-2/+0
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-8/+8
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-3/+3
* Remove all GTK+ < 2.4 code and minimum version checks.Stephen Fisher2008-04-271-214/+10
* don't mark a used parameter as unusedUlf Lamping2008-04-151-1/+1
* use the ending "_win32" for every windows specific fileUlf Lamping2008-04-131-1/+1
* sort #includes by directoriesUlf Lamping2008-04-131-28/+30
* rename menu -> main_menuUlf Lamping2008-04-121-1/+1
* move drag_and_drop declarations into it's own fileUlf Lamping2008-04-121-0/+1
* Include "stock_icons.h" to get WIRESHARK_STOCK_DISPLAY_FILTER_ENTRY.Guy Harris2008-04-121-0/+1
* compat_macros.h is gone now!!!Ulf Lamping2008-04-121-10/+12
* Wrap the callback function pointer for g_signal_connect() inGuy Harris2008-04-111-28/+47
* first round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-29/+29
* replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping2008-04-111-3/+3
* replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemoni...Ulf Lamping2008-04-111-3/+4
* replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemonicUlf Lamping2008-04-111-3/+3
* replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping2008-04-111-2/+2
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-60/+60
* some minor GTK1 related code fixesUlf Lamping2008-04-091-1/+1
* replace confusing #if checking for GTK2.4.0 (the GTK version when gtk_file_ch...Ulf Lamping2008-04-061-44/+44
* remove GTK1 codeUlf Lamping2008-04-061-63/+17
* Add tooltips for the filter button and text entry in the open and mergeGerald Combs2008-03-271-4/+10
* Also destroy the window when failure to export/import color filters.Stig Bjørlykke2008-01-261-1/+14
* Destroy the open window after open failure to avoid having an unusableStig Bjørlykke2008-01-261-0/+14
* Destroy the save window after canceling a save to an existing file, soStig Bjørlykke2008-01-261-0/+9
* Revert SVN #23728 since change (to fix a Windows issue) is in code not used o...Bill Meier2007-12-081-8/+1
* If we're using the native Windows file dialog, don't bother to see if the Gerald Combs2007-12-041-1/+8
* s/stat/eth_stat/ and s/unlink/eth_unlink/ to avoid non-ASCII filename problem...Jeff Morriss2007-11-261-1/+2