summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2013-07-17Merge branch 'master' into windowsPaul Davis
2013-07-17Use PBD::ffs for portabilityTim Mayberry
2013-07-17possible fix for 5591 (show elements after re-adding them)Robin Gareus
2013-07-17Fix ambiguous type CheckMenuItem that is also defined via windows.hTim Mayberry
2013-07-17Work around badly chosen argument name in giommTim Mayberry
2013-07-17Also define casting macro when using mingw compilerTim Mayberry
2013-07-17Use file modes supported by mingw compiler on WindowsTim Mayberry
2013-07-17Use g_lstat instead of lstat for portabilityTim Mayberry
2013-07-17work around sparse motion notification events when tooltips are disabledRobin Gareus
fixes http://tracker.ardour.org/view.php?id=5174
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-15use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in ↵Paul Davis
several files
2013-07-15Startup BETA Mac Screen - Pull version number from VERSIONSTRINGMichael R. Fisher
2013-07-15Correcting Indentation ErrorsMichael R. Fisher
2013-07-15(reapply with fixes) Build system changes to support mingw build targetPaul Davis
2013-07-15Fix typo in osx BETA startup screenMichael R. Fisher
- Step #2 was being skipped in the text
2013-07-15Revert "Build system changes to support mingw build target"Paul Davis
This reverts commit 94145732f3bd406ec75652117c02c8aaab6777ca.
2013-07-15Build system changes to support mingw build targetPaul Davis
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-15Fix portability of Session::source_search_pathPaul Davis
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-14Merge branch 'master' into windowsPaul Davis
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-13Work around DELETE defined via windows.hPaul Davis
2013-07-13disable pingback on win32, until we have a replacement for utsname stuff ↵Paul Davis
(system ID)
2013-07-13Don't call pango_ft2* functions on windowsPaul Davis
2013-07-13Use PBD::GlibSemaphore on windows to signal peakPaul Davis
2013-07-13Assume no filesystem links on windowsPaul Davis
2013-07-13Fix for small identifier being defined on windows/mingwPaul Davis
2013-07-13Include pbd/timersub.h for mingw buildPaul Davis
2013-07-13Include pbd/localtime_r.h for mingw buildPaul Davis
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-11Don't install signal handler for SIGPIPE in windowsPaul Davis
2013-07-11undef SearchPath where needed as it is defined via windows.hPaul Davis
2013-07-11Use Glib::usleep in export_dialog.cc for portabilityPaul Davis
2013-07-11 Add windows equivalent of hack in timefxPaul Davis
2013-07-11Work around DELETE defined via windows.hPaul Davis
2013-07-11Fix ambiguous type CheckMenuItem that is also defined via windows.hPaul Davis