summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2013-10-14Merge branch 'master' into windows+ccJohn Emmas
2013-10-14'gtk2_ardour' - Add some further header files to satisfy MSVC buildJohn Emmas
2013-10-14'gtk2_ardour' - Harmonize usage of 'COMPILER_MINGW' and 'COMPILER_MSVC' where...John Emmas
2013-10-14'gtk2_ardour' - Harmonize '__WIN32__', 'OS_WIN32' etc, etc. Use 'PLATFORM_WIN...John Emmas
2013-10-14'gtk2_ardour' - Harmonize '__WIN32__', 'OS_WIN32' etc, etc. Use 'PLATFORM_WIN...John Emmas
2013-10-14use processor owner to set GUIs opened by a ProcessorBox, not current route namePaul Davis
2013-10-14changes that will help fix a crash related to plugin window visibility. some ...Paul Davis
2013-10-14tweak API of WindowProxy, and remove all unnecessary get() calls in functions...Paul Davis
2013-10-12enable videotimeline on OSXRobin Gareus
2013-10-12export video-range: add to context menuRobin Gareus
2013-10-12video-range export tweaks:Robin Gareus
2013-10-12do not use delete_when_idle() to delete a plugin UI because an entirely separ...Paul Davis
2013-10-12revert part of 4091ff175c5204 that caused window/sizing chaos. silly paulPaul Davis
2013-10-12rework things for Audio/MIDI setup dialog a bit: no tabs being the most notic...Paul Davis
2013-10-121 bug fix plus padding control for ArdourButtonPaul Davis
2013-10-12post a dialog about a session being opened in read-only mode (if it happens)Paul Davis
2013-10-12minor adjustments to latency measurement UI stuffPaul Davis
2013-10-12remove erroneous ` in stringPaul Davis
2013-10-11don't use a possibly non-existent window as a transient parent when showing a...Paul Davis
2013-10-11Merge branch 'windows' into windows+ccJohn Emmas
2013-10-10minor tweaks to audio/MIDI setup windowPaul Davis
2013-10-10more fixes and rationalizations for MIDI option handling in the audio MIDI setupPaul Davis
2013-10-10basic use of new backend MIDI optionsPaul Davis
2013-10-10nicely handle the (should-never-happen) case of no audio/MIDI backends being ...Paul Davis
2013-10-09merge with master, fixing conflicts in 3 wscript filesPaul Davis
2013-10-08updated DE translation from edgar aichingerPaul Davis
2013-10-08fix some issues with window flow when session loading fails; shrink "New Sess...Paul Davis
2013-10-07possible relief for snapshot loadingPaul Davis
2013-10-07remove debug outputPaul Davis
2013-10-07delete the UI from main() to get full cleanupPaul Davis
2013-10-07use new GtkUI design in ARDOUR_UIPaul Davis
2013-10-07window proxy should delete its window during its destructorPaul Davis
2013-10-06fix up some aspects of loading from a cmdline session namePaul Davis
2013-10-06Merge branch 'master' into windows+ccJohn Emmas
2013-10-06'gtk2_ardour' - In 'Note' c'tor, don't try to set 'rectangle->name' unless 'C...John Emmas
2013-10-06'gtk2_ardour' - One further Glib::usleep neededJohn Emmas
2013-10-06'gtk2_ardour' - Some further castingJohn Emmas
2013-10-04remove another unnecessary use of libgen.hPaul Davis
2013-10-04use g_strcasecmp() instead of strcasecmp() which doesn't exist with MSVC (som...Paul Davis
2013-10-04use g_strcasecmp() instead of strcasecmp() which doesn't exist with MSVC (som...Paul Davis
2013-10-04switch from MAXPATHLEN to PATH_MAX, and use <limits.h> not <sys/param.h> for ...Paul Davis
2013-10-04remove unnecessary header includePaul Davis
2013-10-04remove OSC related cruft from ardour_ui_options.ccPaul Davis
2013-10-03'gtk2_ardour' - Make sure that 'getpid()' can be found when building with MSVCJohn Emmas
2013-10-03'gtk2_ardour' - Use 'const_iterator' where appropriate, instead of 'iterator'John Emmas
2013-10-03'gtk2_ardour' - Try 'lrintf' instead of 'rintf' which isn't available in MSVCJohn Emmas
2013-10-03'gtk2_ardour' - 'std::isinf' + 'std::isnan' are not available in MSVC (at lea...John Emmas
2013-10-03'gtk2_ardour' - When building with MSVC, use 'std::min' + 'std::max' rather t...John Emmas
2013-10-03'gtk2_ardour' - Specify 'Glib::usleep' where needed (global ::usleep is not a...John Emmas
2013-10-03'gtk2_ardour' - Use 'floor / floorf' instead of 'trunc / truncf'John Emmas