aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Removed `_G.RESETTING`; test for `arg` instead.Gravatar mitchell2013-06-24
|
* Fixed module releases; src/MakefileGravatar mitchell2013-06-23
|
* Reverted to lfs 1.6.0 since later versions break the LuaJIT version.Gravatar mitchell2013-06-23
|
* Use precompiled 64-bit libluajit.a for release and nightly builds; src/MakefileGravatar mitchell2013-06-23
|
* Refactored Makefile for release and nightly builds.Gravatar mitchell2013-06-22
|
* Removed redundant source release.Gravatar mitchell2013-06-21
|
* Use lfs 1.6.2 instead of latest master; src/MakefileGravatar mitchell2013-06-21
|
* Allow multiple jobs; src/MakefileGravatar mitchell2013-06-20
|
* Added support for nightly Linux x86_64 build.Gravatar mitchell2013-06-19
|
* Reverted to LPeg 0.10.2; src/MakefileGravatar mitchell2013-06-17
|
* Allow for automated nightly builds; src/MakefileGravatar mitchell2013-06-15
|
* Code cleanup; src/MakefileGravatar mitchell2013-06-14
|
* New makefile rules for preparing build environments on various platforms.Gravatar mitchell2013-06-14
|
* New makefile 'osx-app' rule for building Textadept.app.Gravatar mitchell2013-06-09
| | | | | Also added some OSX scripts from the bundle to the repository. Requires the latest "GTK+ for OSX bundle".
* No need to initialize static variables; src/textadept.cGravatar mitchell2013-06-08
| | | | C implicitly initializes them to NULL.
* Added Makefile rules for creating cross-platform UI build environments.Gravatar mitchell2013-06-06
|
* Fixed curses autocomplete with the "Enter" key.Gravatar mitchell2013-06-04
| | | | This reverts "Enter" to '\r' in Lua, so make a KEYSYM to retain '\n'.
* Updated for 7.0 alpha.Gravatar mitchell2013-05-25
|
* Rewrote theme implementation.Gravatar mitchell2013-05-15
| | | | | | | Themes are now just single files that share Textadept's Lua state. Also added a new "settings.lua" that functions in place of buffer and view theme files. Requires latest Scintillua.
* Updated for 6.6.Gravatar mitchell2013-05-25
|
* Use '\n' keycode in curses instead of '\r'; src/textadept.cGravatar mitchell2013-05-21
| | | | Win32-curses still uses '\r' since pdcurses reports it.
* Reverted r1412 to allow hiding command entry on focus lost; src/textadept.cGravatar mitchell2013-05-16
| | | | | | | | | If command_entry_completion handles keys first, pressing "Tab" after showing completions switches focus to Scintilla without propagating the key. If command_entry handles keys first, pressing "Enter" in the completion list will be incorrectly interpreted as a normal "Enter" press. Reverted to using the "activate" signal to interpret "Enter" so command_entry can handle keys first, keeping "Tab" from switching focus.
* Fixed GTK assertion errors when removing find history items; src/textadept.cGravatar mitchell2013-05-15
|
* Ensure _XOPEN_SOURCE_EXTENDED is defined for Linux ncurses; src/MakefileGravatar mitchell2013-05-12
|
* Updated for 6.6 beta.Gravatar mitchell2013-04-27
|
* Fixed compilation error for CDK on Mac OSX.Gravatar mitchell2013-04-26
|
* Do not emit keys while the command entry completion is active; src/textadept.cGravatar mitchell2013-04-24
| | | | The GtkEntryCompletion's key handler should take precedence over GtkEntry's.
* Renamed `_G.buffer_new()` to `buffer.new()`.Gravatar mitchell2013-04-24
|
* Fixed compilation error for latest Scinterm; src/MakefileGravatar mitchell2013-04-21
| | | | Requires Scinterm r51.
* Updates to compile with latest GTK-OSX.Gravatar mitchell2013-04-21
| | | | This fixes Fn key recognition.
* Allow updating of curses command entry text from events; src/textadept.cGravatar mitchell2013-04-15
|
* Better key handling in Windows curses; src/textadept.cGravatar mitchell2013-04-15
|
* Added key modes and changed the command entry to use them.Gravatar mitchell2013-04-11
| | | | Removed obsoleted `events.COMMAND_ENTRY_COMMAND`.
* Make "command_entry_keypress" event more consistent with "keypress" in curses.Gravatar mitchell2013-04-08
|
* Reduce the delay when pressing the Escape key in curses; src/textadept.cGravatar mitchell2013-04-08
|
* Initial support for Windows terminal via pdcurses.Gravatar mitchell2013-04-05
|
* Textadept should support multiple curses platforms; remove ncurses references.Gravatar mitchell2013-04-03
| | | | Requires Scintilla r4436 and Scinterm r45.
* Reverted update to LPeg 0.11 due to crash in multi-lang lexers; src/MakefileGravatar mitchell2013-03-31
|
* Updated for 6.5.Gravatar mitchell2013-03-31
|
* Updated to Lua 5.2.2 and LPeg 0.11.Gravatar mitchell2013-03-29
|
* Updated documentation; src/textadept.cGravatar mitchell2013-03-07
|
* Updated for 6.4.Gravatar mitchell2013-02-27
|
* Fixed bug with indexable buffer properties that return strings; src/textadept.cGravatar mitchell2013-02-27
|
* GtkTable is deprecated in GTK 3.4, use GtkGrid instead; src/textadept.cGravatar mitchell2013-02-27
|
* Set gtdialog parent window; src/textadept.cGravatar mitchell2013-02-23
| | | | This requires gtdialog hg changeset 49 (75a6c2b9b9b7).
* Updated for 6.3.Gravatar mitchell2013-01-29
|
* Updated copyright date.Gravatar mitchell2013-01-20
|
* Updated for 6.2.Gravatar mitchell2012-12-30
|
* "make install" and "make ncurses install" install separate binaries.Gravatar mitchell2012-12-26
|
* Updated for 6.1.Gravatar mitchell2012-12-09
|