index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2013-09-06
Fixed bug in processing command line options introduced in r1546.
mitchell
2013-09-05
Renamed `ui.docstatusbar_text` to `ui.bufstatusbar_text`.
mitchell
2013-09-02
Updated to the latest CDK.
mitchell
2013-08-31
Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.
mitchell
2013-08-26
Renamed `gui` to `ui` since it's more applicable.
mitchell
2013-08-24
Include Scintilla constants in `buffer`s.
mitchell
2013-08-10
Updated for 7.0 beta 2.
mitchell
2013-07-19
Updated to Scintilla 3.3.4; src/Makefile
mitchell
2013-07-17
Fixed compile error on curses from previous commit; src/textadept.c
mitchell
2013-07-16
Save window maximized state in sessions.
mitchell
2013-07-10
Updated for 7.0 beta.
mitchell
2013-07-08
Ensure split view is painted by GTK before scrolling it; src/textadept.c
mitchell
2013-07-08
Ensure split view is drawn by GTK before scrolling it; src/textadept.c
mitchell
2013-06-29
Updated for 7.0 alpha 2.
mitchell
2013-06-24
Removed `_G.RESETTING`; test for `arg` instead.
mitchell
2013-06-23
Fixed module releases; src/Makefile
mitchell
2013-06-23
Reverted to lfs 1.6.0 since later versions break the LuaJIT version.
mitchell
2013-06-23
Use precompiled 64-bit libluajit.a for release and nightly builds; src/Makefile
mitchell
2013-06-22
Refactored Makefile for release and nightly builds.
mitchell
2013-06-21
Removed redundant source release.
mitchell
2013-06-21
Use lfs 1.6.2 instead of latest master; src/Makefile
mitchell
2013-06-20
Allow multiple jobs; src/Makefile
mitchell
2013-06-19
Added support for nightly Linux x86_64 build.
mitchell
2013-06-17
Reverted to LPeg 0.10.2; src/Makefile
mitchell
2013-06-15
Allow for automated nightly builds; src/Makefile
mitchell
2013-06-14
Code cleanup; src/Makefile
mitchell
2013-06-14
New makefile rules for preparing build environments on various platforms.
mitchell
2013-06-09
New makefile 'osx-app' rule for building Textadept.app.
mitchell
2013-06-08
No need to initialize static variables; src/textadept.c
mitchell
2013-06-06
Added Makefile rules for creating cross-platform UI build environments.
mitchell
2013-06-04
Fixed curses autocomplete with the "Enter" key.
mitchell
2013-05-25
Updated for 7.0 alpha.
mitchell
2013-05-15
Rewrote theme implementation.
mitchell
2013-05-25
Updated for 6.6.
mitchell
2013-05-21
Use '\n' keycode in curses instead of '\r'; src/textadept.c
mitchell
2013-05-16
Reverted r1412 to allow hiding command entry on focus lost; src/textadept.c
mitchell
2013-05-15
Fixed GTK assertion errors when removing find history items; src/textadept.c
mitchell
2013-05-12
Ensure _XOPEN_SOURCE_EXTENDED is defined for Linux ncurses; src/Makefile
mitchell
2013-04-27
Updated for 6.6 beta.
mitchell
2013-04-26
Fixed compilation error for CDK on Mac OSX.
mitchell
2013-04-24
Do not emit keys while the command entry completion is active; src/textadept.c
mitchell
2013-04-24
Renamed `_G.buffer_new()` to `buffer.new()`.
mitchell
2013-04-21
Fixed compilation error for latest Scinterm; src/Makefile
mitchell
2013-04-21
Updates to compile with latest GTK-OSX.
mitchell
2013-04-15
Allow updating of curses command entry text from events; src/textadept.c
mitchell
2013-04-15
Better key handling in Windows curses; src/textadept.c
mitchell
2013-04-11
Added key modes and changed the command entry to use them.
mitchell
2013-04-08
Make "command_entry_keypress" event more consistent with "keypress" in curses.
mitchell
2013-04-08
Reduce the delay when pressing the Escape key in curses; src/textadept.c
mitchell
2013-04-05
Initial support for Windows terminal via pdcurses.
mitchell
[prev]
[next]