summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
2014-01-23fix merge conflict with masterPaul Davis
2014-01-20one less Conditional jump or move depends on uninitialised value(s)Robin Gareus
2014-01-10finished merge of cairocanvas with windows and windows+cc branchesPaul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-12-23fix redrawing of canvas with an optimized buildPaul Davis
2013-12-23vtl: do not lock audio [to video] when extracting audio-only.Robin Gareus
2013-12-05Merge branch 'master' into cairocanvasPaul Davis
2013-12-04Merge branch 'master' into windowsPaul Davis
2013-12-04change "cpu" in cpu load backend functionsPaul Davis
2013-12-03switch from using Sleep/usleep to Glib::usleep() (and remember that we need t...Paul Davis
2013-11-26Merge branch 'master' into windowsPaul Davis
2013-11-26resolve merge with master (?)Paul Davis
2013-11-25Merge branch 'master' into cairocanvasPaul Davis
2013-11-19Distinguish Save-as and Snapshot dialog windowRobin Gareus
2013-10-31fix merge with masterPaul Davis
2013-10-29Fix thinko in setting order hint.nick_m
2013-10-27further fixes for NSM-based startupPaul Davis
2013-10-27add error checking and return from attempted NSM-based initializationPaul Davis
2013-10-26Use add_route_dialog's transient_for() window to determine track selection fo...nick_m
2013-10-24New routes are placed after highest selected route.nick_m
2013-10-23fix merge conflicts with masterPaul Davis
2013-10-22merge from masterPaul Davis
2013-10-21Forward declare NSM_Client class in ardour_ui.hTim Mayberry
2013-10-21Fix check button handling in Memory Warning DialogTim Mayberry
2013-10-21Fix two minor memory leaks in pending state dialogTim Mayberry
2013-10-20fix compilationPaul Davis
2013-10-16merge with master and fix 2 conflictsPaul Davis
2013-10-16Merge branch 'master' into windowsPaul Davis
2013-10-16Merge remote-tracking branch 'remotes/origin/master' into windows+ccJohn Emmas
2013-10-15make the startup -> session dialog flow more sensible for brand new usersPaul Davis
2013-10-15Merge branch 'master' into windowsPaul Davis
2013-10-14Merge branch 'master' into windows+ccJohn Emmas
2013-10-14'gtk2_ardour' - Harmonize '__WIN32__', 'OS_WIN32' etc, etc. Use 'PLATFORM_WIN...John Emmas
2013-10-12post a dialog about a session being opened in read-only mode (if it happens)Paul 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-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-08fix some issues with window flow when session loading fails; shrink "New Sess...Paul Davis
2013-10-07use new GtkUI design in ARDOUR_UIPaul 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-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
2013-10-03'gtk2_ardour' - Use 'GStatBuf' instead of 'struct stat'John Emmas
2013-09-23tighten up layout of session dialog; make button say cancel or quit in differ...Paul Davis
2013-09-23major rearrangement of startup/session loading codePaul Davis
2013-09-22use WindowManager/WMProxy to correctly manage the audio/MIDI setup windowPaul Davis