summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2014-05-14fix rounding error in the min:sec rulerDevin J. Pohly
2014-05-14fix major/minor ticks on min:sec rulerDevin J. Pohly
2014-05-10Oops - minor spelling correctionsJohn Emmas
2014-05-10Bug fix imported from Mixbus2 (SVN r11448)John Emmas
2014-05-07Fix region content drag directionColin Fletcher
2014-05-07Fix undo of layer-changing region dragsColin Fletcher
2014-05-07shift-modifier during trim dragging causes region to jump to original positio...Paul Davis
2014-05-06fix mingw build - needs bundle_env_mingw.cc when building with mingw, and tha...Paul Davis
2014-05-01Add ComboOption configuration for default-fade-shapeAdrian Knoth
2014-05-01if using the audio/MIDI setup dialog because there are >1 backends, but the c...Paul Davis
2014-05-01change location marker ruler text for get_trx() == true casePaul Davis
2014-05-01correctly set up ruler preferences for get_trx() == true casePaul Davis
2014-04-30script to run ardour under callgrindRobin Gareus
2014-04-29remove two more unnecessary instances of os.path.join in install path definit...Paul Davis
2014-04-29Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvasCarl Hetherington
2014-04-29"sequence regions" operation (remove space between selected regions) added, c...Paul Davis
2014-04-28skeleton dummy audio-engineRobin Gareus
2014-04-28Fix some capitalisation in the preferences dialog.Carl Hetherington
2014-04-24NOOP, no whitespace at EOFRobin Gareus
2014-04-24fix packing of LXVST UIs (minimum size, border)Robin Gareus
2014-04-24try get_win_special_folder() for harvid & xjadeo (if registry fails)Robin Gareus
2014-04-24query windows registry for xjadeo & harvid pathRobin Gareus
2014-04-23fix xjadeo on windows (directly use xjadeo.exe)Robin Gareus
2014-04-22dynamically adjust open-video-dialog layout depending on configurationRobin Gareus
2014-04-21increase LXVST GUI idle call regularity, aim for 25HzRobin Gareus
2014-04-21vtl: fix leftover typo in request URL (noop)Robin Gareus
2014-04-20update GUI while waiting for video server to respondRobin Gareus
2014-04-20add missing "Path" to label, re-order VST preferencesRobin Gareus
2014-04-19Save any cached fonts into our dedicated cache folder (msvc)John Emmas
2014-04-19videotimeline: path related fixes for windowsRobin Gareus
2014-04-18put back bottom line of region views if name highlight is not shown.Paul Davis
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