summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2014-04-18fix VST GUI swallowing for windowsRobin Gareus
2014-04-17account for MS version of std::isalnum() - fixes assert on UTF8Robin Gareus
2014-04-17new transport option, "loop-is-mode" which optionally changes the role of the...Paul Davis
2014-04-16fix lack of region trimming when not displaying name highlight barPaul Davis
2014-04-16improve comment textPaul Davis
2014-04-16add preferences item for show-name-highlight (does not take effect till next ...Paul Davis
2014-04-16fix logic for Config->show_name_highlight (reversed from inital experiments)Paul Davis
2014-04-16use new config option to control name highlight and name placementPaul Davis
2014-04-16add a transparent rect that is always located at the bottom of the track canvasPaul Davis
2014-04-16not that anyone ever runs with the SAE profile and not that we want to suppor...Paul Davis
2014-04-16make our intentions even clearer when call Editor::track_canvas_viewport_size...Paul Davis
2014-04-16make our intentions clear when call Editor::track_canvas_viewport_size_alloca...Paul Davis
2014-04-15remove pointless assert (since condition is if-tested just before it was used)Paul Davis
2014-04-15Ensure that 'fixup_bundle_environment()' returns a suitable localedir (msvc)John Emmas
2014-04-15hopefully fix issue with Editor::set_canvas_cursor_for_region_view() which wa...Paul Davis
2014-04-15fix ridiculous spelling errorPaul Davis
2014-04-15Add some stuff that's needed for an MSVC built target:-John Emmas
2014-04-15Make sure that the preprocessor directive in 'winmain.cc' matches the one in ...John Emmas
2014-04-14fix prev commit (MSVC release builds)Robin Gareus
2014-04-14fun with the c-preprocessor. platform dependent VST support.Robin Gareus
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