aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Collapse)Author
2011-02-10Put scripts/ in source release; src/Makefilemitchell
2010-12-28Updated copyright information.mitchell
2010-11-23Win32 package includes GTK; the runtime is no longer needed.mitchell
2010-11-23Code cleanup.mitchell
Also modified the editing module's enclose() and select_enclosed() functions.
2010-11-19Mac OSX textadept.app includes GTK-OSX; the framework is no longer needed.mitchell
2010-10-24Condensed textadept.h, textadept.c, lua_interface.c into textadept.c.mitchell
2010-09-01Include LexLPeg.cxx in src package's src/ directory; src/Makefilemitchell
It is no longer contained within the src/scintilla/ folder due to changes in Scintillua.
2010-09-01Fixed compiler warnings.mitchell
2010-08-31Patched Scintilla (as scintillua) no longer needed; src/Makefilemitchell
The changes to LexLPeg.cxx mean that src/scintillua (patched Scintilla) is no longer required. Can use stock Scintilla now.
2010-08-31Change Lua interface to support updated LPeg Scintilla lexer.mitchell
2010-08-26Remove scintillua .hg/ for releases; src/Makefilemitchell
2010-08-17Upgraded to Scintilla/SciTE 2.20.mitchell
2010-04-29Prevent double-insertion of Markdown in LuaDoc; src/Makefilemitchell
2010-04-29Enable TRACE for lexer messages when debugging; src/Makefilemitchell
2010-04-02Added BSD support.mitchell
2010-04-01Fixed OSX packaging bug; src/Makefilemitchell
2010-03-31Changes to Mac OSX release packaging; src/Makefilemitchell
2010-03-01hg clone will not clone individual directories; compensate; src/Makefilemitchell
2010-03-01Create Mac OSX zip for release instead of disk image; src/Makefilemitchell
2010-02-25Add xcode folder to source zip; src/Makefilemitchell
2010-02-23Updated to use Scintillua 2.03.mitchell
2010-01-07Updated copyright to 2010.mitchell
2009-07-28Updated Makefile for packaging releases.mitchell
2009-07-18Updated src/Makefile to build binary and source archives for release.mitchell
2009-07-18Can cross-compile to Win32.mitchell
2009-07-10Compile as C99.mitchell
2009-07-09Textadept now compiles as C code.mitchell
2009-07-09Removed gtk.so from src/Makefile.mitchell
2009-07-08Replace lua_dialog with gcocoadialog.mitchell
2009-07-08Extended the event system to include project manager, find, command entry, etc.mitchell
2009-07-08Linux version can be installed and run from anywhere.mitchell
2009-01-29Fixed src/Makefile for compiling Lua.mitchell
2009-01-01Updated copyright dates for 2009.mitchell
2008-12-21Include the LuaFileSystem library; src/Makefilemitchell
2008-11-22Compile lpeg into Lua so external lpeg.so, lpeg.dll isn't needed; src/Makefilemitchell
2008-11-08Changed src/Makefile to make different ARCHes easier to compile and package for.mitchell
2008-06-17Use liblua5.1.a from Lua Binaries; src/Makefilemitchell
2008-06-17Include a lua.a like scintilla-st.a for source compile.mitchell
2008-06-15Merged pm.c and find_replace.c into textadept.c; updated Makefile.mitchell
2008-03-04No external Lua dependency; Textadept compiles with Lua and exports its symbols.mitchell
2008-03-04Modified Makefile option flag to optimize for size; src/Makefilemitchell
2008-03-03Updated copyright notice to include the year 2008.mitchell
2007-08-06Initial import of core C files.mitchell