aboutsummaryrefslogtreecommitdiffhomepage
path: root/THANKS.md
Commit message (Collapse)AuthorAge
* Updated German localization.Gravatar mitchell2018-06-12
| | | | Thanks to Christof Böckler.
* Updated Info.plist such that Textadept appears in the "Open With..." menu.Gravatar mitchell2017-08-27
| | | | Thanks to Franck Guadagnini.
* Better handling of key bindings on international keyboards.Gravatar mitchell2016-09-12
| | | | | | 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.
* Added `events.TAB_CLICKED` event.Gravatar mitchell2016-07-24
| | | | | | 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.
* Fix building CDK in debug mode.Gravatar mitchell2016-02-05
| | | | | In debug mode, inline functions are not inlined, so ensure internal linkage. Thanks to Markus F.X.J. Oberhume.
* Added single-instance functionality for Win32 and require GLib 2.28+.Gravatar mitchell2016-01-30
| | | | Thanks to Carl Sturtivant for the Win32 proof-of-concept code.
* Do not visit buffers that do not need saving in `io.save_all_files()`.Gravatar mitchell2015-12-10
| | | | | This speeds up `io.save_all_files()`, particularly on remote filesystems. Thanks to Ivan Baidakou.
* Added support for SNOBOL4.Gravatar mitchell2015-11-16
| | | | Thanks to Michael Richter.
* Added Italian translation and updated French translation.Gravatar mitchell2015-07-28
| | | | Thanks to Giovanni Salmeri.
* Allow bookmarks to be toggled on specific lines; modules/textadept/bookmarks.luaGravatar mitchell2015-03-17
| | | | Thanks to Lance Larsen.
* Fix opening network path files on Win32.Gravatar mitchell2015-01-15
| | | | Thanks to Daniel Wutke.
* Added Arabic translation.Gravatar mitchell2014-11-13
| | | | Thanks to Ahed Eid.
* Added Polish translation.Gravatar mitchell2014-06-21
| | | | Thanks to Piotr Orzechowski.
* More info on sponsorship.Gravatar mitchell2014-06-20
|
* Added sponsors and sponsorship info; THANKS.mdGravatar mitchell2014-06-20
|
* Changed line endings back to UNIX; THANKS.mdGravatar mitchell2014-03-12
|
* Added split views in the terminal version thanks to Chris Emerson.Gravatar mitchell2014-02-12
|
* Added Swedish translation from Niklas Wallén.Gravatar mitchell2014-01-14
|
* Fix caret placement in block comment/uncomment.Gravatar mitchell2013-05-20
| | | | Thanks to Richard Philips.
* Fixed misspelling; THANKS.mdGravatar mitchell2013-05-15
|
* Support retina displays on OSX.Gravatar mitchell2013-04-04
| | | | Thanks to John Benediktsson.
* Do not set DESTDIR and added PREFIX; src/MakefileGravatar mitchell2012-11-26
| | | | | This allows for easier building of packages. Thanks to Pedro Andres Arranda Gutierrez.
* Bugfix for `string.iconv()` from Gilles Grégoire.Gravatar mitchell2012-09-25
| | | | Sometimes the converted text will not fit into its allocated buffer.
* Updated documentation on compiling.Gravatar mitchell2012-07-13
| | | | Thanks to Bill Meahan for help with compiling on BSD.
* Added Spanish translation from Manuel Montenegro.Gravatar mitchell2012-03-22
|
* Moved Manual into `doc/` root directory.Gravatar mitchell2012-03-08
|
* Documentation overhaul with Discount (Markdown implementation).Gravatar mitchell2012-03-07
The standard LuaDoc template is no longer used. Instead, the new `scripts/markdowndoc.lua` has the template for LuaDoc and `scripts/update_doc` has the template for the Manual. Also added README, CHANGELOG, and THANKS files.