aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2016-06-15Removed `exclude_FILTER` parameter from `io.quick_open()`.mitchell
2016-06-15Removed CVS project recognition and assume Subversion v1.8+.mitchell
2016-06-15Removed explicit detection and use of extinct CR line endings.mitchell
2016-06-15Removed explicit BOM support.mitchell
2016-06-15Renamed "snapopen" to "quick open" in APIs and menus.mitchell
2016-04-29Updated for 8.7.mitchell
2016-04-28Updated some translations.mitchell
2016-04-16Added menu item and dialog for setting run/compile command arguments.mitchell
2016-04-16Localize "Lua reset" message.mitchell
2016-04-16Fixed spelling error in English-localized messages.mitchell
2016-04-16Find in files should not print the contents of binary files.mitchell
2016-04-16Small code cleanup.mitchell
2016-04-16`events.CHAR_ADDED` emits a character code, not a byte.mitchell
2016-04-11Save and restore horizontal scroll position when switching buffers; core/ui.luamitchell
2016-04-07Only show snippet trigger and text in selection dialog.mitchell
2016-04-05Do not run some `events.UPDATE_UI` handlers when scrolling.mitchell
2016-04-05Only convert filenames from `_CHARSET` to UTF-8, not UTF-8-encoded buffer names.mitchell
2016-04-05File dialogs only return UTF-8-encoded filenames on Win32 GTK; core/ui.luamitchell
2016-04-05Import Lua UTF-8 pattern functions directly into `utf8` library from C.mitchell
2016-04-02Code cleanup.mitchell
2016-03-29No need to pack and unpack `...`; core/events.luamitchell
2016-03-26Support UTF-8 Lua pattern matching.mitchell
2016-02-29Updated for 8.6.mitchell
2016-02-01Code cleanup; ui.luamitchell
2016-01-30Replaced `buffer:text_range()` C function with a Lua function.mitchell
2016-01-30Added single-instance functionality for Win32 and require GLib 2.28+.mitchell
2016-01-29Code cleanup; core/args.luamitchell
2016-01-29Added '-v' and '--version' command line parameters.mitchell
2016-01-29`buffer:clear_cmd_key()` should only take one argument.mitchell
2016-01-20Updated to Scintilla 3.6.3 and enabled idle styling.mitchell
2016-01-02Updated lspawn LuaDoc; core/init.luamitchell
2015-12-31Updated copyright date.mitchell
2015-12-31Updated for 8.5.mitchell
2015-12-10Do not visit buffers that do not need saving in `io.save_all_files()`.mitchell
2015-11-19Fixed bug resolving relative paths with multiple '../'; core/lfs_ext.luamitchell
2015-11-07Updated for 8.4.mitchell
2015-11-07Updated to Scintilla and Scintillua 3.6.2.mitchell
2015-11-04Updated Swedish translation; core/locales/locale.sv.confmitchell
2015-10-17Do not error when trying to snapopen a non-existent project; core/file_io.luamitchell
2015-10-01Updated for 8.3.mitchell
2015-09-27Updated LuaDoc; core/init.luamitchell
2015-09-26Updated `spawn()` for Win32 curses and updated LuaDoc; core/init.luamitchell
2015-08-31Updated for 8.2.mitchell
2015-08-08Added automatic syntax-checking capability as files are saved.mitchell
2015-08-02Updated to Scintilla 3.6.0.mitchell
2015-07-28Added Italian translation and updated French translation.mitchell
2015-07-25Highlight found text in find in files results.mitchell
2015-06-30Updated for 8.1.mitchell
2015-06-23Updated to Scintilla 3.5.7.mitchell
2015-04-30Updated for 8.0.mitchell