aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/events.lua
Commit message (Expand)AuthorAge
* Updated copyright year.Gravatar mitchell2022-01-31
* Fixed incorrect bitwise operation.Gravatar mitchell2021-06-12
* Updated LuaDoc.Gravatar mitchell2021-05-30
* Replaced `events.FILE_{BEFORE,AFTER}_RELOAD` with `events.BUFFER_{BEFORE,AFTE...Gravatar mitchell2021-04-30
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
* Updated copyright information.Gravatar mitchell2021-01-29
* Updated LuaDoc.Gravatar mitchell2020-11-30
* Added `events.UNFOCUS` for when Textadept loses focus.Gravatar mitchell2020-11-16
* Code cleanup.Gravatar mitchell2020-10-20
* Updated LuaDoc.Gravatar mitchell2020-10-11
* Updated copyright information.Gravatar mitchell2020-09-29
* Updated to Scintilla 4.4.5 and Scintillua 4.4.5-1.Gravatar mitchell2020-09-19
* Added `events.COMMAND_TEXT_CHANGED`.Gravatar mitchell2020-09-19
* Code cleanup.Gravatar mitchell2020-08-21
* Updated some documentation and use macOS instead of Mac OSX.Gravatar mitchell2020-08-17
* 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