From <a.stockmeier[AT]avm.de>: fix the file dialog box code to use
[obnox/wireshark/wip.git] / gtk / file_dlg.c
2001-11-09 guyFrom <a.stockmeier[AT]avm.de>: fix the file dialog...
2001-10-24 guyHave a routine that takes a file name for a personal...
2001-09-10 guyThe "Save only marked packets" checkbox should change...
2001-08-21 guyOn Windows, use the directory in which the binary resid...
2001-06-05 guyEnable "Match Selected" only if there's a field selecte...
2001-05-31 guySupport for "-N" flag enabling selected forms of name...
2001-04-15 guyThere's no "enable name resolution in captures" prefere...
2001-04-09 gramlast_open_dir needs a trailing slash in order for the...
2001-02-01 gramCreate a more modular type system for the FT_* types...
2001-01-21 guyGive various filter constructing/editing dialog boxes...
2001-01-21 guyIn the process of destroying a filter editing dialog...
2001-01-02 guyAdd a dialog box for constructing expressions that...
2000-10-19 guyMove the declaration of "g_resolving_actif" from the...
2000-08-21 denielFrames in the packet list can now be marked by the...
2000-08-11 denielMiscellaneous code cleaning
2000-07-31 guyAdd a routine to check whether a file is a directory...
2000-07-20 guyUse ESD_TYPE_CRIT for most errors (the model used by...
2000-07-03 guyIf the user clicks the "Cancel" button in a progress...
2000-06-27 guyAdd routines to Wiretap to allow a client of Wiretap...
2000-06-27 guyPatch from Ben Fowler to rename the global variable...
2000-06-02 gramAdd a "Enable name resolution" check box to the File...
2000-05-08 guyCatch the ESC key in the file selection dialog boxes...
2000-04-10 guyHave separate global variables for the current "File...
2000-04-01 guySplit "filter_dialog_cb()" into "filter_dialog_cb(...
2000-02-12 guyMove the declarations of the routines in "gtk/file_dlg...
2000-02-12 guyMake the routines internal to the filter-editing dialog...
2000-01-25 guyProvide a "get_dirname()" routine, that takes a pathnam...
2000-01-03 guyTake the "simple_dialog()" stuff out of "ui_util.h...
2000-01-01 gramA little hack for the really lazy (i.e., me). Allow...
1999-12-10 guyJerry Talkington's patch to remove the filter stuff...
1999-12-09 guyMove the GTK+ implementations of various UI utilities...
1999-12-06 guyAdd support for saving files in a format other than...
1999-11-30 guyAllow the user to save either all of the current captur...
1999-10-20 gramMove GTK-related stuff out of globals.h and put it...
1999-10-12 guyHave "dfilter_compile()" return 0 on success and 1...
1999-10-11 guyWhen a new display filter is to be applied, don't set...
1999-10-08 guyInclude "main.h", to pull in the external declarations...
1999-10-02 guyDon't initialize the file name field in the "File/Open...
1999-10-02 guyGet rid of "-F" - "-S" works, and has a more convenient UI.
1999-10-02 guyMove the declaration of global variables involved with...
1999-09-23 guyIf we forcibly turn off "fork_mode" if the user doesn...
1999-09-09 guyPut RCS IDs (and a copyright notice and GPL notice...
1999-09-09 gramMore shuffling of GTK-related routines to gtk subdirectory.
1999-09-01 gramMoved GTK-dependent routines for file dialogues, print...