aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/plugins_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Prepare wireshark and tshark for wiretap pluginsLuis Ontanon2007-05-241-6/+8
* name changeRonnie Sahlberg2006-05-211-2/+2
* Get rid of no-longer-used code (the list of plugins is now just a tab inGuy Harris2005-11-031-67/+0
* - Declare some functions staticJörg Mayer2005-08-201-1/+2
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* More char -> const char warning fixes.Jörg Mayer2005-08-051-2/+2
* Call the "new-style init" routine for plugins a "register" routine, asGuy Harris2005-03-071-1/+1
* The stats tree stuff should ultimately allow us to have plugin taps, soGuy Harris2005-02-271-4/+22
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* more code cleanup from dialog things:Ulf Lamping2004-05-261-19/+10
* beautify the "About Ethereal" page, put plugin list into the dialogUlf Lamping2004-05-201-89/+47
* Create only one "Plugins" window per process.Guy Harris2004-02-131-2/+24
* replaced every appearance of gtk_scrolled_window_new() withUlf Lamping2004-02-061-6/+6
* implemented dlg_button_row_new to get a standard function forUlf Lamping2004-01-211-26/+12
* using button compatibility macrosUlf Lamping2004-01-101-6/+2
* using dlg_utils.c functions to catch the ESC key to close the dialogUlf Lamping2003-11-281-3/+10
* Change some plugin window geometry aspects.Laurent Deniel2003-03-021-5/+5
* Remove gtk_tree_view_set_search_column() which is not needed.Olivier Abad2002-12-021-2/+1
* Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad2002-11-111-33/+14
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-20/+91
* Include cleanups in gtk and gtk2:Jörg Mayer2002-09-051-5/+1
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris2002-03-051-3/+3
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-4/+3
* Get rid of support for old-style plugins (support for old-style pluginsGuy Harris2001-01-281-254/+6
* Corrected wrong function call in plugins_enable_cbGraham Bloice2000-11-181-2/+2
* Move the table of bit-swapped byte values to "epan/bitswap.c", andGuy Harris2000-11-151-29/+5
* Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headerGilbert Ramirez2000-10-201-1/+2
* Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris2000-08-231-5/+3
* Cosmetic change (close button at the right place :-).Laurent Deniel2000-08-211-7/+7
* Miscellaneous code cleaningLaurent Deniel2000-08-111-1/+5
* Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris2000-07-201-4/+4
* Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris2000-07-051-3/+4
* Code changes, but not Makefile changes, for enabling plugins for Win32.Gilbert Ramirez2000-02-071-7/+23
* Squelch some complaints from GCC (and protect against the admittedlyGuy Harris2000-01-171-7/+22
* We have to #include "plugins.h" before using the HAVE_PLUGINS define.Olivier Abad2000-01-171-3/+3
* Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez2000-01-151-7/+11
* Implement plugins status save/restore :Olivier Abad2000-01-041-108/+21
* Add a "Default" button to reset the filter string to its default value.Olivier Abad2000-01-031-1/+22
* Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris2000-01-031-2/+2
* Update a comment.Guy Harris1999-12-291-3/+12
* Add support for "--with-plugindir=<plugin install dir>" to configure.Gerald Combs1999-12-281-3/+8
* Integrate libtool/libltdl with the plugin code. Add libtool and libltdlGerald Combs1999-12-261-9/+20
* Avoid loading "." and ".." when scanning directories for pluginsOlivier Abad1999-12-121-1/+4
* Put in an RCS ID.Olivier Abad1999-12-091-1/+3
* plugins support (i.e. Dynamically loadable dissectors)Olivier Abad1999-12-091-0/+412