aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-lua.c
Commit message (Collapse)AuthorAgeFilesLines
* Clean upPřemysl Eric Janouch2021-10-291-2/+1
|
* Add clang-format configuration, clean upPřemysl Eric Janouch2021-10-251-5/+2
|
* Get rid of extra semicolons after macrosPřemysl Eric Janouch2021-10-251-1/+1
|
* Name changePřemysl Eric Janouch2020-09-281-1/+1
| | | | Also some copyright years fix-ups/updates.
* Fix and update LICENSEPřemysl Janouch2017-02-031-1/+1
|
* Fix a depreciation warningPřemysl Janouch2015-01-201-4/+10
| | | | With a ton of additional code.
* We Lua 5.2 nowPřemysl Janouch2015-01-181-14/+15
| | | | Lua 5.1 seems to have been obsoleted. Luckily this was pretty simple.
* Check symbol names in LdLua during registration.Přemysl Janouch2012-08-311-1/+5
|
* Change how Cairo is presented to Lua scripts.Přemysl Janouch2012-08-121-87/+98
| | | | Makes the whole thing a bit more stable and less weird.
* Update the symbol library, add trivial text API.Přemysl Janouch2011-02-121-0/+33
|
* Export more cairo functions to Lua.Přemysl Janouch2011-02-111-61/+63
| | | | Also rewrite the wrappers to be shorter.
* Extend LdPointArray.Přemysl Janouch2011-02-021-6/+5
|
* Fix program messages and gtk-doc comments.Přemysl Janouch2011-01-281-28/+28
|
* Make a separate library.Přemysl Janouch2011-01-101-0/+808
This is required for gtkdoc-scangobj. So far it's much like it's been before, the main differences are that source files are in two directories from now on and the build process has two stages.