summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils.cc
AgeCommit message (Expand)Author
2010-06-02make marker labels and regionview name text (now drawn with pixbufs) be color...2.8.9Paul Davis
2010-02-15additional osx compilation fixes. more UAD tweaks. close and delete session...Ben Loftis
2010-02-05correct size used by tempo line allocator; fix crash when exit is initiated b...Paul Davis
2010-01-17(OS X only) if key focus is not in a text entry or a "magic" widget, convert ...Paul Davis
2010-01-16minor tweaks to gtkapplication quartz code and turn off keyboard event debuggingPaul Davis
2010-01-15rework "ige_mac" menubar integration from Carbon to Cocoa; recast as start of...Paul Davis
2009-11-12fix key handling in region layering dialog; shortcut for pixel_width() call...Paul Davis
2009-08-21make tearoff windows still forward key events (and thus bindings still work);...Paul Davis
2009-07-05Fix dumb mistake in pixbufs-as-name code (probably fixes 64 bit problem repor...Nick Mainsbridge
2009-06-03Remove unused variable.Nick Mainsbridge
2009-06-02Fix memory leak in name text pixbuf generation, move RegionView::_height to T...Nick Mainsbridge
2009-05-19Fix record crash, use pixfufs instead of canvas text in markers, use leftmost...Nick Mainsbridge
2008-11-13speed up track resizing; fixup file DnD; stop use CAAudioFile for imported filesPaul Davis
2008-10-29fix up key focus handling for plugin windowsPaul Davis
2008-10-28start handling plugin window keyboard focus (in-progress)Paul Davis
2008-10-26Unbreak linux build (sorry about that folks).Nick Mainsbridge
2008-10-26Add gyk-osx.patch to repo, remove #ifdefs made obsolete by the patch.Nick Mainsbridge
2008-09-20Use events from gtk trunk, update immediately on scroll for osx as well.Nick Mainsbridge
2008-07-22debug output for pixbuf loaders; catch exception when loading AU plugins; mis...Paul Davis
2008-07-15done debugging, remove the debug output, and cleanup the catchphrase in creat...Doug McLain
2008-07-15handle FileError exception in create_from_file, and more debug...Doug McLain
2008-07-15more debug...Doug McLain
2008-06-03small changes to export code to hopefully fix some bugs with range export(s)Paul Davis
2008-05-08allow keybindings manager to bind arrow keys, using hack from utils.cc that w...Paul Davis
2008-02-24Fixes for canvas and gain meter text not being scaled on startupDoug McLain
2008-02-04fix typo that breaks non-GTKOSX compilationPaul Davis
2008-02-04provide instructional hint for keyeditor; fix keybinding issues on OS X (need...Paul Davis
2008-02-01large chunks of code to deal with pre-analysis of audio; transient/perconset ...Paul Davis
2008-01-18permit OSX native package without JACK; prevent excessive track name lengths ...Paul Davis
2007-12-21fix up nudge for marker motion; make keyboard handling do the right thing whe...Paul Davis
2007-12-05add exception handling to Gdk::Pixbuf::create_from_file ()Doug McLain
2007-11-30don't put NDF/DF in clocks if there is no DF/NDF alternative; make deselect-a...Paul Davis
2007-11-05mouse zoom focus; mouse scrubbing becomes mouse shuttling; use nframes64_t mo...Paul Davis
2007-10-05changes related to OS X main menu & accelerators, plus osx_build scriptPaul Davis
2007-07-03remove static Pango::FontDescriptions, they cause glib errors because of init...Paul Davis
2007-05-23fix audio clock handling of key press; fix crash bug caused by mapping over a...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-03-05get real Pango::FontDescriptions for several canvas itemsPaul Davis
2007-03-01fixes to handle broken libart_lgpl 2.3.18+ headersPaul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-13the buttons will submit to my rule! prelight-when-active, be gonecd /usr/loca...Paul Davis
2007-02-03make zoom rect extend to cover all tracks, no matter when addedPaul Davis
2007-01-31remove ardour_message.{cc,h}; JACK latency menu now shows correct settings at...Paul 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-11-13fix egregious programming sloppiness in strip_whitespace_edgesPaul Davis
2006-11-09first pass on track mode switch; fixes to dangling region refs after capture;...Paul Davis