name change
[metze/wireshark/wip.git] / gtk / help_dlg.c
2006-05-21 Ronnie Sahlbergname change
2006-04-20 Ulf Lampingif HHC_DIR is defined in config.nmake, use the Win32...
2006-02-24 Ulf Lampingadd the dumpcap manpage to the menu
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2005-10-09 Ulf Lampingfix the link to the online users-guide
2005-08-20 Ulf Lampingrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-05 Jörg MayerMore char -> const char warning fixes.
2005-08-02 Jörg MayerFix more "no previous declaration" warnings
2005-04-29 Ulf Lampingadd a new feature: list the files of a "File Set" ...
2005-01-20 Ulf Lampingadd some more online help functionality and help button...
2004-10-07 Gerald CombsUpdate the Example Files (sample captures) link.
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-09-24 Ulf Lampingadd a link to the Ethereal wiki front page
2004-09-16 Ulf Lampingfirst steps towards using the User's Guide as Ethereal...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-06-05 Ulf Lampingcut text_page related things from help_page.c and
2004-06-01 Ulf Lampingadd details for doxygen, various code cleanups as a...
2004-05-30 Ulf Lampingsave window position/size/maximized state into recent...
2004-05-23 Ulf Lampingnext step to save the size and postition of the dialogs...
2004-05-22 Ulf Lampinggoing to have a standard behaviour of the dialogs
2004-05-22 Guy HarrisDeclare "text_page_new()" in a "gtk/text_page.h" header...
2004-05-21 Ulf Lampingcode cleanup (e.g. removed unused function parameters),
2004-05-21 Ulf Lampingsplit helper text page function into a generic and...
2004-03-13 Ulf Lampingvarious string related changes
2004-02-13 Guy HarrisThe Help window should be a separate top-level window...
2004-02-06 Ulf Lampingreplaced every appearance of gtk_scrolled_window_new...
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-25 Ulf Lampingadding a function to the help dialog, showing a specifi...
2004-01-21 Ulf Lampingimplemented dlg_button_row_new to get a standard functi...
2004-01-10 Ulf Lampingusing button compatibility macros
2003-12-22 Guy HarrisHave a "toc" file in the help directory, which gives...
2003-12-22 Ulf LampingPatch from Guy: using distributed help text files,
2003-11-27 Ulf Lampingusing dlg_utils.c functions to catch the ESC key to...
2003-11-27 Ulf Lampingusing text files from help dir, to display the help...
2003-11-16 Guy HarrisExport "protocol_t" as an opaque type.
2003-08-25 Guy HarrisFrom Matthijs Melchior:
2003-03-03 Laurent Deniel- fix FAQ display (faq_help[] was not initialised befor...
2003-03-02 Jörg MayerRemove wip comments
2003-03-02 Jörg MayerSplit FAQ into shorter lines before including it into...
2003-01-29 Jörg MayerAdd the FAQ to the help menu
2003-01-26 Laurent DenielUpdate my email address in various places since my...
2002-12-01 Gerald CombsUpdate some text in the help dialog.
2002-11-11 Olivier AbadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 Olivier AbadMerge gtk and gtk2 directories.
2002-09-06 Guy HarrisPut needed include back in (<string.h>, to declare...
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-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
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-11 Guy HarrisHave a routine to create a scrolled window, set its...
2001-12-12 Gerald CombsGo nuts with the 3D logo.
2001-08-21 Guy HarrisOn Windows, use the directory in which the binary resid...
2001-05-12 Gerald CombsFix a bug reported by Christopher McAvaney in
2001-03-06 Guy HarrisUse "proto_get_first_protocol()" and "proto_get_next_pr...
2001-03-02 Gilbert RamirezCalculate the height and width of m_r_font globally...
2001-02-01 Guy HarrisUse the pretty name for the type, not the internal...
2001-02-01 Gilbert RamirezCreate a more modular type system for the FT_* types...
2000-11-22 Gilbert RamirezChange Ethereal homepage URL from etheral.zing.org...
2000-09-09 Laurent DenielSmall changes in help windows:
2000-09-08 Guy HarrisRedraw:
2000-09-07 Gilbert RamirezChange variable from 'char*' to 'const char*' to avoid...
2000-09-05 Laurent DenielFix help display (random character displayed in tab).
2000-08-30 Gilbert RamirezAdd FT_STRINGZ type. NCP dissector is only one that...
2000-08-22 Gilbert RamirezChange FT_NSTRING_UINT8 to FT_UINT_STRING. The length...
2000-08-17 Guy HarrisDon't catch the "delete_event" signal for the "Help...
2000-08-17 Guy HarrisIt was silly of me to require that "forget_scrolled_win...
2000-08-16 Laurent DenielFix a long standing bug in the scrolled window handling...
2000-08-11 Laurent DenielMiscellaneous code cleaning
2000-08-08 Laurent DenielAdd a Help window that contains: