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-03-07
Updated documentation; src/textadept.c
mitchell
2013-02-27
Updated for 6.4.
mitchell
2013-02-27
Fixed bug with indexable buffer properties that return strings; src/textadept.c
mitchell
2013-02-27
GtkTable is deprecated in GTK 3.4, use GtkGrid instead; src/textadept.c
mitchell
2013-02-23
Set gtdialog parent window; src/textadept.c
mitchell
2013-01-29
Updated for 6.3.
mitchell
2013-01-20
Updated copyright date.
mitchell
2012-12-30
Updated for 6.2.
mitchell
2012-12-26
"make install" and "make ncurses install" install separate binaries.
mitchell
2012-12-09
Updated for 6.1.
mitchell
2012-12-09
Remove "-m32" flag when compiling LuaJIT on 32-bit arch; src/Makefile
mitchell
2012-12-03
Fixed bug since readlink() does not append '\0'; src/textadept.c
mitchell
2012-11-30
Better detect architecture when compiling; src/Makefile
mitchell
2012-11-26
Do not set DESTDIR and added PREFIX; src/Makefile
mitchell
2012-10-31
Added official Python module; src/Makefile
mitchell
2012-10-30
Pass "Escape" key to Scintilla correctly in ncurses.
mitchell
2012-10-29
Updated for 6.0.
mitchell
2012-10-22
Fix string collation bug in ncurses due to CDK.
mitchell
2012-10-16
Fixed GUI menu key shortcut handling.
mitchell
2012-10-12
Code cleanup; src/textadept.c
mitchell
2012-10-12
Fixed ncurses bug in command selection introduced by r1256.
mitchell
2012-10-04
Flush input queue in ncurses when finished with CDK widgets; src/textadept.c
mitchell
2012-09-30
Updated for 6.0 beta 3.
mitchell
2012-09-28
Added marks for making selection in ncurses.
mitchell
2012-09-26
Ensure Lua stack has enough elements in `lstring_iconv()`; src/textadept.c
mitchell
2012-09-25
Bugfix for `string.iconv()` from Gilles Grégoire.
mitchell
2012-09-23
Do not write ncurses initialization errors over titlebar; src/textadept.c
mitchell
2012-09-22
More consistant preproc grouping; src/textadept.c
mitchell
2012-09-18
Keep termios disabled in CDK objects; src/textadept.c
mitchell
2012-09-18
New Textadept icon.
mitchell
2012-09-18
Fixed incremental find in ncurses.
mitchell
2012-08-29
Fixed bug for release names with multiple spaces; src/Makefile
mitchell
2012-08-29
Updated for 6.0 beta 2.
mitchell
2012-08-26
Updated tmp rule; src/Makefile
mitchell
2012-08-26
Fixed some ncurses memory leaks; src/textadept.c
mitchell
2012-08-03
Fixed ncurses bug where replace entry could not be focused; src/textadept.c
mitchell
2012-08-01
Added 'install' and 'uninstall' rules; src/Makefile
mitchell
2012-07-28
Updated tmp build environment to include win64gtk; src/Makefile
mitchell
2012-07-28
Enable ncurses on OSX; src/textadept.c
mitchell
2012-07-28
Like for OSX and Win32, use any pre-built LuaJIT archives on Linux; src/Makefile
mitchell
2012-07-28
Changes to compile for 64-bit Windows.
mitchell
2012-07-26
Updated for 6.0 beta.
mitchell
2012-07-26
Fixes to compile ncurses version on Mac OSX.
mitchell
2012-07-26
Compile scintillua with NCURSES flag when necessary; src/Makefile
mitchell
2012-07-23
No need for PLAT_* flags; src/textadept.c
mitchell
2012-07-21
Converted some `buffer` "get" and "set" functions into properties.
mitchell
2012-07-18
Synchronize copy-paste buffer between Scintilla and CDK widgets.
mitchell
2012-07-15
Include CDK directly instead of requiring it as a dependency.
mitchell
2012-07-13
Redirect stderr to avoid drawing to the ncurses window; src/textadept.c
mitchell
2012-07-13
Fixes to compile textadept-ncurses on BSD; src/Makefile
mitchell
[next]