Age | Commit message (Collapse) | Author |
|
|
|
Apparently Mac OSX 10.14 is causing problems with GTK-OSX's normal input method
switching.
The input methods available are in Textadept.app's Contents/Resources/etc/gtk-
2.0/gtk.immodules file. Use the first string identifier.
|
|
This allows previous versions of Textadept to compile against PDCurses 3.4 and
newer versions to compile against 3.6.
|
|
|
|
|
|
This only affects `buffer:multiple_select_add_[next|each]()`.
Patch submitted upstream.
|
|
|
|
|
|
|
|
Some lualibs files are read-only.
|
|
|
|
|
|
Updating to GTK 2.24.32 on Windows seems to have removed the need to translate
keys. It is possible that some international layouts do not need it, but some
do.
|
|
Despite the fact GLib no longer aborts when polling file descriptors, it still
appears to mostly block while polling, rendering Textadept mostly useless.
|
|
|
|
|
|
This was not being handled correctly in the terminal version.
|
|
This is for the curses version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also removed temporary Scintilla patch that has been applied.
|
|
|
|
|
|
This should result in less confusion between stable and unstable release
documentation, depending on which version is on the website.
|
|
|
|
|
|
|
|
|
|
|
|
Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
|
|
|
|
|
|
Trying to compile on the 32-bit build server results in a pointer size mismatch,
just like with x86_64 Linux build.
|
|
It seems 32-bit executables will not be allowed soon.
|
|
|
|
|
|
|
|
When running multiple jobs, `make -C luajit` seems to affect the current working
directory such that lua.sym cannot be found by the linker in a separate job.
|
|
|
|
|
|
|
|
|
|
A blank screen was shown instead.
|
|
|
|
|