13
0
livetrax/libs/gtkmm2ext/gtkmm2ext
2013-10-07 20:27:04 -04:00
..
actions.h Slightly grubby hack to fix up the state of the Window->Mixer menu item when the mixer is opened on starting Ardour (#4808). 2012-06-07 21:51:25 +00:00
activatable.h Fix key bindings in tooltips for ArdourButton buttons. 2011-11-24 05:36:31 +00:00
application.h
auto_spin.h
barcontroller.h several theme changes. changed drawing of rounded_rectangle to be more correct. operation and feel should be more consistent. rec-mute-solo buttons are now dull until enabled. this might be debatable. otherwise if it looks weird, try loading Window->Theme Manager and clicking Restore Defaults 2012-12-06 20:48:44 +00:00
bindable_button.h
binding_proxy.h drop boost::signals2 and replace with carl's solution which continues to rely on boost::function and boost::bind but alters two important semantics of signals2: (1) when a Connection object is disconnected, the slot ("functor") associated with the connection is destroyed immediately, unlike signals2 where this is deferred to a subsequent connect/emit call on the signal (2) if one functor called by the signal disconnects another Connection, the functor represented by the Connection will NOT be called during the current signal emission (signals2 copies the slot list at the start of emission and calls everything in the slot list). this change fixes some very nasty crashes apparently caused by boost::signals2 assuming that the memory referenced by a functor remains valid after a disconnect (google will show other developers who had issues with this). 2012-05-14 17:18:48 +00:00
bindings.h
cairo_packer.h make Cairo{HV}Packer fetch bg information from a style file, rather than hard-code it 2012-11-11 16:03:37 +00:00
cairo_widget.h remove additional "mid" color from ArdourButton; replace Active/Mid widget state with ExplicitActive/ImplicitActive; represent implicit-active state with colored border around ArdourButton; tune button colors; new rounded_foo() functions, some in use, some not in use right now 2012-02-07 17:43:55 +00:00
cairocell.h major, substantive reworking of how we store GUI information (visibility, height) for automation data. old design stored (insufficient) identifying information plus actual data in a GUI-only XML node; new scheme adds GUI data via extra_xml node to each AutomationControl object. reworked public/private methods for showing/hiding TimeAxisView objects; changed labelling of automation tracks to just show the name of the controlled parameter - more info can be viewed in the tooltip for the track headers. NOTE: Session file format ALTERED. No data loss but track visibility may be different than previous ardour3 versions 2011-06-11 15:35:34 +00:00
cell_renderer_color_selector.h add a new simple cell renderer to be used to allow color display/editing in treeviews 2011-12-06 21:43:30 +00:00
cell_renderer_pixbuf_multi.h fixes for 98% of all the warnings/errors reported by OS X gcc on tiger 2011-09-30 17:55:14 +00:00
cell_renderer_pixbuf_toggle.h fixes for 98% of all the warnings/errors reported by OS X gcc on tiger 2011-09-30 17:55:14 +00:00
choice.h
click_box.h Use sigc::slot for ClickBox printing function rather 2012-03-21 16:38:59 +00:00
debug.h
dndtreeview.h
dndvbox.h fix compiler warning 2013-07-11 20:39:24 +02:00
doi.h
fastmeter.h cache shaded meter-background regardless of color 2013-07-26 17:17:05 +02:00
focus_entry.h
grouped_buttons.h
gtk_ui.h change tortured GtkUI startup process into something just a little more sane, and remove "stopping" code since that belongs in a destructor 2013-10-07 20:27:04 -04:00
gtkapplication-private.h
gtkapplication.h Fix some compilation warnings 2013-03-30 18:09:40 +01:00
gtkutils.h
gui_thread.h Compile cleanly with clang. 2012-05-24 02:54:10 +00:00
idle_adjustment.h
keyboard.h Fix special handling of 'zoom vertical' scroll wheel modifier key. 2013-07-23 16:42:34 +01:00
motionfeedback.h make it possible (hackily) to pick the base color for the knob images created by MotionFeedback 2011-10-29 15:53:22 +00:00
persistent_tooltip.h Factor out 'persistent' tooltip code from the panner 2012-06-11 21:21:10 +00:00
pixfader.h fix up rather odd sizing model for ProcessorBox that affected Pixfaders used as controls 2013-01-24 21:58:07 +00:00
pixscroller.h
popup.h
prolooks-helpers.h
prompter.h fix a number of fundamental issues with Gtkmm2ext::Prompter, mostly centered on bad behaviour when Enter/Return is pressed 2011-12-01 19:32:56 +00:00
rgb_macros.h Remove unused variables. 2011-12-04 16:59:19 +00:00
scroomer.h implement double click to ContentsRange on MidiScroomer 2012-10-16 09:19:19 +00:00
selector.h
slider_controller.h substantive changes to pixfaders and derived classes. now fully dynamically sizable and have an added texture that currently just emulates the ardour2 belt pattern. mild color changes, not finalized yet. 2013-01-11 18:33:57 +00:00
stateful_button.h
sync-menu.h
tearoff.h add visible() method to Tearoff so we can check whether or not it is hidden 2011-12-07 15:48:00 +00:00
textviewer.h
treeutils.h
utils.h start passing around the (possibly-bundle-modified) localedir so that we call bindtextdomain() correctly, and thus (hopefully) find message catalogs correctly inside a bundle 2013-01-21 23:14:00 +00:00
visibility_tracker.h VisibilityTracker needs to inherit from sigc::tracker so that it can be used without combination with other sigc::trackable parents; fix partially_visible() logic 2013-05-04 22:01:32 -04:00
widget_state.h remove additional "mid" color from ArdourButton; replace Active/Mid widget state with ExplicitActive/ImplicitActive; represent implicit-active state with colored border around ArdourButton; tune button colors; new rounded_foo() functions, some in use, some not in use right now 2012-02-07 17:43:55 +00:00
window_title.h