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
/
textadept.c
Age
Commit message (
Expand
)
Author
2011-12-15
Add support for compiling with LuaJIT.
mitchell
2011-12-12
Updated to Lua 5.2.
mitchell
2011-11-22
Simplify theming via gtkrc by naming GtkWindow only.
mitchell
2011-09-25
Updated Doxygen doc; src/textadept.c
mitchell
2011-09-25
Refactored textadept.c and changed Lua interface a bit.
mitchell
2011-09-21
Emit 'SCN' on SCNotification instead of calling events.notification().
mitchell
2011-09-21
Renamed 'editor' variables to 'view'; src/textadept.c
mitchell
2011-09-05
Handle mouse dwell events.
mitchell
2011-08-25
Do not hide the statusbar when command entry is focused; src/textadept.c
mitchell
2011-08-18
Fixed split view focus bug with the same buffer in two views; src/textadept.c
mitchell
2011-08-15
Fixed memory access bug in gui.dialog(); src/textadept.c
mitchell
2011-08-09
Swap Control and Command key definitions on Mac OSX.
mitchell
2011-07-13
Refactored key commands and added menu accelerators.
mitchell
2011-07-11
Allow buffer functions to omit buffer argument.
mitchell
2011-07-07
Detect Alt/Option modifier on Mac OSX.
mitchell
2011-06-30
Localize the labels and buttons in the find GUI frame; src/textadept.c
mitchell
2011-06-16
Fixed bug for when gui.dialog steals focus; src/textadept.c
mitchell
2011-06-12
Add support for GTK 3.0.
mitchell
2011-03-26
Fixed bug in reset() with new menu and key command handling; src/textadept.c
mitchell
2011-03-24
Changes to key and menu command definitions.
mitchell
2011-01-23
Send key modifiers to command_entry_keypress event.
mitchell
2011-01-13
More informative check_focused_buffer() error message.
mitchell
2011-01-09
Use proper pointer type for SendScintilla calls; src/textadept.c
mitchell
2010-12-29
Do not call 'buffer_new' when splitting the view.
mitchell
2010-12-28
Updated copyright information.
mitchell
2010-12-28
Fixed gui.statusbar_text bug; src/textadept.c
mitchell
2010-12-07
Fix infinite recursion errors caused in events.
mitchell
2010-12-07
Renamed functions in src/textadept.c.
mitchell
2010-11-23
Code cleanup.
mitchell
2010-11-19
Mac OSX textadept.app includes GTK-OSX; the framework is no longer needed.
mitchell
2010-10-28
Rename MAC variable in to OSX in Lua, __OSX__ in C.
mitchell
2010-10-25
Fix compiler warning; src/textadept.c
mitchell
2010-10-25
Fix gui.dialog() bug with more than one table arg; src/textadept.c
mitchell
2010-10-24
Added _G.timeout function.
mitchell
2010-10-24
Condensed textadept.h, textadept.c, lua_interface.c into textadept.c.
mitchell
2010-10-24
C code consolidation and updated Doxygen doc.
mitchell
2010-10-15
C code cleanup.
mitchell
2010-10-14
Code formatting changes.
mitchell
2010-07-11
Fixed memory leak for Mac OSX; src/textadept.c
mitchell
2010-06-16
Code and documentation cleanup.
mitchell
2010-06-11
Removed _G.textadept.
mitchell
2010-06-11
Renamed textadept.events to events, renamed 'handle' and 'add_handler'.
mitchell
2010-04-02
Added BSD support.
mitchell
2010-03-30
Updated documentation.
mitchell
2010-03-10
Removed side pane.
mitchell
2010-01-07
Updated copyright to 2010.
mitchell
2009-07-19
Fix to compile on Mac OSX; src/textadept.c
mitchell
2009-07-19
Fixed an accidentally changed preprocessor; src/textadept.c
mitchell
2009-07-18
Can cross-compile to Win32.
mitchell
2009-07-15
C99 allows 'int' declarations in 'for' statments.
mitchell
[next]