adjust clock font sizes
[ardour.git] / gtk2_ardour / wscript
2013-03-05 Paul Davisadjust clock font sizes
2013-03-05 Paul Davisload custom mono font on OS X too
2013-03-03 Robin Gareusadjust Linux font sizes for ArdourMono
2013-02-19 Robin Gareusdisable unused windows-vst / ALSA-MIDI code
2013-02-18 Robin Gareusfix linking of windows-vst with gcc > 4.7
2013-01-30 Paul Davismore font fiddling
2013-01-30 Paul Davisdon't attempt to use ArdourMono as the monospace font...
2013-01-29 Robin GareusCustom Monospace font for clocks and such (no dot in...
2013-01-29 Robin Gareusfix monospace font and clock width
2013-01-16 Paul Davisremove empty editor_scrub.cc source file
2012-12-18 Paul Davisback off on a probably too-aggressive X11 version requi...
2012-12-12 Paul Davisfix incorrect change that substituted (or tried to...
2012-12-11 Paul Davisremove TINY font size (unused) and tweak monitor sectio...
2012-12-11 Paul Davismake "bold monospace" font spec platform specific,...
2012-10-04 Paul Davisfix up various aspects of building against a private...
2012-06-06 Paul Davisadd "v" as a new MIDI editing key for velocity, add...
2012-06-06 Carl HetheringtonProvide dialogs to edit pan values numerically, at...
2012-05-31 Carl HetheringtonMove delta-to-edit-point options to the main clock...
2012-05-23 Paul Davisadd basic, not terribly glossy MIDI region export
2012-05-18 Paul Davismajor rationalization of use of search paths. ardour...
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-03-05 Carl HetheringtonRemove unused dialog.
2012-03-02 Paul Davisnext maybe fix thing for wine/windows vst support build
2012-03-02 Paul Davismaybe fix wine/windows vst support build
2012-03-02 Paul Davismore fixes for wine/windows-vst build
2012-03-01 Paul Davisadd back "." as an include dir for windows vst/wine...
2012-02-29 Paul Davismore attempted fixes for winVST/wine build + install...
2012-02-29 Paul Davisrun subst on, and install, the ardourVST startup script...
2012-02-23 Paul Davisattemtped fix for winVST build
2012-02-03 Paul Davisuse button joiner to link play range/roll for "always...
2012-01-21 Carl HetheringtonRemove unused code.
2012-01-09 Paul Davisuse system/gtk default font on OS X, rather than specif...
2011-12-26 Carl HetheringtonMove some bits from MonoPanner and StereoPanner into a
2011-12-12 Carl HetheringtonMake the MidiRegionSelection notice when its MidiRegion...
2011-12-07 Paul Davismove CairoWidget into gtkmm2ext, add CairoPacker, made...
2011-12-02 Paul Davisbuild changes from robin gareus for OS X, changing...
2011-11-23 Carl HetheringtonRename linux VST files to be more friendly.
2011-11-23 Carl HetheringtonMerge some linux/windows VST GUI code.
2011-11-21 Paul Davismore spreading of I18N_PACKAGE as the name for .mo...
2011-11-21 Paul Davistweak wscript files to set PACKAGE in one place
2011-11-21 Paul Davisnew i18n targets (to be explained in TRANSLATORS)
2011-11-21 Carl HetheringtonRename windows VST stuff with a Windows prefix.
2011-11-18 David RobillardAdd ArdourWindow class for non-dialog windows.
2011-11-15 Paul Davischange package names for i18n files, in an attempt...
2011-11-14 Paul Davisthe return of basic FreeSound mootcher functionality...
2011-11-13 Paul Davismove LXVST GUI stuff into gtk2_ardour, and fix X11...
2011-11-13 David RobillardApply patch from timbyr to fix building with --test.
2011-11-05 Paul Davisinstall new mixer bindings
2011-11-05 David RobillardFix i18n.
2011-11-04 Paul Davisdrastic overhaul of keyboard handling in mixer window...
2011-10-29 Carl HetheringtonUse general VisibilityGroup class to manage visibility
2011-10-26 Paul Davishack wscript to correctly rebuild ardour3_FOO.rc files...
2011-10-26 Paul Davisnew ArdourButton class, to start to provide more contro...
2011-10-22 Paul Davisfix wscript so that gtk rc files are always built prope...
2011-10-18 Paul Davisfix bindings generation process for OS X
2011-10-18 Paul Davischanges for OS X support: change waf config define...
2011-10-18 Paul Davisgnomecanvas related build changes
2011-10-04 Carl HetheringtonPatch from orbisvicis to fix install of UI RC files
2011-10-03 David RobillardRemove LV2 support via SLV2 (Lilv only now).
2011-09-30 Paul Davismore changes to wscript files to catch up with waf...
2011-09-29 David RobillardFix installation globs
2011-09-29 David RobillardPython 3 fixes
2011-09-29 David RobillardFix whitespace.
2011-09-29 David RobillardUse is_defined to check for HAVE_* variables set by...
2011-09-29 David RobillardRemove use of waf compat15 tool.
2011-09-29 David RobillardUpgrade to waf 1.6.7 and autowaf r52.
2011-09-29 Paul Davisstop asking GTK to do include-processing of RC files...
2011-09-20 Paul Davis(native) Linux VST support from LinuxDSP
2011-07-07 Paul Davisintroduce GUIObjectState; massive, pervasive changes...
2011-06-13 Paul Davisadd MIDI channel editing for current note selection...
2011-06-09 Paul Davissplit style files apart to better maintain consistency...
2011-06-07 Paul Davismore clock tweaking
2011-06-03 Paul Davisnext iteration of clock work. still far from complete...
2011-05-25 Paul Davisrevert previous commit
2011-05-25 Paul Davisremove dependency on external libgnomecanvas, since...
2011-05-23 Carl HetheringtonRemove some unused code.
2011-05-16 David RobillardUpdate wscripts for portability and steps towards waf...
2011-05-15 David RobillardSupport compilation with (old) SLV2, or (new) Lilv...
2011-05-02 Carl HetheringtonSeparate verbose cursor out into its own class and...
2011-04-22 David RobillardFix Python whitespace (follow PEP8 guidelines, reformat...
2011-04-20 Paul Davisfactor out shuttle controller to its own class, new...
2011-04-06 Carl HetheringtonDifferentiate between pitch-shift (for audio) and trans...
2011-03-16 David RobillardIndent python files with spaces as per style guide.
2011-03-02 Paul Davisgroup clocks in location UI and region editor so that...
2011-03-02 Carl HetheringtonRemove action-driven keyboard brush, which is the same...
2011-02-17 Paul Davispreparations for a working speaker editing dialog
2011-02-15 Paul Davisremove theme-specific names from RC.in files, substitut...
2011-02-15 Doug McLainUpdate rc files to use unique rc variable names, update...
2011-02-14 Doug McLainMake light theme functional, add waf processing, and...
2011-02-11 Paul Davisuse volume controller widget for monitor section, drop...
2011-02-11 Paul Davisprovide solo mute gain Config parameter as a controllab...
2011-02-07 Paul Davisdrop explicit font naming on X Window
2011-01-27 Paul Davisnew meta dark RC file (no light for now), along with...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2011-01-07 Paul Davisnew mono panner widget; make stereo panner respond...
2010-12-28 Carl HetheringtonUnify program change and bank handling so that they...
2010-12-22 Carl HetheringtonAdd menu option to insert program changes.
2010-12-15 Carl HetheringtonSave and Delete buttons for plugin presets, remove...
2010-12-14 Carl HetheringtonAdd dialogue to ask user about ambiguous source files...
2010-12-06 Carl HetheringtonAdd dialog to allow removal of plugin presets. Should...
next