Commit Graph

1009 Commits (80278aa78a4188c009e4cdc3c525e14973d616bb)

Author SHA1 Message Date
Jonathan Moore Liles 80278aa78a FL: Get rid of unnecessary call to clip_children().
The idea being to restore compatibility with FLTK 1.1.7...
2010-02-06 11:23:21 -06:00
Jonathan Moore Liles d5b169118e Mixer: Destroy a module's parameter editor window when the module itself is destroyed. 2010-02-05 12:43:32 -06:00
Jonathan Moore Liles 0b0fb9ad87 Mixer: Don't die if user picks a submenu node in module context menu. 2010-02-04 13:05:25 -06:00
Jonathan Moore Liles 6015dc164a Mixer: Fix automatic row layout logic. 2010-02-04 07:45:56 -06:00
Jonathan Moore Liles 2f74b4dd02 Mixer: Set minimum size for main window. 2010-02-04 07:45:30 -06:00
Jonathan Moore Liles 178becd88c FL: Clip drawing of value of FL_Sometimes_Input when in non-input mode. 2010-02-03 19:54:59 -06:00
Jonathan Moore Liles 7a702eefb8 Fix a mismerge that caused meter indicators not to be updated. 2010-02-02 17:55:58 -06:00
Jonathan Moore Liles 83e51b2f20 Fix another 64-bit bug in Module insertion. 2010-02-02 07:59:22 -06:00
Jonathan Moore Liles 1febc10186 Fix a 64-bit bug in LADSPAInfo. 2010-02-02 07:59:16 -06:00
Jonathan Moore Liles 9e8a4b6fa3 Mixer: Don't use Fl_Group::clip_children(), which was only made public in FLTK 1.1.10. 2010-02-02 01:13:32 -06:00
Jonathan Moore Liles 76d9f480ec Last minute documentation updates. 2010-02-01 23:38:47 -06:00
Jonathan Moore Liles 1bd1324a25 FL: Make About_Dialog more dynamic. 2010-02-01 21:54:09 -06:00
Jonathan Moore Liles 08b3bae9c8 Improve logo for Non-Mixer. 2010-02-01 21:21:26 -06:00
Jonathan Moore Liles f480d0441a New logo for Non-DAW. 2010-02-01 20:38:10 -06:00
Jonathan Moore Liles 4cf327e1a7 Tweak build system. 2010-02-01 03:55:10 -06:00
Jonathan Moore Liles 8c891962c2 Bump version. 2010-02-01 02:35:12 -06:00
Jonathan Moore Liles f7316a2941 Fl_Packscroller: Don't eat unwanted FL_PUSH events. 2010-02-01 02:35:12 -06:00
Jonathan Moore Liles ba9e3bb1eb Mixer: Don't show module context menu for Meter_Indicator_Module. 2010-02-01 02:27:42 -06:00
Jonathan Moore Liles 29327f8a02 Timeline: Hide seek blinker, which may not be particularly useful. 2010-02-01 02:26:42 -06:00
Jonathan Moore Liles 906872c79b Massively reoganize tree. 2010-02-01 02:26:42 -06:00
Jonathan Moore Liles c713db6f34 Mixer: Clean up some compiler warnings. 2010-02-01 02:26:42 -06:00
Jonathan Moore Liles 684983e19d Prefix main window titles with "Non DAW : " 2010-02-01 02:26:42 -06:00
Jonathan Moore Liles 609a7e02ff Mixer: Support specifying an instance name on the command line (--instance) 2010-02-01 02:26:42 -06:00
Jonathan Moore Liles ac3222e576 Update mixer screenshots. 2010-02-01 02:26:42 -06:00
Jonathan Moore Liles f6554e9e4a Mixer: Fix "Help" menu item. 2010-02-01 02:26:42 -06:00
Jonathan Moore Liles 0d497243af Mixer: Don't show label for Meter module... 2010-02-01 02:26:42 -06:00
Jonathan Moore Liles 5fecc4b673 Mixer: Warn if user attempts to quit without saving. 2010-02-01 02:26:39 -06:00
Jonathan Moore Liles 237861db95 Mixer: Set X class of main window. 2010-01-31 20:54:26 -06:00
Jonathan Moore Liles 82b4555ecb Mixer: Show project name on menubar. 2010-01-31 20:54:15 -06:00
Jonathan Moore Liles 2a9939c8c8 Mixer: Don't show mixer strip label. 2010-01-31 20:41:52 -06:00
Jonathan Moore Liles cf9427a006 Mixer: tweak the size of GUI elements. 2010-01-31 19:33:57 -06:00
Jonathan Moore Liles 4a44188596 Fl_Flowpack: Flow mode should default to on! 2010-01-31 19:27:00 -06:00
Jonathan Moore Liles 9916fa0c4f Mixer: Make chains look better in the Light scheme. 2010-01-31 19:14:54 -06:00
Jonathan Moore Liles 4416161862 Update mixer documentation. 2010-01-31 19:04:47 -06:00
Jonathan Moore Liles aa2d8e3e3a Mixer: Use a toggle in module context menu for bypass instead of separate activate/deactivate items. 2010-01-31 18:50:08 -06:00
Jonathan Moore Liles 798302288b Mixer: Add more keybindings to modules. 2010-01-31 18:42:44 -06:00
Jonathan Moore Liles 8b95806b2f Mixer: Improve keyboard focus. 2010-01-31 18:42:40 -06:00
Jonathan Moore Liles 9002016db5 Mixer: Implement cut/copy/paste for modules. 2010-01-31 18:42:21 -06:00
Jonathan Moore Liles 0fe401bc04 Fix syntax error in TLE.fl 2010-01-31 16:31:50 -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 ebdd791f92 Mixer: Don't allow any strips to be created without an open projcet. 2010-01-31 16:30:57 -06:00
Jonathan Moore Liles cfd217e200 Mixer: Separate out public project commands. 2010-01-31 16:30:57 -06:00
Jonathan Moore Liles 8d9557f88c Enforce JACK client name length restrictions. 2010-01-31 16:30:57 -06:00
Jonathan Moore Liles 16778d0039 Update mixer documentation. 2010-01-31 16:30:57 -06:00
Jonathan Moore Liles 7e1b52d9f3 Mixer: Fix restrip rename menu option. 2010-01-31 16:30:57 -06:00
Jonathan Moore Liles e3ee989ec4 Mixer: Add click-to-focus for mixer strips. 2010-01-31 16:30:57 -06:00
Jonathan Moore Liles fab0527527 Mixer: Middle click toggles module activation state. 2010-01-31 16:30:57 -06:00
Jonathan Moore Liles b774ee3f50 Centralize color schemes.
Also, add new color scheme "Very Dark".
2010-01-31 16:30:54 -06:00
Jonathan Moore Liles 417497a368 Add section on control voltages to mixer doc. 2010-01-31 15:41:42 -06:00