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