summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils.cc
AgeCommit message (Expand)Author
2014-06-19explanatory commentPaul Davis
2014-06-19change the way font specifications are used in UI config filesPaul Davis
2014-06-13do most of the work related to adding new anchored trim cursors (but debuggin...Paul Davis
2014-06-10add ::get_icon_sets() to utilsPaul Davis
2014-06-10change ::get_icon_path() and ::get_icon() to accept an "icon set" name to pro...Paul Davis
2014-06-09substantial changes in color management, involving a reduction in the use of ...Paul Davis
2014-03-04mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)Robin Gareus
2013-10-14'gtk2_ardour' - Harmonize '__WIN32__', 'OS_WIN32' etc, etc. Use 'PLATFORM_WIN...John Emmas
2013-10-06Merge branch 'master' into windows+ccJohn Emmas
2013-09-23move rate_as_string() from EngineControl to utils.ccPaul Davis
2013-09-23major rearrangement of startup/session loading codePaul Davis
2013-09-21Merge remote-tracking branch 'remotes/origin/cairocanvas' into windowsJohn Emmas
2013-09-16Merge branch 'master' into cairocanvasPaul Davis
2013-09-16fix conflicts and merge with masterPaul Davis
2013-09-16check for an existing PublicEditor instance AFTER attempting to handle a key ...Paul Davis
2013-09-14fix merge conflicts with masterPaul Davis
2013-09-13Merge branch 'master' into windowsPaul Davis
2013-09-12prevent key press in pre-main-window dialog(s) from crashing the program beca...Paul Davis
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-09-06Rename SearchPath class SearchpathTim Mayberry
2013-08-08get meter color from gtkrc style fileRobin Gareus
2013-08-05fix conflicts after merge with masterPaul Davis
2013-07-31fix merge conflict from 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-07-13Don't call pango_ft2* functions on windowsPaul Davis
2013-07-11Use g_random_int instead of ::random for portabilityPaul Davis
2013-06-27remove dead code (we have git) plus add a commentPaul Davis
2013-06-27use HSV to pick random colors and avoid over-saturation or over-brightnessPaul Davis
2013-06-21fixed const cast warningPaul Davis
2013-06-13merge with masterPaul Davis
2013-06-10move emulate_key_event() to utilsRobin Gareus
2013-04-18semi-fix xfade display, and reduce number of calls to Curve::get_vector() by ...Paul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
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