summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils.cc
AgeCommit message (Expand)Author
2013-09-23move rate_as_string() from EngineControl to utils.ccPaul Davis
2013-09-23major rearrangement of startup/session loading codePaul Davis
2013-09-16check for an existing PublicEditor instance AFTER attempting to handle a key ...Paul Davis
2013-09-12prevent key press in pre-main-window dialog(s) from crashing the program beca...Paul Davis
2013-08-05fix conflicts after merge with masterPaul Davis
2013-07-30remove compile errors (still will not link and JACKPortEngine is not close to...Paul Davis
2013-07-28fix compiler warnings.Robin Gareus
2013-07-24get meter color from gtkrc style fileRobin Gareus
2013-06-10move emulate_key_event() to utilsRobin Gareus
2013-03-23Fix some compilation warningsJulien de Kozak
2012-12-08additional keycode for is-legal-as-numericPaul Davis
2012-12-08accept decimal point as wellPaul Davis
2012-12-08locale debuggingPaul Davis
2012-11-13determine whether or not to accept comma or period as a numeric character bas...Paul Davis
2012-11-13remove a bunch of cerr output and/or convert to use error<<Paul Davis
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and...Paul Davis
2012-07-27slightly more debugging for kbd accelsPaul Davis
2012-07-27comment code that stopped the keybd accel activation pathway if Keyboard::som...Paul Davis
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-06-12Escape angled brackets in playlist names for tooltips.Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-18major rationalization of use of search paths. ardour now has just 4 functions...Paul Davis
2012-03-09forward-port some fixes from a2Paul Davis
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-11-20show focus window in accels debuggingPaul Davis
2011-11-13remove code no longer needed for OSX accel handlingPaul Davis
2011-08-30Give route groups their own colour, settable from the routeCarl Hetherington
2011-08-19fix various MIDI keybindings that were lost due to a subtle change in keyboar...Paul Davis
2011-08-17various fixes to MidiRegionView selection handling, key handling, drawing of ...3.0-alpha10Paul Davis
2011-06-02audio clock switchover part2: remove most egregious include-time dependency o...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-03-01Use PBD debugging code for keyboard debugging.Carl Hetherington
2011-02-24add DEBUG::Accelerators to mildly cut down on cruft in key_press_focus_accele...Paul Davis
2011-02-11use volume controller widget for monitor section, drop some now-unused codePaul Davis
2011-02-08cairo-ify expose handlers for PixFader and PixScroller (latter is not used); ...Paul Davis
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-09-26correct version of: port cairo ARGB/BGRA -> pixbuf RGBA patch from recent 2.X...Paul Davis
2010-09-26port cairo ARGB/BGRA -> pixbuf RGBA patch from recent 2.X commit (restores te...Paul Davis
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-08-22forward port of 7539 from 2.xPaul Davis
2010-07-27Fix some erroneous resizing of port matrices.Carl Hetherington
2010-05-25split out sndfile manager code into its own file; move a couple of utility fu...Paul Davis
2010-04-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul 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-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-04move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes mo...Paul Davis
2009-12-03Fix #2947.Carl Hetherington