aboutsummaryrefslogtreecommitdiff
path: root/core/gui.lua
AgeCommit message (Expand)Author
2011-12-14No need for 'lexer.lpeg.script' property anymore; core/gui.luamitchell
2011-12-13Remove 'package.seeall' from LuaDoc comments.mitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-11-28Write theme changes to ~/.textadept/theme; core/gui.luamitchell
2011-11-23Code cleanup.mitchell
2011-11-23Added theme utilities, modified light and dark themes, and removed scite theme.mitchell
2011-09-28Added gui.goto_file() for the 'find' and 'run' modules.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-09-20No need to set buffer.eol_mode for OSX since Scintilla 2.29; core/gui.luamitchell
2011-09-08Only fold when clicking on fold margin, not any sensitive one; core/gui.luamitchell
2011-08-25Set buffer.eol_mode properly for new buffers on Mac OSX; core/gui.luamitchell
2011-07-29Eliminated the need for keys.conf and keys.osx.conf.mitchell
2011-07-11Removed label mnemonics from localization keys.mitchell
2011-06-24Removed '_G' prefix from globals where necessary.mitchell
2011-06-23Use string constants for event names.mitchell
2011-03-29Handle nil args in gui.print() and set caret after printing.mitchell
2011-03-25Snapopen allows multiple files to be selected now.mitchell
2011-01-21Code cleanup.mitchell
2011-01-19Added gui.filteredlist() shortcut function for gui.dialog('filteredlist', ...).mitchell
2011-01-13More informative check_focused_buffer() error message.mitchell
2011-01-02Fixed bug with update_ui in buffer_new and view_new events; core/gui.luamitchell
2010-12-29No more pasting issue in Mac OSX; core/gui.luamitchell
2010-12-29Do not call 'buffer_new' when splitting the view.mitchell
2010-12-28Updated copyright information.mitchell
2010-12-26Moved gui events from core/events.lua to core/gui.lua.mitchell
2010-11-23Code cleanup.mitchell
2010-10-15Changed locale implementation.mitchell
2010-10-14Code formatting changes.mitchell
2010-10-13Fix switch buffers dialog bug when cancelling; core/gui.luamitchell
2010-10-11gui.dialog() can take tables of strings as arguments.mitchell
2010-06-16Code and documentation cleanup.mitchell
2010-06-11Removed _G.textadept.mitchell