aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2017-06-30Updated for 9.5 beta.mitchell
2017-06-23Small code cleanup.mitchell
2017-06-21Correctly handle multiple '!' patterns in file filters.mitchell
2017-06-20Added support and documentation for new ui dialogs.mitchell
2017-06-20Added documentation for new color selection dialog.mitchell
2017-06-17Effectively updated to Scintilla 3.7.5 with select backports to 3.7.3.mitchell
2017-05-26Fixed bug that deleted characters outside of mangled snippets.mitchell
2017-04-30Updated for 9.4.mitchell
2017-04-07Effectively updated to Scintilla 3.7.4 with select backports to 3.7.3.mitchell
2017-03-15Updated LuaDoc; core/init.luamitchell
2017-02-28Updated for 9.3.mitchell
2017-02-22Fixed attribution; core/locales/locale.pl.confmitchell
2017-02-22Updated Polish translation; core/locales/locale.pl.confmitchell
2017-01-11Fixed localization regression introduced in r2288; core/locale.confmitchell
2017-01-02Improved LuaJIT compatibility; core/init.luamitchell
2017-01-01Use more descriptive header in command selection dialog.mitchell
2016-12-31Updated copyright information.mitchell
2016-12-21Updated for 9.2.mitchell
2016-12-08Updated for 9.1.mitchell
2016-12-05Updated to Scintilla 3.7.1.mitchell
2016-11-04Removed MacRoman encoding option, as OSX uses UTF-8 by default.mitchell
2016-10-19Allow detection of encodings with NUL bytes like UTF-16; core/file_io.luamitchell
2016-10-19Updated to Scintilla 3.7.0.mitchell
2016-09-29Discard Alt/option modifier for composed ASCII symbols; core/keys.luamitchell
2016-09-28Updated for 9.0.mitchell
2016-09-15Updated to Scintilla 3.6.7 and Scintillua 3.6.7-1.mitchell
2016-08-29Small LuaDoc updates.mitchell
2016-08-29Updated for 9.0 beta.mitchell
2016-08-29Small LuaDoc update; core/.buffer.luadocmitchell
2016-08-11Fixed caps lock key handling.mitchell
2016-07-24Added `events.TAB_CLICKED` event.mitchell
2016-07-14Fixed bug in keeping track of event indices; core/events.luamitchell
2016-07-11Updated for 9.0 alpha 2.mitchell
2016-07-06Added context to localization messages for easier translation.mitchell
2016-07-04Added timeout prompt for "Find in Files".mitchell
2016-07-04Fixed inability to effectively halt `lfs.dir_foreach()` loops; core/lfs_ext.luamitchell
2016-07-04Replaced Lua pattern matching with Regex via Scintilla and TRE.mitchell
2016-07-04Check bounds for `buffer:text_range()`; core/init.luamitchell
2016-06-30Small manual and LuaDoc updates.mitchell
2016-06-30Updated for 9.0 alpha.mitchell
2016-06-27Small code cleanup and documentation updates.mitchell
2016-06-25Small code and documentation cleanup.mitchell
2016-06-19Updated translations.mitchell
2016-06-16Changed arguments to `ui.goto_view()` and `view:goto_buffer()`.mitchell
2016-06-15Lots of small LuaDoc improvements (grammar mainly).mitchell
2016-06-15Refactored LuaDoc for `_M`; core/._M.luadocmitchell
2016-06-15Allow binary files to be encoded in something else.mitchell
2016-06-15Renamed `ui.SILENT_PRINT` to `ui.silent_print`.mitchell
2016-06-15Be more liberal about comments in locale files and use '#' by default.mitchell
2016-06-15Changed some of 'lfs_ext' API.mitchell