aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Use versioned win32curses.zip.Gravatar mitchell2018-11-10
* Fixed compiling issues with updated PDCurses 3.6.Gravatar mitchell2018-11-10
* Updated to PDCurses 3.6.Gravatar mitchell2018-11-10
* Temporarily patched Scintilla to send SC_UPDATE_SELECTION for multiple select.Gravatar mitchell2018-11-04
* Updated for 10.2.Gravatar mitchell2018-10-31
* Updated to Scintilla 3.10.1.Gravatar mitchell2018-10-31
* Fix potential crashes in `string.iconv()` with tiny strings.Gravatar mitchell2018-10-31
* Fixed Makefile rule for rebuilding lua src directory.Gravatar mitchell2018-10-22
* Return spawned process' exit code in `spawn_proc:wait()`.Gravatar mitchell2018-10-17
* Fixed bug introduced in r2520.Gravatar mitchell2018-10-17
* Attempt to fix key handling on international keyboards.Gravatar mitchell2018-10-16
* Restore Mac-specific spawned process file descriptor monitoring.Gravatar mitchell2018-10-16
* Tweaked `os.spawn()` to allow omission of both cwd and env parameters.Gravatar mitchell2018-10-15
* Experimentally move external lspawn module into Lua os module as a patch.Gravatar mitchell2018-10-14
* Updated to latest lspawn for proper return values for empty lines and EOF.Gravatar mitchell2018-10-12
* Updated to latest lspawn for proper '\r\n' line handling during line reads.Gravatar mitchell2018-10-01
* Updated for 10.1.Gravatar mitchell2018-09-28
* Updated to latest lspawn for proper '\r\n' line handling during line reads.Gravatar mitchell2018-09-13
* Added ability to save/restore persistent data during reset.Gravatar mitchell2018-09-10
* Updated to GTK 2.24.32 on Windows.Gravatar mitchell2018-09-10
* Updated for 10.0.Gravatar mitchell2018-07-26
* Updated to Lua 5.3.5.Gravatar mitchell2018-07-15
* Updated to Scintilla 3.10.0.Gravatar mitchell2018-06-30
* Fixed child lexers that embed themselves into parents and fixed proxy lexers.Gravatar mitchell2018-06-12
* Updated for Textadept 10.0 beta 2.Gravatar mitchell2018-05-31
* Refer to Lua's 'package.loaded' table name by constant, not literal.Gravatar mitchell2018-05-27
* Insert version numbers into manual and API documentation.Gravatar mitchell2018-05-22
* Fixed crash on Mac OSX with regex searches.Gravatar mitchell2018-05-11
* Prefix cdk build objects in order to prevent clashes on icase filesystems.Gravatar mitchell2018-05-07
* Updated for Textadept 10.0 beta.Gravatar mitchell2018-04-30
* Fixed potential crash in the terminal version with newer versions of ncurses.Gravatar mitchell2018-04-29
* Fixed build error introduced in last commit.Gravatar mitchell2018-04-26
* Removed LuaJIT version of Textadept.Gravatar mitchell2018-04-25
* Attempt to fix experimental 64-bit Mac build issues.Gravatar mitchell2018-04-21
* Updated OSX dylibs.Gravatar mitchell2018-04-20
* Need pre-compiled 64-bit libluajit.osx.a.Gravatar mitchell2018-04-20
* Experimental move to 64-bit executables on Mac OSX.Gravatar mitchell2018-04-19
* Updated for 10.0 alpha 3.Gravatar mitchell2018-03-30
* Updated to Scintilla 3.8.0.Gravatar mitchell2018-03-30
* Removed call restriction on `buffer.set_theme()` and added initial `buffer` arg.Gravatar mitchell2018-03-25
* Ensure path to lua.sym is known when building.Gravatar mitchell2018-03-24
* Updated to pre-release version of Scintilla 3.8.0.Gravatar mitchell2018-03-24
* Updated Scintilla LongTerm3 branch reference to include many backports from 4.x.Gravatar mitchell2018-03-21
* Static linking should be done in LDFLAGS, not CXXFLAGS in Makefile.Gravatar mitchell2018-03-18
* Statically link libgcc with LuaJIT's lua51.dll.Gravatar mitchell2018-03-17
* Fixed initialization errors not showing in the terminal version.Gravatar mitchell2018-03-17
* Fixed lexer copying in release builds.Gravatar mitchell2018-03-13
* Fixed "lexers" make deps dependency.Gravatar mitchell2018-03-13
* Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.Gravatar mitchell2018-03-12
* Fixed hang in terminal version on Windows caused by libtermkey update.Gravatar mitchell2018-03-03