aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/plugins_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-28Get rid of support for old-style plugins (support for old-style pluginsGuy Harris1-254/+6
2000-11-18Corrected wrong function call in plugins_enable_cbGraham Bloice1-2/+2
2000-11-15Move the table of bit-swapped byte values to "epan/bitswap.c", andGuy Harris1-29/+5
2000-10-20Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headerGilbert Ramirez1-1/+2
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris1-5/+3
2000-08-21Cosmetic change (close button at the right place :-).Laurent Deniel1-7/+7
2000-08-11Miscellaneous code cleaningLaurent Deniel1-1/+5
2000-07-20Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris1-4/+4
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris1-3/+4
2000-02-07Code changes, but not Makefile changes, for enabling plugins for Win32.Gilbert Ramirez1-7/+23
2000-01-17Squelch some complaints from GCC (and protect against the admittedlyGuy Harris1-7/+22
2000-01-17We have to #include "plugins.h" before using the HAVE_PLUGINS define.Olivier Abad1-3/+3
2000-01-15Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez1-7/+11
2000-01-04Implement plugins status save/restore :Olivier Abad1-108/+21
2000-01-03Add a "Default" button to reset the filter string to its default value.Olivier Abad1-1/+22
2000-01-03Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris1-2/+2
1999-12-29Update a comment.Guy Harris1-3/+12
1999-12-28Add support for "--with-plugindir=<plugin install dir>" to configure.Gerald Combs1-3/+8
1999-12-26Integrate libtool/libltdl with the plugin code. Add libtool and libltdlGerald Combs1-9/+20
1999-12-12Avoid loading "." and ".." when scanning directories for pluginsOlivier Abad1-1/+4
1999-12-09Put in an RCS ID.Olivier Abad1-1/+3
1999-12-09plugins support (i.e. Dynamically loadable dissectors)Olivier Abad1-0/+412