summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaWindow.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Lua callback"Mattes D2016-03-211-39/+56
|
* Changed cLuaWindow callbacks to use cLuaState::cCallback.Mattes D2016-03-171-56/+39
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-9/+9
|
* CheckBasicStyle: checks spaces around * and &.Mattes D2015-05-091-3/+3
|
* C++11 and function rename.Howaner2014-12-171-0/+18
|
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-7/+7
|
* Removed a few unnessicary includesTycho2014-09-261-1/+0
|
* Normalized comments.madmaxoft2014-07-171-2/+2
| | | | | 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.
* Fix Undefined behavior at Bindings/LuaWindow line 32worktycho2013-12-091-1/+4
|
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-0/+185
Ref.: #407