aboutsummaryrefslogtreecommitdiff
path: root/core/gui.lua
AgeCommit message (Expand)Author
2013-04-30More code cleanup.mitchell
2013-04-29More code cleanup.mitchell
2013-04-26Handle new "lexer/current" format from LPeg lexer's API change.mitchell
2013-04-25Added icons to msgbox dialogs.mitchell
2013-04-25Code and documentation cleanup.mitchell
2013-04-24Mark recognized errors in compile/run output and added navigation functions.mitchell
2013-04-24Renamed `_G.buffer_new()` to `buffer.new()`.mitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
2013-03-28Improved message double-clicking behavior for compile and run commands.mitchell
2013-03-08Only consider visible directories in _USERHOME/themes/ as themes; core/gui.luamitchell
2013-03-07Reset Lua state after selecting a new theme; core/gui.luamitchell
2013-01-20Updated copyright date.mitchell
2013-01-05Do not error on non-existant dropped URIs; core/gui.luamitchell
2012-12-01Updated parameter LuaDoc.mitchell
2012-11-19Rewrote LuaDoc.mitchell
2012-11-19Changed Lua code style for tables.mitchell
2012-10-30Continued updating documentation formatting.mitchell
2012-10-29Updated documentation formatting.mitchell
2012-09-18Fixed bug with extra empty entry in buffer browser; core/gui.luamitchell
2012-09-18Use 'text' plain text lexer instead of 'container'.mitchell
2012-09-18Use `buffer.tab_width` in docstatusbar since `buffer.indent` is 0; core/gui.luamitchell
2012-09-12Documentation overhaul.mitchell
2012-07-21Link to gtdialog documentation in LuaDoc; core/gui.luamitchell
2012-07-21Converted some `buffer` "get" and "set" functions into properties.mitchell
2012-07-21Lua code cleanup and API changes.mitchell
2012-07-16Code cleanup.mitchell
2012-06-22Resize most filteredlists to fit the ncurses screen.mitchell
2012-06-20Use `~/.textadept/theme_term` or default 'term' theme for ncurses; core/gui.luamitchell
2012-06-06`gui.statusbar_text` is write-only again.mitchell
2012-06-06Removed 'gtk-' stock menus and changed 'separator' to ''.mitchell
2012-06-02GCocoaDialog was renamed gtDialog.mitchell
2012-06-02Use different docstatusbar text format for ncurses; core/gui.luamitchell
2012-05-23Initial support for ncurses.mitchell
2012-03-27Translate all messages instead of relying on GTK to translate stock items.mitchell
2012-03-25Improved message double-clicking behavior for run and compile commands.mitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-07Updated contact email address.mitchell
2012-03-01Fixed bug introduced by 1053; core/gui.luamitchell
2012-02-28Fixed display of `buffer._type` when it has slashes in its name; core/gui.luamitchell
2012-02-22Fixed LuaDoc errors.mitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2012-01-12Create separate LuaDoc for module table fields.mitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Code cleanup.mitchell
2012-01-01Code cleanup.mitchell
2011-12-31Changed 'locale.localize()' to global '_L' table.mitchell
2011-12-31Code cleanup.mitchell
2011-12-20Wrap LuaDoc for C tables and functions in long comments.mitchell
2011-12-14No need for 'lexer.lpeg.script' property anymore; core/gui.luamitchell
2011-12-13Remove 'package.seeall' from LuaDoc comments.mitchell