Add some comments about the types of alert boxes you get with the
[metze/wireshark/wip.git] / gtk / file_dlg.c
2004-02-04 Guy HarrisAdd some comments about the types of alert boxes you...
2004-02-03 Ulf Lampingenhanced some dialog messages,
2004-02-01 Ulf Lampingmoved window geometry values from prefs to recent,
2004-01-31 Ulf LampingImplemented rudimentary Drag and Drop support.
2004-01-31 Ulf Lampingminor change in dialog text
2004-01-31 Ulf Lampingcleanup of new "question dialogs",
2004-01-31 Guy HarrisPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-31 Ulf Lampingrenamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to
2004-01-29 Ulf Lampingevery GUI action, which will erease a currently unsaved...
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2004-01-20 Ulf Lampingcode cleanup and added some more
2004-01-14 Ulf Lampingdestroy the "save as" dialog only, if it's existing
2004-01-10 Ulf Lampingclose the Save (As) dialog, when the capture file is...
2004-01-10 Ulf Lampingusing button compatibility macros
2004-01-09 Ulf Lampinguse the same packet range things for "Print" dialog...
2004-01-09 Ulf Lampingsome code cleanup in range.c
2004-01-08 Ulf LampingSave As and range: don't use global vars in range.c,
2004-01-07 Guy HarrisGet rid of "gtk_box_pack_start()" call to put the range...
2004-01-07 Olivier BiotRemove extraneous parameters of packet count in case...
2004-01-07 Ulf Lampingsave dialog with "Captured" and "Displayed" buttons...
2004-01-05 Ulf Lampingan enum represents the radio buttons much better,
2004-01-02 Ulf Lampinghide save dialog, while saving
2004-01-01 Ulf Lampingcomment fixed
2003-12-30 Ulf Lampingminor changes and a small bugfix
2003-12-29 Ulf Lampingremoved a GTK2 warning
2003-12-29 Guy HarrisGet rid of an unused variable.
2003-12-29 Ulf LampingFrom Dick Gooris (and me :-)
2003-12-01 Guy Harris"select_file_cb()" only needs a title, not a "construct...
2003-11-30 Richard SharpeMove print_file_cb out of gtk/print_dlg.c and into...
2003-10-16 Guy HarrisThere doesn't seem to be any need to set "cfile.dfilter...
2003-10-14 Guy HarrisClean up the stuff that fills in the starting directory.
2003-10-14 Guy HarrisFrom Ian Schorr:
2003-09-24 Guy HarrisAdd a "file_selection_new()" routine that does all...
2003-09-20 Guy HarrisFrom Giles Scott:
2003-09-15 Guy HarrisRename various capture file routines to have names...
2003-08-18 Ronnie SahlbergFrom Richard Urwin a great enhancement to the color...
2003-07-22 Gerald CombsAdd two preferences to control ADNS, one to enable...
2003-07-18 Olivier AbadVarious fixes related to GTK2 :
2003-01-15 Guy HarrisAdd a new routine "filter_button_destroy_cb()", and...
2002-11-10 Olivier AbadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 Olivier AbadMerge gtk and gtk2 directories.
2002-09-09 Guy HarrisFrom Graeme Hewson:
2002-09-05 Jörg MayerInclude cleanups in gtk and gtk2:
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-03-05 Guy HarrisFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2002-01-13 Guy HarrisAdd a preferences page for the name resolution flags.
2001-12-06 Guy HarrisDon't update the "Save As..." dialog box if it doesn...
2001-12-06 Guy HarrisMake the "Save only marked frames" button in the "Save...
2001-11-09 Guy HarrisFrom <a.stockmeier[AT]avm.de>: fix the file dialog...
2001-10-24 Guy HarrisHave a routine that takes a file name for a personal...
2001-09-10 Guy HarrisThe "Save only marked packets" checkbox should change...
2001-08-21 Guy HarrisOn Windows, use the directory in which the binary resid...
2001-06-05 Guy HarrisEnable "Match Selected" only if there's a field selecte...
2001-05-31 Guy HarrisSupport for "-N" flag enabling selected forms of name...
2001-04-15 Guy HarrisThere's no "enable name resolution in captures" prefere...
2001-04-09 Gilbert Ramirezlast_open_dir needs a trailing slash in order for the...
2001-02-01 Gilbert RamirezCreate a more modular type system for the FT_* types...
2001-01-21 Guy HarrisGive various filter constructing/editing dialog boxes...
2001-01-21 Guy HarrisIn the process of destroying a filter editing dialog...
2001-01-02 Guy HarrisAdd a dialog box for constructing expressions that...
2000-10-19 Guy HarrisMove the declaration of "g_resolving_actif" from the...
2000-08-21 Laurent DenielFrames in the packet list can now be marked by the...
2000-08-11 Laurent DenielMiscellaneous code cleaning
2000-07-31 Guy HarrisAdd a routine to check whether a file is a directory...
2000-07-20 Guy HarrisUse ESD_TYPE_CRIT for most errors (the model used by...
2000-07-03 Guy HarrisIf the user clicks the "Cancel" button in a progress...
2000-06-27 Guy HarrisAdd routines to Wiretap to allow a client of Wiretap...
2000-06-27 Guy HarrisPatch from Ben Fowler to rename the global variable...
2000-06-02 Gilbert RamirezAdd a "Enable name resolution" check box to the File...
2000-05-08 Guy HarrisCatch the ESC key in the file selection dialog boxes...
2000-04-10 Guy HarrisHave separate global variables for the current "File...
2000-04-01 Guy HarrisSplit "filter_dialog_cb()" into "filter_dialog_cb(...
2000-02-12 Guy HarrisMove the declarations of the routines in "gtk/file_dlg...
2000-02-12 Guy HarrisMake the routines internal to the filter-editing dialog...
2000-01-25 Guy HarrisProvide a "get_dirname()" routine, that takes a pathnam...
2000-01-03 Guy HarrisTake the "simple_dialog()" stuff out of "ui_util.h...
2000-01-01 Gilbert RamirezA little hack for the really lazy (i.e., me). Allow...
1999-12-10 Guy HarrisJerry Talkington's patch to remove the filter stuff...
1999-12-09 Guy HarrisMove the GTK+ implementations of various UI utilities...
1999-12-06 Guy HarrisAdd support for saving files in a format other than...
1999-11-30 Guy HarrisAllow the user to save either all of the current captur...
1999-10-20 Gilbert RamirezMove GTK-related stuff out of globals.h and put it...
1999-10-12 Guy HarrisHave "dfilter_compile()" return 0 on success and 1...
1999-10-11 Guy HarrisWhen a new display filter is to be applied, don't set...
1999-10-08 Guy HarrisInclude "main.h", to pull in the external declarations...
1999-10-02 Guy HarrisDon't initialize the file name field in the "File/Open...
1999-10-02 Guy HarrisGet rid of "-F" - "-S" works, and has a more convenient UI.
1999-10-02 Guy HarrisMove the declaration of global variables involved with...
1999-09-23 Guy HarrisIf we forcibly turn off "fork_mode" if the user doesn...
1999-09-09 Guy HarrisPut RCS IDs (and a copyright notice and GPL notice...
1999-09-09 Gilbert RamirezMore shuffling of GTK-related routines to gtk subdirectory.
1999-09-01 Gilbert RamirezMoved GTK-dependent routines for file dialogues, print...