summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2013-07-16fix re-drawing of splitting iconRobin Gareus
2013-07-16Merge branch 'clang' of https://github.com/axetota/ardourRobin Gareus
2013-07-16move ff* structs & typedef into dedicated namespaceRobin Gareus
(further avoid conflicts with plugins)
2013-07-16increase spacing between meter ticks and labelsRobin Gareus
2013-07-15Dereference pointers in ctors where appropriate. (c++11 wants this)Michael R. Fisher
2013-07-15C++11 Building - Add space between macros and quoted stringsMichael R. Fisher
2013-07-15OSX GUI - Prevent compiler errors when -std=c++11 is switched onMichael R. Fisher
2013-07-15Merge branch 'apple' of https://github.com/mfisher31/ardourPaul Davis
2013-07-15Startup BETA Mac Screen - Pull version number from VERSIONSTRINGMichael R. Fisher
2013-07-15Correcting Indentation ErrorsMichael R. Fisher
2013-07-15Fix typo in osx BETA startup screenMichael R. Fisher
- Step #2 was being skipped in the text
2013-07-15Revert new meter types (postponed until after 3.3 release)Robin Gareus
This reverts commit ce621d1c8a600853be0020942a9664ccee0ab165. This reverts commit 80aa2574819e947668092c660d767e25a661c6f1.
2013-07-15add VU and IEC meter DSP (from jmeters)Robin Gareus
2013-07-15simplify meter-type context menuRobin Gareus
in preparation for adding more meter-types
2013-07-15move ardour meter globals into dedicated namespace (TODO meter_patters typedef)Robin Gareus
2013-07-14Update Russian translationAlexandre Prokoudine
2013-07-14switch to WM::Proxy Action managementRobin Gareus
fixes http://tracker.ardour.org/view.php?id=5584
2013-07-14improve caching of metric and tick pattersRobin Gareus
* selectively clear cache (meterbridge, mixer) * free memory of patterns on clear
2013-07-13ignore mouse-scroll if scroll-bar is not present.Robin Gareus
fixes http://tracker.ardour.org/view.php?id=5557
2013-07-12remove *&@?!+%@ question :)Robin Gareus
I would like to record, edit and mix,... ..but I don't need software to hold my hand and ask childish questions if I would like to "open a session".
2013-07-12clean up plugin-ui meter layoutRobin Gareus
2013-07-11make config-window suitable for small[er] screensRobin Gareus
2013-07-11change default color of plugin-UI gauge/meterRobin Gareus
2013-07-11update plugin UIs at reasonable rate (25Hz)Robin Gareus
2013-07-11NOOP - prevent headaches and remove cruftRobin Gareus
Every "point zero one" seconds is only 25 Hz in ardour..
2013-07-11Revert "Remove non-portable and unnused header includes"Paul Davis
This reverts commit 7ef79d3f4b02e3d2e71d6888fbedd9b3f9c325c7.
2013-07-11Remove non-portable and unnused header includesPaul Davis
2013-07-11handle aux-send processor-box actionRobin Gareus
fixes http://tracker.ardour.org/view.php?id=5574
2013-07-11amend cb7bcb6d - locked-solo button styleRobin Gareus
2013-07-11replace Lock^Wshopping-bag icon with button-sensitivityRobin Gareus
2013-07-11meterbridge update solo-button label (AFL,PFL, locked)Robin Gareus
2013-07-11light up track seperatorRobin Gareus
2013-07-11display separator on newly created tracks.Robin Gareus
2013-07-11update mixer-meter (width) and panner if channel count changesRobin Gareus
2013-07-10rework narrow mode metric (again)Robin Gareus
2013-07-10ardour-button - fix test+LED marginRobin Gareus
2013-07-10save width of mixer-strip when changing _all_ stripsRobin Gareus
2013-07-10queue axis resize if port-config changesRobin Gareus
2013-07-10narrow down multi-channel tracksRobin Gareus
2013-07-10slimming diet for the narrow-mixer stripRobin Gareus
2013-07-10fix ProxyBase::save_pos_and_sizeRobin Gareus
win() may return NULL -- although if we get a size-request we can be sure the window exists. -- NTL this feels better :)
2013-07-10tweak window-proxy session-management logicRobin Gareus
2013-07-10fix tracks & bus inspector displayRobin Gareus
2013-07-10fix port-matrix (update with session)Robin Gareus
2013-07-10cleanup - prepare narrow mixer stripsRobin Gareus
2013-07-10limit meterbridge window height to multiples of 16pxRobin Gareus
(workaround to bad resizing performance, realloc drawing areas)
2013-07-10Revert "show track-ID in mixer" and "...towards unique track numbers."Robin Gareus
This reverts commits: ca54ea2b462869bfd9254a493d073ca1e9ad4b8e. 9e87e058e26b87013e89ddf5d3b7358d50024d60.
2013-07-10remove unique track number from meterbridgeRobin Gareus
2013-07-10remove cruftRobin Gareus
2013-07-10Revert "replace "-inf" with UTF8 infinity symbol"Robin Gareus
This reverts commit 7f2000ec8b0d6e0d3a6e22db44a8859301d35791.