fix OSX compilation
[ardour.git] / gtk2_ardour /
2016-07-02 Paul Davispartially revert incorrect changes to gain meter text...
2016-07-02 Paul Davisfix missing logic for RouteGroupMenu
2016-07-01 Paul Davisremove commented code
2016-07-01 Paul Davisfix logic of RouteUI::set_color_from_route()
2016-07-01 Paul Davisremove gtk_entry_* colors from themes except for cursor...
2016-07-01 Paul DavisMotionFeedback vanished long ago
2016-07-01 Paul Davisdrop use of gtk_entry_* colors (except cursor); use...
2016-07-01 Paul Davisminor no-op hacks (unneeded or suboptimal code)
2016-06-30 Paul Davisadd (essentially random) color defs for text entries...
2016-06-30 Paul DavisNO-OP: remove trailing whitespace
2016-06-30 Paul Davisassign appropriate styles for text entry and spinbuttons
2016-06-30 Paul Davisremove non-zero xthickness from "small_entry" widgets...
2016-06-30 Paul Davisnew style for Gtk::Entry widgets
2016-06-30 Paul Davisuse a more appropriate @color name for the cursor color...
2016-06-30 Paul Davisadd text entry cursor color to dark theme
2016-06-30 Paul Davisadd new colors to dark theme
2016-06-30 Paul Davisno reason to make floating text entry be in STATE_SELEC...
2016-06-29 Paul DavisRevert "remove unnecessary duplicate loading of GTK...
2016-06-29 Robin Gareusconsistent mixer sidebar layout (group, tracks show...
2016-06-29 Paul Davisremove unnecessary duplicate loading of GTK RC file
2016-06-28 Robin Gareusfix german translation
2016-06-27 Robin Gareusquick prototype to allow changing *all* gain automation
2016-06-26 Robin GareusBSD portability
2016-06-25 Robin Gareusmajor internal plugin & processor API change:
2016-06-24 Robin Gareusfix vamp path:
2016-06-24 Robin Gareusfix KeyEditor::print() for windows (hopefully, untested)
2016-06-22 Robin Gareusshow tooltips on favorite plugins -- closes #6902
2016-06-21 Paul Davisfix some more thinkos related to user color file management
2016-06-21 Paul Davisremove debug output
2016-06-21 Paul Davisremove old file
2016-06-21 Paul Davisrename unastudia theme file to match per-program-name...
2016-06-21 Paul Davisfixes for color theme manager's handling of color file...
2016-06-21 Paul Davistweaks to how UIConfiguration::color_file_name() operates
2016-06-21 Paul Davisfix default color file name in code default definition
2016-06-21 Paul Davisremove unneeded declaration
2016-06-21 Paul Davisfix incorrect color file name in default UI config...
2016-06-21 Paul Davisuse running_from_source_tree()
2016-06-21 Paul Davisuse running_from_source_tree()
2016-06-21 Paul Davisprovide ARDOUR_UI_UTILS::running_from_source_tree()
2016-06-21 Paul Davisadd comment button fill color alias for *all* themes
2016-06-21 Paul Davisadd tempo curve colors to unastudia theme.
2016-06-21 Paul Davisadd shuttle colors to unastudia theme.
2016-06-21 Paul Davisnew "studio one" theme from user straightothebar
2016-06-21 Robin Gareusshow first word of comment on track's comment-button
2016-06-21 Paul Davisfix section naming in bindings file
2016-06-19 Robin Gareusfix comment-button highlight
2016-06-15 Paul Davisinitial working version of "printing" keybindings ...
2016-06-15 nick_mRegister colour aliases for tempo curve.
2016-06-14 Paul Davisno divider/full allocation of LHS of mixer "display...
2016-06-14 Paul Davisavoid crash after removing a VCA
2016-06-14 Paul Davisno debug output, either
2016-06-14 Paul Davisno pingbacks if running a development version
2016-06-14 Paul Davismark mixer strip name label (button) as having occasion...
2016-06-14 Paul Davisremove commented line
2016-06-14 Paul Davismark mixer strip width and hide buttons as square
2016-06-14 Paul Davisextend ArdourButton API to provide a new tweak for...
2016-06-14 Paul Daviswording change for key binding dialog remove shortcut...
2016-06-13 Paul Davisadd shuttle colors to all themes.
2016-06-13 Paul Davisshow ShuttleControl GUI some love.
2016-06-13 Paul Davisuse pane position mgmt on appropriate panes
2016-06-13 John EmmasRemove some Windows icons which I'm told we don't need...
2016-06-13 Paul Davisuse WindowProxy::signal_(map|unmap) to keep window...
2016-06-12 Paul Davisstop AddRouteDialog from being modal and from using...
2016-06-12 Paul Davisremove RouteGroupDialog::do_run() and replace its use...
2016-06-12 nick_mPick a colour for music-locked tempo markers.
2016-06-12 Paul Davishide mixer group tabs when spilling control master...
2016-06-12 Paul Davisfix crash when removing a track in the presence of...
2016-06-12 Robin Gareusdon't show meter for integer/enum outputs in a generic...
2016-06-12 Robin Gareusfix typo
2016-06-12 Robin Gareusupdate post-export command placeholder documentation
2016-06-11 Paul Davismake RouteGroupDialog non-modal.
2016-06-11 nick_mMake exact beat calculation of tempi a bit less cumbers...
2016-06-11 nick_mSet tempo sections to the exact pulse when snapped...
2016-06-10 nick_mMake RegionView less aggressive about trimming the...
2016-06-10 nick_mFix many offset errors when drawing notes in midi regio...
2016-06-10 Paul Davismake sure editor can follow visibility changes for...
2016-06-10 Paul Davisdo not add master to Mixer_UI's TreeModel - explicitly...
2016-06-10 Paul Davisanother PresentationInfo sort order fix.
2016-06-10 Paul Davisfix behaviour of select_(next|prev)_route() in editor...
2016-06-10 Paul DavisUse generic sorter.
2016-06-10 Paul DavisEditorRoutes needs to connect to the right property...
2016-06-10 Paul DavisEditorRoutes needs to respond to PropertyChanged(selected)
2016-06-10 Paul Davismake sure RouteUIs show selection status at startup
2016-06-10 Paul DavisVarious changes to PresentationInfo and a small consoli...
2016-06-10 Paul Davisremove certain ControlProtocol signals related to strip...
2016-06-10 Paul Davisavoid missing stuff after adding tracks/busses/vcas...
2016-06-10 Paul Davisretain route i/o choice across show()'s of the AddRoute...
2016-06-09 Robin Gareusphase out phase in favor of polarity
2016-06-09 Paul Daviswork "hide" button on VCA strip
2016-06-09 Paul Davisnoop: clarifying comment about a magic number
2016-06-09 Paul Davisuse codified heuristic for "is-color-set?"
2016-06-09 Paul Davismixer-gui visibility management for VCAs
2016-06-09 Paul Daviscolor management and handling for VCAs
2016-06-09 Paul Davisextend ArdourButton API to allow independently setting...
2016-06-09 Paul Davisuse ControlSlaveUI in VCAMasterStrip
2016-06-09 Paul Davisuse new ControlSlaveUI object in mixer strip
2016-06-09 Paul Davisfor now vca assignment does not apply to selection.
2016-06-09 Paul Davisnew files
2016-06-09 Paul Daviscomment and minor fix
2016-06-09 Paul Davisuse 4.x and earlier route colors
next