Age | Commit message (Collapse) | Author |
|
Emit events for unhandled mouse events and connect to such events in order to
focus and resize views.
Patch libtermkey with new Win32 PDCurses driver for unified key/mouse input.
Update CDK patch to always use libtermkey and to ignore mouse events.
Requires Scinterm r97 (changeset 8d1a625c9b4d).
Thanks to Chris Emerson for proof of concept code that handles mouse events and
for the code that focuses and resizes views.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires Scintillua changeset 441.
|
|
|
|
|
|
Requires lspawn r21. Thanks to Chris Emerson for proof-of-concept code.
Spawning still does not work for Win32 terminal version, though.
|
|
|
|
|
|
|
|
|
|
|
|
Also temporarily include my upstream patch for autocompletion into multiple
selections. When 3.4.3 comes out, the patch may be removed.
This commit negates the requirement for Scintilla post 3.4.2, mentioned in
1736:12256c79f24b.
|
|
|
|
Requires Scintillua r423.
|
|
|
|
|
|
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`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|