aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_gui.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-02The forgotten file strikes back.Luis Ontanon1-1/+2
2007-01-21fix bug 1320Luis Ontanon1-1/+1
2007-01-05 * rename url->file in browser_open_data_file()Luis Ontanon1-4/+4
2006-12-27+ browser_open_url()Luis Ontanon1-0/+37
2006-10-24Have Lua disabled by default.Luis Ontanon1-1/+1
2006-10-19- wslua_gui.c:Luis Ontanon1-29/+32
2006-10-18- have console.lua not using os.date when os has been disabledLuis Ontanon1-2/+4
2006-10-17Several changes:Luis Ontanon1-5/+5
2006-10-05have the funnel client passing the destructors for btn data structures to the...Luis Ontanon1-0/+2
2006-10-04Misterious bug with cf_read() solved... had nothing to do with cf_read :)Luis Ontanon1-2/+2
2006-10-04- wslua_util.c: replace Lua's loadfile and dofile for versions that will try...Luis Ontanon1-3/+2
2006-10-03- Make sure that the registration files are created whenever there's a changeLuis Ontanon1-0/+22
2006-10-03more Lua APIs:Luis Ontanon1-0/+69
2006-09-27* rename REGISTER_STAT_GROUP_E -> register_stat_group_tLuis Ontanon1-20/+17
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon1-0/+508