add a timeout to flush_pending()
[ardour.git] / libs / gtkmm2ext / gtk_ui.cc
2012-05-14 Paul Davisremove virtual inheritance of sigc::trackable by Receiv...
2012-05-10 Paul Davisstop crash if an error message is generated before...
2012-05-09 Paul Davisi18n-ization
2012-04-15 Carl HetheringtonA few tweaks to make Ardour build in GCC -std=c++0x...
2011-12-02 Paul Davisget that fix for accels in tooltips correct this time
2011-12-02 Paul Davisfix message about markup elements by changing accel...
2011-11-30 Paul Daviscommit to the "new" tooltip API, use set_tooltip_markup...
2011-11-24 David RobillardFix key bindings in tooltips for ArdourButton buttons.
2011-06-22 Paul Davisremove some potential HCI confusion for Gtkmm2ext:...
2011-04-04 Paul Davisalways make log/error window visible when a non-info...
2011-02-15 Doug McLainUpdate rc files to use unique rc variable names, update...
2011-02-14 Paul Davispatches from lincoln to speed up the regionlist and...
2011-02-14 Doug McLainDisable theme changing untill we figure out whats broken
2011-02-14 Doug McLainMake light theme functional, add waf processing, and...
2011-02-07 Paul Davisforward port thread/abstract_ui changes from 2.X to 3.0
2010-09-22 Carl HetheringtonTidy up Window menu a bit; use ToggleActions for all...
2010-08-17 Paul Davisforward port 2.X changes up to and including rev 6842
2010-08-06 Paul Davisdon't try to look up the key info for actions that...
2010-07-09 Carl HetheringtonFix (in inverted commas) #2885.
2010-04-21 Paul Daviscommits 6001-6525 inclusive from 2.X applied to 3.0
2010-04-02 Carl HetheringtonCouple of comments.
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-02-09 David RobillardAdd keyboard shortcut to tooltip text where possible.
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-10 Paul Davisrestore rec-enable, solo & mute functionality; remove...
2009-12-09 Paul DavisOSC is now driven by an event loop; fix up lifetime...
2009-12-09 Paul Davismajor design changes: use glib event loop for MIDI...
2009-10-22 David RobillardUse a more reasonable default size for log window.
2009-10-22 David RobillardFix colours of log window messages.
2009-10-22 David RobillardFix whitespace.
2009-10-22 David RobillardAdd log window to windows menu.
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-17 Paul Davismassive changes to waf build scripts so that nearly...
2009-02-26 David RobillardFix a bunch of warnings.
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2007-09-06 David RobillardDeep "automation regions" support.
2007-07-30 Paul Davisanother minor fix for gtkmm breakage with Gtk::Settings...
2007-07-10 Doug McLainshow() widgets explicitly in the MixerUI window, fix...
2007-06-29 Doug McLainonly do the widget packing style hack once, instead...
2007-06-27 Tim MayberryMove ARDOUR_UI::ThemeChanged signal into Gtkmm2ext::UI
2007-06-17 Tim MayberryReinstate code removed in rev 1917 that creates the...
2007-06-07 David RobillardFixed MIDI crash bug.
2007-05-25 Doug McLainNew theme manager, with option to select between dark...
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-18 Paul DavisFINISH fix rect redraw problem(s); make zoom range...
2006-10-21 David RobillardMerged with trunk R992.
2006-10-17 Paul Davisreduce calls to fit_to_pixels(); flip back to old fix...
2006-10-12 Paul Davisagain, remove valgrind debugging hack
2006-10-12 Paul Davisfixes for meter thread using free'd member of AudioEngi...
2006-10-11 Paul Davisrevert valgrind debugging hack
2006-10-11 Paul Davismake MementoCommand inherit from sigc::trackable so...
2006-06-26 David RobillardLarge nasty commit in the form of a 5000 line patch...
2006-06-22 Hans FugalMerging from trunk
2006-06-21 Paul Davisthe return of VST support
2006-04-24 Paul Davisa) completely refactor abstract UI code
2006-02-15 Paul Davisnew stacktrace function in libpbd3; variable size GUI...
2006-01-30 Paul Daviswork to make destructive recording actually do somethin...
2006-01-28 Paul Davisimportant bug fix in handling GUI messages; destructive...
2006-01-27 Tim Mayberryfix stupid gtk design quirk and bad documentation....
2006-01-08 Paul Davisfix control layout size allocation (nearly done) and...
2005-12-30 Paul Davismany changes, read the diffs
2005-12-18 Karsten Wiesetrack-color chooser works
2005-12-05 Paul Davisstock icons, transport controls as proxies, make Action...
2005-12-02 Paul Davisthe usual blob of fixes. note the requirement for Combo...
2005-11-30 Paul Davismore miscellaneous fixes to make things even nicer
2005-11-26 Paul Daviscompiles and runs, but crashes ... duh
2005-10-22 Taybin Rutkineditor.h compiles.
2005-10-10 Paul Davismore work on actions and general compilability
2005-10-06 Paul Davisfix compose mess, and a number of 64 bit printf specs
2005-05-13 Taybin RutkinInitial revision