ardour.git
2011-11-13 Paul Davismove LXVST GUI stuff into gtk2_ardour, and fix X11...
2011-11-13 Carl HetheringtonFix some bits of the libardour unit tests.
2011-11-13 Paul Davisupdate OS X package build script to handle panners...
2011-11-13 Paul Davisremove code no longer needed for OSX accel handling
2011-11-13 David RobillardApply patch from timbyr to fix building with --test.
2011-11-13 Carl HetheringtonPatch from acolomb to add a popup menu for solo iso...
2011-11-12 Paul Davisfix linux packaging script for new waf convention,...
2011-11-12 Paul Davisfix linux packaging script for new waf convention
2011-11-12 David RobillardFix lingering references to old persist extension.
2011-11-11 David RobillardUpdate LV2 persist extension implementation (now named...
2011-11-11 Paul Davisprep for beta1
2011-11-11 Paul Davisfix missing initializer
2011-11-11 Paul Davisremove debug output
2011-11-11 Paul Davistweak up spacing+sizing in editor toolbar
2011-11-11 Paul Davisextra track header buttons are now ArdourButtons
2011-11-11 Paul Davistweak transport bar spacing
2011-11-11 Paul Davislower-case solo/audition/feedback buttons
2011-11-11 Paul Davisput JACK time master option into Session -> Properties...
2011-11-11 Paul Davisremove time master button, move timecode sync button
2011-11-11 Paul Daviscapitalize solo/audition/feedback buttons
2011-11-11 Paul Davisfix nasty off by one error that put the end of an end...
2011-11-11 Carl HetheringtonRemove some unused widget styles.
2011-11-11 Carl HetheringtonChange the feedback alert to a flashing button; works
2011-11-11 Carl HetheringtonFix warnings.
2011-11-11 Carl HetheringtonFix warnings.
2011-11-11 Paul Daviscleanup regexp after use
2011-11-11 Paul Davisuse home-grown solution for path_expand(), rather than...
2011-11-11 Paul Davisuse "mute" not cut in monitor section
2011-11-10 Paul Davisnext attempt to fix the use of wordexp(3) ...
2011-11-10 Paul Davisnew button colors from oofus
2011-11-10 Paul Davisforce IFS=/ when calling path_expand, so that whitespac...
2011-11-10 Paul Davisshow all paths discovered when a path is ambiguous...
2011-11-10 Paul Davisardour-button-ize zoom buttons; move MIDI panic button...
2011-11-10 Paul Davismore ardour-button-ization; fix transparency of selecti...
2011-11-10 Paul Davis2 level structure for theme manager window, to help...
2011-11-10 Paul Davisnew transport option button colors from oofus
2011-11-10 Paul Davisremove generated file from svn
2011-11-10 Paul Davisuse DEBUG_TRACE for some AudioUnit GUI debugging
2011-11-10 Paul Davisfix names of menu items to go into OSX app menu
2011-11-10 Paul Davisuse error << to replace cerr in AudioUnits GUI code...
2011-11-10 Paul Davislinking fixes for OS X
2011-11-10 Paul DavisOSX packaging tweaks
2011-11-09 Paul Davissome possible build fixes for OS X
2011-11-09 Carl HetheringtonBe a little bit less complainy about setting state...
2011-11-09 Paul Davisprovide global prelight option (its in Edit -> Preferen...
2011-11-09 Carl HetheringtonDon't try to open SendUI for an internal send (#4460).
2011-11-09 Paul Davisfix name mixup for monitor section solo+invert buttons
2011-11-09 Paul Davisrepack transport hbox a bit
2011-11-09 Carl HetheringtonAlert the user if a connection is made which causes
2011-11-09 Carl HetheringtonReturn 0 from the topological sort if it failed due to
2011-11-09 Carl Hetheringtontypedef for a DAGVertex.
2011-11-09 Paul Davismove auto-input into session options/properties dialog...
2011-11-09 Paul Davisauto (return,play,input) and click buttons become Ardou...
2011-11-09 Paul Daviscolinf's patch to make enter work on 3 more dialogs...
2011-11-09 Paul Davismake mute button span entire strip width if no solo...
2011-11-08 Todd NaugleInstaller now handles i18n of the Desktop folder. Runni...
2011-11-08 Carl HetheringtonFix typo.
2011-11-08 Carl HetheringtonRemove a couple of unnecessary casts.
2011-11-08 Carl HetheringtonProcessorBox actions are static, so setting their sensi...
2011-11-08 Carl HetheringtonFix a few SNAFUs in the port matrix related to multi...
2011-11-08 Carl HetheringtonFix master bus mute button (#4455).
2011-11-08 Carl HetheringtonDelete the separate 2D panner window when its corresponding
2011-11-08 Carl HetheringtonDefault to showing the whole of the status bar.
2011-11-08 Carl HetheringtonAttempt to fix some confusions caused by bundles containing
2011-11-08 Carl HetheringtonDelay the writing of the been-here-before file until...
2011-11-08 Carl HetheringtonRemove superfluous deletes.
2011-11-08 Carl HetheringtonFix naming / numbering of new MIDI tracks (#4453).
2011-11-08 Carl HetheringtonPatch from acolomb to set window icons for the startup...
2011-11-08 Carl HetheringtonUpdated it.po from cassiel (#4450).
2011-11-07 Carl HetheringtonPatch from colinf to make OK the default response in...
2011-11-07 Carl HetheringtonFix name and a comment.
2011-11-07 Paul Davismore equi-sizing for transport buttons
2011-11-07 Paul Davisswitch use of Option/Alt and Control on OS X for bindin...
2011-11-07 Paul Davisupdate copyright info in OS X bundle
2011-11-07 Paul Davisuse hovering/show click for transport buttons, and...
2011-11-07 Paul Davisadd hovering/show click functionality to ArdourButton
2011-11-07 Paul Davischange one LEVEL4 default key binding to SECONDARY...
2011-11-07 David RobillardUse standard style LV2 extension include paths.
2011-11-07 Paul Davisspace out transport buttons
2011-11-07 Paul Davisnew colors from oofus, plus transport buttons
2011-11-07 Paul Davisconvert transport buttons to ArdourButton
2011-11-07 Paul Davisfix widget name
2011-11-07 Carl HetheringtonDo a topological sort of the route list before passing...
2011-11-07 Paul Davisfix and remove some widget names
2011-11-06 David RobillardBuild debuggable build by default.
2011-11-05 Paul Davisinstall new mixer bindings
2011-11-05 Carl HetheringtonCoding style tinkering.
2011-11-05 Carl HetheringtonFix unused variable.
2011-11-05 Carl HetheringtonA few more comments.
2011-11-05 David RobillardFix i18n.
2011-11-05 Paul Davisuse cairo image surfaces, not GdkPixmap, when computing...
2011-11-05 Carl HetheringtonA few comments.
2011-11-05 Carl HetheringtonRemove what is IMHO an unnecessarily confusing typedef.
2011-11-04 Paul Davisinclude step editing and mixer bindings in OS X bundle
2011-11-04 Paul Davisdelete more cruft from osx packaging folder
2011-11-04 Paul Davisdelete cruft from osx packaging folder
2011-11-04 Paul Daviscommit more files involved in the OS X package build
2011-11-04 Paul Daviscommit more files involved in the OS X package build
2011-11-04 Paul Daviscommit files involved in the OS X package build
2011-11-04 Paul Davisremove warning about native linux VST build; make defau...
next