aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/session.lua
AgeCommit message (Expand)Author
2013-10-18More LuaDoc updates.mitchell
2013-10-09More LuaDoc updates.mitchell
2013-09-29Added new `ui.dialogs` module for more user-friendly dialog support.mitchell
2013-09-23Code and documentation cleanup.mitchell
2013-09-15Do not convert filenames to UTF-8; keep them in `_CHARSET`.mitchell
2013-09-09Use `events.ARG_NONE` constant instead of string.mitchell
2013-09-09Moved buffer IO functions into the `io` module.mitchell
2013-09-06Updated LuaDoc.mitchell
2013-08-26Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.mitchell
2013-08-26Renamed `gui` to `ui` since it's more applicable.mitchell
2013-07-16Save window maximized state in sessions.mitchell
2013-04-29More code cleanup.mitchell
2013-04-25Added icons to msgbox dialogs.mitchell
2013-04-25Code and documentation cleanup.mitchell
2013-04-24Renamed `_G.buffer_new()` to `buffer.new()`.mitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
2013-02-26Removed useless gui.dialog() options for fileopen/filesave.mitchell
2013-02-05Added command line switches for loading sessions on startup.mitchell
2013-01-20Updated copyright date.mitchell
2012-11-19Rewrote LuaDoc.mitchell
2012-11-19Changed Lua code style for tables.mitchell
2012-10-29Updated documentation formatting.mitchell
2012-09-12Documentation overhaul.mitchell
2012-07-21Lua code cleanup and API changes.mitchell
2012-06-21Save terminal sessions to a different file; modules/textadept/session.luamitchell
2012-03-27Translate all messages instead of relying on GTK to translate stock items.mitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-07Updated contact email address.mitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2012-01-19Fixed bug with recent files; modules/textadept/session.luamitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Rename '_m' to '_M'.mitchell
2012-01-01Code cleanup.mitchell
2011-12-31Changed 'locale.localize()' to global '_L' table.mitchell
2011-12-31Code cleanup.mitchell
2011-12-13Remove 'package.seeall' from LuaDoc comments.mitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-09-27Reformatted some LuaDoc.mitchell
2011-09-26Lua code cleanup.mitchell
2011-09-25Refactored textadept.c and changed Lua interface a bit.mitchell
2011-08-08Add recent file list to session; modules/textadept/session.luamitchell
2011-08-08Do not autosave over explicitly loaded session; modules/textadept/session.luamitchell
2011-07-29Eliminated the need for keys.conf and keys.osx.conf.mitchell
2011-06-24Removed '_G' prefix from globals where necessary.mitchell
2011-06-23Use string constants for event names.mitchell
2011-06-23Updated Luadoc and added extra fields to other modules.mitchell
2011-01-21Code cleanup.mitchell
2010-12-28Updated copyright information.mitchell
2010-11-23Code cleanup.mitchell
2010-10-15Changed locale implementation.mitchell