Age | Commit message (Collapse) | Author |
|
|
|
|
|
Also fixed some curses errors introduced by the last commit.
|
|
The `textadept.run` module now uses `spawn()` instead of `io.popen()`.
This module replaces the dependency on winapi. Removed experimental
`io.popen()` and `os.execute()` hooks. They may be re-implemented later using
`spawn()`.
|
|
|
|
This requires gtdialog r68 (changeset 1426c89d2874).
|
|
|
|
|
|
|
|
|
|
Some websites serve packages using strange URLs or have odd names that can
confuse different versions of wget.
|
|
This eliminates the problems caused by libtermkey and CDK having separate input
buffers.
|
|
|
|
|
|
|
|
Compile in a stripped version of Steve Donovan's winapi library and override
`io.popen` and `os.execute`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also added some OSX scripts from the bundle to the repository.
Requires the latest "GTK+ for OSX bundle".
|
|
|
|
|
|
|
|
Requires Scinterm r51.
|
|
This fixes Fn key recognition.
|
|
|
|
Requires Scintilla r4436 and Scinterm r45.
|
|
|
|
|
|
|
|
|
|
This also allows for compiling LuaJIT on ARM.
|
|
|
|
This allows for easier building of packages.
Thanks to Pedro Andres Arranda Gutierrez.
|