Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
In debug mode, inline functions are not inlined, so ensure internal linkage.
Thanks to Markus F.X.J. Oberhume.
|
|
|
|
|
|
The find & replace pane and UI dialogs can now handle UTF-8 characters. The
support is functional, but not perfect. Since the patch only targets the widgets
Textadept uses, it cannot be submitted to upstream CDK for inclusion. It's kind
of a hack anyway.
|
|
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.
|
|
Also have libtermkey take care of saving and restoring termios.
|
|
This requires gtdialog r68 (changeset 1426c89d2874).
|
|
This eliminates the problems caused by libtermkey and CDK having separate input
buffers.
|
|
|
|
|