summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2013-07-15Fix portability of Session::source_search_pathPaul Davis
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
2013-07-11Work around badly chosen argument name in giomm/dbusmessage.hPaul Davis
interface is defined in windows/mingw headers. hopefully this will be fixed in giomm at some point and this crap can be removed
2013-07-11Include pbd/localtime_r.h for mingw buildPaul Davis
2013-07-11Change/improve enum as IN and OUT are defined via windows.hPaul Davis
2013-07-11Disable checking for memory locking support on windowsPaul Davis
not sure if this is needed on windows, can implement later in PBD
2013-07-11remove direct of realpath(2), replace with canonical_path() which is a no-op ↵Paul Davis
on windows
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-11Don't require liblrdf on windowsPaul Davis
This removes dependence on liblrdf, libraptor and libxslt
2013-07-11Fix some usage of non-standard types for portabilityPaul Davis
2013-07-11Use g_random_int instead of ::random for portabilityPaul Davis
2013-07-11Use g_setenv and g_getenv for portabilityPaul Davis
2013-07-11Remove non-portable and unnused header includesPaul Davis
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 :)