summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2014-04-14Make sure that when building with MSVC, a Release build will launch without a...John Emmas
2014-04-14clean up 6cc2812f2e8 (interim vst fixes)Robin Gareus
2014-04-14make frame/trim handles transparent for now.Paul Davis
2014-04-14dramatic change in logic and naming for operations related to adding a MIDI r...Paul Davis
2014-04-11interim vst fixesunknown
2014-04-11amend previous commit, remove cruft, no more extern function pointersRobin Gareus
2014-04-11Oops - correct some typos in my previous commitJohn Emmas
2014-04-11Make sure we use the correct style of filepath separator on WindowsJohn Emmas
2014-04-10fix tetris-ized mixer strips AND return option to have group button in mixer ...Paul Davis
2014-04-10fix borked cpp directives in trx menu filePaul Davis
2014-04-10first pass hiding/rearrangement of UI elements related to trxPaul Davis
2014-04-10parameterize install target directories based on --program-name configure optionPaul Davis
2014-04-10language correction in option description (in => using)Paul Davis
2014-04-10remove reference to JACK constantPaul Davis
2014-04-10clean up use of JACK name in messagesPaul Davis
2014-04-10remove final reference to jack headersPaul Davis
2014-04-10remove final reference to jack headersPaul Davis
2014-04-10remove use of JACK headers to allow building on systems without JACKPaul Davis
2014-04-10initial trim of trx.menusPaul Davis
2014-04-10always build all per-program menu files so that we can try them out with diff...Paul Davis
2014-04-10don't mention ardour.menus explicitly if an error loading menu file ocurrsPaul Davis
2014-04-10add new trx menus filePaul Davis
2014-04-10new configure option for trx build, which also generates new menus filePaul Davis
2014-04-10use TRX Profile to alter transport button layoutPaul Davis
2014-04-10set Profile TRX element at startupPaul Davis
2014-04-10provide a non-hard-coded menu file name to ActionManager when loading menusPaul Davis
2014-04-08Modify 'gtk2_ardour/nsmclient.cc' to add MSVC support for LO_TT_IMMEDIATEJohn Emmas
2014-04-01comment editPaul Davis
2014-03-27Add internationalization support for my newly committed 'bundle_env_msvc.cc'John Emmas
2014-03-27Add the code for 'load_custom_fonts()' (though not entirely sure if it's actu...John Emmas
2014-03-26rename ArdourMenu to ArdourDropdownBen Loftis
2014-03-26the FlatFace element is no longer relevant. instead it was being used for an ...Ben Loftis
2014-03-25add back track shrink/expand buttonsPaul Davis
2014-03-25most of the support for save/restore of visible track countPaul Davis
2014-03-25actually resize track heights to follow visible-tracks choicePaul Davis
2014-03-25revert to use red border to indicate rec-arm instead of pink colorBen Loftis
2014-03-25first part of switch from shrink/expand tracks to pyramix-style "pick number ...Paul Davis
2014-03-25brownish zoom buttonsBen Loftis
2014-03-24add optional arg to Editor::ensure_time_axis_view_is_visible() to "force" "ma...Paul Davis
2014-03-24selecting a track/bus in the editor list now selects it in the canvas, and al...Paul Davis
2014-03-23add needed separatorBen Loftis
2014-03-23files for ArdourMenuBen Loftis
2014-03-23New theme for editor window using ArdourMenuharrison
2014-03-23prepare for the day when there can be TimeAxisView's that are not RouteTimeAx...Robin Gareus
2014-03-23fix some memory leaksRobin Gareus
2014-03-22merge with master, primarily for adrian's maximise-mixer changePaul Davis
2014-03-21String object for Greek locale testing should have been Glib::ustring, rather...John Emmas
2014-03-21Keybindings for maximising the mixer windowAdrian Knoth
2014-03-21Add option to display the mixer in fullscreenAdrian Knoth
2014-03-21Implement 'fixup_bundle_environment()' for the MSVC buildJohn Emmas