Commit Graph

82 Commits (afd354a5b8a3606614be3b5b590c6489b71083e7)

Author SHA1 Message Date
Jonathan Moore Liles 455fb7e1b9 scripts: Don't automatically run configure script on make. 2012-10-31 17:22:52 -07:00
Jonathan Moore Liles 12ed651e13 scripts: More changes to support using system installed NTK. Don't automatically assume user wants to checkout/build NTK submodule. 2012-10-30 11:52:36 -07:00
Jonathan Moore Liles 14d189c939 Update Makefile to automatically checkout NTK submodule and add README.build file. 2012-08-06 20:03:30 -07:00
Jonathan Moore Liles 5eb890d653 Fix problem performing initial build. 2012-05-22 17:57:29 -07:00
Jonathan Moore Liles be79c69161 Add a master configure script. 2012-04-16 21:29:34 -07:00
Jonathan Moore Liles 5336880bd4 Further tweak build system to work with private version of FLTK. 2012-03-06 17:38:52 -08:00
Jonathan Moore Liles 6f19499a3c Add sequencer to master Makefile. 2012-03-04 22:52:43 -08:00
Jonathan Moore Liles 3a5c330e34 Everybody gets new icons! Also, .desktop files. 2012-02-28 21:25:37 -08:00
Jonathan Moore Liles 4a22d675e2 Implement the Non-Session-Manager (NSM) 2012-02-26 01:05:02 -08:00
Jonathan Moore Liles 4cf327e1a7 Tweak build system. 2010-02-01 03:55:10 -06:00
Jonathan Moore Liles 906872c79b Massively reoganize tree. 2010-02-01 02:26:42 -06:00
Jonathan Moore Liles 0f5f339b84 Makefile: Remove some noise from dependency generation output 2010-01-31 16:30:57 -06:00
Jonathan Moore Liles 6abd18c5ac Make logo used in About_Dialog an option. 2010-01-31 16:30:57 -06:00
Jonathan Moore Liles 85ed4a8e02 Add documentation for mixer and restructure supporting tree. 2010-01-31 15:41:39 -06:00
Jonathan Moore Liles eacbcc173d Implement Mixer. 2010-01-31 13:35:49 -06:00
Jonathan Moore Liles 55ebb9e107 Remove (deprecated) LASH support. 2010-01-31 13:10:40 -06:00
Jonathan Moore Liles 167a924caf Make use of a sub-window for the timeline a compile-time option. 2010-01-08 00:04:28 -06:00
Jonathan Moore Liles e904ff9fae Make doublebuffering of the timeline sub-window a compile-time option. 2010-01-07 23:35:50 -06:00
Jonathan Moore Liles 0bd5611092 Make optimized drawing of timeline canvas a compile-time option. 2010-01-07 23:26:10 -06:00
Jonathan Moore Liles 00d0d733b5 Makefile: disable function inlining when building for debugging. 2009-12-24 19:02:49 -06:00
Jonathan Moore Liles 48698780d9 Refactor common components of Timeline and Mixer into nonlib/ 2009-12-24 18:57:34 -06:00
Jonathan Moore Liles 5091277edb Make mute and solo buttons more colorful. 2008-07-20 16:17:17 -05:00
Jonathan Moore Liles c837a11812 Add documentation. 2008-07-19 12:06:47 -05:00
Jonathan Moore Liles 4a7533b6d6 Clean up makefile. 2008-07-09 22:44:20 -05:00
Jonathan Moore Liles c8a74348ba Makefile: Add the beginnings of an install rule. 2008-06-19 22:33:43 -05:00
Jonathan Moore Liles 170b11010e Cleanups and commenting. 2008-06-19 21:55:47 -05:00
Jonathan Moore Liles 3a6f9ac129 Add license scanner. 2008-06-15 20:16:55 -05:00
Jonathan Moore Liles 0643dac88a makefile: rename make.conf to .config. Handle missing .config gracefully. 2008-05-29 13:35:04 -05:00
Jonathan Moore Liles 60a6c29197 Clean up build. 2008-05-27 23:21:01 -05:00
Jonathan Moore Liles f0b0c455c7 makefile: add 'dist' target. 2008-05-27 17:14:37 -05:00
Jonathan Moore Liles 452292a943 makefile: Add percent complete calculation and display. 2008-05-27 15:25:24 -05:00
Jonathan Moore Liles 2fe8d7b401 Move Fl_Menu_Settings into FL/. Add makefile rules to rebuild dependencies. 2008-05-26 13:14:55 -05:00
Jonathan Moore Liles b8b9a3b029 Move Mixer into its own branch until it's ready. 2008-05-26 11:29:35 -05:00
Jonathan Moore Liles 4c75e2bd7d Makefile: Oops. Actually included dependencies. 2008-05-22 15:59:01 -05:00
Jonathan Moore Liles df93c3f8ef Minor build cleanup. 2008-05-22 02:13:27 -05:00
Jonathan Moore Liles bd82f954a8 Move (mostly) all Engine functionality into Engine/ directory. 2008-05-22 02:05:49 -05:00
Jonathan Moore Liles bfcb2f11b9 Makefile: cleanup, fix typo. 2008-05-21 10:20:01 -05:00
Jonathan Moore Liles 7e72339ea9 configure: always name *_LIBS and *_FLAGS in uppercase. 2008-05-20 16:07:03 -05:00
Jonathan Moore Liles 94de188684 configure: process old arguments more robustly. 2008-05-20 14:34:02 -05:00
Jonathan Moore Liles a7fe4c5348 Cleanup build. 2008-05-18 12:00:27 -05:00
Jonathan Moore Liles 0d9fe2b9b8 More build cleanups. 2008-05-17 23:28:36 -05:00
Jonathan Moore Liles e8571c1bc8 Cleanup makefile. 2008-05-17 21:57:00 -05:00
Jonathan Moore Liles 117d7cf9f7 Move helper functions out of 'configure' script. 2008-05-17 21:52:57 -05:00
Jonathan Moore Liles 5cd2475609 Cleanup build. 2008-05-18 00:15:39 +00:00
Jonathan Moore Liles 251d7f9267 Makefile cleanups. 2008-05-16 21:50:33 -05:00
Jonathan Moore Liles f42b12d323 Fix typo in makefile. 2008-05-16 17:20:53 -05:00
Jonathan Moore Liles 7407f16149 Use old options as defaults when reconfiguring. 2008-05-16 16:38:07 -05:00
Jonathan Moore Liles ed23544065 Continue improving build system. 2008-05-16 15:52:10 -05:00
Jonathan Moore Liles 8443acf570 Improve the build/configure system. 2008-05-16 14:12:52 -05:00
Jonathan Moore Liles fabbd3e893 Add logos to pixmaps directory and use PNG at runtime rather than
including a huge XPM in the source.
2008-05-15 19:26:51 -05:00