13
0
livetrax/libs/gtkmm2ext
Colin Fletcher 8e376f7a2a Fix special handling of 'zoom vertical' scroll wheel modifier key.
gtkmm2ext/keyboard.cc has a special case to emit a signal on the key-up of
the modifier key used to adjust track heights in conjunction with the
scroll wheel, so that the same track continues to be resized even when
it's shrunk to no longer be under the mouse cursor. However, this code
assumed that the modifier key for this was <Shift>.

Fix it to use the event->state bit corresponding to
ScrollZoomVerticalModifier instead, and rename the relevant functions to
clarify that it's the 'zoom vertical' modifier key they're dealing with.

Partially fixes #5610.
2013-07-23 16:42:34 +01:00
..
gtkmm2ext Fix special handling of 'zoom vertical' scroll wheel modifier key. 2013-07-23 16:42:34 +01:00
po update all i18n .po files 2013-04-09 09:32:14 -04:00
actions.cc
application.cc
AUTHORS
auto_spin.cc
barcontroller.cc implement visual-sensitivity (gray out) for faders 2013-07-12 19:07:07 +02:00
bindable_button.cc
binding_proxy.cc
bindings.cc
cairo_packer.cc
cairo_widget.cc
cairocell.cc
cell_renderer_color_selector.cc
cell_renderer_pixbuf_multi.cc
cell_renderer_pixbuf_toggle.cc
choice.cc
click_box.cc
COPYING
debug.cc
dndtreeview.cc
fastmeter.cc add a stripe-pattern to the meters 2013-07-17 22:45:08 +02:00
focus_entry.cc
gettext.h
grouped_buttons.cc
gtk_ui.cc
gtkapplication_quartz.mm
gtkapplication_x11.c Fix some compilation warnings 2013-03-30 18:09:40 +01:00
gtkapplication.c
gtkutils.cc
i18n.h
idle_adjustment.cc
keyboard.cc Fix special handling of 'zoom vertical' scroll wheel modifier key. 2013-07-23 16:42:34 +01:00
libgtkmm2ext.pc.in
libgtkmm2ext.spec.in
motionfeedback.cc replace final(?) incidences of program name (ardour, Ardour) with PROGRAM_NAME (thanks to edgar for tracking them all down) 2013-02-05 18:18:35 +00:00
persistent_tooltip.cc possible fix for http://tracker.ardour.org/view.php?id=5586 2013-07-16 22:44:54 +02:00
pixfader.cc implement visual-sensitivity (gray out) for faders 2013-07-12 19:07:07 +02:00
pixscroller.cc
popup.cc
prolooks_helpers.c partially clean up warnings from "prolooks" code 2013-04-06 16:46:21 -04:00
prompter.cc
scroomer.cc
selector.cc
slider_controller.cc
stateful_button.cc
sync-menu.c
tearoff.cc
textviewer.cc
treeutils.cc
utils.cc various changes to window visibility mgmt, including use of the mixbus2 code for toggling editor + mixer windows. no longer attempt to track changes made outside of ardour, which is a lost cause 2013-05-07 13:01:26 -04:00
visibility_tracker.cc various changes to window visibility mgmt, including use of the mixbus2 code for toggling editor + mixer windows. no longer attempt to track changes made outside of ardour, which is a lost cause 2013-05-07 13:01:26 -04:00
window_title.cc
wscript add new VisibilityTracker class to implement cycling window visibility "properly" - i.e. avoiding hide+show/present to get a hidden or partially obscured window visible again 2013-03-25 20:03:59 -04:00