aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Collapse)Author
2012-10-31Added official Python module; src/Makefilemitchell
2012-08-29Fixed bug for release names with multiple spaces; src/Makefilemitchell
2012-08-26Updated tmp rule; src/Makefilemitchell
2012-08-01Added 'install' and 'uninstall' rules; src/Makefilemitchell
2012-07-28Updated tmp build environment to include win64gtk; src/Makefilemitchell
2012-07-28Like for OSX and Win32, use any pre-built LuaJIT archives on Linux; src/Makefilemitchell
2012-07-28Changes to compile for 64-bit Windows.mitchell
Since mingw64 cannot compile 64-bit LuaJIT at the moment, textadeptjit64.exe is not built.
2012-07-26Fixes to compile ncurses version on Mac OSX.mitchell
2012-07-26Compile scintillua with NCURSES flag when necessary; src/Makefilemitchell
2012-07-15Include CDK directly instead of requiring it as a dependency.mitchell
2012-07-13Fixes to compile textadept-ncurses on BSD; src/Makefilemitchell
2012-07-10Fixes to compile on BSD.mitchell
2012-06-29Correctly cross-compile LuaJIT for Mac OSX.mitchell
2012-06-29Support cross-compiling for Mac OSX; src/Makefilemitchell
2012-06-28Remove '32' from i386 executable names in package; src/Makefilemitchell
2012-06-28Fix compiling on Mac OSX and building release packages; src/Makefilemitchell
2012-06-28Disable font locking in Scintilla; src/Makefilemitchell
Since Textadept is not multi-threaded, there no need for font locking. This was never available in Windows anyway with no issues being reported.
2012-06-28Can create build environment in /tmp and build individual packages; src/Makefilemitchell
2012-06-27Added 32-bit builds; src/Makefilemitchell
2012-06-27Refactored the Makefile.mitchell
2012-06-24Handle UTF-8 characters correctly in ncurses.mitchell
2012-06-16Fixed some compile warnings.mitchell
2012-06-02GCocoaDialog was renamed gtDialog.mitchell
2012-05-23Initial support for ncurses.mitchell
2012-04-30Move OSX 'ta' launcher outside Textadept.app.mitchell
2012-04-12Make single instance a compile-time option.mitchell
2012-04-10Renamed textadept.app to Textadept.app.mitchell
2012-03-28Updated paths; src/Makefilemitchell
2012-03-10Replaced doc/gen_manual.lua with new unversioned tool.mitchell
2012-03-08Moved Manual into `doc/` root directory.mitchell
2012-03-08Added header and footer to Manual and LuaDoc.mitchell
2012-03-07Removed `scripts/update_doc` in favor of using `src/Makefile`.mitchell
2012-03-07Updated contact email address.mitchell
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