aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_gui.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* From Niels Widger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7725Evan Huus2012-09-151-0/+13
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* From Evan Huus:Anders Broman2012-05-211-1/+1
* Line-wrap an extremely long comment. Remove trailing white space.Jeff Morriss2012-03-151-15/+23
* Convert 4-space tabs to spaces.Guy Harris2012-03-081-238/+238
* From bug 6057:Stig Bjørlykke2011-06-281-3/+3
* From bug 6057:Stig Bjørlykke2011-06-271-0/+19
* From Tony Trinh via bug 6018:Stig Bjørlykke2011-06-251-18/+65
* Comment out dead code.Jakub Zawadzki2011-05-091-1/+2
* Include config.h only from .c files.Stig Bjørlykke2011-04-211-0/+4
* Fix a number of msvc level 4 "Unreachable code" warnings by removing unneededBill Meier2011-01-301-3/+0
* Aw, man, I knew this code was parsed, but I missed the docbook part. Revert ...Jeff Morriss2010-10-211-360/+276
* Make the indentation consistent.Jeff Morriss2010-10-211-306/+390
* Make more functions static.Stig Bjørlykke2009-10-111-2/+2
* Update Lua menu defines and put Lua functions in Tools.Stig Bjørlykke2009-06-111-1/+1
* Adjusted arguments used in Lua Pref.statictext()Stig Bjørlykke2009-05-081-52/+52
* Rename a variable ('free') so checkAPIs doesn't incorrectly flag it.Bill Meier2009-03-061-2/+2
* Corrected some defines. Use defines when appropriate.Stig Bjørlykke2009-01-271-4/+4
* fix double free bug caused by Lua GC after opening and closing Lua console Balint Reczey2008-11-051-56/+106
* Get rid of a '<' in the description that causes docbook to bail out...Luis Ontanon2008-08-111-1/+1
* Add a slightly modified version of Paolo Abeni's funneled progress dialog (re...Luis Ontanon2008-08-111-0/+123
* luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon2008-08-051-1/+1
* rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...Ulf Lamping2008-04-171-1/+1
* From Marton Nemeth:Luis Ontanon2008-04-101-1/+1
* From Marton Nemeth <nm127@freemail.hu>Luis Ontanon2008-04-101-6/+6
* From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2413 : fix comment typoJeff Morriss2008-04-101-67/+67
* The forgotten file strikes back.Luis Ontanon2007-05-021-1/+2
* fix bug 1320Luis Ontanon2007-01-211-1/+1
* * rename url->file in browser_open_data_file()Luis Ontanon2007-01-051-4/+4
* + browser_open_url()Luis Ontanon2006-12-271-0/+37
* Have Lua disabled by default.Luis Ontanon2006-10-241-1/+1
* - wslua_gui.c:Luis Ontanon2006-10-191-29/+32
* - have console.lua not using os.date when os has been disabledLuis Ontanon2006-10-181-2/+4
* Several changes:Luis Ontanon2006-10-171-5/+5
* have the funnel client passing the destructors for btn data structures to the...Luis Ontanon2006-10-051-0/+2
* Misterious bug with cf_read() solved... had nothing to do with cf_read :)Luis Ontanon2006-10-041-2/+2
* - wslua_util.c: replace Lua's loadfile and dofile for versions that will try...Luis Ontanon2006-10-041-3/+2
* - Make sure that the registration files are created whenever there's a changeLuis Ontanon2006-10-031-0/+22
* more Lua APIs:Luis Ontanon2006-10-031-0/+69
* * rename REGISTER_STAT_GROUP_E -> register_stat_group_tLuis Ontanon2006-09-271-20/+17
* Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon2006-09-251-0/+508