summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext
AgeCommit message (Expand)Author
2010-09-28add new code for generic select next/previous row ops in a treeviewPaul Davis
2010-09-26correct version of: port cairo ARGB/BGRA -> pixbuf RGBA patch from recent 2.X...Paul Davis
2010-09-16lincoln's patch for scroomer pinching, from #3222Paul Davis
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-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-06new files for new per-window/action-driven key binding mechanismPaul Davis
2010-05-31remove almost-unusued stop_signal.h and clean up the one (unused) place where...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-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul Davis
2010-04-06MIDI/Controllables for monitor section, and related fixesPaul Davis
2010-04-01fix save+restore of Gtkmm2ext::Tearoff state; a few cerr cleanupsPaul 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-16new filesPaul Davis
2010-03-10more missing files addedPaul Davis
2010-02-09Add keyboard shortcut to tooltip text where possible.David Robillard
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-20remove a couple of boost::signals2 trouble spots; fix some --strict compile t...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-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
2009-12-04move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes mo...Paul Davis
2009-12-04switch ActionManager to a namespace; move generic part into libgtkmm2extPaul Davis
2009-12-04Make processor box send faders adjust their size correctly.Carl Hetherington
2009-11-28add ctrl-click behaviour to DndVBox, though not generalized to use primary/se...Paul Davis
2009-11-25carl's wondrous DnD VBox patch - processor boxes are now vboxes and not listv...Paul Davis
2009-11-21include stdint.h to allow uint32_t in custom cell renderer pixbuf multiPaul Davis
2009-11-21new multistate custom cell pixbuf rendererPaul Davis
2009-10-22Add log window to windows menu.David Robillard
2009-10-01i/o button naming patch and imported file BWF timecode retention patch from n...Paul Davis
2009-10-01LADSPA logarithmic handling patches from nickm and robschPaul Davis
2009-08-08waf build works on OS X ; new bindings file and processing system in place fo...Paul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-15more hacking on the processor list and processor box - note that ctrl-x/c/v n...Paul Davis
2009-07-01Separate route list code from Editor into its own object, EditorRouteList. H...Carl Hetherington
2009-06-23make RouteGroup gain control work again ; fix what solo button label shows un...Paul Davis
2009-06-18modified patch from lincoln to show/control rec-enable status in track/bus listPaul Davis
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-06-08Further refactoring of drag code. Changes so that drags from the region list...Carl Hetherington