summaryrefslogtreecommitdiff
path: root/vis-lua.c
AgeCommit message (Expand)Author
2016-12-19vis-lua: implement vis.registers[] arrayMarc André Tanner
2016-12-19vis-lua: simplify obj_ref_new error handlingMarc André Tanner
2016-12-19vis-lua: simplify object reference checkingMarc André Tanner
2016-12-19vis-lua: implement file.marks[] arrayMarc André Tanner
2016-12-19vis-lua: implement file:mark_{get,set}Marc André Tanner
2016-12-13build: add configure options for built-in lpeg supportMarc André Tanner
2016-12-12Allow building lpeg into visMichael Forney
2016-12-09vis-lua: add generic way to expose C text objects to LuaMarc André Tanner
2016-12-09vis-lua: add comment about possibly outdated Lua API documentationMarc André Tanner
2016-12-09vis-lua: expose input key event in insert and replace modesMarc André Tanner
2016-12-08vis-lua: only fail file_save_pre event if explicitly returned falseMarc André Tanner
2016-12-08vis-lua: move mode constants from vis.MODE_* to vis.modes.*Marc André Tanner
2016-12-08vis-lua: add optional help parameter to mapping functionsMarc André Tanner
2016-12-08vis-lua: expose init event and use it to set default themeMarc André Tanner
2016-12-08lua: add simple event multiplexing mechanismMarc André Tanner
2016-12-07Move all lua related files to lua/ subfolderMarc André Tanner
2016-12-06vis-lua: more extensive Lua API documentationMarc André Tanner
2016-12-05vis-lua: add preliminary version of LDoc based Lua API documentationMarc André Tanner
2016-11-28vis-lua: add file.path property denoting the absolute path to the fileMarc André Tanner
2016-11-27vis-lua: lua_pushtring already takes care of NULL stringMarc André Tanner
2016-11-22vis-lua: introduce pre-save hookMarc André Tanner
2016-11-22vis-lua: pass path as second argument to file_save_post event hookMarc André Tanner
2016-11-21vis-lua: rename file_save event to file_save_postMarc André Tanner
2016-11-14vis-lua: add vis.ui.colors denoting the number of available colorsMarc André Tanner
2016-11-10vis: fix compilation with Lua support disabledMarc André Tanner
2016-11-10vis: change default status bar indication for Windows style line endingsMarc André Tanner
2016-11-10vis-lua: change misnamed attribute values of `file.newlines`Marc André Tanner
2016-11-05vis: display Lua package.cpath in :help outputMarc André Tanner
2016-10-05Fix various issues reported by coverity scanMarc André Tanner
2016-09-19vis-lua: expose file save event to luaMarc André Tanner
2016-09-19vis-lua: expose file open event to luaMarc André Tanner
2016-08-24vis-lua: add win:draw() functionMarc André Tanner
2016-05-26vis: use normalized absolute file names as internal representationMarc André Tanner
2016-05-24vis-lua: cleanup Lua status bar display codeMarc André Tanner
2016-05-24vis: cleanup C status bar display codeMarc André Tanner
2016-05-24vis-lua: improve error handling when loading visrc.luaMarc André Tanner
2016-05-24vis-lua: add debug infrastructure to trace object lifetimeMarc André Tanner
2016-05-22vis: only display mode in status bar of active windowMarc André Tanner
2016-05-22vis-lua: introduce light references for short lived objectsMarc André Tanner
2016-05-22vis-lua: fall back to C status bar handling if the Lua implementation is not ...Marc André Tanner
2016-05-22vis-lua: do not report errors recursivelyMarc André Tanner
2016-05-22vis: refactor status line handlingMarc André Tanner
2016-05-22vis-lua: add win:status functionMarc André Tanner
2016-05-22vis-lua: add vis.recording propertyMarc André Tanner
2016-05-22vis-lua: add window.{width, height} read only propertiesMarc André Tanner
2016-05-22vis-lua: add vis.VERSION propertyMarc André Tanner
2016-05-22vis: consider :set horizon setting when syntax highlightingMarc André Tanner
2016-05-22vis: move syntax highlighting to pure Lua codeMarc André Tanner
2016-05-22vis-lua: add window.viewport rangeMarc André Tanner
2016-05-22vis-lua: add bindings for new view style functionsMarc André Tanner