summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2013-06-08remove unused old codeRobin Gareus
2013-06-07Merge branch 'master' of git.ardour.org:ardour/ardourPaul Davis
2013-06-07fix display of external Send UIPaul Davis
2013-06-07close all open fd's on forkRobin Gareus
2013-06-07give video-server some time so launch -- prevent multiple instanceRobin Gareus
2013-06-07prefer the use of references in private static function in system_exec.ccPaul Davis
2013-06-07fix handling of returning value of ::waitpid() so that we clean up harvid cor...Paul Davis
2013-06-07Merge branch 'master' of git.ardour.org:ardour/ardourPaul Davis
2013-06-07fix ssize_t/size_t confusionPaul Davis
2013-06-07some clarifying comments on WindowManager::set_transient_forPaul Davis
2013-06-07possible fix for no-shutdown of external app (ie harvid)Robin Gareus
2013-06-07vtl: NOOP - clean up code.Robin Gareus
2013-06-07vtl: round fractional framerates to 1/100 to compare for identityRobin Gareus
2013-06-07fix crash when trying to show "controls" of processor w/o controls.Robin Gareus
2013-06-06proper plugin-UI interaction/semanticsRobin Gareus
2013-06-06fix about window close buttonRobin Gareus
2013-06-06fix typo in german translationRobin Gareus
2013-06-06fix context-menu entry sensitivity for plugins w/o custom GUIRobin Gareus
2013-06-06move control surface prefs onto their own tab in the user prefs; for Generic ...Paul Davis
2013-06-06Vastly improved french translationjpeg729
2013-06-05Merge branch 'master' of https://github.com/johnwpoliver/ardourPaul Davis
2013-06-05Merge branch 'patch-1' of https://github.com/globin/ardourPaul Davis
2013-05-31fixed weird german translationRobin Gloster
2013-05-30Mark forgotten messages for translation (from Alexandre Prokoudine)Robin Gareus
2013-05-26Remove special handling of session range in export. Fixes things when the ses...Sakari Bergen
2013-05-25skip LV2 ports on GUI according to port-properties: notOnGUI and reportsLatencyRobin Gareus
2013-05-22Remove unused boost/locale include.Robin Gareus
2013-05-21remember plugin-UI type (custom/basic) with session.Robin Gareus
2013-05-21fix 5498 -- use note length from step-entry with midi keybd.Robin Gareus
2013-05-19Restore 'Edit with basic controls' plugin UI functionality.Robin Gareus
2013-05-16Update about.ccRobin Gloster
2013-05-16Update de.poRobin Gloster
2013-05-12Candidate fix for 0005480: Text in warning window for memory limit not displa...johnwpoliver
2013-05-08various miscellany related to versions, gtk2 build and packagingPaul Davis
2013-05-08cleanup menus/actions mess exposed on OS X; remove video items from OS X menu...Paul Davis
2013-05-08tweaks for OS X menu buildingPaul Davis
2013-05-07don't set transient-for on OS X, where it is not necessaryPaul Davis
2013-05-07change namespace/naming of WindowManager classes; register all ArdourDialog a...Paul Davis
2013-05-07work work on window mgmt: offer the change to mark all floating windows as Di...Paul Davis
2013-05-07various changes to window visibility mgmt, including use of the mixbus2 code ...Paul Davis
2013-05-06drop WIN_POS_MOUSE on a managed window if we have stored coordinates and afte...Paul Davis
2013-05-06fix bad edit that caused simple proxy windows to fail/crashPaul Davis
2013-05-06make ArdourDialog and ArdourWindow call ::relay_key_press() which fixes the "...Paul Davis
2013-05-06fix crash on export if no master bus is present in the sessionRobin Gareus
2013-05-05more window management rationalizationPaul Davis
2013-05-05fix missing content of theme managerPaul Davis
2013-05-05fix bigclockwindow's lack of hiding, set ArdourWindow to just-hide-on-delete ...Paul Davis
2013-05-04the big rework of window management. probably not complete at thsi point, but...Paul Davis
2013-05-04VisibilityTracker needs to inherit from sigc::tracker so that it can be used ...Paul Davis
2013-05-02move CloseAllDialogs signal and associated method from ArdourDialog to ARDOUR...Paul Davis