aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_gui.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-14wslua: Drop unused "push_code" macro parameterPeter Wu1-2/+2
2016-01-11Lua: Added reload_lua_pluginsStig Bjørlykke1-3/+29
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-3/+18
2015-07-07Qt: Add initial Lua support.Gerald Combs1-7/+7
2015-02-13wslua*: Add editor modelines; Fix indentation, etc as needed.Bill Meier1-0/+13
2015-01-23Use luaL_{check,opt}integer() rather than luaL_{check,opt}int().Guy Harris1-1/+1
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-3/+4
2015-01-04Make all Lua code use wmem not ememHadriel Kaplan1-5/+2
2014-10-13Lua: luaL_checkstring does not return NULLStig Bjørlykke1-58/+3
2014-06-18Convert the obvious emem to wmem in lua code.Evan Huus1-2/+5
2014-03-25Enhance Lua API doc generator and add more API infoHadriel Kaplan1-49/+52
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-27Fix coverity warnings for all wslua files. (redux)Hadriel Kaplan1-21/+78
2014-02-21Cleanup on aisle 5: normalizes the Lua code to follow common schema/modelHadriel Kaplan1-74/+11
2014-02-08Fix bug 9732: ' Lua: recent commit changed some MENU_ key names in init.lua'Hadriel Kaplan1-1/+5
2014-01-31Fix for Bug-9711 Lua: the Lua stack is growing slightly during initialization.Hadriel Kaplan1-2/+2
2014-01-19coverity 702387Martin Kaiser1-0/+4
2014-01-14We have to cast away constness here, because C doesn't haveGuy Harris1-1/+1
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2013-09-13Explicit inclusion of emem.hJörg Mayer1-0/+2
2013-03-16From beroset:Anders Broman1-14/+14
2013-02-25Fix typos/errors and make Lua API more consistent.Michael Mann1-2/+2
2013-02-15Add a new WSLUA_CLASS_FNREG_ALIAS() macro to register methods where theGuy Harris1-4/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-15From Niels Widger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7725Evan Huus1-0/+13
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-21From Evan Huus:Anders Broman1-1/+1
2012-03-15Line-wrap an extremely long comment. Remove trailing white space.Jeff Morriss1-15/+23
2012-03-08Convert 4-space tabs to spaces.Guy Harris1-238/+238
2011-06-28From bug 6057:Stig Bjørlykke1-3/+3
2011-06-27From bug 6057:Stig Bjørlykke1-0/+19
2011-06-25From Tony Trinh via bug 6018:Stig Bjørlykke1-18/+65
2011-05-09Comment out dead code.Jakub Zawadzki1-1/+2
2011-04-21Include config.h only from .c files.Stig Bjørlykke1-0/+4
2011-01-30Fix a number of msvc level 4 "Unreachable code" warnings by removing unneededBill Meier1-3/+0
2010-10-21Aw, man, I knew this code was parsed, but I missed the docbook part. Revert ...Jeff Morriss1-360/+276
2010-10-21Make the indentation consistent.Jeff Morriss1-306/+390
2009-10-11Make more functions static.Stig Bjørlykke1-2/+2
2009-06-11Update Lua menu defines and put Lua functions in Tools.Stig Bjørlykke1-1/+1
2009-05-08Adjusted arguments used in Lua Pref.statictext()Stig Bjørlykke1-52/+52
2009-03-06Rename a variable ('free') so checkAPIs doesn't incorrectly flag it.Bill Meier1-2/+2
2009-01-27Corrected some defines. Use defines when appropriate.Stig Bjørlykke1-4/+4
2008-11-05fix double free bug caused by Lua GC after opening and closing Lua console Balint Reczey1-56/+106
2008-08-11Get rid of a '<' in the description that causes docbook to bail out...Luis Ontanon1-1/+1
2008-08-11Add a slightly modified version of Paolo Abeni's funneled progress dialog (re...Luis Ontanon1-0/+123
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...Ulf Lamping1-1/+1
2008-04-10From Marton Nemeth:Luis Ontanon1-1/+1
2008-04-10From Marton Nemeth <nm127@freemail.hu>Luis Ontanon1-6/+6
2008-04-10From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2413 : fix comment typoJeff Morriss1-67/+67