aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/events.lua
Commit message (Expand)AuthorAge
* Updated LuaDoc.Gravatar mitchell2020-08-03
* Moved incremental find into Find & Replace Pane.Gravatar mitchell2020-07-25
* Minor LuaDoc updates and spelling corrections.Gravatar mitchell2020-07-16
* Updated LuaDoc noting that `view.MOD_*` is different on Mac.Gravatar mitchell2020-07-03
* Be more consistent with Command key variable name.Gravatar mitchell2020-06-28
* Allow views to be used as buffers and update API.Gravatar mitchell2020-05-25
* Event handlers can now return any non-nil value.Gravatar mitchell2020-03-17
* Core code cleanup, reformat, refactoring, and bugfixes.Gravatar mitchell2020-03-10
* Added test suite and API type checking for more helpful error messages.Gravatar mitchell2020-03-03
* Small code cleanup.Gravatar mitchell2020-02-26
* Fixed skipping of next event handler after disconnecting the current one.Gravatar mitchell2020-02-24
* Added `_SCINTILLA.events` and use it for SCNotifications.Gravatar mitchell2020-02-24
* Updated copyright year.Gravatar mitchell2019-12-31
* Fixed event arguments for `events.AUTO_C_SELECTION_CHANGE`.Gravatar mitchell2019-11-18
* Make new arguments to `events.TAB_CLICKED` backwards-compatible.Gravatar mitchell2019-11-13
* Changed `events.TAB_CLICKED` to emit button clicked as well as modifier keys.Gravatar mitchell2019-11-07
* GTK+ was renamed to GTK recently.Gravatar mitchell2019-06-01
* Updated copyright year.Gravatar mitchell2019-02-16
* Added ability to save/restore persistent data during reset.Gravatar mitchell2018-09-10
* Updated to pre-release version of Scintilla 3.8.0.Gravatar mitchell2018-03-24
* Updated LuaDoc.Gravatar mitchell2018-02-24
* Updated copyright year.Gravatar mitchell2018-01-25
* Added `events.ZOOM`.Gravatar mitchell2017-11-29
* Updated copyright information.Gravatar mitchell2016-12-31
* Fixed caps lock key handling.Gravatar mitchell2016-08-11
* Added `events.TAB_CLICKED` event.Gravatar mitchell2016-07-24
* Fixed bug in keeping track of event indices; core/events.luaGravatar mitchell2016-07-14
* Small code and documentation cleanup.Gravatar mitchell2016-06-25
* Lots of small LuaDoc improvements (grammar mainly).Gravatar mitchell2016-06-15
* Small code cleanup.Gravatar mitchell2016-04-16
* `events.CHAR_ADDED` emits a character code, not a byte.Gravatar mitchell2016-04-16
* Code cleanup.Gravatar mitchell2016-04-02
* No need to pack and unpack `...`; core/events.luaGravatar mitchell2016-03-29
* Updated copyright date.Gravatar mitchell2015-12-31
* Updated to Scintilla 3.6.0.Gravatar mitchell2015-08-02
* Allow undocumented `events.MODIFIED` to emit position and length.Gravatar mitchell2015-04-15
* Stop documenting hotspots since new indicator attributes supplant hotspots.Gravatar mitchell2015-03-09
* Small code and documentation cleanup.Gravatar mitchell2015-01-22
* Updated to Scintilla 3.5.3.Gravatar mitchell2015-01-20
* Added events for terminal suspend and resume.Gravatar mitchell2015-01-15
* Emit an `events.FOCUS` event after resuming from a suspended state.Gravatar mitchell2015-01-12
* Updated copyright year.Gravatar mitchell2014-12-31
* Allow connection to `events.QUIT` without requiring index of 1.Gravatar mitchell2014-11-26
* Improvements to terminal mouse handling.Gravatar mitchell2014-10-25
* Handle unknown CSI events and bracketed pasted in the terminal version.Gravatar mitchell2014-10-18
* Condensed manual and API documentation into single files.Gravatar mitchell2014-06-30
* Added `event.FOCUS` for when Textadept's window receives focus.Gravatar mitchell2014-06-20
* Added parameter to `events.UPDATE_UI`.Gravatar mitchell2014-06-07
* Use `assert(...)` as a shortcut for `if not ... then error() end`.Gravatar mitchell2014-03-01
* Updated copyright information.Gravatar mitchell2014-01-12