summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaWindow.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Converted cLuaState::cCallbackPtr into a UniquePtr.Mattes D2016-06-271-2/+2
|
* Changed cLuaWindow callbacks to use cLuaState::cCallback.Mattes D2016-06-271-37/+35
|
* Revert "Lua callback"Mattes D2016-03-211-35/+37
|
* Changed cLuaWindow callbacks to use cLuaState::cCallback.Mattes D2016-03-171-37/+35
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-15/+15
|
* Unified the doxy-comment format.Mattes D2015-07-311-14/+12
|
* Removed unwanted base classes from Lua API.Mattes D2015-03-191-2/+4
|
* C++11 and function rename.Howaner2014-12-171-0/+1
|
* Fixed multiple inheritance in ToLua++.madmaxoft2013-12-161-4/+4
| | | | This fixes #422.
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-0/+95
Ref.: #407