Fix french translation of "meterbridge" -- closes #5744
[ardour.git] / gtk2_ardour / window_manager.cc
2013-10-14 Paul Davistweak API of WindowProxy, and remove all unnecessary...
2013-10-08 Paul Daviswindow proxy should delete its window during its destructor
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-14 Paul Davisfix merge issues with master
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-05 Paul Davisfix conflicts after merge with master
2013-07-31 Paul Davisremove compile errors (still will not link and JACKPort...
2013-07-10 Robin Gareusfix ProxyBase::save_pos_and_size
2013-07-07 Robin Gareuswindow delete/hide is managed by WMProxy (amend to...
2013-07-07 Robin Gareusmake window-manager session-aware
2013-07-07 Robin Gareusfix save/restore [plugin] window pos&size (without...
2013-06-09 Paul DavisMerge branch 'master' of git@git.ardour.org:ardour...
2013-06-08 Robin GareusNOOP - use PBD's std::string to number functions
2013-06-07 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-06-07 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-06-07 Paul Davissome clarifying comments on WindowManager::set_transien...
2013-06-05 Paul DavisMerge branch 'master' of https://github.com/johnwpolive...
2013-06-05 Paul DavisMerge branch 'patch-1' of https://github.com/globin...
2013-05-21 Robin Gareusremember plugin-UI type (custom/basic) with session.
2013-05-08 Paul Davisdon't set transient-for on OS X, where it is not necessary
2013-05-08 Paul Davischange namespace/naming of WindowManager classes; regis...
2013-05-07 Paul Daviswork work on window mgmt: offer the change to mark...
2013-05-07 Paul Davisvarious changes to window visibility mgmt, including...
2013-05-06 Paul Davisdrop WIN_POS_MOUSE on a managed window if we have store...
2013-05-05 Paul Davisthe big rework of window management. probably not compl...
2013-05-05 Paul DavisVisibilityTracker needs to inherit from sigc::tracker...