summaryrefslogtreecommitdiff
path: root/ui/gtk/plugins_dlg.c
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-12-02Don't include wslua headers if we don't have Lua.Guy Harris1-0/+2
svn path=/trunk/; revision=53715
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-48/+15
knowledge of particular types of plugins. Instead, let particular types of plugins register with the common plugin code, giving a name and a routine to recognize that type of plugin. In particular applications, only process the relevant plugin types. Add a Makefile.common to the codecs directory. svn path=/trunk/; revision=53710
2013-11-17Fix indent (use 4 spaces) and add modelinesAlexis La Goutte1-2/+15
svn path=/trunk/; revision=53389
2013-08-12Double click Lua scripts in About Plugins list to open in an editor.Stig Bjørlykke1-0/+36
svn path=/trunk/; revision=51314
2013-07-01 Define certain 'const char *...' arrays as static.Bill Meier1-1/+1
(That is: Don't create the array on the stack each time the function is called). Reduces code memory usage and execution time. (See SVN #50271) svn path=/trunk/; revision=50295
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
svn path=/trunk/; revision=45016
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-25From Tony Trinh:Anders Broman1-4/+4
Update Lua from 5.1 to 5.2 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7400 svn path=/trunk/; revision=43482
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+122
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518