Add a routine to be used to put up alert boxes for invalid display
[obnox/wireshark/wip.git] / gtk / file_dlg.c
2004-02-11 guyAdd a routine to be used to put up alert boxes for...
2004-02-04 guyAdd some comments about the types of alert boxes you...
2004-02-03 ulflenhanced some dialog messages,
2004-02-01 ulflmoved window geometry values from prefs to recent,
2004-01-31 ulflImplemented rudimentary Drag and Drop support.
2004-01-31 ulflminor change in dialog text
2004-01-31 ulflcleanup of new "question dialogs",
2004-01-31 guyPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-31 ulflrenamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to
2004-01-29 ulflevery GUI action, which will erease a currently unsaved...
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2004-01-20 ulflcode cleanup and added some more
2004-01-14 ulfldestroy the "save as" dialog only, if it's existing
2004-01-10 ulflclose the Save (As) dialog, when the capture file is...
2004-01-10 ulflusing button compatibility macros
2004-01-09 ulfluse the same packet range things for "Print" dialog...
2004-01-09 ulflsome code cleanup in range.c
2004-01-08 ulflSave As and range: don't use global vars in range.c,
2004-01-07 guyGet rid of "gtk_box_pack_start()" call to put the range...
2004-01-07 obiotRemove extraneous parameters of packet count in case...
2004-01-07 ulflsave dialog with "Captured" and "Displayed" buttons...
2004-01-05 ulflan enum represents the radio buttons much better,
2004-01-02 ulflhide save dialog, while saving
2004-01-01 ulflcomment fixed
2003-12-30 ulflminor changes and a small bugfix
2003-12-29 ulflremoved a GTK2 warning
2003-12-29 guyGet rid of an unused variable.
2003-12-29 ulflFrom Dick Gooris (and me :-)
2003-12-01 guy"select_file_cb()" only needs a title, not a "construct...
2003-11-30 sharpeMove print_file_cb out of gtk/print_dlg.c and into...
2003-10-16 guyThere doesn't seem to be any need to set "cfile.dfilter...
2003-10-14 guyClean up the stuff that fills in the starting directory.
2003-10-14 guyFrom Ian Schorr:
2003-09-24 guyAdd a "file_selection_new()" routine that does all...
2003-09-20 guyFrom Giles Scott:
2003-09-15 guyRename various capture file routines to have names...
2003-08-18 sahlbergFrom Richard Urwin a great enhancement to the color...
2003-07-22 geraldAdd two preferences to control ADNS, one to enable...
2003-07-18 oabadVarious fixes related to GTK2 :
2003-01-15 guyAdd a new routine "filter_button_destroy_cb()", and...
2002-11-10 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-09-09 guyFrom Graeme Hewson:
2002-09-05 jmayerInclude cleanups in gtk and gtk2:
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-13 guyAdd a preferences page for the name resolution flags.
2001-12-06 guyDon't update the "Save As..." dialog box if it doesn...
2001-12-06 guyMake the "Save only marked frames" button in the "Save...
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...