Fix a "equality comparison with extraneous parentheses" warning found
[obnox/wireshark/wip.git] / gtk / capture_file_dlg.c
2011-03-08 sakeRemoval of the old packet-list in favor of the new...
2011-02-16 sfisherMore cleanup toward being able to compile with GTK...
2011-02-12 sfisherTraditional GtkTooltips deprecated at GTK+ 2.14 (and...
2010-11-26 sfisherFix the rest of the include paths after the move of...
2010-10-12 wmeierRename g_resolv_flags --> gbl_resolv_flags; Also: clean...
2010-05-12 guyDon't set the sensitivity of the Open button based...
2010-03-22 wmeierFix a gcc -Wshadow warning inadvertantly introduced...
2010-03-21 wmeierRework code so File ! Merge file_type selection works...
2010-03-20 wmeierBug Fix: File ! Save As (on *nix) causes a gtk_critical...
2010-02-22 wmeierGtkOptionMenu --> GtkComboBox
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2009-12-14 jakeFrom Valerio Messina:
2009-11-10 stigRemoved some unused variables and unused assignments.
2009-10-27 stigRemoved an unneeded cast.
2009-09-28 stigMove cfselect_cb to avoid variable shadowing.
2009-07-02 tuexenGet it compiling with -DNEW_PACKET_LIST on Mac OS X.
2009-07-01 stigAdded NEW_PACKET_LIST guard for new_packet_list.h
2009-07-01 etxrabMake it possible to configure use of NEW_PACKET_LIST...
2009-06-30 sfisherIntroduce experimental new feature: GTK2 tree view...
2009-06-21 guy"main_menu.[ch]" -> "menus.[ch]"; it handles not only...
2009-06-10 wmeier*nix color_filters import/export: fix minor bug: failur...
2009-06-02 wmeierFix some small memory leaks.
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2009-03-12 stigFrom Jakub Zawadzki:
2009-01-04 wmeierMinor rewording of a few comments; fix a few typos.
2008-12-24 wmeierCheck for preview timeout only every 1000 frames
2008-10-19 stigAdd filter autocomplete for filter in file->open and...
2008-10-11 stigEnsure we initialize all colorized filter text entries...
2008-08-06 morrissMerge files chronologically by default which:
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-04-27 sfisherRemove all GTK+ < 2.4 code and minimum version checks.
2008-04-15 ulfldon't mark a used parameter as unused
2008-04-13 ulfluse the ending "_win32" for every windows specific...
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflrename menu -> main_menu
2008-04-12 ulflmove drag_and_drop declarations into it's own file
2008-04-12 guyInclude "stock_icons.h" to get WIRESHARK_STOCK_DISPLAY_...
2008-04-12 ulflcompat_macros.h is gone now!!!
2008-04-11 guyWrap the callback function pointer for g_signal_connect...
2008-04-11 ulflfirst round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 ulflreplace WIDGET_SET_SIZE with gtk_widget_set_size_request
2008-04-11 ulflreplace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_b...
2008-04-11 ulflreplace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_b...
2008-04-11 ulflreplace all appearances of BUTTON_NEW_FROM_STOCK with...
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-09 ulflsome minor GTK1 related code fixes
2008-04-06 ulflreplace confusing #if checking for GTK2.4.0 (the GTK...
2008-04-06 ulflremove GTK1 code
2008-03-27 geraldAdd tooltips for the filter button and text entry in...
2008-01-26 stigAlso destroy the window when failure to export/import...
2008-01-26 stigDestroy the open window after open failure to avoid...
2008-01-26 stigDestroy the save window after canceling a save to an...
2007-12-08 wmeierRevert SVN #23728 since change (to fix a Windows issue...
2007-12-04 geraldIf we're using the native Windows file dialog, don...
2007-11-26 morrisss/stat/eth_stat/ and s/unlink/eth_unlink/ to avoid...
2007-07-25 legofrom Florent DROUIN:
2007-06-27 sfisherFix a bug where you couldn't save individual packets...
2007-05-29 guyUse G_GINT64_MODIFIER, rather than the PRI[douxX]64...
2007-05-16 sfisherFix bug #1600: Merge feature from File menu does'nt...
2007-04-03 sfisherFix warnings on Linux/gcc 4.1.1
2007-01-22 sfisherFix various compiler warnings
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2006-10-03 ulflthe whole ARGUMENT_CL mimic isn't required any longer...
2006-10-03 ulflImplement a real "Cancel" button for the coloring rules...
2006-10-02 ulflmissing mark -> select changes
2006-08-23 ulflfix #927: Win32: delete an existing file, if the user...
2006-05-28 etxrabEthereal->Wireshark
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-04-30 guyWe use stuff from dlg_utils.h.
2006-04-30 guyMove the file selection dialog routines to file_dlg...
2006-04-29 guyMost of the stuff in file_dlg.c is specific to capture...