summaryrefslogtreecommitdiffstats
path: root/src/Bindings/WebPlugin.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* 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
| | | | Also had to undefine TOLUA_TEMPLATE_BIND a couple of times.
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-0/+113
Ref.: #407