summaryrefslogtreecommitdiffstats
path: root/src/Bindings/WebPlugin.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D2016-06-271-152/+0
* Revert "Lua callback"Mattes D2016-03-211-0/+152
* Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D2016-03-171-152/+0
* Refactored cWebPlugin for C++11 style and proper WebTab clearing.Mattes D2015-04-191-38/+72
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-4/+4
* Removed more unessicary includesTycho2014-09-261-1/+0
* CheckBasicStyle: multi-level indent change.madmaxoft2014-08-041-0/+2
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-7/+7
* Style: Normalized spaces after if, for and while.madmaxoft2014-07-211-5/+5
* Basic style fixes.madmaxoft2014-07-171-8/+12
* Normalized comments.madmaxoft2014-07-171-1/+1
* More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future.Samuel Barney2014-03-251-1/+1
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-0/+113