summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils.h
AgeCommit message (Expand)Author
2013-10-16merge with master and fix 2 conflictsPaul Davis
2013-09-23move rate_as_string() from EngineControl to utils.ccPaul Davis
2013-08-08get meter color from gtkrc style fileRobin Gareus
2013-07-24get meter color from gtkrc style fileRobin Gareus
2013-06-13merge with masterPaul Davis
2013-06-10move emulate_key_event() to utilsRobin Gareus
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2012-06-12Escape angled brackets in playlist names for tooltips.Carl Hetherington
2012-03-07Remove unused color_from_style / gc_from_style.Carl Hetherington
2011-12-07move 2 other non-ardour-specific utility functions into gtkmm2extPaul Davis
2011-08-30Give route groups their own colour, settable from the routeCarl Hetherington
2011-06-02audio clock switchover part2: remove most egregious include-time dependency o...Paul Davis
2011-02-11use volume controller widget for monitor section, drop some now-unused codePaul Davis
2010-12-30resize all editor comboboxes when DPI is reset. involved a minor refactoring ...Paul Davis
2010-09-26correct version of: port cairo ARGB/BGRA -> pixbuf RGBA patch from recent 2.X...Paul Davis
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-08-22forward port of 7539 from 2.xPaul Davis
2010-05-25split out sndfile manager code into its own file; move a couple of utility fu...Paul Davis
2010-04-06MIDI/Controllables for monitor section, and related fixesPaul Davis
2010-03-11save/restore monitor processor state; key handling in torn off monitor sectio...Paul Davis
2010-01-15Escape underscores in port matrix menus correctly so that track names etc. wi...Carl Hetherington
2009-12-30restore excess calls to sync-order stuff (for now); allow MIDI controllers to...Paul Davis
2009-11-25carl's wondrous DnD VBox patch - processor boxes are now vboxes and not listv...Paul Davis
2009-11-17allow use of Return, KP_Enter and more in key binding editor; better display ...Paul Davis
2009-11-12tidy up (a bit) locations editing widget ; use pixbuf/string code from 2.0;re...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-29Modify hacks associated with initial sizing of port matrices to try and make ...Carl Hetherington
2009-08-27lots of MIDI editing stuff. to be explained on the website when its donePaul Davis
2009-07-28remove all MIDI-specific editing modes by making standard work either at obje...Paul Davis
2009-07-03Pull snapshots code out of Editor class.Carl Hetherington
2009-06-20Optional tabs down the LHS of the editor window to indicate edit group member...Carl Hetherington
2009-05-21A different fix for record crash, use pixfufs instead of canvas text in marke...Nick Mainsbridge
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-01-02Fix missing namespaceSampo Savolainen
2009-01-02GC from style utility functionSampo Savolainen
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2007-11-08merged with 2.0-ongoing changes 2582-2605 (not thoroughly tested but it compi...Paul Davis
2007-07-03remove static Pango::FontDescriptions, they cause glib errors because of init...Paul Davis
2007-04-06fix nasty logic error that leads to crashing bugs when trying to operate on r...Paul Davis
2007-04-03audun's tempo redraw fix; sort-of cache time axis view item name widths and a...Paul Davis
2007-02-28remove Id: lines from many/all headers and some more source filesPaul Davis
2007-01-29small change to region creation for make-mono-regions; add untested short_pat...Paul Davis
2006-12-14fix for crash when loading a session after running another, caused by not che...Paul Davis
2006-12-08make follow-playhead available again; remove special pane handlingPaul Davis
2006-11-30frame for fader belt; better focus behaviour for gain display text entry (gen...Paul Davis
2006-10-10fix audio clock field widths, change minsec display to include fractional sec...Paul Davis
2006-09-29many important changes to configuration system and specific parametersPaul Davis
2006-04-25All included libraries now link dynamically instead of statically.Taybin Rutkin
2006-04-20a) use ink extents in most places where we used to use logical extentsPaul Davis