summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
AgeCommit message (Expand)Author
2010-08-24Fix port matrix menu checkbox when the window is closed. Make the port matri...Carl Hetherington
2010-08-18Fix warnings.Carl Hetherington
2010-08-17forward port 2.X changes up to and including rev 6842Paul Davis
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2010-08-13Bindings save release bindings as well as press bindingsPaul Davis
2010-08-12lotsa keybindings for nearly everything in the step editorPaul Davis
2010-08-10part 2 of the OMG-make-radio-buttons-and-actions-work-properly commit for the...Paul Davis
2010-08-06don't try to look up the key info for actions that don't have accel pathsPaul Davis
2010-08-06start using new keybinding stuff in step editor dialogPaul Davis
2010-08-06new files for new per-window/action-driven key binding mechanismPaul Davis
2010-08-05slightly more info when debugging the kbd snooperPaul Davis
2010-07-23position tearoffs at WIN_POS_MOUSE when first torn off, and add tooltips to h...Paul Davis
2010-07-09Fix (in inverted commas) #2885.Carl Hetherington
2010-05-31remove almost-unusued stop_signal.h and clean up the one (unused) place where...Paul Davis
2010-05-28replaced gtk_idle_add() with g_idle_add()Paul Davis
2010-05-26generate knob pixbufs at run time but draw from the pixbufs; remove mfimg uti...Paul Davis
2010-05-25split out sndfile manager code into its own file; move a couple of utility fu...Paul Davis
2010-05-16Fix crash when dragging something from another task over the editor window.Carl Hetherington
2010-05-07tweak knob drawing, add angular/radial control on button3Paul Davis
2010-05-06prolooks helper code from hans, enabling new knob drawing based on Thorsten W...Paul Davis
2010-04-27yet more work on Ye Fabled Solo Architecture. now do forward and backward pro...Paul Davis
2010-04-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul Davis
2010-04-20indicate "soloed-by-others" state on solo button via a "half-lit" statePaul Davis
2010-04-06MIDI/Controllables for monitor section, and related fixesPaul Davis
2010-04-02Couple of comments.Carl Hetherington
2010-04-01fix save+restore of Gtkmm2ext::Tearoff state; a few cerr cleanupsPaul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-26lots of work to hide prelight from most buttons, etc. etc. etc; increase rang...Paul Davis
2010-03-19shift-click MotionFeedback widgets to reset to default, and monitor section S...Paul Davis
2010-03-19lots of tricks & tweaks related to the monitor section and All That It UsesPaul Davis
2010-03-19save tearoff state; restore monitor section state reasonably well; fixup acce...Paul Davis
2010-03-16more new filesPaul Davis
2010-03-16new filesPaul Davis
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-03-10more missing files addedPaul Davis
2010-03-10how about that ... a monitor/main section .. GUI is still unfinished .. sever...Paul Davis
2010-02-09Add keyboard shortcut to tooltip text where possible.David Robillard
2010-01-15dynamically resize text in the big clock, first versionPaul Davis
2010-01-09add Gtkmm2ext::detach_menu() that was needed by my previous commitPaul Davis
2009-12-23Give titles to Gtkmm2ext::Choice prompts, and do some minor cleanups to promp...Carl Hetherington
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-20remove a couple of boost::signals2 trouble spots; fix some --strict compile t...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-10fulfill the promise of an in-library Keyboard object, and use platform specif...Paul Davis
2009-12-10removed stupid commentsPaul Davis
2009-12-10restore rec-enable, solo & mute functionality; remove all Global*Command cruf...Paul Davis
2009-12-09OSC is now driven by an event loop; fix up lifetime mgmt of Glib::Source to w...Paul Davis
2009-12-09major design changes: use glib event loop for MIDI thread/UI; rework design o...Paul Davis