summaryrefslogtreecommitdiff
path: root/gtk2_ardour/wscript
AgeCommit message (Collapse)Author
2019-08-11Prototype infrastructure to disable screensaverRobin Gareus
2019-08-01(Source List) Source property signals (gtk2 part)Ben Loftis
See: https://docs.google.com/document/d/1sI7p9RoRVZtNx2n67RvBa0_16fuZblV_lNkkKN2g93s/edit?usp=sharing
2019-04-09Unify build-system customization (Ardour/Mixbus)Robin Gareus
2018-12-20Add a plugin-preset list/selector GUIRobin Gareus
This is currently only used for "Preset only" plugins, generic UI. And also depends on plugin-presets having a description.
2018-11-19Use libardour video-tool path (2/2)Robin Gareus
2018-10-14remove use of hardcoded -fPIC compiler flag, and use compiler flag dict insteadPaul Davis
2018-10-12PT import: Add new PTImportSelector dialogDamien Zammit
2018-09-25Add a window that shows DSP usage of all pluginsRobin Gareus
Currently hidden, use Editor:access_action("Window", "toggle-plugin-dsp-load")
2018-09-25Separate Plugin DSP load UI implementationRobin Gareus
2018-09-19AppData release tags need a date to be validNils Philippsen
Or a timestamp, but that's deprecated. Create it from the last commit, store it in/retrieve it from revision.cc and substitute it in the template. https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-releases
2018-09-18new transport slave/master implementation, gui editionPaul Davis
2018-02-20Remove ArdourGauges -- since they're no longer actual Gauge widgetsRobin Gareus
The Gauges devolved into Labels with dedicated formatting and UI-config colors. Prevent ArdourButton to happen all over over again...
2018-02-17Consistently use Gauge to avoid the overloaded term Indicator.Ben Loftis
2018-02-17Add Disk IO gauge.Ben Loftis
2018-02-09new_grid: Rewrite of Snap and Grid. (squashed commit)Ben Loftis
Separate Snap from Grid. Lots of naming changes. Multiple simultaneous snap options allowed. Grid is one of the possible Snap options. Grid uses the same data as the rulers. Replace complicated tempo_lines with simple grid_lines. The Grid is zoom-scale-sensitive along with the rulers. If you are zoomed out, grid becomes coarser.
2018-01-14Add Toolbar disk-space widget.Robin Gareus
2018-01-14Separate DSP load indicator into generic gauge widgetRobin Gareus
2017-12-28Add DSP-load & x-run widget to the toolbar.Robin Gareus
2017-12-22Add a separate, dedicated transport-control windowRobin Gareus
2017-12-22Separate and consolidate Transport-Control-UI codeRobin Gareus
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-18Enoify v6.xRobin Gareus
2017-09-08Rework Patch-Change/Select DialogRobin Gareus
2017-08-20Let the user add a template description on saving session templatesJohannes Mueller
2017-08-06Yet another blind copy/paste issue fix.Robin Gareus
2017-08-05Fix Clock Font on OSX (fixes Big Clock Window Size)Robin Gareus
Meanwhile libpango was fixed and we use CTFontManagerRegisterFontsForURL() on OSX >=10.6
2017-07-31Put plugin inline display into a freely available class ...Johannes Mueller
... and let ProcessorBox::PluginInlineDisplay inherit from it.
2017-07-17Purify libcanvas, remove libardour dependencyRobin Gareus
A canvas is just a canvas. Move WaveView into its own library.
2017-07-17Remove ArdourPrompter wrapperRobin Gareus
2017-07-17remove cruft (no more ButtonJoiner)Robin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-12First draft of a template management dialogJohannes Mueller
Goal is to a simple dialog that can rename and remove templates. This is helpful in order to keep the template list tidy. So far it works for session templates. Track templates tbd.
2017-06-15Prepare VCA Automation Lanes -- refactor TAVRobin Gareus
* add an abstract StripableTimeAxisView (Route TAV + VCA TAV) * move common strip-methods into STAV * Add Automation Lanes to VCA TAV * Allow ATAV without Automatable for VCA Controls
2017-05-05use CoreSelection for track selectionPaul Davis
2017-04-25Lua: Action Script Dialog & MessageBoxRobin Gareus
2017-03-15Add GUI-Idle debugging/profiling utilRobin Gareus
2017-03-11Update color stripable color-picker(s)Robin Gareus
* consistent behavior (Route, VCA) * non-modal * a single color picker for each RouteUI/VCA at most * fix bug: VCA picker staying around even when VCA was deleted
2017-02-26upcoming codenamesRobin Gareus
2017-02-02toolbar creation from text filesPaul Davis
2017-02-02use different source file for canvas testerPaul Davis
2017-01-03fix color file installationRobin Gareus
2016-12-30re-group preferences part eight and nine of 27 (probably)Robin Gareus
2016-12-17Prepare mini-timeline widget for toolbarRobin Gareus
2016-12-11Add a small tool to experiment with libcanvasRobin Gareus
2016-11-13basic Mac VST Cocoa UI supportRobin Gareus
2016-11-10Check and link to the pangoft2 module with a mingw build if it existsTim Mayberry
This is necessary when pango has been built without all modules included as bundle_env_mingw.cc uses a function from the pango module and results a linker error: bundle_env_mingw.cc:114: undefined reference to `pango_ft2_font_map_get_type' Minimum pango version is taken from the official build scripts.
2016-10-18remove unusued and useless midi_port_dialog.{cc,h} filesPaul Davis
2016-09-29some Collaborative Albums from the early 80'sRobin Gareus
2016-09-20GUI support to archive sessionRobin Gareus
2016-08-17upcoming codenamesRobin Gareus