summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
AgeCommit message (Expand)Author
2014-05-10Bug fix imported from Mixbus2 (SVN r11025)John Emmas
2014-04-28remove redundant os.path.join() calls when specifying install path as bld.env...Paul Davis
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-04-11interim vst fixesunknown
2014-04-08Add the main VC project files for building Ardour3 with Microsoft Visual StudioJohn Emmas
2014-03-21Avoid some ambiguous calls to 'floor()' which were upsetting MSVCJohn Emmas
2014-03-21tweak meter-peak hold when using LED-striped metersRobin Gareus
2014-03-20change the meters into CairoWidget, add expose_area to CairoWidget::render()Robin Gareus
2014-03-17g_close() is only available in select versions of glib; fix up non-standard u...Paul Davis
2014-03-15Close a temporary file as soon as we know we've created it (the function whic...John Emmas
2014-03-14removed duplicated (and dangerous) call to close(2)Paul Davis
2014-03-08paths dialog: use selection as default when adding new dirsRobin Gareus
2014-03-06add on_name_changed() virtual method to CairoWidgetPaul Davis
2014-03-02paths-dialog gtkmm-2.20 compatibility (part two)Robin Gareus
2014-03-02paths-dialog gtkmm-2.20 compatibilityRobin Gareus
2014-03-02remove recently added conflation of mingw64 and msvc with respect to symbol e...Paul Davis
2014-03-01ardour now requires export visibility macros for all added classesPaul Davis
2014-03-01when mingw is mingw64, it appears that we need to use __declspec() and not __...Paul Davis
2014-03-01re-work VST paths configuration.Robin Gareus
2014-02-28path-dialogue: check for and disallow duplicatesRobin Gareus
2014-02-28move Paths Dialog to libgtkmm2extRobin Gareus
2014-02-10i18n updates (specifically .de from edgar a, but also contains results of ./w...Paul Davis
2014-01-20Merge branch 'windows+cc' into cairocanvasJohn Emmas
2014-01-20'libs/gtkmm2ext' - DLL visibility stuff and associated changes needed for bui...John Emmas
2014-01-20remove unused static member from MouseButtonPaul Davis
2014-01-16add Gtkmm2ext::event_type_string()Paul Davis
2014-01-12move -fvisibility=hidden to the top of the source tree, and remove its intern...Paul Davis
2014-01-10finished merge of cairocanvas with windows and windows+cc branchesPaul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2014-01-10fix merge errors with masterPaul Davis
2014-01-09add [missing] left_half_rectangle utilRobin Gareus
2014-01-07Merge branch 'master' into cairocanvasPaul Davis
2014-01-05fix fader default-value line positionRobin Gareus
2014-01-05update slider rendering & set style for fadersRobin Gareus
2014-01-04processor drag box onlyRobin Gareus
2014-01-04fix PixFader size allocationRobin Gareus
2014-01-02tweak design of time axis view item name text handlingPaul Davis
2013-12-27merge exportvis branch into cairocanvas, to reduce the number of "floating" b...Paul Davis
2013-12-05Only use __declspec(dllimport/dllexport) for MSVC compilerTim Mayberry
2013-12-03fix up wscript/build issues in exportvis after merge with masterPaul Davis
2013-11-26resolve merge with master (?)Paul Davis
2013-11-25Merge branch 'master' into cairocanvasPaul Davis
2013-11-05update .po files with --no-fuzzy-matching in usePaul Davis
2013-10-31fix merge with masterPaul Davis
2013-10-23remove fuzzy and obsolete translationsRobin Gareus
2013-10-18reverse the visibility.h files assumptions that we don't build shared libs by...Paul Davis
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add -fvisibility=hidden to libgtkmm2ext, and make things workPaul Davis
2013-10-17get everything compiling with libardour built using -fvisibility=hiddenPaul Davis
2013-10-17add new visibility macro headers omitted from previous commitsPaul Davis