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
2012-06-07
Code cleanup and ncurses bugfixes; src/textadept.c
mitchell
2012-06-06
Check for `args` and `args.process()` in single instance; src/textadept.c
mitchell
2012-06-06
`gui.statusbar_text` is write-only again.
mitchell
2012-06-06
Code cleanup and ncurses GUI improvements.
mitchell
2012-06-06
Removed 'gtk-' stock menus and changed 'separator' to ''.
mitchell
2012-06-05
Added ncurses Command Entry completion.
mitchell
2012-06-04
Added ncurses Find/Replace dialog.
mitchell
2012-06-03
Added ncurses Command Entry; src/textadept.c
mitchell
2012-06-03
Draw ncurses split view line; src/textadept.c
mitchell
2012-06-02
GCocoaDialog was renamed gtDialog.
mitchell
2012-06-02
Code cleanup; src/textadept.c
mitchell
2012-05-25
Finished removing forward declarations; src/textadept.c
mitchell
2012-05-24
Removed more forward declarations; src/textadept.c
mitchell
2012-05-23
Removed some forward declarations and cleaned up code; src/textadept.c
mitchell
2012-05-23
Initial support for ncurses.
mitchell
2012-04-30
Use "C" locale for numbers to prevent formatting errors for French, German, etc.
mitchell
2012-04-12
Make single instance a compile-time option.
mitchell
2012-04-10
Handle NULL current working directory for single-instance; src/textadept.c
mitchell
2012-04-10
Support for single-instance on Linux and BSD with GLib 2.28.
mitchell
2012-03-07
Updated contact email address.
mitchell
2012-03-08
`_G.timeout()` accepts fractional seconds now; src/textadept.c
mitchell
2012-02-22
Use GtkOSXApplication, which is Cocoa-based, instead of Carbon API calls on OSX.
mitchell
2012-01-10
Fix bug in reset() from upgrade to Lua 5.2; src/textadept.c
mitchell
2012-01-06
Updated copyright information.
mitchell
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
[next]