aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/plugins_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-20- Declare some functions staticjmayer1-1/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-05More char -> const char warning fixes.jmayer1-2/+2
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asguy1-1/+1
2005-02-27The stats tree stuff should ultimately allow us to have plugin taps, soguy1-4/+22
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-05-26more code cleanup from dialog things:ulfl1-19/+10
2004-05-20beautify the "About Ethereal" page, put plugin list into the dialogulfl1-89/+47
2004-02-13Create only one "Plugins" window per process.guy1-2/+24
2004-02-06replaced every appearance of gtk_scrolled_window_new() withulfl1-6/+6
2004-01-21implemented dlg_button_row_new to get a standard function forulfl1-26/+12
2004-01-10using button compatibility macrosulfl1-6/+2
2003-11-28using dlg_utils.c functions to catch the ESC key to close the dialogulfl1-3/+10
2003-03-02Change some plugin window geometry aspects.deniel1-5/+5
2002-12-02Remove gtk_tree_view_set_search_column() which is not needed.oabad1-2/+1
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.oabad1-33/+14
2002-11-03Merge gtk and gtk2 directories.oabad1-20/+91
2002-09-05Include cleanups in gtk and gtk2:jmayer1-5/+1
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.guy1-3/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-4/+3
2001-01-28Get rid of support for old-style plugins (support for old-style pluginsguy1-254/+6
2000-11-18Corrected wrong function call in plugins_enable_cbgrahamb1-2/+2
2000-11-15Move the table of bit-swapped byte values to "epan/bitswap.c", andguy1-29/+5
2000-10-20Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headergram1-1/+2
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleguy1-5/+3
2000-08-21Cosmetic change (close button at the right place :-).deniel1-7/+7
2000-08-11Miscellaneous code cleaningdeniel1-1/+5
2000-07-20Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsguy1-4/+4
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGguy1-3/+4
2000-02-07Code changes, but not Makefile changes, for enabling plugins for Win32.gram1-7/+23
2000-01-17Squelch some complaints from GCC (and protect against the admittedlyguy1-7/+22
2000-01-17We have to #include "plugins.h" before using the HAVE_PLUGINS define.oabad1-3/+3
2000-01-15Merge in the final code to make Ethereal run on Win32, compiledgram1-7/+11
2000-01-04Implement plugins status save/restore :oabad1-108/+21
2000-01-03Add a "Default" button to reset the filter string to its default value.oabad1-1/+22
2000-01-03Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",guy1-2/+2
1999-12-29Update a comment.guy1-3/+12
1999-12-28Add support for "--with-plugindir=<plugin install dir>" to configure.gerald1-3/+8
1999-12-26Integrate libtool/libltdl with the plugin code. Add libtool and libltdlgerald1-9/+20
1999-12-12Avoid loading "." and ".." when scanning directories for pluginsoabad1-1/+4
1999-12-09Put in an RCS ID.oabad1-1/+3
1999-12-09plugins support (i.e. Dynamically loadable dissectors)oabad1-0/+412