summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/wscript
AgeCommit message (Expand)Author
2016-05-31working but incomplete version of new Pane replacement widgetPaul Davis
2016-03-08Implements filtering in bindings editorMathias Buhr
2016-02-28prepare for update to waf 1.8Robin Gareus
2016-02-22fix an error during merge/rebase fixupsPaul Davis
2016-02-22additional GTKOSX => __APPLE__ changes missed in previous commitPaul Davis
2016-02-22second part of: add new CairoWidget-derived class that does nothing but shown...Paul Davis
2016-02-22first compilable version of tabbable design.Paul Davis
2016-02-11remove all traces of "prolooks" and related classesPaul Davis
2015-11-29NOOP, remove trailing whitespace, replace tabs in python scriptsRobin Gareus
2015-11-23make copies of global lists before extendingNils Philippsen
2015-07-02don’t compile tracks specific sources for ardour.Robin Gareus
2015-06-29add clean and nice check for Tracks buildsPaul Davis
2015-06-29conditionally use correct fast meter implementationPaul Davis
2015-06-29current version of valeriy's fader object requires access to libardour API (t...Paul Davis
2015-05-24migrate ArdourButton Icon rendering to Gtkmm2ext.Robin Gareus
2015-01-09remove cruft (old unused pre-git version files)Robin Gareus
2014-12-09correct install location for .mo files (i18n) and cleanup LOCALEDIR use a bitPaul Davis
2014-10-23add new Gtk2mmext::EmScale class for measuring font-based sizingPaul Davis
2014-09-10add new (mostly) static class to permit lookup of cursor image hotspotsPaul Davis
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-02-28move Paths Dialog to libgtkmm2extRobin Gareus
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
2013-10-18reverse the visibility.h files assumptions that we don't build shared libs by...Paul Davis
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 export control to libgtkmm2extPaul Davis
2013-03-25add new VisibilityTracker class to implement cycling window visibility "prope...Paul Davis
2013-03-20initial, prototype modifications to permit compilation of local libraries as ...Paul Davis
2012-06-11Factor out 'persistent' tooltip code from the pannerCarl Hetherington
2011-12-07move CairoWidget into gtkmm2ext, add CairoPacker, made the time info box use ...Paul Davis
2011-12-06add a new simple cell renderer to be used to allow color display/editing in t...Paul Davis
2011-11-21more spreading of I18N_PACKAGE as the name for .mo filesPaul Davis
2011-11-21tweak wscript files to set PACKAGE in one placePaul Davis
2011-11-21new i18n targets (to be explained in TRANSLATORS)Paul Davis
2011-11-15change package names for i18n files, in an attempt to fix #4085Paul Davis
2011-11-05Fix i18n.David Robillard
2011-09-30more changes to wscript files to catch up with waf 1.6 and fix OS X issuesPaul Davis
2011-09-29Remove use of waf compat15 tool.David Robillard
2011-09-29Upgrade to waf 1.6.7 and autowaf r52.David Robillard
2011-06-12build script fixPaul Davis
2011-06-12update i18n build system and *.po files for translatorsPaul Davis
2011-06-01new CairoCell and related classes designed for drawing audio clocks more effi...Paul Davis
2011-04-22Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)David Robillard
2011-03-16Indent python files with spaces as per style guide.David Robillard
2011-03-01Use PBD debugging code for keyboard debugging.Carl Hetherington
2011-01-03Substantially simpler fix for editor window jumping.Carl Hetherington
2011-01-03Somewhat experimental fix to try to stop the editor window jumping around on ...Carl Hetherington
2010-10-27Make build scripts python2/3 agnostic.Carl Hetherington