aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/plugins_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-03Get rid of no-longer-used code (the list of plugins is now just a tab inGuy Harris1-67/+0
2005-08-20- Declare some functions staticJörg Mayer1-1/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-2/+2
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-1/+1
2005-02-27The stats tree stuff should ultimately allow us to have plugin taps, soGuy Harris1-4/+22
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-05-26more code cleanup from dialog things:Ulf Lamping1-19/+10
2004-05-20beautify the "About Ethereal" page, put plugin list into the dialogUlf Lamping1-89/+47
2004-02-13Create only one "Plugins" window per process.Guy Harris1-2/+24
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-6/+6
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-26/+12
2004-01-10using button compatibility macrosUlf Lamping1-6/+2
2003-11-28using dlg_utils.c functions to catch the ESC key to close the dialogUlf Lamping1-3/+10
2003-03-02Change some plugin window geometry aspects.Laurent Deniel1-5/+5
2002-12-02Remove gtk_tree_view_set_search_column() which is not needed.Olivier Abad1-2/+1
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-33/+14
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-20/+91
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-5/+1
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-3/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+3
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