aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Collapse)Author
2012-02-22Use GtkOSXApplication, which is Cocoa-based, instead of Carbon API calls on OSX.mitchell
2012-02-13Use compiler flags added to gcocoadialog; src/Makefilemitchell
2012-01-31Include LuaJIT binaries in releases; src/Makefilemitchell
2012-01-06Updated copyright information.mitchell
2011-12-21Improvements for compiling with LuaJIT; src/Makefilemitchell
2011-12-15Add support for compiling with LuaJIT.mitchell
2011-12-12Updated to Lua 5.2.mitchell
2011-09-28Use LuaCoco patch for Lua 5.1.4.mitchell
2011-08-15Link to libdl on Linux, not Win32 or Mac OSX; src/Makefilemitchell
2011-08-09Link with libdl to compile on Fedora; src/Makefilemitchell
Contributed by Brian Schott.
2011-08-08Do not autosave over explicitly loaded session; modules/textadept/session.luamitchell
2011-06-27WIN32 compiles with latest Mingw32; src/Makefilemitchell
2011-06-12Add support for GTK 3.0.mitchell
2011-04-25Include php module in release; src/Makefilemitchell
2011-03-29Officially supported modules are available as a separate download.mitchell
2011-02-28Include http://modules.textadept.googlecode.com/hg in release; src/Makefilemitchell
2011-02-28Provide 64-bit executable for libpng12 used by Debian-based distributions.mitchell
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