summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaWindow.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-1/+1
|
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-3/+2
| | | | This reverts commit 496c337cdfa593654018c171f6a74c28272265b5.
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-2/+3
|
* Add cLuaWindow OnClicked Callback (#3901)Lane Kolbly2017-08-171-0/+12
|
* Remove double includes part 2 (#3890)peterbell102017-08-031-1/+0
|
* Fixes problems with windows:Lukas Pioch2017-06-051-1/+2
| | | | | - Changed cPlayer:OpenWindow to accept a ref, tolua adds a nil check - Close open lua window in destructor, to avoid dangling pointers
* Clang 5.0 fixesLukas Pioch2017-05-211-1/+1
| | | | | - Added override keyword - Removed inherited member variables
* LuaState: Fixed race condition in ref tracking. (#3529)Mattes D2017-01-091-1/+1
|
* 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