aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Fixed bug with builds not linking src/LexLPeg.cxx in `make deps`; src/MakefileGravatar mitchell2013-09-20
|
* Updated for 7.0 beta 3.Gravatar mitchell2013-09-08
|
* Fixed bug in processing command line options introduced in r1546.Gravatar mitchell2013-09-06
|
* Renamed `ui.docstatusbar_text` to `ui.bufstatusbar_text`.Gravatar mitchell2013-09-05
|
* Updated to the latest CDK.Gravatar mitchell2013-09-02
|
* Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.Gravatar mitchell2013-08-31
| | | | A side effect is more efficient event emission during startup.
* Renamed `gui` to `ui` since it's more applicable.Gravatar mitchell2013-08-26
|
* Include Scintilla constants in `buffer`s.Gravatar mitchell2013-08-24
|
* Updated for 7.0 beta 2.Gravatar mitchell2013-08-10
|
* Updated to Scintilla 3.3.4; src/MakefileGravatar mitchell2013-07-19
|
* Fixed compile error on curses from previous commit; src/textadept.cGravatar mitchell2013-07-17
|
* Save window maximized state in sessions.Gravatar mitchell2013-07-16
| | | | Also ensure backward-compatibility with existing session files.
* Updated for 7.0 beta.Gravatar mitchell2013-07-10
|
* Ensure split view is painted by GTK before scrolling it; src/textadept.cGravatar mitchell2013-07-08
| | | | This prevents any disorienting scrolling.
* Ensure split view is drawn by GTK before scrolling it; src/textadept.cGravatar mitchell2013-07-08
| | | | This prevents any disorienting scrolling.
* Updated for 7.0 alpha 2.Gravatar mitchell2013-06-29
|
* 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
|