aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-11-01Improvements and fixes to the `install` rule; src/Makefilemitchell
Thanks to Pedro Andres Aranda Gutierrez.
2016-10-31Automatically install/uninstall .desktop files as necessary; src/Makefilemitchell
2016-10-19Updated to Scintilla 3.7.0.mitchell
2016-10-01Fixed regression in r2249 with composed keys; src/textadept.cmitchell
Alt- composed keys were getting translated to their group 0 values.
2016-09-28Updated for 9.0.mitchell
2016-09-15Updated to Scintilla 3.6.7 and Scintillua 3.6.7-1.mitchell
2016-09-12Better handling of key bindings on international keyboards.mitchell
Try to ensure the default bindings work on international keyboards (e.g. `Ctrl+я` should be `Ctrl+Z` on a Russian keyboard). Thanks to Heck Fy.
2016-08-29Updated to gtdialog 1.3; src/Makefilemitchell
2016-08-29Updated for 9.0 beta.mitchell
2016-08-11Fixed caps lock key handling.mitchell
2016-07-24Added `events.TAB_CLICKED` event.mitchell
This allows for the user to override the default switch behavior (e.g. switch to an existing split view that already has the target buffer open). Thanks to Gabriel Dubatti.
2016-07-11Updated for 9.0 alpha 2.mitchell
2016-07-04Replaced Lua pattern matching with Regex via Scintilla and TRE.mitchell
As a result, changed `ui.find.lua` to `ui.find.regex` Also removed luautf8 dependency since it is no longer needed. Regex replacements cannot contain embedded Lua code. Jumping to "find in files" results selects those results instead of just jumping to their respective lines.
2016-07-04Fixed OSX build; src/Makefilemitchell
libgthread.dylib is still required by at least libgtkmacintegration.dylib.
2016-07-01Fixed compile error introduced in the terminal version; src/textadept.cmitchell
2016-06-30Updated for 9.0 alpha.mitchell
2016-06-25Combined view metamethods into one and cleaned up some code and comments.mitchell
Also added placeholder code for emulating view-specific properties.
2016-06-16Changed arguments to `ui.goto_view()` and `view:goto_buffer()`.mitchell
They can accept either objects or relative numbers now. They do not accept absolute indices anymore.
2016-06-11Updated to Lua 5.3.3.mitchell
2016-06-05Updated to Scintilla 3.6.6; src/Makefilemitchell
2016-04-29Updated for 8.7.mitchell
2016-04-26Updated Scintilla, Scinterm, and lspawn; src/Makefilemitchell
2016-04-09More efficient window refreshing in the terminal version; src/textadept.cmitchell
Requires Scinterm r150 (changeset ca37264a865c).
2016-04-05Improved efficiency of word autocompletion from all buffers.mitchell
Also fixed a bug that reset some non-focused buffer properties.
2016-04-05Import Lua UTF-8 pattern functions directly into `utf8` library from C.mitchell
2016-03-26Always link to iconv on BSD; src/Makefilemitchell
Do not assume GTK+'s pkg-config lib flags give iconv.
2016-03-26Support UTF-8 Lua pattern matching.mitchell
Makes use of an external luautf8 library, but only a subset of it.
2016-03-22Only show the menubar if there are menus; src/textadept.cmitchell
2016-03-18Updated to Scintilla and Scintillua 3.6.4; src/Makefilemitchell
2016-02-29Temporarily use latest version of Scintillua; src/Makefilemitchell
2016-02-29Updated for 8.6.mitchell
2016-02-25Updated to lspawn 1.4; src/Makefilemitchell
2016-02-17Fixed potential buffer overflow; src/textadept.cmitchell
Thanks to Markus F.X.J. Oberhumer.
2016-02-05Fix building CDK in debug mode.mitchell
In debug mode, inline functions are not inlined, so ensure internal linkage. Thanks to Markus F.X.J. Oberhume.
2016-02-03Ensure Win32 single instance thread is terminated on exit; src/textadept.cmitchell
2016-02-03Updated to Scinterm 1.7; src/Makefilemitchell
2016-02-01Use an archived CDK version instead of the latest; src/Makefilemitchell
Otherwise building Textadept from the source could break at any time.
2016-01-30Replaced `buffer:text_range()` C function with a Lua function.mitchell
2016-01-30Added single-instance functionality for Win32 and require GLib 2.28+.mitchell
Thanks to Carl Sturtivant for the Win32 proof-of-concept code.
2016-01-30Code cleanup; src/textadept.cmitchell
2016-01-29Fixed focus bug in `view:goto_buffer()` with non-focused view; src/textadept.cmitchell
2016-01-29`buffer:clear_cmd_key()` should only take one argument.mitchell
The `bit32` library makes bit shifting easier.
2016-01-23Updated to Scintillua 3.6.3-1; src/Makefilemitchell
2016-01-20Updated to Scintilla 3.6.3 and enabled idle styling.mitchell
Patched Scintilla to prevent warning on widget destroy.
2015-12-31Use the latest hg version of Scintillua; src/Makefilemitchell
2015-12-31Updated copyright date.mitchell
2015-12-31Updated for 8.5.mitchell
2015-12-06Updated to Lua 5.3.2.mitchell
2015-11-13No need to PGP sign non-source archives; src/Makefilemitchell
2015-11-11PGP sign packages for added integrity.mitchell